2024-03-25T00:29:30.125 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-25T00:29:30.126 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} --name yuriw-2024-03-24_22:19:24-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi --verbose --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2024-03-24_22:19:24-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7620664 -- /home/teuthworker/archive/yuriw-2024-03-24_22:19:24-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7620664/orig.config.yaml 2024-03-25T00:29:30.156 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-25T00:29:30.229 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-03-24_22:19:24-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7620664 branch: wip-yuri10-testing-2024-03-24-1159 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: '7620664' kernel: kdb: true sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: yuriw-2024-03-24_22:19:24-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-yuri10-testing-2024-03-24-1159 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 sha1: 9c429fb6abfb5deed62697d56d8997d0f0d6d83f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 9c429fb6abfb5deed62697d56d8997d0f0d6d83f workunit: branch: wip-yuri10-testing-2024-03-24-1159 sha1: 9c429fb6abfb5deed62697d56d8997d0f0d6d83f owner: scheduled_yuriw@teuthology priority: 99 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: 108 sha1: 9c429fb6abfb5deed62697d56d8997d0f0d6d83f sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri10-testing-2024-03-24-1159 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_9c429fb6abfb5deed62697d56d8997d0f0d6d83f/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 9c429fb6abfb5deed62697d56d8997d0f0d6d83f targets: smithi028.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE1FPzxb+XwBVxg9aqNgLIxi/pr4/pXcr9z2RQF7EobuLKRRfu5uLduaDkQyxlzXuZzqDhjtCjjnGWTgu7fLTxI= smithi134.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDrWtixZArF2MzxcSqEFPakwh+PT555CWq5fz9GQs6IGgzZIvHVqWN8im1h+olBb3TH3Eq/p/8k+lSf7knRhBEY= smithi149.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDQvThLSnZxP8WDVna/RqFbNiwlBdWdWKf7Gh6jh/l4/eHqTQ6oCZ66sDTR0f1fc+0j/ut2f+mfIvb9eysLKv3E= 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: e691533f9cbb33d85b2187bba20d7102f098636d timestamp: 2024-03-24_22:19:24 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-25T00:29:30.230 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_9c429fb6abfb5deed62697d56d8997d0f0d6d83f/qa; will attempt to use it 2024-03-25T00:29:30.230 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_9c429fb6abfb5deed62697d56d8997d0f0d6d83f/qa/tasks 2024-03-25T00:29:30.231 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-25T00:29:30.232 INFO:teuthology.task.internal:Checking packages... 2024-03-25T00:29:30.256 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '9c429fb6abfb5deed62697d56d8997d0f0d6d83f' 2024-03-25T00:29:30.256 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-25T00:29:30.256 INFO:teuthology.packaging:ref: None 2024-03-25T00:29:30.256 INFO:teuthology.packaging:tag: None 2024-03-25T00:29:30.256 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-03-24-1159 2024-03-25T00:29:30.256 INFO:teuthology.packaging:sha1: 9c429fb6abfb5deed62697d56d8997d0f0d6d83f 2024-03-25T00:29:30.257 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-yuri10-testing-2024-03-24-1159 2024-03-25T00:29:30.479 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2398-g9c429fb6-1jammy 2024-03-25T00:29:30.481 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-25T00:29:30.490 INFO:teuthology.task.internal:no buildpackages task found 2024-03-25T00:29:30.490 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-25T00:29:30.504 INFO:teuthology.task.internal:Saving configuration 2024-03-25T00:29:30.519 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-25T00:29:30.530 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-25T00:29:30.548 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi028.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-24_22:19:24-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7620664', '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-03-25 00:23:32.027320', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILQcoTazkw4McuN9CO6RktIW4dAmFq6Nj/FDlxKeA4GY'} 2024-03-25T00:29:30.566 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi134.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-24_22:19:24-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7620664', '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-03-25 00:23:32.031294', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIC998/zfPfVSy5KSaBgCp/FFGorQxaxzfXPwNpXeNScf'} 2024-03-25T00:29:30.583 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi149.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-24_22:19:24-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7620664', '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-03-25 00:23:32.028922', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG/+8l9q8gWmB4gXUytqa1r2NXCHtGrI7udJAw82LIKT'} 2024-03-25T00:29:30.583 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-25T00:29:30.594 INFO:teuthology.task.internal:roles: ubuntu@smithi028.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-03-25T00:29:30.594 INFO:teuthology.task.internal:roles: ubuntu@smithi134.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-03-25T00:29:30.594 INFO:teuthology.task.internal:roles: ubuntu@smithi149.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-03-25T00:29:30.594 INFO:teuthology.run_tasks:Running task console_log... 2024-03-25T00:29:30.692 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f1f3f9e4f70>, signals=[15]) 2024-03-25T00:29:30.693 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-25T00:29:30.705 INFO:teuthology.task.internal:Opening connections... 2024-03-25T00:29:30.705 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi028.front.sepia.ceph.com 2024-03-25T00:29:30.708 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-25T00:29:30.794 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi134.front.sepia.ceph.com 2024-03-25T00:29:30.795 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-25T00:29:30.877 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi149.front.sepia.ceph.com 2024-03-25T00:29:30.878 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-25T00:29:30.954 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-25T00:29:30.967 DEBUG:teuthology.orchestra.run.smithi028:> uname -m 2024-03-25T00:29:30.973 INFO:teuthology.orchestra.run.smithi028.stdout:x86_64 2024-03-25T00:29:30.974 DEBUG:teuthology.orchestra.run.smithi028:> cat /etc/os-release 2024-03-25T00:29:31.019 INFO:teuthology.orchestra.run.smithi028.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-25T00:29:31.019 INFO:teuthology.orchestra.run.smithi028.stdout:NAME="Ubuntu" 2024-03-25T00:29:31.019 INFO:teuthology.orchestra.run.smithi028.stdout:VERSION_ID="22.04" 2024-03-25T00:29:31.019 INFO:teuthology.orchestra.run.smithi028.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-25T00:29:31.019 INFO:teuthology.orchestra.run.smithi028.stdout:VERSION_CODENAME=jammy 2024-03-25T00:29:31.019 INFO:teuthology.orchestra.run.smithi028.stdout:ID=ubuntu 2024-03-25T00:29:31.019 INFO:teuthology.orchestra.run.smithi028.stdout:ID_LIKE=debian 2024-03-25T00:29:31.019 INFO:teuthology.orchestra.run.smithi028.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-25T00:29:31.019 INFO:teuthology.orchestra.run.smithi028.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-25T00:29:31.019 INFO:teuthology.orchestra.run.smithi028.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-25T00:29:31.019 INFO:teuthology.orchestra.run.smithi028.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-25T00:29:31.020 INFO:teuthology.orchestra.run.smithi028.stdout:UBUNTU_CODENAME=jammy 2024-03-25T00:29:31.020 INFO:teuthology.lock.ops:Updating smithi028.front.sepia.ceph.com on lock server 2024-03-25T00:29:31.045 DEBUG:teuthology.orchestra.run.smithi134:> uname -m 2024-03-25T00:29:31.051 INFO:teuthology.orchestra.run.smithi134.stdout:x86_64 2024-03-25T00:29:31.051 DEBUG:teuthology.orchestra.run.smithi134:> cat /etc/os-release 2024-03-25T00:29:31.099 INFO:teuthology.orchestra.run.smithi134.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-25T00:29:31.099 INFO:teuthology.orchestra.run.smithi134.stdout:NAME="Ubuntu" 2024-03-25T00:29:31.099 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION_ID="22.04" 2024-03-25T00:29:31.099 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-25T00:29:31.100 INFO:teuthology.orchestra.run.smithi134.stdout:VERSION_CODENAME=jammy 2024-03-25T00:29:31.100 INFO:teuthology.orchestra.run.smithi134.stdout:ID=ubuntu 2024-03-25T00:29:31.100 INFO:teuthology.orchestra.run.smithi134.stdout:ID_LIKE=debian 2024-03-25T00:29:31.100 INFO:teuthology.orchestra.run.smithi134.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-25T00:29:31.100 INFO:teuthology.orchestra.run.smithi134.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-25T00:29:31.100 INFO:teuthology.orchestra.run.smithi134.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-25T00:29:31.100 INFO:teuthology.orchestra.run.smithi134.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-25T00:29:31.100 INFO:teuthology.orchestra.run.smithi134.stdout:UBUNTU_CODENAME=jammy 2024-03-25T00:29:31.100 INFO:teuthology.lock.ops:Updating smithi134.front.sepia.ceph.com on lock server 2024-03-25T00:29:31.120 DEBUG:teuthology.orchestra.run.smithi149:> uname -m 2024-03-25T00:29:31.126 INFO:teuthology.orchestra.run.smithi149.stdout:x86_64 2024-03-25T00:29:31.126 DEBUG:teuthology.orchestra.run.smithi149:> cat /etc/os-release 2024-03-25T00:29:31.174 INFO:teuthology.orchestra.run.smithi149.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-25T00:29:31.174 INFO:teuthology.orchestra.run.smithi149.stdout:NAME="Ubuntu" 2024-03-25T00:29:31.174 INFO:teuthology.orchestra.run.smithi149.stdout:VERSION_ID="22.04" 2024-03-25T00:29:31.174 INFO:teuthology.orchestra.run.smithi149.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-25T00:29:31.174 INFO:teuthology.orchestra.run.smithi149.stdout:VERSION_CODENAME=jammy 2024-03-25T00:29:31.174 INFO:teuthology.orchestra.run.smithi149.stdout:ID=ubuntu 2024-03-25T00:29:31.174 INFO:teuthology.orchestra.run.smithi149.stdout:ID_LIKE=debian 2024-03-25T00:29:31.174 INFO:teuthology.orchestra.run.smithi149.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-25T00:29:31.174 INFO:teuthology.orchestra.run.smithi149.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-25T00:29:31.174 INFO:teuthology.orchestra.run.smithi149.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-25T00:29:31.175 INFO:teuthology.orchestra.run.smithi149.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-25T00:29:31.175 INFO:teuthology.orchestra.run.smithi149.stdout:UBUNTU_CODENAME=jammy 2024-03-25T00:29:31.175 INFO:teuthology.lock.ops:Updating smithi149.front.sepia.ceph.com on lock server 2024-03-25T00:29:31.195 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-25T00:29:31.207 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-25T00:29:31.219 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-25T00:29:31.219 DEBUG:teuthology.orchestra.run.smithi028:> test '!' -e /home/ubuntu/cephtest 2024-03-25T00:29:31.222 DEBUG:teuthology.orchestra.run.smithi134:> test '!' -e /home/ubuntu/cephtest 2024-03-25T00:29:31.224 DEBUG:teuthology.orchestra.run.smithi149:> test '!' -e /home/ubuntu/cephtest 2024-03-25T00:29:31.229 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-25T00:29:31.240 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-25T00:29:31.240 DEBUG:teuthology.orchestra.run.smithi028:> test -z $(ls -A /var/lib/ceph) 2024-03-25T00:29:31.268 DEBUG:teuthology.orchestra.run.smithi134:> test -z $(ls -A /var/lib/ceph) 2024-03-25T00:29:31.273 DEBUG:teuthology.orchestra.run.smithi149:> test -z $(ls -A /var/lib/ceph) 2024-03-25T00:29:31.289 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-25T00:29:31.376 INFO:teuthology.run_tasks:Running task kernel... 2024-03-25T00:29:31.396 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-25T00:29:31.396 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}, 'host.c': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-03-25T00:29:31.397 DEBUG:teuthology.orchestra.run.smithi028:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-25T00:29:31.397 DEBUG:teuthology.orchestra.run.smithi134:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-25T00:29:31.398 DEBUG:teuthology.orchestra.run.smithi149:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-25T00:29:31.402 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-25T00:29:31.403 DEBUG:teuthology.orchestra.run.smithi134:> uname -r 2024-03-25T00:29:31.404 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-25T00:29:31.404 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-25T00:29:31.404 DEBUG:teuthology.orchestra.run.smithi028:> uname -r 2024-03-25T00:29:31.405 DEBUG:teuthology.orchestra.run.smithi149:> uname -r 2024-03-25T00:29:31.450 INFO:teuthology.orchestra.run.smithi149.stdout:5.15.0-56-generic 2024-03-25T00:29:31.450 INFO:teuthology.task.kernel:Running kernel on smithi149: 5.15.0-56-generic 2024-03-25T00:29:31.450 DEBUG:teuthology.orchestra.run.smithi149:> sudo apt-get clean 2024-03-25T00:29:31.452 INFO:teuthology.orchestra.run.smithi134.stdout:5.15.0-56-generic 2024-03-25T00:29:31.452 INFO:teuthology.orchestra.run.smithi028.stdout:5.15.0-56-generic 2024-03-25T00:29:31.452 INFO:teuthology.task.kernel:Running kernel on smithi134: 5.15.0-56-generic 2024-03-25T00:29:31.452 DEBUG:teuthology.orchestra.run.smithi134:> sudo apt-get clean 2024-03-25T00:29:31.453 INFO:teuthology.task.kernel:Running kernel on smithi028: 5.15.0-56-generic 2024-03-25T00:29:31.453 DEBUG:teuthology.orchestra.run.smithi028:> sudo apt-get clean 2024-03-25T00:29:31.575 DEBUG:teuthology.orchestra.run.smithi134:> sudo apt-get update 2024-03-25T00:29:31.586 DEBUG:teuthology.orchestra.run.smithi028:> sudo apt-get update 2024-03-25T00:29:31.630 DEBUG:teuthology.orchestra.run.smithi149:> sudo apt-get update 2024-03-25T00:29:31.770 INFO:teuthology.orchestra.run.smithi149.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-25T00:29:31.772 INFO:teuthology.orchestra.run.smithi149.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-25T00:29:31.777 INFO:teuthology.orchestra.run.smithi149.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-25T00:29:31.837 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-25T00:29:31.838 INFO:teuthology.orchestra.run.smithi134.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-25T00:29:31.862 INFO:teuthology.orchestra.run.smithi149.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-25T00:29:31.866 INFO:teuthology.orchestra.run.smithi028.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-25T00:29:31.866 INFO:teuthology.orchestra.run.smithi028.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-25T00:29:31.900 INFO:teuthology.orchestra.run.smithi134.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-25T00:29:31.920 INFO:teuthology.orchestra.run.smithi028.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-25T00:29:32.006 INFO:teuthology.orchestra.run.smithi149.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-25T00:29:32.077 INFO:teuthology.orchestra.run.smithi149.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-25T00:29:32.114 INFO:teuthology.orchestra.run.smithi149.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-25T00:29:32.119 INFO:teuthology.orchestra.run.smithi149.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-25T00:29:32.124 INFO:teuthology.orchestra.run.smithi149.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-25T00:29:32.124 INFO:teuthology.orchestra.run.smithi149.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-25T00:29:32.125 INFO:teuthology.orchestra.run.smithi149.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-25T00:29:32.149 INFO:teuthology.orchestra.run.smithi149.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-25T00:29:32.153 INFO:teuthology.orchestra.run.smithi149.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-25T00:29:32.153 INFO:teuthology.orchestra.run.smithi149.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-25T00:29:32.164 INFO:teuthology.orchestra.run.smithi149.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-25T00:29:32.171 INFO:teuthology.orchestra.run.smithi149.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-25T00:29:32.173 INFO:teuthology.orchestra.run.smithi149.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-25T00:29:32.174 INFO:teuthology.orchestra.run.smithi149.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-25T00:29:32.186 INFO:teuthology.orchestra.run.smithi149.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-25T00:29:32.187 INFO:teuthology.orchestra.run.smithi149.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-25T00:29:32.187 INFO:teuthology.orchestra.run.smithi149.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-25T00:29:32.191 INFO:teuthology.orchestra.run.smithi149.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-25T00:29:32.193 INFO:teuthology.orchestra.run.smithi149.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-25T00:29:32.195 INFO:teuthology.orchestra.run.smithi149.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-25T00:29:32.196 INFO:teuthology.orchestra.run.smithi149.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-25T00:29:32.197 INFO:teuthology.orchestra.run.smithi149.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-25T00:29:32.221 INFO:teuthology.orchestra.run.smithi149.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-25T00:29:32.224 INFO:teuthology.orchestra.run.smithi149.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-25T00:29:32.225 INFO:teuthology.orchestra.run.smithi149.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-25T00:29:32.233 INFO:teuthology.orchestra.run.smithi149.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-25T00:29:32.242 INFO:teuthology.orchestra.run.smithi149.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-25T00:29:32.245 INFO:teuthology.orchestra.run.smithi149.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-25T00:29:32.245 INFO:teuthology.orchestra.run.smithi149.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-25T00:29:32.245 INFO:teuthology.orchestra.run.smithi149.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-25T00:29:32.246 INFO:teuthology.orchestra.run.smithi149.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-25T00:29:32.252 INFO:teuthology.orchestra.run.smithi134.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-25T00:29:32.261 INFO:teuthology.orchestra.run.smithi149.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-25T00:29:32.262 INFO:teuthology.orchestra.run.smithi149.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-25T00:29:32.262 INFO:teuthology.orchestra.run.smithi149.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-25T00:29:32.263 INFO:teuthology.orchestra.run.smithi149.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-25T00:29:32.264 INFO:teuthology.orchestra.run.smithi134.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-25T00:29:32.281 INFO:teuthology.orchestra.run.smithi149.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-25T00:29:32.281 INFO:teuthology.orchestra.run.smithi149.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-25T00:29:32.281 INFO:teuthology.orchestra.run.smithi149.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-25T00:29:32.282 INFO:teuthology.orchestra.run.smithi149.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-25T00:29:32.282 INFO:teuthology.orchestra.run.smithi149.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-25T00:29:32.282 INFO:teuthology.orchestra.run.smithi028.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,286 kB] 2024-03-25T00:29:32.286 INFO:teuthology.orchestra.run.smithi028.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-25T00:29:32.401 INFO:teuthology.orchestra.run.smithi134.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-25T00:29:32.426 INFO:teuthology.orchestra.run.smithi028.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-25T00:29:32.622 INFO:teuthology.orchestra.run.smithi028.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,502 kB] 2024-03-25T00:29:32.665 INFO:teuthology.orchestra.run.smithi134.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-25T00:29:32.683 INFO:teuthology.orchestra.run.smithi134.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-25T00:29:32.692 INFO:teuthology.orchestra.run.smithi134.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-25T00:29:32.693 INFO:teuthology.orchestra.run.smithi134.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-25T00:29:32.696 INFO:teuthology.orchestra.run.smithi028.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [428 kB] 2024-03-25T00:29:32.705 INFO:teuthology.orchestra.run.smithi134.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [594 kB] 2024-03-25T00:29:32.714 INFO:teuthology.orchestra.run.smithi028.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [229 kB] 2024-03-25T00:29:32.724 INFO:teuthology.orchestra.run.smithi028.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-25T00:29:32.725 INFO:teuthology.orchestra.run.smithi028.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-25T00:29:32.726 INFO:teuthology.orchestra.run.smithi028.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,591 kB] 2024-03-25T00:29:32.743 INFO:teuthology.orchestra.run.smithi134.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-25T00:29:32.759 INFO:teuthology.orchestra.run.smithi134.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-25T00:29:32.759 INFO:teuthology.orchestra.run.smithi134.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-25T00:29:32.761 INFO:teuthology.orchestra.run.smithi134.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-25T00:29:32.770 INFO:teuthology.orchestra.run.smithi028.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [289 kB] 2024-03-25T00:29:32.785 INFO:teuthology.orchestra.run.smithi134.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-25T00:29:32.786 INFO:teuthology.orchestra.run.smithi028.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-25T00:29:32.787 INFO:teuthology.orchestra.run.smithi028.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-25T00:29:32.789 INFO:teuthology.orchestra.run.smithi028.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,619 kB] 2024-03-25T00:29:32.803 INFO:teuthology.orchestra.run.smithi134.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-25T00:29:32.808 INFO:teuthology.orchestra.run.smithi134.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-25T00:29:32.808 INFO:teuthology.orchestra.run.smithi134.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-25T00:29:32.818 INFO:teuthology.orchestra.run.smithi028.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [267 kB] 2024-03-25T00:29:32.821 INFO:teuthology.orchestra.run.smithi134.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-25T00:29:32.827 INFO:teuthology.orchestra.run.smithi134.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-25T00:29:32.829 INFO:teuthology.orchestra.run.smithi028.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-25T00:29:32.829 INFO:teuthology.orchestra.run.smithi134.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-25T00:29:32.829 INFO:teuthology.orchestra.run.smithi028.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [851 kB] 2024-03-25T00:29:32.873 INFO:teuthology.orchestra.run.smithi028.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [271 kB] 2024-03-25T00:29:32.873 INFO:teuthology.orchestra.run.smithi028.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [599 kB] 2024-03-25T00:29:32.878 INFO:teuthology.orchestra.run.smithi028.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-25T00:29:32.992 INFO:teuthology.orchestra.run.smithi134.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-25T00:29:33.005 INFO:teuthology.orchestra.run.smithi134.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-25T00:29:33.043 INFO:teuthology.orchestra.run.smithi028.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,059 kB] 2024-03-25T00:29:33.047 INFO:teuthology.orchestra.run.smithi028.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-25T00:29:33.403 INFO:teuthology.orchestra.run.smithi134.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-25T00:29:33.409 INFO:teuthology.orchestra.run.smithi134.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-25T00:29:33.410 INFO:teuthology.orchestra.run.smithi134.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-25T00:29:33.424 INFO:teuthology.orchestra.run.smithi134.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-25T00:29:33.426 INFO:teuthology.orchestra.run.smithi134.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-25T00:29:33.452 INFO:teuthology.orchestra.run.smithi028.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-25T00:29:33.458 INFO:teuthology.orchestra.run.smithi028.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-25T00:29:33.472 INFO:teuthology.orchestra.run.smithi028.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-25T00:29:33.472 INFO:teuthology.orchestra.run.smithi028.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-25T00:29:33.475 INFO:teuthology.orchestra.run.smithi028.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-25T00:29:33.625 INFO:teuthology.orchestra.run.smithi134.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-25T00:29:33.663 INFO:teuthology.orchestra.run.smithi134.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-25T00:29:33.676 INFO:teuthology.orchestra.run.smithi134.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-25T00:29:33.677 INFO:teuthology.orchestra.run.smithi134.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-25T00:29:33.677 INFO:teuthology.orchestra.run.smithi028.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [697 kB] 2024-03-25T00:29:33.680 INFO:teuthology.orchestra.run.smithi134.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-25T00:29:33.680 INFO:teuthology.orchestra.run.smithi134.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-25T00:29:33.681 INFO:teuthology.orchestra.run.smithi134.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-25T00:29:33.681 INFO:teuthology.orchestra.run.smithi134.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-25T00:29:33.707 INFO:teuthology.orchestra.run.smithi134.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-25T00:29:33.710 INFO:teuthology.orchestra.run.smithi134.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-25T00:29:33.715 INFO:teuthology.orchestra.run.smithi028.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [240 kB] 2024-03-25T00:29:33.728 INFO:teuthology.orchestra.run.smithi028.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-25T00:29:33.729 INFO:teuthology.orchestra.run.smithi028.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-25T00:29:33.732 INFO:teuthology.orchestra.run.smithi028.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-25T00:29:33.732 INFO:teuthology.orchestra.run.smithi028.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-25T00:29:33.733 INFO:teuthology.orchestra.run.smithi028.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-25T00:29:33.733 INFO:teuthology.orchestra.run.smithi028.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-25T00:29:33.759 INFO:teuthology.orchestra.run.smithi028.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-25T00:29:33.762 INFO:teuthology.orchestra.run.smithi028.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-25T00:29:33.874 INFO:teuthology.orchestra.run.smithi134.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-25T00:29:33.926 INFO:teuthology.orchestra.run.smithi028.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-25T00:29:33.957 INFO:teuthology.orchestra.run.smithi134.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-25T00:29:34.008 INFO:teuthology.orchestra.run.smithi028.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-25T00:29:34.038 INFO:teuthology.orchestra.run.smithi134.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-25T00:29:34.093 INFO:teuthology.orchestra.run.smithi028.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-25T00:29:34.120 INFO:teuthology.orchestra.run.smithi134.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-25T00:29:34.149 INFO:teuthology.orchestra.run.smithi134.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-25T00:29:34.174 INFO:teuthology.orchestra.run.smithi028.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.2 kB] 2024-03-25T00:29:34.208 INFO:teuthology.orchestra.run.smithi028.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-25T00:29:37.807 INFO:teuthology.orchestra.run.smithi149.stdout:Fetched 12.5 MB in 2s (7,101 kB/s) 2024-03-25T00:29:38.506 INFO:teuthology.orchestra.run.smithi134.stdout:Fetched 12.5 MB in 3s (4,965 kB/s) 2024-03-25T00:29:38.824 INFO:teuthology.orchestra.run.smithi028.stdout:Fetched 12.5 MB in 3s (4,869 kB/s) 2024-03-25T00:29:39.085 INFO:teuthology.orchestra.run.smithi149.stdout:Reading package lists... 2024-03-25T00:29:39.103 DEBUG:teuthology.orchestra.run.smithi149:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-25T00:29:39.161 INFO:teuthology.orchestra.run.smithi149.stdout:Reading package lists... 2024-03-25T00:29:39.354 INFO:teuthology.orchestra.run.smithi149.stdout:Building dependency tree... 2024-03-25T00:29:39.355 INFO:teuthology.orchestra.run.smithi149.stdout:Reading state information... 2024-03-25T00:29:39.516 INFO:teuthology.orchestra.run.smithi149.stdout:The following packages were automatically installed and are no longer required: 2024-03-25T00:29:39.516 INFO:teuthology.orchestra.run.smithi149.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-25T00:29:39.516 INFO:teuthology.orchestra.run.smithi149.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-25T00:29:39.517 INFO:teuthology.orchestra.run.smithi149.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-25T00:29:39.517 INFO:teuthology.orchestra.run.smithi149.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-25T00:29:39.517 INFO:teuthology.orchestra.run.smithi149.stdout: python2.7-minimal 2024-03-25T00:29:39.517 INFO:teuthology.orchestra.run.smithi149.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-25T00:29:39.518 INFO:teuthology.orchestra.run.smithi149.stdout:The following additional packages will be installed: 2024-03-25T00:29:39.518 INFO:teuthology.orchestra.run.smithi149.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-25T00:29:39.518 INFO:teuthology.orchestra.run.smithi149.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-25T00:29:39.518 INFO:teuthology.orchestra.run.smithi149.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-25T00:29:39.520 INFO:teuthology.orchestra.run.smithi149.stdout:Suggested packages: 2024-03-25T00:29:39.520 INFO:teuthology.orchestra.run.smithi149.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-25T00:29:39.520 INFO:teuthology.orchestra.run.smithi149.stdout:Recommended packages: 2024-03-25T00:29:39.520 INFO:teuthology.orchestra.run.smithi149.stdout: thermald 2024-03-25T00:29:39.570 INFO:teuthology.orchestra.run.smithi149.stdout:The following NEW packages will be installed: 2024-03-25T00:29:39.570 INFO:teuthology.orchestra.run.smithi149.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-25T00:29:39.570 INFO:teuthology.orchestra.run.smithi149.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-25T00:29:39.571 INFO:teuthology.orchestra.run.smithi149.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-25T00:29:39.571 INFO:teuthology.orchestra.run.smithi149.stdout:The following packages will be upgraded: 2024-03-25T00:29:39.572 INFO:teuthology.orchestra.run.smithi149.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-25T00:29:39.627 INFO:teuthology.orchestra.run.smithi149.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-25T00:29:39.628 INFO:teuthology.orchestra.run.smithi149.stdout:Need to get 113 MB of archives. 2024-03-25T00:29:39.628 INFO:teuthology.orchestra.run.smithi149.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-25T00:29:39.628 INFO:teuthology.orchestra.run.smithi149.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-25T00:29:39.741 INFO:teuthology.orchestra.run.smithi134.stdout:Reading package lists... 2024-03-25T00:29:39.757 DEBUG:teuthology.orchestra.run.smithi134:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-25T00:29:39.816 INFO:teuthology.orchestra.run.smithi134.stdout:Reading package lists... 2024-03-25T00:29:40.008 INFO:teuthology.orchestra.run.smithi134.stdout:Building dependency tree... 2024-03-25T00:29:40.008 INFO:teuthology.orchestra.run.smithi134.stdout:Reading state information... 2024-03-25T00:29:40.155 INFO:teuthology.orchestra.run.smithi149.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-25T00:29:40.179 INFO:teuthology.orchestra.run.smithi134.stdout:The following packages were automatically installed and are no longer required: 2024-03-25T00:29:40.179 INFO:teuthology.orchestra.run.smithi134.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-25T00:29:40.179 INFO:teuthology.orchestra.run.smithi134.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-25T00:29:40.180 INFO:teuthology.orchestra.run.smithi134.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-25T00:29:40.180 INFO:teuthology.orchestra.run.smithi134.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-25T00:29:40.180 INFO:teuthology.orchestra.run.smithi134.stdout: python2.7-minimal 2024-03-25T00:29:40.180 INFO:teuthology.orchestra.run.smithi134.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-25T00:29:40.181 INFO:teuthology.orchestra.run.smithi134.stdout:The following additional packages will be installed: 2024-03-25T00:29:40.181 INFO:teuthology.orchestra.run.smithi134.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-25T00:29:40.181 INFO:teuthology.orchestra.run.smithi134.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-25T00:29:40.181 INFO:teuthology.orchestra.run.smithi134.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-25T00:29:40.182 INFO:teuthology.orchestra.run.smithi134.stdout:Suggested packages: 2024-03-25T00:29:40.183 INFO:teuthology.orchestra.run.smithi134.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-25T00:29:40.183 INFO:teuthology.orchestra.run.smithi134.stdout:Recommended packages: 2024-03-25T00:29:40.183 INFO:teuthology.orchestra.run.smithi134.stdout: thermald 2024-03-25T00:29:40.225 INFO:teuthology.orchestra.run.smithi134.stdout:The following NEW packages will be installed: 2024-03-25T00:29:40.225 INFO:teuthology.orchestra.run.smithi134.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-25T00:29:40.225 INFO:teuthology.orchestra.run.smithi134.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-25T00:29:40.226 INFO:teuthology.orchestra.run.smithi134.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-25T00:29:40.227 INFO:teuthology.orchestra.run.smithi134.stdout:The following packages will be upgraded: 2024-03-25T00:29:40.227 INFO:teuthology.orchestra.run.smithi134.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-25T00:29:40.267 INFO:teuthology.orchestra.run.smithi028.stdout:Reading package lists... 2024-03-25T00:29:40.285 DEBUG:teuthology.orchestra.run.smithi028:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-25T00:29:40.316 INFO:teuthology.orchestra.run.smithi149.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-25T00:29:40.326 INFO:teuthology.orchestra.run.smithi134.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-25T00:29:40.326 INFO:teuthology.orchestra.run.smithi134.stdout:Need to get 113 MB of archives. 2024-03-25T00:29:40.326 INFO:teuthology.orchestra.run.smithi134.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-25T00:29:40.326 INFO:teuthology.orchestra.run.smithi134.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-25T00:29:40.339 INFO:teuthology.orchestra.run.smithi028.stdout:Reading package lists... 2024-03-25T00:29:40.538 INFO:teuthology.orchestra.run.smithi028.stdout:Building dependency tree... 2024-03-25T00:29:40.539 INFO:teuthology.orchestra.run.smithi028.stdout:Reading state information... 2024-03-25T00:29:40.716 INFO:teuthology.orchestra.run.smithi028.stdout:The following packages were automatically installed and are no longer required: 2024-03-25T00:29:40.716 INFO:teuthology.orchestra.run.smithi028.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-25T00:29:40.716 INFO:teuthology.orchestra.run.smithi028.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-25T00:29:40.717 INFO:teuthology.orchestra.run.smithi028.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-25T00:29:40.717 INFO:teuthology.orchestra.run.smithi028.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-25T00:29:40.717 INFO:teuthology.orchestra.run.smithi028.stdout: python2.7-minimal 2024-03-25T00:29:40.717 INFO:teuthology.orchestra.run.smithi028.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-25T00:29:40.718 INFO:teuthology.orchestra.run.smithi028.stdout:The following additional packages will be installed: 2024-03-25T00:29:40.718 INFO:teuthology.orchestra.run.smithi028.stdout: linux-generic linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-25T00:29:40.718 INFO:teuthology.orchestra.run.smithi028.stdout: linux-headers-generic linux-image-5.15.0-101-generic 2024-03-25T00:29:40.718 INFO:teuthology.orchestra.run.smithi028.stdout: linux-modules-5.15.0-101-generic linux-modules-extra-5.15.0-101-generic 2024-03-25T00:29:40.719 INFO:teuthology.orchestra.run.smithi028.stdout:Suggested packages: 2024-03-25T00:29:40.719 INFO:teuthology.orchestra.run.smithi028.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-25T00:29:40.719 INFO:teuthology.orchestra.run.smithi028.stdout:Recommended packages: 2024-03-25T00:29:40.719 INFO:teuthology.orchestra.run.smithi028.stdout: thermald 2024-03-25T00:29:40.764 INFO:teuthology.orchestra.run.smithi028.stdout:The following NEW packages will be installed: 2024-03-25T00:29:40.764 INFO:teuthology.orchestra.run.smithi028.stdout: linux-headers-5.15.0-101 linux-headers-5.15.0-101-generic 2024-03-25T00:29:40.764 INFO:teuthology.orchestra.run.smithi028.stdout: linux-image-5.15.0-101-generic linux-modules-5.15.0-101-generic 2024-03-25T00:29:40.765 INFO:teuthology.orchestra.run.smithi028.stdout: linux-modules-extra-5.15.0-101-generic 2024-03-25T00:29:40.766 INFO:teuthology.orchestra.run.smithi028.stdout:The following packages will be upgraded: 2024-03-25T00:29:40.766 INFO:teuthology.orchestra.run.smithi028.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-25T00:29:40.845 INFO:teuthology.orchestra.run.smithi028.stdout:3 upgraded, 5 newly installed, 0 to remove and 298 not upgraded. 2024-03-25T00:29:40.845 INFO:teuthology.orchestra.run.smithi028.stdout:Need to get 113 MB of archives. 2024-03-25T00:29:40.845 INFO:teuthology.orchestra.run.smithi028.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-25T00:29:40.846 INFO:teuthology.orchestra.run.smithi028.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-101-generic amd64 5.15.0-101.111 [22.6 MB] 2024-03-25T00:29:41.262 INFO:teuthology.orchestra.run.smithi134.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-25T00:29:41.691 INFO:teuthology.orchestra.run.smithi134.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-25T00:29:41.920 INFO:teuthology.orchestra.run.smithi028.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-101-generic amd64 5.15.0-101.111 [11.5 MB] 2024-03-25T00:29:42.211 INFO:teuthology.orchestra.run.smithi028.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-101-generic amd64 5.15.0-101.111 [63.9 MB] 2024-03-25T00:29:42.849 INFO:teuthology.orchestra.run.smithi149.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-25T00:29:42.948 INFO:teuthology.orchestra.run.smithi149.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-25T00:29:42.948 INFO:teuthology.orchestra.run.smithi149.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-25T00:29:43.355 INFO:teuthology.orchestra.run.smithi149.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-25T00:29:43.482 INFO:teuthology.orchestra.run.smithi149.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-25T00:29:43.865 INFO:teuthology.orchestra.run.smithi134.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-25T00:29:43.865 INFO:teuthology.orchestra.run.smithi134.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-25T00:29:43.865 INFO:teuthology.orchestra.run.smithi134.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-25T00:29:43.902 INFO:teuthology.orchestra.run.smithi149.stdout:Fetched 113 MB in 4s (29.0 MB/s) 2024-03-25T00:29:44.075 INFO:teuthology.orchestra.run.smithi028.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.101.98 [1,698 B] 2024-03-25T00:29:44.075 INFO:teuthology.orchestra.run.smithi028.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.101.98 [2,486 B] 2024-03-25T00:29:44.075 INFO:teuthology.orchestra.run.smithi028.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101 all 5.15.0-101.111 [12.3 MB] 2024-03-25T00:29:44.084 INFO:teuthology.orchestra.run.smithi134.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-25T00:29:44.093 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-25T00:29:44.128 INFO:teuthology.orchestra.run.smithi134.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-25T00:29:44.237 INFO:teuthology.orchestra.run.smithi028.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-101-generic amd64 5.15.0-101.111 [2,876 kB] 2024-03-25T00:29:44.268 INFO:teuthology.orchestra.run.smithi028.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.101.98 [2,332 B] 2024-03-25T00:29:44.512 INFO:teuthology.orchestra.run.smithi134.stdout:Fetched 113 MB in 4s (29.1 MB/s) 2024-03-25T00:29:44.675 INFO:teuthology.orchestra.run.smithi028.stdout:Fetched 113 MB in 3s (32.4 MB/s) 2024-03-25T00:29:44.690 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-25T00:29:44.834 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package linux-modules-5.15.0-101-generic. 2024-03-25T00:29:46.061 INFO:teuthology.orchestra.run.smithi149.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-03-25T00:29:46.066 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-25T00:29:46.149 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-25T00:29:46.625 INFO:teuthology.orchestra.run.smithi134.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-03-25T00:29:46.629 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-25T00:29:46.695 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-25T00:29:46.894 INFO:teuthology.orchestra.run.smithi028.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-03-25T00:29:46.898 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../0-linux-modules-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-25T00:29:47.231 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-25T00:29:48.301 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-25T00:29:48.322 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-25T00:29:48.413 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-25T00:29:48.840 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-25T00:29:48.846 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-25T00:29:48.861 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-25T00:29:48.866 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-25T00:29:48.904 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-25T00:29:49.108 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-25T00:29:49.359 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package linux-image-5.15.0-101-generic. 2024-03-25T00:29:49.381 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../1-linux-image-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-25T00:29:49.478 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-25T00:29:49.690 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-25T00:29:49.711 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-25T00:29:49.748 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-25T00:29:49.960 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-101-generic. 2024-03-25T00:29:49.981 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-25T00:29:50.018 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-25T00:29:55.808 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-25T00:29:55.932 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-25T00:29:56.006 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-25T00:29:56.116 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-25T00:29:56.224 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-25T00:29:56.320 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-25T00:29:56.449 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-25T00:29:56.462 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../3-linux-generic_5.15.0.101.98_amd64.deb ... 2024-03-25T00:29:56.577 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-25T00:29:56.587 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking linux-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-25T00:29:56.631 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-25T00:29:56.642 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-25T00:29:56.681 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-25T00:29:56.880 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-25T00:29:56.902 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-25T00:29:56.912 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.101.98_amd64.deb ... 2024-03-25T00:29:56.947 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-25T00:29:57.032 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking linux-image-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-25T00:29:57.319 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package linux-headers-5.15.0-101. 2024-03-25T00:29:57.342 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../5-linux-headers-5.15.0-101_5.15.0-101.111_all.deb ... 2024-03-25T00:29:57.377 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-25T00:30:02.462 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-25T00:30:02.499 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-25T00:30:02.536 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-25T00:30:02.563 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-25T00:30:02.600 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-25T00:30:02.655 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-25T00:30:02.708 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package linux-headers-5.15.0-101-generic. 2024-03-25T00:30:02.746 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../6-linux-headers-5.15.0-101-generic_5.15.0-101.111_amd64.deb ... 2024-03-25T00:30:02.774 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-25T00:30:05.178 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-25T00:30:05.309 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-25T00:30:05.609 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-25T00:30:05.674 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.101.98_amd64.deb ... 2024-03-25T00:30:05.676 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-25T00:30:05.760 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-25T00:30:05.780 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-25T00:30:05.799 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking linux-headers-generic (5.15.0.101.98) over (5.15.0.56.54) ... 2024-03-25T00:30:05.882 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-25T00:30:06.010 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-25T00:30:06.093 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-25T00:30:06.134 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-headers-5.15.0-101 (5.15.0-101.111) ... 2024-03-25T00:30:06.214 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-25T00:30:06.254 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-headers-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-25T00:30:06.342 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-25T00:30:06.372 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-headers-generic (5.15.0.101.98) ... 2024-03-25T00:30:06.461 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-25T00:30:06.501 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-25T00:30:07.541 INFO:teuthology.orchestra.run.smithi149.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-25T00:30:07.541 INFO:teuthology.orchestra.run.smithi149.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-25T00:30:07.541 INFO:teuthology.orchestra.run.smithi149.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-25T00:30:07.541 INFO:teuthology.orchestra.run.smithi149.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-25T00:30:07.852 INFO:teuthology.orchestra.run.smithi134.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-25T00:30:07.853 INFO:teuthology.orchestra.run.smithi134.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-25T00:30:07.853 INFO:teuthology.orchestra.run.smithi134.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-25T00:30:07.853 INFO:teuthology.orchestra.run.smithi134.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-25T00:30:07.884 INFO:teuthology.orchestra.run.smithi028.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-25T00:30:07.884 INFO:teuthology.orchestra.run.smithi028.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-25T00:30:07.884 INFO:teuthology.orchestra.run.smithi028.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-101-generic 2024-03-25T00:30:07.884 INFO:teuthology.orchestra.run.smithi028.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-101-generic 2024-03-25T00:30:08.054 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-25T00:30:08.071 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-25T00:30:08.097 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up linux-modules-extra-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-25T00:30:09.438 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-25T00:30:09.506 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-25T00:30:09.513 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up linux-modules-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-25T00:30:10.823 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-25T00:30:10.916 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-25T00:30:10.948 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up linux-image-generic (5.15.0.101.98) ... 2024-03-25T00:30:10.957 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-25T00:30:11.042 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-25T00:30:11.050 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up linux-generic (5.15.0.101.98) ... 2024-03-25T00:30:11.083 INFO:teuthology.orchestra.run.smithi134.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-25T00:30:11.142 INFO:teuthology.orchestra.run.smithi134.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-25T00:30:11.142 INFO:teuthology.orchestra.run.smithi134.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-25T00:30:11.150 INFO:teuthology.orchestra.run.smithi028.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-25T00:30:11.177 INFO:teuthology.orchestra.run.smithi149.stdout:Processing triggers for linux-image-5.15.0-101-generic (5.15.0-101.111) ... 2024-03-25T00:30:11.208 INFO:teuthology.orchestra.run.smithi028.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-25T00:30:11.208 INFO:teuthology.orchestra.run.smithi028.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-25T00:30:11.249 INFO:teuthology.orchestra.run.smithi149.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-25T00:30:11.249 INFO:teuthology.orchestra.run.smithi149.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-101-generic 2024-03-25T00:30:24.910 INFO:teuthology.orchestra.run.smithi134.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-25T00:30:24.910 INFO:teuthology.orchestra.run.smithi134.stdout:Sourcing file `/etc/default/grub' 2024-03-25T00:30:24.920 INFO:teuthology.orchestra.run.smithi134.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-25T00:30:24.948 INFO:teuthology.orchestra.run.smithi134.stdout:Generating grub configuration file ... 2024-03-25T00:30:25.296 INFO:teuthology.orchestra.run.smithi134.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-25T00:30:25.309 INFO:teuthology.orchestra.run.smithi134.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-25T00:30:25.644 INFO:teuthology.orchestra.run.smithi028.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-25T00:30:25.645 INFO:teuthology.orchestra.run.smithi028.stdout:Sourcing file `/etc/default/grub' 2024-03-25T00:30:25.661 INFO:teuthology.orchestra.run.smithi028.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-25T00:30:25.662 INFO:teuthology.orchestra.run.smithi149.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-25T00:30:25.662 INFO:teuthology.orchestra.run.smithi149.stdout:Sourcing file `/etc/default/grub' 2024-03-25T00:30:25.673 INFO:teuthology.orchestra.run.smithi149.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-25T00:30:25.678 INFO:teuthology.orchestra.run.smithi134.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-25T00:30:25.684 INFO:teuthology.orchestra.run.smithi134.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-25T00:30:25.685 INFO:teuthology.orchestra.run.smithi028.stdout:Generating grub configuration file ... 2024-03-25T00:30:25.689 INFO:teuthology.orchestra.run.smithi149.stdout:Generating grub configuration file ... 2024-03-25T00:30:25.754 INFO:teuthology.orchestra.run.smithi134.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-25T00:30:25.760 INFO:teuthology.orchestra.run.smithi134.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-25T00:30:25.916 INFO:teuthology.orchestra.run.smithi134.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-25T00:30:25.916 INFO:teuthology.orchestra.run.smithi134.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-25T00:30:25.916 INFO:teuthology.orchestra.run.smithi134.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-25T00:30:25.940 INFO:teuthology.orchestra.run.smithi149.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-25T00:30:25.959 INFO:teuthology.orchestra.run.smithi149.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-25T00:30:25.963 INFO:teuthology.orchestra.run.smithi134.stdout:done 2024-03-25T00:30:25.964 INFO:teuthology.orchestra.run.smithi028.stdout:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-25T00:30:25.978 INFO:teuthology.orchestra.run.smithi028.stdout:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-25T00:30:26.233 INFO:teuthology.orchestra.run.smithi149.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-25T00:30:26.238 INFO:teuthology.orchestra.run.smithi149.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-25T00:30:26.259 INFO:teuthology.orchestra.run.smithi028.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-25T00:30:26.264 INFO:teuthology.orchestra.run.smithi028.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-25T00:30:26.309 INFO:teuthology.orchestra.run.smithi149.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-25T00:30:26.314 INFO:teuthology.orchestra.run.smithi149.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-25T00:30:26.341 INFO:teuthology.orchestra.run.smithi028.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-25T00:30:26.347 INFO:teuthology.orchestra.run.smithi028.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-25T00:30:26.419 DEBUG:teuthology.orchestra.run.smithi134:> dpkg -s linux-image-generic 2024-03-25T00:30:26.436 INFO:teuthology.orchestra.run.smithi134.stdout:Package: linux-image-generic 2024-03-25T00:30:26.436 INFO:teuthology.orchestra.run.smithi134.stdout:Status: install ok installed 2024-03-25T00:30:26.436 INFO:teuthology.orchestra.run.smithi134.stdout:Priority: optional 2024-03-25T00:30:26.436 INFO:teuthology.orchestra.run.smithi134.stdout:Section: kernel 2024-03-25T00:30:26.436 INFO:teuthology.orchestra.run.smithi134.stdout:Installed-Size: 21 2024-03-25T00:30:26.436 INFO:teuthology.orchestra.run.smithi134.stdout:Maintainer: Ubuntu Kernel Team 2024-03-25T00:30:26.437 INFO:teuthology.orchestra.run.smithi134.stdout:Architecture: amd64 2024-03-25T00:30:26.437 INFO:teuthology.orchestra.run.smithi134.stdout:Source: linux-meta 2024-03-25T00:30:26.437 INFO:teuthology.orchestra.run.smithi134.stdout:Version: 5.15.0.101.98 2024-03-25T00:30:26.437 INFO:teuthology.orchestra.run.smithi134.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-25T00:30:26.437 INFO:teuthology.orchestra.run.smithi134.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-25T00:30:26.437 INFO:teuthology.orchestra.run.smithi134.stdout:Recommends: thermald 2024-03-25T00:30:26.437 INFO:teuthology.orchestra.run.smithi134.stdout:Description: Generic Linux kernel image 2024-03-25T00:30:26.437 INFO:teuthology.orchestra.run.smithi134.stdout: This package will always depend on the latest generic kernel image 2024-03-25T00:30:26.437 INFO:teuthology.orchestra.run.smithi134.stdout: available. 2024-03-25T00:30:26.437 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-25T00:30:26.437 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-25T00:30:26.438 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-25T00:30:26.438 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-25T00:30:26.438 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi134.front.sepia.ceph.com, path=None, version=distro) 2024-03-25T00:30:26.438 DEBUG:teuthology.orchestra.run.smithi134:> sudo apt-get clean 2024-03-25T00:30:26.469 INFO:teuthology.orchestra.run.smithi149.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-25T00:30:26.469 INFO:teuthology.orchestra.run.smithi149.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-25T00:30:26.469 INFO:teuthology.orchestra.run.smithi149.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-25T00:30:26.503 INFO:teuthology.orchestra.run.smithi149.stdout:done 2024-03-25T00:30:26.513 INFO:teuthology.orchestra.run.smithi028.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-25T00:30:26.513 INFO:teuthology.orchestra.run.smithi028.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-25T00:30:26.513 INFO:teuthology.orchestra.run.smithi028.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-25T00:30:26.547 INFO:teuthology.orchestra.run.smithi028.stdout:done 2024-03-25T00:30:26.646 DEBUG:teuthology.orchestra.run.smithi134:> sudo apt-get update 2024-03-25T00:30:26.763 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-25T00:30:26.763 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-25T00:30:26.777 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-25T00:30:26.797 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-25T00:30:26.999 DEBUG:teuthology.orchestra.run.smithi149:> dpkg -s linux-image-generic 2024-03-25T00:30:27.015 DEBUG:teuthology.orchestra.run.smithi028:> dpkg -s linux-image-generic 2024-03-25T00:30:27.016 INFO:teuthology.orchestra.run.smithi149.stdout:Package: linux-image-generic 2024-03-25T00:30:27.017 INFO:teuthology.orchestra.run.smithi149.stdout:Status: install ok installed 2024-03-25T00:30:27.017 INFO:teuthology.orchestra.run.smithi149.stdout:Priority: optional 2024-03-25T00:30:27.017 INFO:teuthology.orchestra.run.smithi149.stdout:Section: kernel 2024-03-25T00:30:27.017 INFO:teuthology.orchestra.run.smithi149.stdout:Installed-Size: 21 2024-03-25T00:30:27.017 INFO:teuthology.orchestra.run.smithi149.stdout:Maintainer: Ubuntu Kernel Team 2024-03-25T00:30:27.017 INFO:teuthology.orchestra.run.smithi149.stdout:Architecture: amd64 2024-03-25T00:30:27.017 INFO:teuthology.orchestra.run.smithi149.stdout:Source: linux-meta 2024-03-25T00:30:27.017 INFO:teuthology.orchestra.run.smithi149.stdout:Version: 5.15.0.101.98 2024-03-25T00:30:27.017 INFO:teuthology.orchestra.run.smithi149.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-25T00:30:27.017 INFO:teuthology.orchestra.run.smithi149.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-25T00:30:27.017 INFO:teuthology.orchestra.run.smithi149.stdout:Recommends: thermald 2024-03-25T00:30:27.017 INFO:teuthology.orchestra.run.smithi149.stdout:Description: Generic Linux kernel image 2024-03-25T00:30:27.017 INFO:teuthology.orchestra.run.smithi149.stdout: This package will always depend on the latest generic kernel image 2024-03-25T00:30:27.017 INFO:teuthology.orchestra.run.smithi149.stdout: available. 2024-03-25T00:30:27.018 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-25T00:30:27.018 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-25T00:30:27.018 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-25T00:30:27.018 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-03-25T00:30:27.018 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi149.front.sepia.ceph.com, path=None, version=distro) 2024-03-25T00:30:27.018 DEBUG:teuthology.orchestra.run.smithi149:> sudo apt-get clean 2024-03-25T00:30:27.036 INFO:teuthology.orchestra.run.smithi028.stdout:Package: linux-image-generic 2024-03-25T00:30:27.036 INFO:teuthology.orchestra.run.smithi028.stdout:Status: install ok installed 2024-03-25T00:30:27.037 INFO:teuthology.orchestra.run.smithi028.stdout:Priority: optional 2024-03-25T00:30:27.037 INFO:teuthology.orchestra.run.smithi028.stdout:Section: kernel 2024-03-25T00:30:27.037 INFO:teuthology.orchestra.run.smithi028.stdout:Installed-Size: 21 2024-03-25T00:30:27.037 INFO:teuthology.orchestra.run.smithi028.stdout:Maintainer: Ubuntu Kernel Team 2024-03-25T00:30:27.037 INFO:teuthology.orchestra.run.smithi028.stdout:Architecture: amd64 2024-03-25T00:30:27.037 INFO:teuthology.orchestra.run.smithi028.stdout:Source: linux-meta 2024-03-25T00:30:27.037 INFO:teuthology.orchestra.run.smithi028.stdout:Version: 5.15.0.101.98 2024-03-25T00:30:27.037 INFO:teuthology.orchestra.run.smithi028.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-25T00:30:27.037 INFO:teuthology.orchestra.run.smithi028.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-25T00:30:27.037 INFO:teuthology.orchestra.run.smithi028.stdout:Recommends: thermald 2024-03-25T00:30:27.037 INFO:teuthology.orchestra.run.smithi028.stdout:Description: Generic Linux kernel image 2024-03-25T00:30:27.037 INFO:teuthology.orchestra.run.smithi028.stdout: This package will always depend on the latest generic kernel image 2024-03-25T00:30:27.037 INFO:teuthology.orchestra.run.smithi028.stdout: available. 2024-03-25T00:30:27.038 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-101-generic 2024-03-25T00:30:27.038 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-25T00:30:27.038 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-25T00:30:27.038 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-25T00:30:27.038 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi028.front.sepia.ceph.com, path=None, version=distro) 2024-03-25T00:30:27.038 DEBUG:teuthology.orchestra.run.smithi028:> sudo apt-get clean 2024-03-25T00:30:27.203 DEBUG:teuthology.orchestra.run.smithi149:> sudo apt-get update 2024-03-25T00:30:27.215 DEBUG:teuthology.orchestra.run.smithi028:> sudo apt-get update 2024-03-25T00:30:27.344 INFO:teuthology.orchestra.run.smithi028.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-25T00:30:27.345 INFO:teuthology.orchestra.run.smithi149.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-25T00:30:27.345 INFO:teuthology.orchestra.run.smithi149.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-25T00:30:27.359 INFO:teuthology.orchestra.run.smithi028.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-25T00:30:27.362 INFO:teuthology.orchestra.run.smithi149.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-25T00:30:27.382 INFO:teuthology.orchestra.run.smithi028.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-25T00:30:27.384 INFO:teuthology.orchestra.run.smithi149.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-25T00:30:27.456 INFO:teuthology.orchestra.run.smithi028.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-25T00:30:28.080 INFO:teuthology.orchestra.run.smithi134.stdout:Reading package lists... 2024-03-25T00:30:28.098 DEBUG:teuthology.orchestra.run.smithi134:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-25T00:30:28.159 INFO:teuthology.orchestra.run.smithi134.stdout:Reading package lists... 2024-03-25T00:30:28.356 INFO:teuthology.orchestra.run.smithi134.stdout:Building dependency tree... 2024-03-25T00:30:28.356 INFO:teuthology.orchestra.run.smithi134.stdout:Reading state information... 2024-03-25T00:30:28.533 INFO:teuthology.orchestra.run.smithi134.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-25T00:30:28.533 INFO:teuthology.orchestra.run.smithi134.stdout:The following packages were automatically installed and are no longer required: 2024-03-25T00:30:28.534 INFO:teuthology.orchestra.run.smithi134.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-25T00:30:28.534 INFO:teuthology.orchestra.run.smithi134.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-25T00:30:28.534 INFO:teuthology.orchestra.run.smithi134.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-25T00:30:28.534 INFO:teuthology.orchestra.run.smithi134.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-25T00:30:28.534 INFO:teuthology.orchestra.run.smithi134.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-25T00:30:28.534 INFO:teuthology.orchestra.run.smithi134.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-25T00:30:28.576 INFO:teuthology.orchestra.run.smithi134.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-25T00:30:28.577 DEBUG:teuthology.orchestra.run.smithi134:> dpkg -s linux-image-generic 2024-03-25T00:30:28.593 INFO:teuthology.orchestra.run.smithi134.stdout:Package: linux-image-generic 2024-03-25T00:30:28.594 INFO:teuthology.orchestra.run.smithi134.stdout:Status: install ok installed 2024-03-25T00:30:28.594 INFO:teuthology.orchestra.run.smithi134.stdout:Priority: optional 2024-03-25T00:30:28.594 INFO:teuthology.orchestra.run.smithi134.stdout:Section: kernel 2024-03-25T00:30:28.594 INFO:teuthology.orchestra.run.smithi134.stdout:Installed-Size: 21 2024-03-25T00:30:28.594 INFO:teuthology.orchestra.run.smithi134.stdout:Maintainer: Ubuntu Kernel Team 2024-03-25T00:30:28.594 INFO:teuthology.orchestra.run.smithi134.stdout:Architecture: amd64 2024-03-25T00:30:28.594 INFO:teuthology.orchestra.run.smithi134.stdout:Source: linux-meta 2024-03-25T00:30:28.594 INFO:teuthology.orchestra.run.smithi134.stdout:Version: 5.15.0.101.98 2024-03-25T00:30:28.594 INFO:teuthology.orchestra.run.smithi134.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-25T00:30:28.594 INFO:teuthology.orchestra.run.smithi134.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-25T00:30:28.594 INFO:teuthology.orchestra.run.smithi134.stdout:Recommends: thermald 2024-03-25T00:30:28.595 INFO:teuthology.orchestra.run.smithi134.stdout:Description: Generic Linux kernel image 2024-03-25T00:30:28.595 INFO:teuthology.orchestra.run.smithi134.stdout: This package will always depend on the latest generic kernel image 2024-03-25T00:30:28.595 INFO:teuthology.orchestra.run.smithi134.stdout: available. 2024-03-25T00:30:28.595 DEBUG:teuthology.orchestra.run.smithi134:> mktemp 2024-03-25T00:30:28.642 INFO:teuthology.orchestra.run.smithi134.stdout:/tmp/tmp.HRRDITfW6t 2024-03-25T00:30:28.642 DEBUG:teuthology.orchestra.run.smithi134:> sudo cp /boot/grub/grub.cfg /tmp/tmp.HRRDITfW6t 2024-03-25T00:30:28.688 INFO:teuthology.orchestra.run.smithi149.stdout:Reading package lists... 2024-03-25T00:30:28.699 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 0666 /tmp/tmp.HRRDITfW6t 2024-03-25T00:30:28.708 DEBUG:teuthology.orchestra.run.smithi149:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-25T00:30:28.760 INFO:teuthology.orchestra.run.smithi028.stdout:Reading package lists... 2024-03-25T00:30:28.766 INFO:teuthology.orchestra.run.smithi149.stdout:Reading package lists... 2024-03-25T00:30:28.778 DEBUG:teuthology.orchestra.run.smithi028:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-25T00:30:28.818 DEBUG:teuthology.orchestra.remote:smithi134:/tmp/tmp.HRRDITfW6t is 10KB 2024-03-25T00:30:28.831 INFO:teuthology.orchestra.run.smithi028.stdout:Reading package lists... 2024-03-25T00:30:28.832 DEBUG:teuthology.orchestra.run.smithi134:> rm -fr /tmp/tmp.HRRDITfW6t 2024-03-25T00:30:28.837 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-25T00:30:28.890 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-03-25T00:30:28.890 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-25T00:30:28.890 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-25T00:30:28.957 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-25T00:30:28.957 DEBUG:teuthology.orchestra.run.smithi134:> sudo update-grub 2024-03-25T00:30:28.964 INFO:teuthology.orchestra.run.smithi149.stdout:Building dependency tree... 2024-03-25T00:30:28.965 INFO:teuthology.orchestra.run.smithi149.stdout:Reading state information... 2024-03-25T00:30:29.008 INFO:teuthology.orchestra.run.smithi028.stdout:Building dependency tree... 2024-03-25T00:30:29.009 INFO:teuthology.orchestra.run.smithi028.stdout:Reading state information... 2024-03-25T00:30:29.140 INFO:teuthology.orchestra.run.smithi149.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-25T00:30:29.140 INFO:teuthology.orchestra.run.smithi149.stdout:The following packages were automatically installed and are no longer required: 2024-03-25T00:30:29.140 INFO:teuthology.orchestra.run.smithi149.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-25T00:30:29.140 INFO:teuthology.orchestra.run.smithi149.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-25T00:30:29.140 INFO:teuthology.orchestra.run.smithi149.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-25T00:30:29.141 INFO:teuthology.orchestra.run.smithi149.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-25T00:30:29.141 INFO:teuthology.orchestra.run.smithi149.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-25T00:30:29.141 INFO:teuthology.orchestra.run.smithi149.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-25T00:30:29.168 INFO:teuthology.orchestra.run.smithi028.stdout:linux-image-generic is already the newest version (5.15.0.101.98). 2024-03-25T00:30:29.168 INFO:teuthology.orchestra.run.smithi028.stdout:The following packages were automatically installed and are no longer required: 2024-03-25T00:30:29.168 INFO:teuthology.orchestra.run.smithi028.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-25T00:30:29.168 INFO:teuthology.orchestra.run.smithi028.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-25T00:30:29.168 INFO:teuthology.orchestra.run.smithi028.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-25T00:30:29.169 INFO:teuthology.orchestra.run.smithi028.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-25T00:30:29.169 INFO:teuthology.orchestra.run.smithi028.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-25T00:30:29.169 INFO:teuthology.orchestra.run.smithi028.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-25T00:30:29.183 INFO:teuthology.orchestra.run.smithi149.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-25T00:30:29.185 DEBUG:teuthology.orchestra.run.smithi149:> dpkg -s linux-image-generic 2024-03-25T00:30:29.198 INFO:teuthology.orchestra.run.smithi149.stdout:Package: linux-image-generic 2024-03-25T00:30:29.198 INFO:teuthology.orchestra.run.smithi149.stdout:Status: install ok installed 2024-03-25T00:30:29.198 INFO:teuthology.orchestra.run.smithi149.stdout:Priority: optional 2024-03-25T00:30:29.198 INFO:teuthology.orchestra.run.smithi149.stdout:Section: kernel 2024-03-25T00:30:29.198 INFO:teuthology.orchestra.run.smithi149.stdout:Installed-Size: 21 2024-03-25T00:30:29.198 INFO:teuthology.orchestra.run.smithi149.stdout:Maintainer: Ubuntu Kernel Team 2024-03-25T00:30:29.198 INFO:teuthology.orchestra.run.smithi149.stdout:Architecture: amd64 2024-03-25T00:30:29.198 INFO:teuthology.orchestra.run.smithi149.stdout:Source: linux-meta 2024-03-25T00:30:29.198 INFO:teuthology.orchestra.run.smithi149.stdout:Version: 5.15.0.101.98 2024-03-25T00:30:29.199 INFO:teuthology.orchestra.run.smithi149.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-25T00:30:29.199 INFO:teuthology.orchestra.run.smithi149.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-25T00:30:29.199 INFO:teuthology.orchestra.run.smithi149.stdout:Recommends: thermald 2024-03-25T00:30:29.199 INFO:teuthology.orchestra.run.smithi149.stdout:Description: Generic Linux kernel image 2024-03-25T00:30:29.199 INFO:teuthology.orchestra.run.smithi149.stdout: This package will always depend on the latest generic kernel image 2024-03-25T00:30:29.199 INFO:teuthology.orchestra.run.smithi149.stdout: available. 2024-03-25T00:30:29.199 DEBUG:teuthology.orchestra.run.smithi149:> mktemp 2024-03-25T00:30:29.207 INFO:teuthology.orchestra.run.smithi028.stdout:0 upgraded, 0 newly installed, 0 to remove and 298 not upgraded. 2024-03-25T00:30:29.209 DEBUG:teuthology.orchestra.run.smithi028:> dpkg -s linux-image-generic 2024-03-25T00:30:29.249 INFO:teuthology.orchestra.run.smithi149.stdout:/tmp/tmp.lYrw7VhMcl 2024-03-25T00:30:29.249 DEBUG:teuthology.orchestra.run.smithi149:> sudo cp /boot/grub/grub.cfg /tmp/tmp.lYrw7VhMcl 2024-03-25T00:30:29.268 INFO:teuthology.orchestra.run.smithi028.stdout:Package: linux-image-generic 2024-03-25T00:30:29.268 INFO:teuthology.orchestra.run.smithi028.stdout:Status: install ok installed 2024-03-25T00:30:29.269 INFO:teuthology.orchestra.run.smithi028.stdout:Priority: optional 2024-03-25T00:30:29.269 INFO:teuthology.orchestra.run.smithi028.stdout:Section: kernel 2024-03-25T00:30:29.269 INFO:teuthology.orchestra.run.smithi028.stdout:Installed-Size: 21 2024-03-25T00:30:29.269 INFO:teuthology.orchestra.run.smithi028.stdout:Maintainer: Ubuntu Kernel Team 2024-03-25T00:30:29.269 INFO:teuthology.orchestra.run.smithi028.stdout:Architecture: amd64 2024-03-25T00:30:29.269 INFO:teuthology.orchestra.run.smithi028.stdout:Source: linux-meta 2024-03-25T00:30:29.269 INFO:teuthology.orchestra.run.smithi028.stdout:Version: 5.15.0.101.98 2024-03-25T00:30:29.269 INFO:teuthology.orchestra.run.smithi028.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.3), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-101), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.3) 2024-03-25T00:30:29.269 INFO:teuthology.orchestra.run.smithi028.stdout:Depends: linux-image-5.15.0-101-generic, linux-modules-extra-5.15.0-101-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-25T00:30:29.269 INFO:teuthology.orchestra.run.smithi028.stdout:Recommends: thermald 2024-03-25T00:30:29.269 INFO:teuthology.orchestra.run.smithi028.stdout:Description: Generic Linux kernel image 2024-03-25T00:30:29.269 INFO:teuthology.orchestra.run.smithi028.stdout: This package will always depend on the latest generic kernel image 2024-03-25T00:30:29.269 INFO:teuthology.orchestra.run.smithi028.stdout: available. 2024-03-25T00:30:29.270 DEBUG:teuthology.orchestra.run.smithi028:> mktemp 2024-03-25T00:30:29.306 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod 0666 /tmp/tmp.lYrw7VhMcl 2024-03-25T00:30:29.318 INFO:teuthology.orchestra.run.smithi028.stdout:/tmp/tmp.4eGVDvWyji 2024-03-25T00:30:29.318 DEBUG:teuthology.orchestra.run.smithi028:> sudo cp /boot/grub/grub.cfg /tmp/tmp.4eGVDvWyji 2024-03-25T00:30:29.374 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod 0666 /tmp/tmp.4eGVDvWyji 2024-03-25T00:30:29.421 DEBUG:teuthology.orchestra.remote:smithi149:/tmp/tmp.lYrw7VhMcl is 10KB 2024-03-25T00:30:29.434 DEBUG:teuthology.orchestra.run.smithi149:> rm -fr /tmp/tmp.lYrw7VhMcl 2024-03-25T00:30:29.440 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-25T00:30:29.488 DEBUG:teuthology.orchestra.remote:smithi028:/tmp/tmp.4eGVDvWyji is 10KB 2024-03-25T00:30:29.492 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-03-25T00:30:29.492 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-25T00:30:29.492 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-25T00:30:29.501 DEBUG:teuthology.orchestra.run.smithi028:> rm -fr /tmp/tmp.4eGVDvWyji 2024-03-25T00:30:29.506 DEBUG:teuthology.orchestra.run.smithi028:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-25T00:30:29.556 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-25T00:30:29.556 DEBUG:teuthology.orchestra.run.smithi149:> sudo update-grub 2024-03-25T00:30:29.565 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-03-25T00:30:29.565 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-25T00:30:29.565 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-25T00:30:29.634 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-101-generic 2024-03-25T00:30:29.634 DEBUG:teuthology.orchestra.run.smithi028:> sudo update-grub 2024-03-25T00:30:30.150 INFO:teuthology.orchestra.run.smithi134.stderr:Sourcing file `/etc/default/grub' 2024-03-25T00:30:30.151 INFO:teuthology.orchestra.run.smithi134.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-25T00:30:30.154 INFO:teuthology.orchestra.run.smithi134.stderr:Generating grub configuration file ... 2024-03-25T00:30:30.363 INFO:teuthology.orchestra.run.smithi134.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-25T00:30:30.371 INFO:teuthology.orchestra.run.smithi134.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-25T00:30:30.641 INFO:teuthology.orchestra.run.smithi134.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-25T00:30:30.646 INFO:teuthology.orchestra.run.smithi134.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-25T00:30:30.686 INFO:teuthology.orchestra.run.smithi134.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-25T00:30:30.691 INFO:teuthology.orchestra.run.smithi134.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-25T00:30:30.738 INFO:teuthology.orchestra.run.smithi149.stderr:Sourcing file `/etc/default/grub' 2024-03-25T00:30:30.739 INFO:teuthology.orchestra.run.smithi149.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-25T00:30:30.744 INFO:teuthology.orchestra.run.smithi028.stderr:Sourcing file `/etc/default/grub' 2024-03-25T00:30:30.744 INFO:teuthology.orchestra.run.smithi028.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-25T00:30:30.744 INFO:teuthology.orchestra.run.smithi149.stderr:Generating grub configuration file ... 2024-03-25T00:30:30.745 INFO:teuthology.orchestra.run.smithi028.stderr:Generating grub configuration file ... 2024-03-25T00:30:30.843 INFO:teuthology.orchestra.run.smithi134.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-25T00:30:30.844 INFO:teuthology.orchestra.run.smithi134.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-25T00:30:30.844 INFO:teuthology.orchestra.run.smithi134.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-25T00:30:30.859 INFO:teuthology.orchestra.run.smithi134.stderr:done 2024-03-25T00:30:30.867 DEBUG:teuthology.orchestra.run.smithi134:> sudo shutdown -r now 2024-03-25T00:30:30.922 INFO:teuthology.orchestra.run.smithi028.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-25T00:30:30.922 INFO:teuthology.orchestra.run.smithi149.stderr:Found linux image: /boot/vmlinuz-5.15.0-101-generic 2024-03-25T00:30:30.928 INFO:teuthology.orchestra.run.smithi149.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-25T00:30:30.929 INFO:teuthology.orchestra.run.smithi028.stderr:Found initrd image: /boot/initrd.img-5.15.0-101-generic 2024-03-25T00:30:31.149 INFO:teuthology.orchestra.run.smithi149.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-25T00:30:31.150 INFO:teuthology.orchestra.run.smithi028.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-25T00:30:31.153 INFO:teuthology.orchestra.run.smithi149.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-25T00:30:31.154 INFO:teuthology.orchestra.run.smithi028.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-25T00:30:31.195 INFO:teuthology.orchestra.run.smithi149.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-25T00:30:31.197 INFO:teuthology.orchestra.run.smithi028.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-25T00:30:31.200 INFO:teuthology.orchestra.run.smithi149.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-25T00:30:31.202 INFO:teuthology.orchestra.run.smithi028.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-25T00:30:31.322 INFO:teuthology.orchestra.run.smithi149.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-25T00:30:31.322 INFO:teuthology.orchestra.run.smithi149.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-25T00:30:31.322 INFO:teuthology.orchestra.run.smithi149.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-25T00:30:31.329 INFO:teuthology.orchestra.run.smithi028.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-25T00:30:31.329 INFO:teuthology.orchestra.run.smithi028.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-25T00:30:31.329 INFO:teuthology.orchestra.run.smithi028.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-25T00:30:31.333 INFO:teuthology.orchestra.run.smithi149.stderr:done 2024-03-25T00:30:31.338 DEBUG:teuthology.orchestra.run.smithi149:> sudo shutdown -r now 2024-03-25T00:30:31.343 INFO:teuthology.orchestra.run.smithi028.stderr:done 2024-03-25T00:30:31.352 DEBUG:teuthology.orchestra.run.smithi028:> sudo shutdown -r now 2024-03-25T00:31:00.898 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-25T00:31:00.899 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-03-25T00:31:00.900 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-25T00:31:01.341 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-03-25T00:31:01.341 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-03-25T00:31:01.342 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-25T00:31:01.354 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-25T00:31:01.354 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-03-25T00:31:01.355 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-25T00:31:19.327 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2024-03-25T00:31:19.842 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.149 2024-03-25T00:31:19.842 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.28 2024-03-25T00:31:28.336 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-03-25T00:31:28.337 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-25T00:31:28.844 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-03-25T00:31:28.844 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-25T00:31:28.846 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-03-25T00:31:28.846 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-25T00:31:31.390 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.134 2024-03-25T00:31:31.902 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.149 2024-03-25T00:31:43.402 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-03-25T00:31:43.403 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-25T00:31:43.905 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-03-25T00:31:43.906 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-25T00:32:15.120 DEBUG:teuthology.orchestra.run.smithi134:> true 2024-03-25T00:32:15.701 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-03-25T00:32:15.701 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-101-generic"... 2024-03-25T00:32:15.701 DEBUG:teuthology.orchestra.run.smithi134:> uname -r 2024-03-25T00:32:15.754 INFO:teuthology.orchestra.run.smithi134.stdout:5.15.0-101-generic 2024-03-25T00:32:15.754 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-25T00:32:15.754 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-25T00:32:15.754 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-25T00:32:16.755 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-25T00:32:16.755 DEBUG:teuthology.orchestra.run.smithi134:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-25T00:32:16.815 INFO:teuthology.orchestra.run.smithi134.stdout:ttyS1 2024-03-25T00:32:16.844 DEBUG:teuthology.parallel:result is None 2024-03-25T00:32:28.848 DEBUG:teuthology.orchestra.remote:timed out 2024-03-25T00:32:40.849 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-03-25T00:32:40.850 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-25T00:32:41.169 DEBUG:teuthology.orchestra.run.smithi028:> true 2024-03-25T00:32:41.734 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-03-25T00:32:41.734 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-101-generic"... 2024-03-25T00:32:41.735 DEBUG:teuthology.orchestra.run.smithi028:> uname -r 2024-03-25T00:32:41.783 INFO:teuthology.orchestra.run.smithi028.stdout:5.15.0-101-generic 2024-03-25T00:32:41.783 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-25T00:32:41.783 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-25T00:32:41.784 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-25T00:32:42.785 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-25T00:32:42.785 DEBUG:teuthology.orchestra.run.smithi028:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-25T00:32:42.860 INFO:teuthology.orchestra.run.smithi028.stdout:ttyS1 2024-03-25T00:32:42.877 DEBUG:teuthology.parallel:result is None 2024-03-25T00:32:43.908 DEBUG:teuthology.orchestra.remote:timed out 2024-03-25T00:32:58.909 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-03-25T00:32:58.910 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-25T00:32:59.221 DEBUG:teuthology.orchestra.run.smithi149:> true 2024-03-25T00:32:59.833 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-03-25T00:32:59.834 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-101-generic"... 2024-03-25T00:32:59.834 DEBUG:teuthology.orchestra.run.smithi149:> uname -r 2024-03-25T00:32:59.881 INFO:teuthology.orchestra.run.smithi149.stdout:5.15.0-101-generic 2024-03-25T00:32:59.881 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-101-generic vs 5.15.0-101-generic 2024-03-25T00:32:59.881 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-25T00:32:59.881 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-25T00:33:00.882 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-03-25T00:33:00.883 DEBUG:teuthology.orchestra.run.smithi149:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-25T00:33:01.225 INFO:teuthology.orchestra.run.smithi149.stdout:ttyS1 2024-03-25T00:33:01.251 DEBUG:teuthology.parallel:result is None 2024-03-25T00:33:01.251 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-25T00:33:01.260 INFO:teuthology.task.internal:Creating test directory... 2024-03-25T00:33:01.261 DEBUG:teuthology.orchestra.run.smithi028:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-25T00:33:01.263 DEBUG:teuthology.orchestra.run.smithi134:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-25T00:33:01.266 DEBUG:teuthology.orchestra.run.smithi149:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-25T00:33:01.272 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-25T00:33:01.278 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-25T00:33:01.285 INFO:teuthology.task.internal:Creating archive directory... 2024-03-25T00:33:01.285 DEBUG:teuthology.orchestra.run.smithi028:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-25T00:33:01.312 DEBUG:teuthology.orchestra.run.smithi134:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-25T00:33:01.315 DEBUG:teuthology.orchestra.run.smithi149:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-25T00:33:01.411 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-25T00:33:01.418 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-25T00:33:01.418 DEBUG:teuthology.orchestra.run.smithi028:> 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-03-25T00:33:01.420 DEBUG:teuthology.orchestra.run.smithi134:> 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-03-25T00:33:01.423 DEBUG:teuthology.orchestra.run.smithi149:> 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-03-25T00:33:01.437 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-25T00:33:01.438 INFO:teuthology.orchestra.run.smithi028.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-25T00:33:01.445 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-25T00:33:01.446 INFO:teuthology.orchestra.run.smithi028.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-25T00:33:01.462 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-25T00:33:01.470 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-25T00:33:01.472 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-25T00:33:01.479 INFO:teuthology.task.internal:Configuring sudo... 2024-03-25T00:33:01.479 DEBUG:teuthology.orchestra.run.smithi028:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-25T00:33:01.492 DEBUG:teuthology.orchestra.run.smithi134:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-25T00:33:01.494 DEBUG:teuthology.orchestra.run.smithi149:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-25T00:33:01.529 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-25T00:33:01.539 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-25T00:33:01.539 DEBUG:teuthology.orchestra.run.smithi028:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-25T00:33:01.548 DEBUG:teuthology.orchestra.run.smithi134:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-25T00:33:01.550 DEBUG:teuthology.orchestra.run.smithi149:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-25T00:33:01.576 DEBUG:teuthology.orchestra.run.smithi028:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-25T00:33:01.599 DEBUG:teuthology.orchestra.run.smithi028:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-25T00:33:01.647 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-03-25T00:33:01.647 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-25T00:33:01.706 DEBUG:teuthology.orchestra.run.smithi134:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-25T00:33:01.712 DEBUG:teuthology.orchestra.run.smithi134:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-25T00:33:01.758 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-03-25T00:33:01.758 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-25T00:33:01.828 DEBUG:teuthology.orchestra.run.smithi149:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-25T00:33:01.834 DEBUG:teuthology.orchestra.run.smithi149:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-25T00:33:01.881 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-03-25T00:33:01.881 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-25T00:33:01.945 DEBUG:teuthology.orchestra.run.smithi028:> sudo service rsyslog restart 2024-03-25T00:33:01.947 DEBUG:teuthology.orchestra.run.smithi134:> sudo service rsyslog restart 2024-03-25T00:33:01.949 DEBUG:teuthology.orchestra.run.smithi149:> sudo service rsyslog restart 2024-03-25T00:33:02.034 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-25T00:33:02.044 INFO:teuthology.task.internal:Starting timer... 2024-03-25T00:33:02.045 INFO:teuthology.run_tasks:Running task pcp... 2024-03-25T00:33:02.055 INFO:teuthology.run_tasks:Running task selinux... 2024-03-25T00:33:02.064 DEBUG:teuthology.task.selinux:Excluding smithi028: OS 'ubuntu' does not support SELinux 2024-03-25T00:33:02.064 DEBUG:teuthology.task.selinux:Excluding smithi134: OS 'ubuntu' does not support SELinux 2024-03-25T00:33:02.064 DEBUG:teuthology.task.selinux:Excluding smithi149: OS 'ubuntu' does not support SELinux 2024-03-25T00:33:02.064 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-25T00:33:02.065 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-03-25T00:33:02.065 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-25T00:33:02.065 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-25T00:33:02.073 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-25T00:33:02.092 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-03-25T00:33:02.093 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi028.front.sepia.ceph.com,smithi134.front.sepia.ceph.com,smithi149.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-25T00:40:04.252 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi028.front.sepia.ceph.com'), Remote(name='ubuntu@smithi134.front.sepia.ceph.com'), Remote(name='ubuntu@smithi149.front.sepia.ceph.com')] 2024-03-25T00:40:04.254 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-03-25T00:40:04.255 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi028.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-25T00:40:04.341 DEBUG:teuthology.orchestra.run.smithi028:> true 2024-03-25T00:40:04.419 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi028.front.sepia.ceph.com' 2024-03-25T00:40:04.419 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-03-25T00:40:04.420 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi134.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-25T00:40:04.501 DEBUG:teuthology.orchestra.run.smithi134:> true 2024-03-25T00:40:04.578 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi134.front.sepia.ceph.com' 2024-03-25T00:40:04.578 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-03-25T00:40:04.579 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi149.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-25T00:40:04.660 DEBUG:teuthology.orchestra.run.smithi149:> true 2024-03-25T00:40:04.742 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi149.front.sepia.ceph.com' 2024-03-25T00:40:04.743 INFO:teuthology.run_tasks:Running task clock... 2024-03-25T00:40:04.755 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-25T00:40:04.756 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-25T00:40:04.756 DEBUG:teuthology.orchestra.run.smithi028:> 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-03-25T00:40:04.759 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-25T00:40:04.759 DEBUG:teuthology.orchestra.run.smithi134:> 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-03-25T00:40:04.762 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-25T00:40:04.762 DEBUG:teuthology.orchestra.run.smithi149:> 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-03-25T00:40:04.788 INFO:teuthology.orchestra.run.smithi028.stdout:25 Mar 00:40:04 ntpd[17131]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-25T00:40:04.788 INFO:teuthology.orchestra.run.smithi028.stdout:25 Mar 00:40:04 ntpd[17131]: Command line: ntpd -gq 2024-03-25T00:40:04.788 INFO:teuthology.orchestra.run.smithi028.stdout:25 Mar 00:40:04 ntpd[17131]: ---------------------------------------------------- 2024-03-25T00:40:04.788 INFO:teuthology.orchestra.run.smithi028.stdout:25 Mar 00:40:04 ntpd[17131]: ntp-4 is maintained by Network Time Foundation, 2024-03-25T00:40:04.788 INFO:teuthology.orchestra.run.smithi028.stdout:25 Mar 00:40:04 ntpd[17131]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-25T00:40:04.788 INFO:teuthology.orchestra.run.smithi028.stdout:25 Mar 00:40:04 ntpd[17131]: corporation. Support and training for ntp-4 are 2024-03-25T00:40:04.788 INFO:teuthology.orchestra.run.smithi028.stdout:25 Mar 00:40:04 ntpd[17131]: available at https://www.nwtime.org/support 2024-03-25T00:40:04.788 INFO:teuthology.orchestra.run.smithi028.stdout:25 Mar 00:40:04 ntpd[17131]: ---------------------------------------------------- 2024-03-25T00:40:04.788 INFO:teuthology.orchestra.run.smithi028.stdout:25 Mar 00:40:04 ntpd[17131]: proto: precision = 0.047 usec (-24) 2024-03-25T00:40:04.790 INFO:teuthology.orchestra.run.smithi028.stdout:25 Mar 00:40:04 ntpd[17131]: basedate set to 2022-02-04 2024-03-25T00:40:04.790 INFO:teuthology.orchestra.run.smithi028.stdout:25 Mar 00:40:04 ntpd[17131]: gps base set to 2022-02-06 (week 2196) 2024-03-25T00:40:04.791 INFO:teuthology.orchestra.run.smithi028.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-25T00:40:04.791 INFO:teuthology.orchestra.run.smithi028.stdout:25 Mar 00:40:04 ntpd[17131]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-25T00:40:04.792 INFO:teuthology.orchestra.run.smithi028.stdout:25 Mar 00:40:04 ntpd[17131]: restrict ::: KOD does nothing without LIMITED. 2024-03-25T00:40:04.792 INFO:teuthology.orchestra.run.smithi134.stdout:25 Mar 00:40:04 ntpd[17194]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-25T00:40:04.792 INFO:teuthology.orchestra.run.smithi134.stdout:25 Mar 00:40:04 ntpd[17194]: Command line: ntpd -gq 2024-03-25T00:40:04.792 INFO:teuthology.orchestra.run.smithi134.stdout:25 Mar 00:40:04 ntpd[17194]: ---------------------------------------------------- 2024-03-25T00:40:04.792 INFO:teuthology.orchestra.run.smithi134.stdout:25 Mar 00:40:04 ntpd[17194]: ntp-4 is maintained by Network Time Foundation, 2024-03-25T00:40:04.793 INFO:teuthology.orchestra.run.smithi134.stdout:25 Mar 00:40:04 ntpd[17194]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-25T00:40:04.793 INFO:teuthology.orchestra.run.smithi134.stdout:25 Mar 00:40:04 ntpd[17194]: corporation. Support and training for ntp-4 are 2024-03-25T00:40:04.793 INFO:teuthology.orchestra.run.smithi134.stdout:25 Mar 00:40:04 ntpd[17194]: available at https://www.nwtime.org/support 2024-03-25T00:40:04.793 INFO:teuthology.orchestra.run.smithi134.stdout:25 Mar 00:40:04 ntpd[17194]: ---------------------------------------------------- 2024-03-25T00:40:04.793 INFO:teuthology.orchestra.run.smithi134.stdout:25 Mar 00:40:04 ntpd[17194]: proto: precision = 0.044 usec (-24) 2024-03-25T00:40:04.793 INFO:teuthology.orchestra.run.smithi134.stdout:25 Mar 00:40:04 ntpd[17194]: basedate set to 2022-02-04 2024-03-25T00:40:04.793 INFO:teuthology.orchestra.run.smithi134.stdout:25 Mar 00:40:04 ntpd[17194]: gps base set to 2022-02-06 (week 2196) 2024-03-25T00:40:04.793 INFO:teuthology.orchestra.run.smithi028.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-25T00:40:04.793 INFO:teuthology.orchestra.run.smithi134.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-25T00:40:04.794 INFO:teuthology.orchestra.run.smithi134.stdout:25 Mar 00:40:04 ntpd[17194]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-25T00:40:04.794 INFO:teuthology.orchestra.run.smithi134.stdout:25 Mar 00:40:04 ntpd[17194]: restrict ::: KOD does nothing without LIMITED. 2024-03-25T00:40:04.794 INFO:teuthology.orchestra.run.smithi134.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-25T00:40:04.795 INFO:teuthology.orchestra.run.smithi028.stdout:25 Mar 00:40:04 ntpd[17131]: Listen and drop on 0 v6wildcard [::]:123 2024-03-25T00:40:04.796 INFO:teuthology.orchestra.run.smithi028.stdout:25 Mar 00:40:04 ntpd[17131]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-25T00:40:04.796 INFO:teuthology.orchestra.run.smithi028.stdout:25 Mar 00:40:04 ntpd[17131]: Listen normally on 2 lo 127.0.0.1:123 2024-03-25T00:40:04.796 INFO:teuthology.orchestra.run.smithi028.stdout:25 Mar 00:40:04 ntpd[17131]: Listen normally on 3 ens1f0 172.21.15.28:123 2024-03-25T00:40:04.796 INFO:teuthology.orchestra.run.smithi028.stdout:25 Mar 00:40:04 ntpd[17131]: Listen normally on 4 lo [::1]:123 2024-03-25T00:40:04.796 INFO:teuthology.orchestra.run.smithi028.stdout:25 Mar 00:40:04 ntpd[17131]: Listen normally on 5 ens1f0 [fe80::ae1f:6bff:fea5:ca3c%3]:123 2024-03-25T00:40:04.796 INFO:teuthology.orchestra.run.smithi028.stdout:25 Mar 00:40:04 ntpd[17131]: Listening on routing socket on fd #22 for interface updates 2024-03-25T00:40:04.797 INFO:teuthology.orchestra.run.smithi134.stdout:25 Mar 00:40:04 ntpd[17194]: Listen and drop on 0 v6wildcard [::]:123 2024-03-25T00:40:04.797 INFO:teuthology.orchestra.run.smithi134.stdout:25 Mar 00:40:04 ntpd[17194]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-25T00:40:04.797 INFO:teuthology.orchestra.run.smithi134.stdout:25 Mar 00:40:04 ntpd[17194]: Listen normally on 2 lo 127.0.0.1:123 2024-03-25T00:40:04.797 INFO:teuthology.orchestra.run.smithi134.stdout:25 Mar 00:40:04 ntpd[17194]: Listen normally on 3 enp3s0f1 172.21.15.134:123 2024-03-25T00:40:04.797 INFO:teuthology.orchestra.run.smithi134.stdout:25 Mar 00:40:04 ntpd[17194]: Listen normally on 4 lo [::1]:123 2024-03-25T00:40:04.797 INFO:teuthology.orchestra.run.smithi134.stdout:25 Mar 00:40:04 ntpd[17194]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6de9%5]:123 2024-03-25T00:40:04.797 INFO:teuthology.orchestra.run.smithi134.stdout:25 Mar 00:40:04 ntpd[17194]: Listening on routing socket on fd #22 for interface updates 2024-03-25T00:40:04.813 INFO:teuthology.orchestra.run.smithi149.stdout:25 Mar 00:40:04 ntpd[17164]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-25T00:40:04.814 INFO:teuthology.orchestra.run.smithi149.stdout:25 Mar 00:40:04 ntpd[17164]: Command line: ntpd -gq 2024-03-25T00:40:04.814 INFO:teuthology.orchestra.run.smithi149.stdout:25 Mar 00:40:04 ntpd[17164]: ---------------------------------------------------- 2024-03-25T00:40:04.814 INFO:teuthology.orchestra.run.smithi149.stdout:25 Mar 00:40:04 ntpd[17164]: ntp-4 is maintained by Network Time Foundation, 2024-03-25T00:40:04.814 INFO:teuthology.orchestra.run.smithi149.stdout:25 Mar 00:40:04 ntpd[17164]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-25T00:40:04.814 INFO:teuthology.orchestra.run.smithi149.stdout:25 Mar 00:40:04 ntpd[17164]: corporation. Support and training for ntp-4 are 2024-03-25T00:40:04.814 INFO:teuthology.orchestra.run.smithi149.stdout:25 Mar 00:40:04 ntpd[17164]: available at https://www.nwtime.org/support 2024-03-25T00:40:04.814 INFO:teuthology.orchestra.run.smithi149.stdout:25 Mar 00:40:04 ntpd[17164]: ---------------------------------------------------- 2024-03-25T00:40:04.814 INFO:teuthology.orchestra.run.smithi149.stdout:25 Mar 00:40:04 ntpd[17164]: proto: precision = 0.043 usec (-24) 2024-03-25T00:40:04.814 INFO:teuthology.orchestra.run.smithi149.stdout:25 Mar 00:40:04 ntpd[17164]: basedate set to 2022-02-04 2024-03-25T00:40:04.814 INFO:teuthology.orchestra.run.smithi149.stdout:25 Mar 00:40:04 ntpd[17164]: gps base set to 2022-02-06 (week 2196) 2024-03-25T00:40:04.815 INFO:teuthology.orchestra.run.smithi149.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-25T00:40:04.815 INFO:teuthology.orchestra.run.smithi149.stdout:25 Mar 00:40:04 ntpd[17164]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-25T00:40:04.815 INFO:teuthology.orchestra.run.smithi149.stdout:25 Mar 00:40:04 ntpd[17164]: restrict ::: KOD does nothing without LIMITED. 2024-03-25T00:40:04.815 INFO:teuthology.orchestra.run.smithi149.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-25T00:40:04.816 INFO:teuthology.orchestra.run.smithi149.stdout:25 Mar 00:40:04 ntpd[17164]: Listen and drop on 0 v6wildcard [::]:123 2024-03-25T00:40:04.816 INFO:teuthology.orchestra.run.smithi149.stdout:25 Mar 00:40:04 ntpd[17164]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-25T00:40:04.816 INFO:teuthology.orchestra.run.smithi149.stdout:25 Mar 00:40:04 ntpd[17164]: Listen normally on 2 lo 127.0.0.1:123 2024-03-25T00:40:04.816 INFO:teuthology.orchestra.run.smithi149.stdout:25 Mar 00:40:04 ntpd[17164]: Listen normally on 3 enp3s0f1 172.21.15.149:123 2024-03-25T00:40:04.816 INFO:teuthology.orchestra.run.smithi149.stdout:25 Mar 00:40:04 ntpd[17164]: Listen normally on 4 lo [::1]:123 2024-03-25T00:40:04.816 INFO:teuthology.orchestra.run.smithi149.stdout:25 Mar 00:40:04 ntpd[17164]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7d57%5]:123 2024-03-25T00:40:04.817 INFO:teuthology.orchestra.run.smithi149.stdout:25 Mar 00:40:04 ntpd[17164]: Listening on routing socket on fd #22 for interface updates 2024-03-25T00:40:05.790 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:05 ntpd[17194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:05.790 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:05 ntpd[17194]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:05.790 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:05 ntpd[17194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:05.790 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:05 ntpd[17194]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:05.790 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:05 ntpd[17194]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-25T00:40:05.790 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:05 ntpd[17194]: can't open /var/log/ntpstats/peerstats.20240325: Permission denied 2024-03-25T00:40:06.789 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:06 ntpd[17131]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:06.789 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:06 ntpd[17131]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:06.789 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:06 ntpd[17131]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:06.789 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:06 ntpd[17131]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:06.789 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:06 ntpd[17131]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:06.789 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:06 ntpd[17131]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:06.789 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:06 ntpd[17131]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-25T00:40:06.789 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:06 ntpd[17131]: can't open /var/log/ntpstats/peerstats.20240325: Permission denied 2024-03-25T00:40:06.789 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:06 ntpd[17131]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:06.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:06 ntpd[17131]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:06.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:06 ntpd[17131]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-25T00:40:06.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:06 ntpd[17131]: can't open /var/log/ntpstats/peerstats.20240325: Permission denied 2024-03-25T00:40:06.813 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:06 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:06.813 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:06 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:07.790 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:07 ntpd[17194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:07.790 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:07 ntpd[17194]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:07.791 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:07 ntpd[17194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:07.791 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:07 ntpd[17194]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:07.791 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:07 ntpd[17194]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-25T00:40:07.791 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:07 ntpd[17194]: can't open /var/log/ntpstats/peerstats.20240325: Permission denied 2024-03-25T00:40:08.789 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:08 ntpd[17131]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:08.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:08 ntpd[17131]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:08.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:08 ntpd[17131]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:08.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:08 ntpd[17131]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:08.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:08 ntpd[17131]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:08.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:08 ntpd[17131]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:08.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:08 ntpd[17131]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:08.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:08 ntpd[17131]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:08.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:08 ntpd[17131]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:08.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:08 ntpd[17131]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:08.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:08 ntpd[17131]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-25T00:40:08.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:08 ntpd[17131]: can't open /var/log/ntpstats/peerstats.20240325: Permission denied 2024-03-25T00:40:08.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:08 ntpd[17131]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:08.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:08 ntpd[17131]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:08.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:08 ntpd[17131]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-25T00:40:08.791 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:08 ntpd[17131]: can't open /var/log/ntpstats/peerstats.20240325: Permission denied 2024-03-25T00:40:08.791 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:08 ntpd[17131]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:08.791 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:08 ntpd[17131]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:08.791 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:08 ntpd[17131]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-25T00:40:08.791 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:08 ntpd[17131]: can't open /var/log/ntpstats/peerstats.20240325: Permission denied 2024-03-25T00:40:08.792 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:08 ntpd[17194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:08.792 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:08 ntpd[17194]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:08.792 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:08 ntpd[17194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:08.792 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:08 ntpd[17194]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:08.792 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:08 ntpd[17194]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-25T00:40:08.792 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:08 ntpd[17194]: can't open /var/log/ntpstats/peerstats.20240325: Permission denied 2024-03-25T00:40:08.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:08 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:08.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:08 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:08.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:08 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:08.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:08 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:08.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:08 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:08.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:08 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:08.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:08 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-25T00:40:08.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:08 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240325: Permission denied 2024-03-25T00:40:08.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:08 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:08.815 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:08 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:08.815 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:08 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-25T00:40:08.815 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:08 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240325: Permission denied 2024-03-25T00:40:09.791 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:09 ntpd[17194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:09.791 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:09 ntpd[17194]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:09.791 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:09 ntpd[17194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:09.791 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:09 ntpd[17194]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:09.791 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:09 ntpd[17194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:09.791 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:09 ntpd[17194]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:09.791 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:09 ntpd[17194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:09.791 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:09 ntpd[17194]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:09.791 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:09 ntpd[17194]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-25T00:40:09.791 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:09 ntpd[17194]: can't open /var/log/ntpstats/peerstats.20240325: Permission denied 2024-03-25T00:40:09.791 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:09 ntpd[17194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:09.792 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:09 ntpd[17194]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:09.792 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:09 ntpd[17194]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-25T00:40:09.792 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:09 ntpd[17194]: can't open /var/log/ntpstats/peerstats.20240325: Permission denied 2024-03-25T00:40:09.813 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:09 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:09.813 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:09 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:09.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:09 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:09.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:09 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:09.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:09 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-25T00:40:09.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:09 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240325: Permission denied 2024-03-25T00:40:10.789 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:10 ntpd[17131]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:10.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:10 ntpd[17131]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:10.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:10 ntpd[17131]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:10.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:10 ntpd[17131]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:10.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:10 ntpd[17131]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:10.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:10 ntpd[17131]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:10.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:10 ntpd[17131]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:10.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:10 ntpd[17131]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:10.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:10 ntpd[17131]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-25T00:40:10.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:10 ntpd[17131]: can't open /var/log/ntpstats/peerstats.20240325: Permission denied 2024-03-25T00:40:10.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:10 ntpd[17131]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:10.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:10 ntpd[17131]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:10.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:10 ntpd[17131]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-25T00:40:10.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:10 ntpd[17131]: can't open /var/log/ntpstats/peerstats.20240325: Permission denied 2024-03-25T00:40:10.791 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:10 ntpd[17131]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:10.791 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:10 ntpd[17131]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:10.791 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:10 ntpd[17131]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-25T00:40:10.791 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:10 ntpd[17131]: can't open /var/log/ntpstats/peerstats.20240325: Permission denied 2024-03-25T00:40:10.792 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:10 ntpd[17194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:10.792 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:10 ntpd[17194]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:10.792 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:10 ntpd[17194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:10.792 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:10 ntpd[17194]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:10.792 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:10 ntpd[17194]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-25T00:40:10.792 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:10 ntpd[17194]: can't open /var/log/ntpstats/peerstats.20240325: Permission denied 2024-03-25T00:40:10.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:10 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:10.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:10 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:10.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:10 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:10.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:10 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:10.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:10 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:10.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:10 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:10.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:10 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-25T00:40:10.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:10 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240325: Permission denied 2024-03-25T00:40:10.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:10 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:10.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:10 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:10.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:10 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-25T00:40:10.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:10 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240325: Permission denied 2024-03-25T00:40:11.790 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:11 ntpd[17194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:11.791 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:11 ntpd[17194]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:11.791 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:11 ntpd[17194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:11.791 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:11 ntpd[17194]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:11.791 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:11 ntpd[17194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:11.791 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:11 ntpd[17194]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:11.791 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:11 ntpd[17194]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-25T00:40:11.791 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:11 ntpd[17194]: can't open /var/log/ntpstats/peerstats.20240325: Permission denied 2024-03-25T00:40:11.791 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:11 ntpd[17194]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:11.791 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:11 ntpd[17194]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:11.791 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:11 ntpd[17194]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-25T00:40:11.791 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:11 ntpd[17194]: can't open /var/log/ntpstats/peerstats.20240325: Permission denied 2024-03-25T00:40:11.792 INFO:teuthology.orchestra.run.smithi134.stdout:25 Mar 00:40:11 ntpd[17194]: ntpd: time slew -0.001279 s 2024-03-25T00:40:11.792 INFO:teuthology.orchestra.run.smithi134.stdout:ntpd: time slew -0.001279s 2024-03-25T00:40:11.792 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:11 ntpd[17194]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-25T00:40:11.792 INFO:teuthology.orchestra.run.smithi134.stderr:25 Mar 00:40:11 ntpd[17194]: can't open /var/log/ntpstats/loopstats.20240325: Permission denied 2024-03-25T00:40:11.813 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:11 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:11.813 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:11 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:11.813 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:11 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:11.813 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:11 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:11.813 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:11 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-25T00:40:11.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:11 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240325: Permission denied 2024-03-25T00:40:11.850 INFO:teuthology.orchestra.run.smithi134.stdout: remote refid st t when poll reach delay offset jitter 2024-03-25T00:40:11.851 INFO:teuthology.orchestra.run.smithi134.stdout:============================================================================== 2024-03-25T00:40:11.851 INFO:teuthology.orchestra.run.smithi134.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-25T00:40:11.851 INFO:teuthology.orchestra.run.smithi134.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-25T00:40:11.851 INFO:teuthology.orchestra.run.smithi134.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-25T00:40:11.851 INFO:teuthology.orchestra.run.smithi134.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-25T00:40:12.789 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:12 ntpd[17131]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:12.789 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:12 ntpd[17131]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:12.789 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:12 ntpd[17131]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:12.789 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:12 ntpd[17131]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:12.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:12 ntpd[17131]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:12.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:12 ntpd[17131]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:12.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:12 ntpd[17131]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:12.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:12 ntpd[17131]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:12.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:12 ntpd[17131]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-25T00:40:12.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:12 ntpd[17131]: can't open /var/log/ntpstats/peerstats.20240325: Permission denied 2024-03-25T00:40:12.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:12 ntpd[17131]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:12.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:12 ntpd[17131]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:12.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:12 ntpd[17131]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-25T00:40:12.790 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:12 ntpd[17131]: can't open /var/log/ntpstats/peerstats.20240325: Permission denied 2024-03-25T00:40:12.791 INFO:teuthology.orchestra.run.smithi028.stdout:25 Mar 00:40:12 ntpd[17131]: ntpd: time slew -0.001324 s 2024-03-25T00:40:12.791 INFO:teuthology.orchestra.run.smithi028.stdout:ntpd: time slew -0.001324s 2024-03-25T00:40:12.791 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:12 ntpd[17131]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-25T00:40:12.791 INFO:teuthology.orchestra.run.smithi028.stderr:25 Mar 00:40:12 ntpd[17131]: can't open /var/log/ntpstats/loopstats.20240325: Permission denied 2024-03-25T00:40:12.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:12 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:12.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:12 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:12.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:12 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:12.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:12 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:12.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:12 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:12.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:12 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:12.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:12 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-25T00:40:12.815 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:12 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240325: Permission denied 2024-03-25T00:40:12.815 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:12 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:12.815 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:12 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:12.815 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:12 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-25T00:40:12.815 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:12 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240325: Permission denied 2024-03-25T00:40:12.844 INFO:teuthology.orchestra.run.smithi028.stdout: remote refid st t when poll reach delay offset jitter 2024-03-25T00:40:12.844 INFO:teuthology.orchestra.run.smithi028.stdout:============================================================================== 2024-03-25T00:40:12.844 INFO:teuthology.orchestra.run.smithi028.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-25T00:40:12.844 INFO:teuthology.orchestra.run.smithi028.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-25T00:40:12.844 INFO:teuthology.orchestra.run.smithi028.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-25T00:40:12.844 INFO:teuthology.orchestra.run.smithi028.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-25T00:40:13.813 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:13 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:13.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:13 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:13.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:13 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:13.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:13 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:13.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:13 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-25T00:40:13.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:13 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240325: Permission denied 2024-03-25T00:40:14.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:14 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:14.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:14 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:14.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:14 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:14.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:14 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:14.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:14 ntpd[17164]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-25T00:40:14.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:14 ntpd[17164]: can't open /var/log/ntpstats/rawstats.20240325: Permission denied 2024-03-25T00:40:14.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:14 ntpd[17164]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-25T00:40:14.814 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:14 ntpd[17164]: can't open /var/log/ntpstats/peerstats.20240325: Permission denied 2024-03-25T00:40:14.815 INFO:teuthology.orchestra.run.smithi149.stdout:25 Mar 00:40:14 ntpd[17164]: ntpd: time slew -0.000965 s 2024-03-25T00:40:14.815 INFO:teuthology.orchestra.run.smithi149.stdout:ntpd: time slew -0.000965s 2024-03-25T00:40:14.815 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:14 ntpd[17164]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-25T00:40:14.815 INFO:teuthology.orchestra.run.smithi149.stderr:25 Mar 00:40:14 ntpd[17164]: can't open /var/log/ntpstats/loopstats.20240325: Permission denied 2024-03-25T00:40:14.870 INFO:teuthology.orchestra.run.smithi149.stdout: remote refid st t when poll reach delay offset jitter 2024-03-25T00:40:14.871 INFO:teuthology.orchestra.run.smithi149.stdout:============================================================================== 2024-03-25T00:40:14.871 INFO:teuthology.orchestra.run.smithi149.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-25T00:40:14.871 INFO:teuthology.orchestra.run.smithi149.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-25T00:40:14.871 INFO:teuthology.orchestra.run.smithi149.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-25T00:40:14.871 INFO:teuthology.orchestra.run.smithi149.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-25T00:40:14.871 INFO:teuthology.run_tasks:Running task install... 2024-03-25T00:40:14.881 DEBUG:teuthology.task.install:project ceph 2024-03-25T00:40:14.881 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '9c429fb6abfb5deed62697d56d8997d0f0d6d83f'}} 2024-03-25T00:40:14.881 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '9c429fb6abfb5deed62697d56d8997d0f0d6d83f'} 2024-03-25T00:40:14.881 INFO:teuthology.task.install:Using flavor: default 2024-03-25T00:40:14.888 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-03-25T00:40:14.888 INFO:teuthology.task.install:extra packages: [] 2024-03-25T00:40:14.888 DEBUG:teuthology.orchestra.run.smithi028:> sudo apt-key list | grep Ceph 2024-03-25T00:40:14.889 DEBUG:teuthology.orchestra.run.smithi134:> sudo apt-key list | grep Ceph 2024-03-25T00:40:14.889 DEBUG:teuthology.orchestra.run.smithi149:> sudo apt-key list | grep Ceph 2024-03-25T00:40:14.951 INFO:teuthology.orchestra.run.smithi134.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-25T00:40:14.956 INFO:teuthology.orchestra.run.smithi028.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-25T00:40:14.969 INFO:teuthology.orchestra.run.smithi149.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-25T00:40:14.978 INFO:teuthology.orchestra.run.smithi134.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-25T00:40:14.978 INFO:teuthology.orchestra.run.smithi134.stdout:uid [ unknown] Ceph.com (release key) 2024-03-25T00:40:14.979 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-03-25T00:40:14.979 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=9c429fb6abfb5deed62697d56d8997d0f0d6d83f 2024-03-25T00:40:14.988 INFO:teuthology.orchestra.run.smithi028.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-25T00:40:14.988 INFO:teuthology.orchestra.run.smithi028.stdout:uid [ unknown] Ceph.com (release key) 2024-03-25T00:40:14.988 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-03-25T00:40:14.989 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=9c429fb6abfb5deed62697d56d8997d0f0d6d83f 2024-03-25T00:40:14.996 INFO:teuthology.orchestra.run.smithi149.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-25T00:40:14.997 INFO:teuthology.orchestra.run.smithi149.stdout:uid [ unknown] Ceph.com (release key) 2024-03-25T00:40:14.997 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-03-25T00:40:14.997 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=9c429fb6abfb5deed62697d56d8997d0f0d6d83f 2024-03-25T00:40:15.152 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default/ 2024-03-25T00:40:15.152 INFO:teuthology.task.install.deb:Package version is 19.0.0-2398-g9c429fb6-1jammy 2024-03-25T00:40:15.199 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default/ 2024-03-25T00:40:15.199 INFO:teuthology.task.install.deb:Package version is 19.0.0-2398-g9c429fb6-1jammy 2024-03-25T00:40:15.214 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default/ 2024-03-25T00:40:15.215 INFO:teuthology.task.install.deb:Package version is 19.0.0-2398-g9c429fb6-1jammy 2024-03-25T00:40:15.271 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-03-25T00:40:15.271 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-25T00:40:15.286 DEBUG:teuthology.orchestra.run.smithi149:> sudo apt-get update 2024-03-25T00:40:15.324 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-03-25T00:40:15.324 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-25T00:40:15.339 DEBUG:teuthology.orchestra.run.smithi028:> sudo apt-get update 2024-03-25T00:40:15.377 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-03-25T00:40:15.377 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-25T00:40:15.393 DEBUG:teuthology.orchestra.run.smithi134:> sudo apt-get update 2024-03-25T00:40:15.452 INFO:teuthology.orchestra.run.smithi149.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-25T00:40:15.466 INFO:teuthology.orchestra.run.smithi149.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-25T00:40:15.469 INFO:teuthology.orchestra.run.smithi149.stdout:Hit:3 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-25T00:40:15.486 INFO:teuthology.orchestra.run.smithi149.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-25T00:40:15.562 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-25T00:40:15.562 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-25T00:40:15.562 INFO:teuthology.orchestra.run.smithi028.stdout:Ign:1 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy InRelease 2024-03-25T00:40:15.562 INFO:teuthology.orchestra.run.smithi149.stdout:Ign:5 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy InRelease 2024-03-25T00:40:15.576 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-25T00:40:15.583 INFO:teuthology.orchestra.run.smithi028.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-25T00:40:15.596 INFO:teuthology.orchestra.run.smithi134.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-25T00:40:15.598 INFO:teuthology.orchestra.run.smithi149.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-25T00:40:15.606 INFO:teuthology.orchestra.run.smithi028.stdout:Ign:3 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-25T00:40:15.628 INFO:teuthology.orchestra.run.smithi028.stdout:Get:4 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,413 B] 2024-03-25T00:40:15.635 INFO:teuthology.orchestra.run.smithi149.stdout:Ign:7 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-25T00:40:15.647 INFO:teuthology.orchestra.run.smithi028.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-25T00:40:15.647 INFO:teuthology.orchestra.run.smithi028.stdout:Hit:6 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-25T00:40:15.669 INFO:teuthology.orchestra.run.smithi028.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-25T00:40:15.670 INFO:teuthology.orchestra.run.smithi134.stdout:Ign:5 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy InRelease 2024-03-25T00:40:15.671 INFO:teuthology.orchestra.run.smithi149.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-25T00:40:15.707 INFO:teuthology.orchestra.run.smithi134.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-25T00:40:15.711 INFO:teuthology.orchestra.run.smithi028.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-25T00:40:15.713 INFO:teuthology.orchestra.run.smithi149.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,413 B] 2024-03-25T00:40:15.744 INFO:teuthology.orchestra.run.smithi134.stdout:Ign:7 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-25T00:40:15.781 INFO:teuthology.orchestra.run.smithi134.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,413 B] 2024-03-25T00:40:15.792 INFO:teuthology.orchestra.run.smithi028.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-25T00:40:15.797 INFO:teuthology.orchestra.run.smithi149.stdout:Fetched 29.2 kB in 0s (86.6 kB/s) 2024-03-25T00:40:15.822 INFO:teuthology.orchestra.run.smithi134.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 Packages [18.1 kB] 2024-03-25T00:40:15.906 INFO:teuthology.orchestra.run.smithi134.stdout:Fetched 29.2 kB in 0s (86.4 kB/s) 2024-03-25T00:40:16.013 INFO:teuthology.orchestra.run.smithi028.stdout:Fetched 29.2 kB in 0s (59.6 kB/s) 2024-03-25T00:40:16.703 INFO:teuthology.orchestra.run.smithi149.stdout:Reading package lists... 2024-03-25T00:40:16.719 DEBUG:teuthology.orchestra.run.smithi149:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2398-g9c429fb6-1jammy cephadm=19.0.0-2398-g9c429fb6-1jammy ceph-mds=19.0.0-2398-g9c429fb6-1jammy ceph-mgr=19.0.0-2398-g9c429fb6-1jammy ceph-common=19.0.0-2398-g9c429fb6-1jammy ceph-fuse=19.0.0-2398-g9c429fb6-1jammy ceph-test=19.0.0-2398-g9c429fb6-1jammy ceph-volume=19.0.0-2398-g9c429fb6-1jammy radosgw=19.0.0-2398-g9c429fb6-1jammy python3-rados=19.0.0-2398-g9c429fb6-1jammy python3-rgw=19.0.0-2398-g9c429fb6-1jammy python3-cephfs=19.0.0-2398-g9c429fb6-1jammy python3-rbd=19.0.0-2398-g9c429fb6-1jammy libcephfs2=19.0.0-2398-g9c429fb6-1jammy libcephfs-dev=19.0.0-2398-g9c429fb6-1jammy librados2=19.0.0-2398-g9c429fb6-1jammy librbd1=19.0.0-2398-g9c429fb6-1jammy rbd-fuse=19.0.0-2398-g9c429fb6-1jammy 2024-03-25T00:40:16.782 INFO:teuthology.orchestra.run.smithi149.stdout:Reading package lists... 2024-03-25T00:40:16.814 INFO:teuthology.orchestra.run.smithi134.stdout:Reading package lists... 2024-03-25T00:40:16.829 DEBUG:teuthology.orchestra.run.smithi134:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2398-g9c429fb6-1jammy cephadm=19.0.0-2398-g9c429fb6-1jammy ceph-mds=19.0.0-2398-g9c429fb6-1jammy ceph-mgr=19.0.0-2398-g9c429fb6-1jammy ceph-common=19.0.0-2398-g9c429fb6-1jammy ceph-fuse=19.0.0-2398-g9c429fb6-1jammy ceph-test=19.0.0-2398-g9c429fb6-1jammy ceph-volume=19.0.0-2398-g9c429fb6-1jammy radosgw=19.0.0-2398-g9c429fb6-1jammy python3-rados=19.0.0-2398-g9c429fb6-1jammy python3-rgw=19.0.0-2398-g9c429fb6-1jammy python3-cephfs=19.0.0-2398-g9c429fb6-1jammy python3-rbd=19.0.0-2398-g9c429fb6-1jammy libcephfs2=19.0.0-2398-g9c429fb6-1jammy libcephfs-dev=19.0.0-2398-g9c429fb6-1jammy librados2=19.0.0-2398-g9c429fb6-1jammy librbd1=19.0.0-2398-g9c429fb6-1jammy rbd-fuse=19.0.0-2398-g9c429fb6-1jammy 2024-03-25T00:40:16.881 INFO:teuthology.orchestra.run.smithi134.stdout:Reading package lists... 2024-03-25T00:40:16.975 INFO:teuthology.orchestra.run.smithi149.stdout:Building dependency tree... 2024-03-25T00:40:16.975 INFO:teuthology.orchestra.run.smithi149.stdout:Reading state information... 2024-03-25T00:40:16.977 INFO:teuthology.orchestra.run.smithi028.stdout:Reading package lists... 2024-03-25T00:40:16.993 DEBUG:teuthology.orchestra.run.smithi028:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2398-g9c429fb6-1jammy cephadm=19.0.0-2398-g9c429fb6-1jammy ceph-mds=19.0.0-2398-g9c429fb6-1jammy ceph-mgr=19.0.0-2398-g9c429fb6-1jammy ceph-common=19.0.0-2398-g9c429fb6-1jammy ceph-fuse=19.0.0-2398-g9c429fb6-1jammy ceph-test=19.0.0-2398-g9c429fb6-1jammy ceph-volume=19.0.0-2398-g9c429fb6-1jammy radosgw=19.0.0-2398-g9c429fb6-1jammy python3-rados=19.0.0-2398-g9c429fb6-1jammy python3-rgw=19.0.0-2398-g9c429fb6-1jammy python3-cephfs=19.0.0-2398-g9c429fb6-1jammy python3-rbd=19.0.0-2398-g9c429fb6-1jammy libcephfs2=19.0.0-2398-g9c429fb6-1jammy libcephfs-dev=19.0.0-2398-g9c429fb6-1jammy librados2=19.0.0-2398-g9c429fb6-1jammy librbd1=19.0.0-2398-g9c429fb6-1jammy rbd-fuse=19.0.0-2398-g9c429fb6-1jammy 2024-03-25T00:40:17.057 INFO:teuthology.orchestra.run.smithi134.stdout:Building dependency tree... 2024-03-25T00:40:17.058 INFO:teuthology.orchestra.run.smithi028.stdout:Reading package lists... 2024-03-25T00:40:17.058 INFO:teuthology.orchestra.run.smithi134.stdout:Reading state information... 2024-03-25T00:40:17.148 INFO:teuthology.orchestra.run.smithi149.stdout:The following packages were automatically installed and are no longer required: 2024-03-25T00:40:17.148 INFO:teuthology.orchestra.run.smithi149.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-25T00:40:17.148 INFO:teuthology.orchestra.run.smithi149.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-25T00:40:17.148 INFO:teuthology.orchestra.run.smithi149.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-25T00:40:17.149 INFO:teuthology.orchestra.run.smithi149.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-25T00:40:17.149 INFO:teuthology.orchestra.run.smithi149.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-25T00:40:17.149 INFO:teuthology.orchestra.run.smithi149.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-25T00:40:17.150 INFO:teuthology.orchestra.run.smithi149.stdout:The following additional packages will be installed: 2024-03-25T00:40:17.150 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-25T00:40:17.150 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-25T00:40:17.150 INFO:teuthology.orchestra.run.smithi149.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-25T00:40:17.150 INFO:teuthology.orchestra.run.smithi149.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-25T00:40:17.151 INFO:teuthology.orchestra.run.smithi149.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-25T00:40:17.151 INFO:teuthology.orchestra.run.smithi149.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-25T00:40:17.151 INFO:teuthology.orchestra.run.smithi149.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-25T00:40:17.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-25T00:40:17.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-25T00:40:17.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-25T00:40:17.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-25T00:40:17.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-25T00:40:17.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-25T00:40:17.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-25T00:40:17.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-25T00:40:17.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-25T00:40:17.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-25T00:40:17.151 INFO:teuthology.orchestra.run.smithi149.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-25T00:40:17.152 INFO:teuthology.orchestra.run.smithi149.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-25T00:40:17.152 INFO:teuthology.orchestra.run.smithi149.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-25T00:40:17.152 INFO:teuthology.orchestra.run.smithi149.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-25T00:40:17.152 INFO:teuthology.orchestra.run.smithi149.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-25T00:40:17.152 INFO:teuthology.orchestra.run.smithi149.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-25T00:40:17.152 INFO:teuthology.orchestra.run.smithi149.stdout: xmlstarlet zip 2024-03-25T00:40:17.152 INFO:teuthology.orchestra.run.smithi149.stdout:Suggested packages: 2024-03-25T00:40:17.152 INFO:teuthology.orchestra.run.smithi149.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-25T00:40:17.152 INFO:teuthology.orchestra.run.smithi149.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-25T00:40:17.153 INFO:teuthology.orchestra.run.smithi149.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-25T00:40:17.153 INFO:teuthology.orchestra.run.smithi149.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-25T00:40:17.153 INFO:teuthology.orchestra.run.smithi149.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-25T00:40:17.153 INFO:teuthology.orchestra.run.smithi149.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-25T00:40:17.153 INFO:teuthology.orchestra.run.smithi149.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-25T00:40:17.153 INFO:teuthology.orchestra.run.smithi149.stdout:Recommended packages: 2024-03-25T00:40:17.153 INFO:teuthology.orchestra.run.smithi149.stdout: btrfs-tools 2024-03-25T00:40:17.217 INFO:teuthology.orchestra.run.smithi134.stdout:The following packages were automatically installed and are no longer required: 2024-03-25T00:40:17.217 INFO:teuthology.orchestra.run.smithi134.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-25T00:40:17.217 INFO:teuthology.orchestra.run.smithi134.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-25T00:40:17.217 INFO:teuthology.orchestra.run.smithi134.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-25T00:40:17.217 INFO:teuthology.orchestra.run.smithi134.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-25T00:40:17.218 INFO:teuthology.orchestra.run.smithi134.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-25T00:40:17.218 INFO:teuthology.orchestra.run.smithi134.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-25T00:40:17.218 INFO:teuthology.orchestra.run.smithi134.stdout:The following additional packages will be installed: 2024-03-25T00:40:17.218 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-25T00:40:17.218 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-25T00:40:17.220 INFO:teuthology.orchestra.run.smithi134.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-25T00:40:17.220 INFO:teuthology.orchestra.run.smithi134.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-25T00:40:17.220 INFO:teuthology.orchestra.run.smithi134.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-25T00:40:17.220 INFO:teuthology.orchestra.run.smithi134.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-25T00:40:17.220 INFO:teuthology.orchestra.run.smithi134.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-25T00:40:17.220 INFO:teuthology.orchestra.run.smithi134.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-25T00:40:17.220 INFO:teuthology.orchestra.run.smithi134.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-25T00:40:17.220 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-25T00:40:17.220 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-25T00:40:17.220 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-25T00:40:17.220 INFO:teuthology.orchestra.run.smithi134.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-25T00:40:17.221 INFO:teuthology.orchestra.run.smithi134.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-25T00:40:17.221 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-25T00:40:17.221 INFO:teuthology.orchestra.run.smithi134.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-25T00:40:17.221 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-25T00:40:17.221 INFO:teuthology.orchestra.run.smithi134.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-25T00:40:17.221 INFO:teuthology.orchestra.run.smithi134.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-25T00:40:17.221 INFO:teuthology.orchestra.run.smithi134.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-25T00:40:17.221 INFO:teuthology.orchestra.run.smithi134.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-25T00:40:17.221 INFO:teuthology.orchestra.run.smithi134.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-25T00:40:17.221 INFO:teuthology.orchestra.run.smithi134.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-25T00:40:17.221 INFO:teuthology.orchestra.run.smithi134.stdout: xmlstarlet zip 2024-03-25T00:40:17.222 INFO:teuthology.orchestra.run.smithi134.stdout:Suggested packages: 2024-03-25T00:40:17.222 INFO:teuthology.orchestra.run.smithi134.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-25T00:40:17.222 INFO:teuthology.orchestra.run.smithi134.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-25T00:40:17.222 INFO:teuthology.orchestra.run.smithi134.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-25T00:40:17.222 INFO:teuthology.orchestra.run.smithi134.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-25T00:40:17.222 INFO:teuthology.orchestra.run.smithi134.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-25T00:40:17.222 INFO:teuthology.orchestra.run.smithi134.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-25T00:40:17.222 INFO:teuthology.orchestra.run.smithi134.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-25T00:40:17.222 INFO:teuthology.orchestra.run.smithi134.stdout:Recommended packages: 2024-03-25T00:40:17.222 INFO:teuthology.orchestra.run.smithi134.stdout: btrfs-tools 2024-03-25T00:40:17.254 INFO:teuthology.orchestra.run.smithi149.stdout:The following NEW packages will be installed: 2024-03-25T00:40:17.254 INFO:teuthology.orchestra.run.smithi149.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-25T00:40:17.254 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-25T00:40:17.254 INFO:teuthology.orchestra.run.smithi149.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-25T00:40:17.254 INFO:teuthology.orchestra.run.smithi149.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-25T00:40:17.254 INFO:teuthology.orchestra.run.smithi149.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-25T00:40:17.254 INFO:teuthology.orchestra.run.smithi149.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-25T00:40:17.254 INFO:teuthology.orchestra.run.smithi149.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-25T00:40:17.254 INFO:teuthology.orchestra.run.smithi149.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-25T00:40:17.254 INFO:teuthology.orchestra.run.smithi149.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-25T00:40:17.254 INFO:teuthology.orchestra.run.smithi149.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-25T00:40:17.254 INFO:teuthology.orchestra.run.smithi149.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-25T00:40:17.254 INFO:teuthology.orchestra.run.smithi149.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-25T00:40:17.255 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-25T00:40:17.255 INFO:teuthology.orchestra.run.smithi149.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-25T00:40:17.255 INFO:teuthology.orchestra.run.smithi149.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-25T00:40:17.255 INFO:teuthology.orchestra.run.smithi149.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-25T00:40:17.255 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-25T00:40:17.255 INFO:teuthology.orchestra.run.smithi149.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-25T00:40:17.255 INFO:teuthology.orchestra.run.smithi149.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-25T00:40:17.255 INFO:teuthology.orchestra.run.smithi149.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-25T00:40:17.255 INFO:teuthology.orchestra.run.smithi149.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-25T00:40:17.255 INFO:teuthology.orchestra.run.smithi149.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-25T00:40:17.255 INFO:teuthology.orchestra.run.smithi149.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-25T00:40:17.255 INFO:teuthology.orchestra.run.smithi149.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-25T00:40:17.255 INFO:teuthology.orchestra.run.smithi149.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-25T00:40:17.255 INFO:teuthology.orchestra.run.smithi149.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-25T00:40:17.257 INFO:teuthology.orchestra.run.smithi028.stdout:Building dependency tree... 2024-03-25T00:40:17.258 INFO:teuthology.orchestra.run.smithi028.stdout:Reading state information... 2024-03-25T00:40:17.320 INFO:teuthology.orchestra.run.smithi134.stdout:The following NEW packages will be installed: 2024-03-25T00:40:17.320 INFO:teuthology.orchestra.run.smithi134.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-25T00:40:17.320 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-25T00:40:17.320 INFO:teuthology.orchestra.run.smithi134.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-25T00:40:17.320 INFO:teuthology.orchestra.run.smithi134.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-25T00:40:17.320 INFO:teuthology.orchestra.run.smithi134.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-25T00:40:17.321 INFO:teuthology.orchestra.run.smithi134.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-25T00:40:17.323 INFO:teuthology.orchestra.run.smithi134.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-25T00:40:17.323 INFO:teuthology.orchestra.run.smithi134.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-25T00:40:17.323 INFO:teuthology.orchestra.run.smithi134.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-25T00:40:17.323 INFO:teuthology.orchestra.run.smithi134.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-25T00:40:17.323 INFO:teuthology.orchestra.run.smithi134.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-25T00:40:17.323 INFO:teuthology.orchestra.run.smithi134.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-25T00:40:17.323 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-25T00:40:17.323 INFO:teuthology.orchestra.run.smithi134.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-25T00:40:17.323 INFO:teuthology.orchestra.run.smithi134.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-25T00:40:17.323 INFO:teuthology.orchestra.run.smithi134.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-25T00:40:17.323 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-25T00:40:17.324 INFO:teuthology.orchestra.run.smithi134.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-25T00:40:17.324 INFO:teuthology.orchestra.run.smithi134.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-25T00:40:17.324 INFO:teuthology.orchestra.run.smithi134.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-25T00:40:17.324 INFO:teuthology.orchestra.run.smithi134.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-25T00:40:17.324 INFO:teuthology.orchestra.run.smithi134.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-25T00:40:17.324 INFO:teuthology.orchestra.run.smithi134.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-25T00:40:17.324 INFO:teuthology.orchestra.run.smithi134.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-25T00:40:17.324 INFO:teuthology.orchestra.run.smithi134.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-25T00:40:17.324 INFO:teuthology.orchestra.run.smithi134.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-25T00:40:17.386 INFO:teuthology.orchestra.run.smithi134.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-25T00:40:17.386 INFO:teuthology.orchestra.run.smithi134.stdout:Need to get 178 MB of archives. 2024-03-25T00:40:17.386 INFO:teuthology.orchestra.run.smithi134.stdout:After this operation, 818 MB of additional disk space will be used. 2024-03-25T00:40:17.386 INFO:teuthology.orchestra.run.smithi134.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-25T00:40:17.442 INFO:teuthology.orchestra.run.smithi149.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-25T00:40:17.442 INFO:teuthology.orchestra.run.smithi149.stdout:Need to get 178 MB of archives. 2024-03-25T00:40:17.442 INFO:teuthology.orchestra.run.smithi149.stdout:After this operation, 818 MB of additional disk space will be used. 2024-03-25T00:40:17.442 INFO:teuthology.orchestra.run.smithi149.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-25T00:40:17.444 INFO:teuthology.orchestra.run.smithi028.stdout:The following packages were automatically installed and are no longer required: 2024-03-25T00:40:17.444 INFO:teuthology.orchestra.run.smithi028.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-25T00:40:17.444 INFO:teuthology.orchestra.run.smithi028.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-25T00:40:17.445 INFO:teuthology.orchestra.run.smithi028.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-25T00:40:17.445 INFO:teuthology.orchestra.run.smithi028.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-25T00:40:17.445 INFO:teuthology.orchestra.run.smithi028.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-25T00:40:17.446 INFO:teuthology.orchestra.run.smithi028.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-25T00:40:17.446 INFO:teuthology.orchestra.run.smithi028.stdout:The following additional packages will be installed: 2024-03-25T00:40:17.446 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-25T00:40:17.446 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-25T00:40:17.447 INFO:teuthology.orchestra.run.smithi028.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-25T00:40:17.448 INFO:teuthology.orchestra.run.smithi028.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-25T00:40:17.448 INFO:teuthology.orchestra.run.smithi028.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-25T00:40:17.448 INFO:teuthology.orchestra.run.smithi028.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-25T00:40:17.448 INFO:teuthology.orchestra.run.smithi028.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-25T00:40:17.448 INFO:teuthology.orchestra.run.smithi028.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-25T00:40:17.448 INFO:teuthology.orchestra.run.smithi028.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-25T00:40:17.448 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-25T00:40:17.448 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-25T00:40:17.448 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-25T00:40:17.448 INFO:teuthology.orchestra.run.smithi028.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-25T00:40:17.448 INFO:teuthology.orchestra.run.smithi028.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-25T00:40:17.448 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-25T00:40:17.448 INFO:teuthology.orchestra.run.smithi028.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-25T00:40:17.448 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-25T00:40:17.449 INFO:teuthology.orchestra.run.smithi028.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-25T00:40:17.449 INFO:teuthology.orchestra.run.smithi028.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-25T00:40:17.449 INFO:teuthology.orchestra.run.smithi028.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-25T00:40:17.449 INFO:teuthology.orchestra.run.smithi028.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-25T00:40:17.449 INFO:teuthology.orchestra.run.smithi028.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-25T00:40:17.449 INFO:teuthology.orchestra.run.smithi028.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-25T00:40:17.449 INFO:teuthology.orchestra.run.smithi028.stdout: xmlstarlet zip 2024-03-25T00:40:17.449 INFO:teuthology.orchestra.run.smithi028.stdout:Suggested packages: 2024-03-25T00:40:17.449 INFO:teuthology.orchestra.run.smithi028.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-25T00:40:17.449 INFO:teuthology.orchestra.run.smithi028.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-25T00:40:17.449 INFO:teuthology.orchestra.run.smithi028.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-25T00:40:17.450 INFO:teuthology.orchestra.run.smithi028.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-25T00:40:17.450 INFO:teuthology.orchestra.run.smithi028.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-25T00:40:17.450 INFO:teuthology.orchestra.run.smithi028.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-25T00:40:17.450 INFO:teuthology.orchestra.run.smithi028.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-25T00:40:17.450 INFO:teuthology.orchestra.run.smithi028.stdout:Recommended packages: 2024-03-25T00:40:17.450 INFO:teuthology.orchestra.run.smithi028.stdout: btrfs-tools 2024-03-25T00:40:17.479 INFO:teuthology.orchestra.run.smithi149.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2398-g9c429fb6-1jammy [3,555 kB] 2024-03-25T00:40:17.495 INFO:teuthology.orchestra.run.smithi134.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-25T00:40:17.498 INFO:teuthology.orchestra.run.smithi134.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-25T00:40:17.517 INFO:teuthology.orchestra.run.smithi134.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-25T00:40:17.543 INFO:teuthology.orchestra.run.smithi134.stdout:Get:5 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2398-g9c429fb6-1jammy [3,555 kB] 2024-03-25T00:40:17.556 INFO:teuthology.orchestra.run.smithi028.stdout:The following NEW packages will be installed: 2024-03-25T00:40:17.556 INFO:teuthology.orchestra.run.smithi028.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-25T00:40:17.556 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-25T00:40:17.556 INFO:teuthology.orchestra.run.smithi028.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-25T00:40:17.556 INFO:teuthology.orchestra.run.smithi028.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-25T00:40:17.556 INFO:teuthology.orchestra.run.smithi028.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-25T00:40:17.556 INFO:teuthology.orchestra.run.smithi028.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-25T00:40:17.557 INFO:teuthology.orchestra.run.smithi028.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-25T00:40:17.557 INFO:teuthology.orchestra.run.smithi028.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-25T00:40:17.558 INFO:teuthology.orchestra.run.smithi028.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-25T00:40:17.558 INFO:teuthology.orchestra.run.smithi028.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-25T00:40:17.558 INFO:teuthology.orchestra.run.smithi028.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-25T00:40:17.558 INFO:teuthology.orchestra.run.smithi028.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-25T00:40:17.558 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-25T00:40:17.558 INFO:teuthology.orchestra.run.smithi028.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-25T00:40:17.558 INFO:teuthology.orchestra.run.smithi028.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-25T00:40:17.558 INFO:teuthology.orchestra.run.smithi028.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-25T00:40:17.558 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-25T00:40:17.558 INFO:teuthology.orchestra.run.smithi028.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-25T00:40:17.558 INFO:teuthology.orchestra.run.smithi028.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-25T00:40:17.558 INFO:teuthology.orchestra.run.smithi028.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-25T00:40:17.558 INFO:teuthology.orchestra.run.smithi028.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-25T00:40:17.559 INFO:teuthology.orchestra.run.smithi028.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-25T00:40:17.559 INFO:teuthology.orchestra.run.smithi028.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-25T00:40:17.559 INFO:teuthology.orchestra.run.smithi028.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-25T00:40:17.559 INFO:teuthology.orchestra.run.smithi028.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-25T00:40:17.559 INFO:teuthology.orchestra.run.smithi028.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-25T00:40:17.581 INFO:teuthology.orchestra.run.smithi134.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-25T00:40:17.586 INFO:teuthology.orchestra.run.smithi134.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-25T00:40:17.598 INFO:teuthology.orchestra.run.smithi134.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-25T00:40:17.603 INFO:teuthology.orchestra.run.smithi134.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-25T00:40:17.603 INFO:teuthology.orchestra.run.smithi134.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-25T00:40:17.604 INFO:teuthology.orchestra.run.smithi134.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-25T00:40:17.612 INFO:teuthology.orchestra.run.smithi134.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-25T00:40:17.614 INFO:teuthology.orchestra.run.smithi134.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-25T00:40:17.617 INFO:teuthology.orchestra.run.smithi134.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-25T00:40:17.619 INFO:teuthology.orchestra.run.smithi134.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-25T00:40:17.624 INFO:teuthology.orchestra.run.smithi028.stdout:0 upgraded, 118 newly installed, 0 to remove and 285 not upgraded. 2024-03-25T00:40:17.625 INFO:teuthology.orchestra.run.smithi028.stdout:Need to get 178 MB of archives. 2024-03-25T00:40:17.625 INFO:teuthology.orchestra.run.smithi028.stdout:After this operation, 818 MB of additional disk space will be used. 2024-03-25T00:40:17.625 INFO:teuthology.orchestra.run.smithi028.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-25T00:40:17.626 INFO:teuthology.orchestra.run.smithi134.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-25T00:40:17.628 INFO:teuthology.orchestra.run.smithi134.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-25T00:40:17.631 INFO:teuthology.orchestra.run.smithi134.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-25T00:40:17.632 INFO:teuthology.orchestra.run.smithi134.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-25T00:40:17.646 INFO:teuthology.orchestra.run.smithi134.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-25T00:40:17.647 INFO:teuthology.orchestra.run.smithi134.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-03-25T00:40:17.648 INFO:teuthology.orchestra.run.smithi134.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-25T00:40:17.648 INFO:teuthology.orchestra.run.smithi134.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-25T00:40:17.648 INFO:teuthology.orchestra.run.smithi134.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-25T00:40:17.649 INFO:teuthology.orchestra.run.smithi134.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-25T00:40:17.666 INFO:teuthology.orchestra.run.smithi134.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-25T00:40:17.666 INFO:teuthology.orchestra.run.smithi134.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-25T00:40:17.667 INFO:teuthology.orchestra.run.smithi134.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-25T00:40:17.670 INFO:teuthology.orchestra.run.smithi134.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-25T00:40:17.686 INFO:teuthology.orchestra.run.smithi134.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-25T00:40:17.686 INFO:teuthology.orchestra.run.smithi134.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-25T00:40:17.687 INFO:teuthology.orchestra.run.smithi134.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-03-25T00:40:17.687 INFO:teuthology.orchestra.run.smithi134.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-25T00:40:17.688 INFO:teuthology.orchestra.run.smithi134.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-25T00:40:17.688 INFO:teuthology.orchestra.run.smithi134.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-25T00:40:17.698 INFO:teuthology.orchestra.run.smithi028.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2398-g9c429fb6-1jammy [3,555 kB] 2024-03-25T00:40:17.705 INFO:teuthology.orchestra.run.smithi134.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-25T00:40:17.706 INFO:teuthology.orchestra.run.smithi134.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-25T00:40:17.707 INFO:teuthology.orchestra.run.smithi134.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-25T00:40:17.712 INFO:teuthology.orchestra.run.smithi134.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-25T00:40:17.725 INFO:teuthology.orchestra.run.smithi134.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-25T00:40:17.725 INFO:teuthology.orchestra.run.smithi134.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-25T00:40:17.726 INFO:teuthology.orchestra.run.smithi134.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-25T00:40:17.727 INFO:teuthology.orchestra.run.smithi134.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-25T00:40:17.729 INFO:teuthology.orchestra.run.smithi134.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-25T00:40:17.730 INFO:teuthology.orchestra.run.smithi134.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-03-25T00:40:17.733 INFO:teuthology.orchestra.run.smithi028.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-25T00:40:17.736 INFO:teuthology.orchestra.run.smithi028.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-25T00:40:17.745 INFO:teuthology.orchestra.run.smithi134.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-03-25T00:40:17.746 INFO:teuthology.orchestra.run.smithi134.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-25T00:40:17.748 INFO:teuthology.orchestra.run.smithi134.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-25T00:40:17.748 INFO:teuthology.orchestra.run.smithi134.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-25T00:40:17.757 INFO:teuthology.orchestra.run.smithi028.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-25T00:40:17.764 INFO:teuthology.orchestra.run.smithi134.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-25T00:40:17.767 INFO:teuthology.orchestra.run.smithi134.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-03-25T00:40:17.829 INFO:teuthology.orchestra.run.smithi134.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-25T00:40:17.830 INFO:teuthology.orchestra.run.smithi134.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-25T00:40:17.832 INFO:teuthology.orchestra.run.smithi134.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-25T00:40:17.832 INFO:teuthology.orchestra.run.smithi134.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-25T00:40:17.834 INFO:teuthology.orchestra.run.smithi134.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-25T00:40:17.860 INFO:teuthology.orchestra.run.smithi134.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-25T00:40:17.862 INFO:teuthology.orchestra.run.smithi134.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-25T00:40:17.863 INFO:teuthology.orchestra.run.smithi134.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-25T00:40:17.863 INFO:teuthology.orchestra.run.smithi149.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-25T00:40:17.876 INFO:teuthology.orchestra.run.smithi149.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-25T00:40:17.880 INFO:teuthology.orchestra.run.smithi028.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-25T00:40:17.887 INFO:teuthology.orchestra.run.smithi028.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-25T00:40:17.889 INFO:teuthology.orchestra.run.smithi134.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-25T00:40:17.889 INFO:teuthology.orchestra.run.smithi134.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-25T00:40:17.890 INFO:teuthology.orchestra.run.smithi134.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-25T00:40:17.890 INFO:teuthology.orchestra.run.smithi134.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-25T00:40:17.891 INFO:teuthology.orchestra.run.smithi134.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-25T00:40:17.891 INFO:teuthology.orchestra.run.smithi134.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-03-25T00:40:17.906 INFO:teuthology.orchestra.run.smithi028.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-25T00:40:17.907 INFO:teuthology.orchestra.run.smithi134.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-25T00:40:17.907 INFO:teuthology.orchestra.run.smithi134.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-25T00:40:17.911 INFO:teuthology.orchestra.run.smithi134.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-25T00:40:17.912 INFO:teuthology.orchestra.run.smithi028.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-25T00:40:17.913 INFO:teuthology.orchestra.run.smithi028.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-25T00:40:17.914 INFO:teuthology.orchestra.run.smithi028.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-25T00:40:17.926 INFO:teuthology.orchestra.run.smithi028.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-25T00:40:17.926 INFO:teuthology.orchestra.run.smithi134.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-25T00:40:17.928 INFO:teuthology.orchestra.run.smithi134.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-25T00:40:17.929 INFO:teuthology.orchestra.run.smithi134.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-25T00:40:17.929 INFO:teuthology.orchestra.run.smithi028.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-25T00:40:17.932 INFO:teuthology.orchestra.run.smithi028.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-25T00:40:17.932 INFO:teuthology.orchestra.run.smithi134.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-25T00:40:17.933 INFO:teuthology.orchestra.run.smithi028.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-25T00:40:17.935 INFO:teuthology.orchestra.run.smithi134.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-25T00:40:17.936 INFO:teuthology.orchestra.run.smithi134.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-25T00:40:17.937 INFO:teuthology.orchestra.run.smithi134.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-25T00:40:17.942 INFO:teuthology.orchestra.run.smithi028.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-25T00:40:17.945 INFO:teuthology.orchestra.run.smithi028.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-25T00:40:17.948 INFO:teuthology.orchestra.run.smithi028.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-25T00:40:17.949 INFO:teuthology.orchestra.run.smithi134.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-25T00:40:17.950 INFO:teuthology.orchestra.run.smithi134.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-25T00:40:17.950 INFO:teuthology.orchestra.run.smithi028.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-25T00:40:17.953 INFO:teuthology.orchestra.run.smithi134.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-25T00:40:17.957 INFO:teuthology.orchestra.run.smithi149.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5core5a amd64 5.15.3+dfsg-2ubuntu0.2 [2,006 kB] 2024-03-25T00:40:17.963 INFO:teuthology.orchestra.run.smithi028.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-25T00:40:17.963 INFO:teuthology.orchestra.run.smithi028.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-03-25T00:40:17.965 INFO:teuthology.orchestra.run.smithi028.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-25T00:40:17.965 INFO:teuthology.orchestra.run.smithi028.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-25T00:40:17.965 INFO:teuthology.orchestra.run.smithi028.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-25T00:40:17.966 INFO:teuthology.orchestra.run.smithi028.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-25T00:40:17.968 INFO:teuthology.orchestra.run.smithi134.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-25T00:40:17.970 INFO:teuthology.orchestra.run.smithi134.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-25T00:40:17.970 INFO:teuthology.orchestra.run.smithi134.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-25T00:40:17.971 INFO:teuthology.orchestra.run.smithi134.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-25T00:40:17.972 INFO:teuthology.orchestra.run.smithi134.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-25T00:40:17.979 INFO:teuthology.orchestra.run.smithi134.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-25T00:40:17.980 INFO:teuthology.orchestra.run.smithi134.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-25T00:40:17.986 INFO:teuthology.orchestra.run.smithi028.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-25T00:40:17.986 INFO:teuthology.orchestra.run.smithi028.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-25T00:40:17.986 INFO:teuthology.orchestra.run.smithi028.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-25T00:40:17.987 INFO:teuthology.orchestra.run.smithi028.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-25T00:40:17.988 INFO:teuthology.orchestra.run.smithi134.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-25T00:40:17.991 INFO:teuthology.orchestra.run.smithi134.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-25T00:40:17.992 INFO:teuthology.orchestra.run.smithi134.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-25T00:40:18.015 INFO:teuthology.orchestra.run.smithi028.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-25T00:40:18.016 INFO:teuthology.orchestra.run.smithi028.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-25T00:40:18.016 INFO:teuthology.orchestra.run.smithi028.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-03-25T00:40:18.018 INFO:teuthology.orchestra.run.smithi028.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-25T00:40:18.018 INFO:teuthology.orchestra.run.smithi028.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-25T00:40:18.018 INFO:teuthology.orchestra.run.smithi028.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-25T00:40:18.036 INFO:teuthology.orchestra.run.smithi028.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-25T00:40:18.037 INFO:teuthology.orchestra.run.smithi028.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-25T00:40:18.037 INFO:teuthology.orchestra.run.smithi028.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-25T00:40:18.044 INFO:teuthology.orchestra.run.smithi028.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-25T00:40:18.057 INFO:teuthology.orchestra.run.smithi028.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-25T00:40:18.057 INFO:teuthology.orchestra.run.smithi028.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-25T00:40:18.058 INFO:teuthology.orchestra.run.smithi028.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-25T00:40:18.060 INFO:teuthology.orchestra.run.smithi028.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-25T00:40:18.062 INFO:teuthology.orchestra.run.smithi028.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-25T00:40:18.063 INFO:teuthology.orchestra.run.smithi028.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-03-25T00:40:18.071 INFO:teuthology.orchestra.run.smithi028.stdout:Get:46 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2398-g9c429fb6-1jammy [3,226 kB] 2024-03-25T00:40:18.077 INFO:teuthology.orchestra.run.smithi028.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-03-25T00:40:18.078 INFO:teuthology.orchestra.run.smithi028.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-25T00:40:18.081 INFO:teuthology.orchestra.run.smithi028.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-25T00:40:18.082 INFO:teuthology.orchestra.run.smithi028.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-25T00:40:18.098 INFO:teuthology.orchestra.run.smithi028.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-25T00:40:18.101 INFO:teuthology.orchestra.run.smithi028.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-03-25T00:40:18.166 INFO:teuthology.orchestra.run.smithi028.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-25T00:40:18.167 INFO:teuthology.orchestra.run.smithi028.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-25T00:40:18.168 INFO:teuthology.orchestra.run.smithi028.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-25T00:40:18.169 INFO:teuthology.orchestra.run.smithi028.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-25T00:40:18.169 INFO:teuthology.orchestra.run.smithi028.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-25T00:40:18.188 INFO:teuthology.orchestra.run.smithi149.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-25T00:40:18.188 INFO:teuthology.orchestra.run.smithi028.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-25T00:40:18.190 INFO:teuthology.orchestra.run.smithi028.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-25T00:40:18.191 INFO:teuthology.orchestra.run.smithi028.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-25T00:40:18.199 INFO:teuthology.orchestra.run.smithi149.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-25T00:40:18.208 INFO:teuthology.orchestra.run.smithi028.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-25T00:40:18.208 INFO:teuthology.orchestra.run.smithi028.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-25T00:40:18.214 INFO:teuthology.orchestra.run.smithi149.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2398-g9c429fb6-1jammy [3,226 kB] 2024-03-25T00:40:18.219 INFO:teuthology.orchestra.run.smithi028.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-25T00:40:18.219 INFO:teuthology.orchestra.run.smithi028.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-25T00:40:18.220 INFO:teuthology.orchestra.run.smithi028.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-25T00:40:18.220 INFO:teuthology.orchestra.run.smithi028.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-25T00:40:18.221 INFO:teuthology.orchestra.run.smithi028.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-25T00:40:18.221 INFO:teuthology.orchestra.run.smithi028.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-25T00:40:18.224 INFO:teuthology.orchestra.run.smithi028.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-25T00:40:18.229 INFO:teuthology.orchestra.run.smithi149.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-25T00:40:18.237 INFO:teuthology.orchestra.run.smithi028.stdout:Get:70 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2398-g9c429fb6-1jammy [711 kB] 2024-03-25T00:40:18.239 INFO:teuthology.orchestra.run.smithi149.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-25T00:40:18.239 INFO:teuthology.orchestra.run.smithi028.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-25T00:40:18.240 INFO:teuthology.orchestra.run.smithi149.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-25T00:40:18.241 INFO:teuthology.orchestra.run.smithi028.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-25T00:40:18.241 INFO:teuthology.orchestra.run.smithi149.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-25T00:40:18.242 INFO:teuthology.orchestra.run.smithi028.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-25T00:40:18.260 INFO:teuthology.orchestra.run.smithi028.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-25T00:40:18.262 INFO:teuthology.orchestra.run.smithi149.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-25T00:40:18.263 INFO:teuthology.orchestra.run.smithi028.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-25T00:40:18.264 INFO:teuthology.orchestra.run.smithi028.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-25T00:40:18.264 INFO:teuthology.orchestra.run.smithi028.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-25T00:40:18.269 INFO:teuthology.orchestra.run.smithi028.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-25T00:40:18.269 INFO:teuthology.orchestra.run.smithi028.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-25T00:40:18.273 INFO:teuthology.orchestra.run.smithi028.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-25T00:40:18.275 INFO:teuthology.orchestra.run.smithi134.stdout:Get:89 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2398-g9c429fb6-1jammy [3,226 kB] 2024-03-25T00:40:18.275 INFO:teuthology.orchestra.run.smithi028.stdout:Get:81 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2398-g9c429fb6-1jammy [356 kB] 2024-03-25T00:40:18.281 INFO:teuthology.orchestra.run.smithi028.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-25T00:40:18.281 INFO:teuthology.orchestra.run.smithi028.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-25T00:40:18.282 INFO:teuthology.orchestra.run.smithi028.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-25T00:40:18.299 INFO:teuthology.orchestra.run.smithi028.stdout:Get:85 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2398-g9c429fb6-1jammy [32.8 kB] 2024-03-25T00:40:18.300 INFO:teuthology.orchestra.run.smithi028.stdout:Get:86 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2398-g9c429fb6-1jammy [180 kB] 2024-03-25T00:40:18.301 INFO:teuthology.orchestra.run.smithi028.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-25T00:40:18.302 INFO:teuthology.orchestra.run.smithi028.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-25T00:40:18.312 INFO:teuthology.orchestra.run.smithi028.stdout:Get:89 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2398-g9c429fb6-1jammy [65.7 kB] 2024-03-25T00:40:18.313 INFO:teuthology.orchestra.run.smithi028.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-25T00:40:18.314 INFO:teuthology.orchestra.run.smithi028.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-25T00:40:18.314 INFO:teuthology.orchestra.run.smithi028.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-25T00:40:18.316 INFO:teuthology.orchestra.run.smithi028.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-25T00:40:18.316 INFO:teuthology.orchestra.run.smithi028.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-25T00:40:18.319 INFO:teuthology.orchestra.run.smithi028.stdout:Get:95 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2398-g9c429fb6-1jammy [330 kB] 2024-03-25T00:40:18.336 INFO:teuthology.orchestra.run.smithi028.stdout:Get:96 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2398-g9c429fb6-1jammy [6,660 kB] 2024-03-25T00:40:18.430 INFO:teuthology.orchestra.run.smithi149.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-25T00:40:18.634 INFO:teuthology.orchestra.run.smithi149.stdout:Get:15 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2398-g9c429fb6-1jammy [711 kB] 2024-03-25T00:40:18.713 INFO:teuthology.orchestra.run.smithi149.stdout:Get:16 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2398-g9c429fb6-1jammy [356 kB] 2024-03-25T00:40:18.733 INFO:teuthology.orchestra.run.smithi134.stdout:Get:90 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2398-g9c429fb6-1jammy [711 kB] 2024-03-25T00:40:18.768 INFO:teuthology.orchestra.run.smithi028.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2398-g9c429fb6-1jammy [112 kB] 2024-03-25T00:40:18.770 INFO:teuthology.orchestra.run.smithi028.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2398-g9c429fb6-1jammy [466 kB] 2024-03-25T00:40:18.771 INFO:teuthology.orchestra.run.smithi149.stdout:Get:17 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2398-g9c429fb6-1jammy [32.8 kB] 2024-03-25T00:40:18.773 INFO:teuthology.orchestra.run.smithi149.stdout:Get:18 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2398-g9c429fb6-1jammy [180 kB] 2024-03-25T00:40:18.785 INFO:teuthology.orchestra.run.smithi149.stdout:Get:19 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2398-g9c429fb6-1jammy [65.7 kB] 2024-03-25T00:40:18.789 INFO:teuthology.orchestra.run.smithi028.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2398-g9c429fb6-1jammy [25.3 MB] 2024-03-25T00:40:18.790 INFO:teuthology.orchestra.run.smithi149.stdout:Get:20 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2398-g9c429fb6-1jammy [330 kB] 2024-03-25T00:40:18.818 INFO:teuthology.orchestra.run.smithi134.stdout:Get:91 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2398-g9c429fb6-1jammy [356 kB] 2024-03-25T00:40:18.832 INFO:teuthology.orchestra.run.smithi149.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-25T00:40:18.848 INFO:teuthology.orchestra.run.smithi149.stdout:Get:22 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2398-g9c429fb6-1jammy [6,660 kB] 2024-03-25T00:40:18.867 INFO:teuthology.orchestra.run.smithi149.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-25T00:40:18.869 INFO:teuthology.orchestra.run.smithi149.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-25T00:40:18.882 INFO:teuthology.orchestra.run.smithi134.stdout:Get:92 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2398-g9c429fb6-1jammy [32.8 kB] 2024-03-25T00:40:18.884 INFO:teuthology.orchestra.run.smithi134.stdout:Get:93 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2398-g9c429fb6-1jammy [180 kB] 2024-03-25T00:40:18.894 INFO:teuthology.orchestra.run.smithi134.stdout:Get:94 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2398-g9c429fb6-1jammy [65.7 kB] 2024-03-25T00:40:18.900 INFO:teuthology.orchestra.run.smithi134.stdout:Get:95 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2398-g9c429fb6-1jammy [330 kB] 2024-03-25T00:40:18.948 INFO:teuthology.orchestra.run.smithi149.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-25T00:40:18.964 INFO:teuthology.orchestra.run.smithi134.stdout:Get:96 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2398-g9c429fb6-1jammy [6,660 kB] 2024-03-25T00:40:19.000 INFO:teuthology.orchestra.run.smithi149.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-25T00:40:19.022 INFO:teuthology.orchestra.run.smithi149.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-25T00:40:19.031 INFO:teuthology.orchestra.run.smithi149.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-25T00:40:19.032 INFO:teuthology.orchestra.run.smithi149.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-03-25T00:40:19.040 INFO:teuthology.orchestra.run.smithi149.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-25T00:40:19.041 INFO:teuthology.orchestra.run.smithi149.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-25T00:40:19.206 INFO:teuthology.orchestra.run.smithi149.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-25T00:40:19.289 INFO:teuthology.orchestra.run.smithi149.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-25T00:40:19.317 INFO:teuthology.orchestra.run.smithi149.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-25T00:40:19.334 INFO:teuthology.orchestra.run.smithi149.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-25T00:40:19.379 INFO:teuthology.orchestra.run.smithi149.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-25T00:40:19.594 INFO:teuthology.orchestra.run.smithi149.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-25T00:40:19.609 INFO:teuthology.orchestra.run.smithi149.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-25T00:40:19.615 INFO:teuthology.orchestra.run.smithi149.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-25T00:40:19.621 INFO:teuthology.orchestra.run.smithi149.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-03-25T00:40:19.642 INFO:teuthology.orchestra.run.smithi149.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-25T00:40:19.646 INFO:teuthology.orchestra.run.smithi149.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-25T00:40:19.735 INFO:teuthology.orchestra.run.smithi149.stdout:Get:43 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2398-g9c429fb6-1jammy [112 kB] 2024-03-25T00:40:19.741 INFO:teuthology.orchestra.run.smithi149.stdout:Get:44 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2398-g9c429fb6-1jammy [466 kB] 2024-03-25T00:40:19.810 INFO:teuthology.orchestra.run.smithi149.stdout:Get:45 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2398-g9c429fb6-1jammy [25.3 MB] 2024-03-25T00:40:19.812 INFO:teuthology.orchestra.run.smithi149.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-25T00:40:19.925 INFO:teuthology.orchestra.run.smithi134.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2398-g9c429fb6-1jammy [112 kB] 2024-03-25T00:40:19.931 INFO:teuthology.orchestra.run.smithi134.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2398-g9c429fb6-1jammy [466 kB] 2024-03-25T00:40:20.006 INFO:teuthology.orchestra.run.smithi134.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2398-g9c429fb6-1jammy [25.3 MB] 2024-03-25T00:40:20.130 INFO:teuthology.orchestra.run.smithi149.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-25T00:40:20.167 INFO:teuthology.orchestra.run.smithi149.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-25T00:40:20.178 INFO:teuthology.orchestra.run.smithi149.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-25T00:40:20.383 INFO:teuthology.orchestra.run.smithi149.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-25T00:40:20.384 INFO:teuthology.orchestra.run.smithi149.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-25T00:40:20.390 INFO:teuthology.orchestra.run.smithi149.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-25T00:40:20.396 INFO:teuthology.orchestra.run.smithi149.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-25T00:40:20.411 INFO:teuthology.orchestra.run.smithi149.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-25T00:40:20.432 INFO:teuthology.orchestra.run.smithi149.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-25T00:40:20.438 INFO:teuthology.orchestra.run.smithi149.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-03-25T00:40:20.485 INFO:teuthology.orchestra.run.smithi028.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2398-g9c429fb6-1jammy [5,085 kB] 2024-03-25T00:40:20.613 INFO:teuthology.orchestra.run.smithi149.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-03-25T00:40:20.746 INFO:teuthology.orchestra.run.smithi028.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2398-g9c429fb6-1jammy [244 kB] 2024-03-25T00:40:20.761 INFO:teuthology.orchestra.run.smithi028.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2398-g9c429fb6-1jammy [124 kB] 2024-03-25T00:40:20.768 INFO:teuthology.orchestra.run.smithi028.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2398-g9c429fb6-1jammy [1,526 kB] 2024-03-25T00:40:20.860 INFO:teuthology.orchestra.run.smithi028.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2398-g9c429fb6-1jammy [6,256 kB] 2024-03-25T00:40:20.869 INFO:teuthology.orchestra.run.smithi149.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-25T00:40:21.046 INFO:teuthology.orchestra.run.smithi149.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-25T00:40:21.060 INFO:teuthology.orchestra.run.smithi149.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-25T00:40:21.079 INFO:teuthology.orchestra.run.smithi149.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-25T00:40:21.144 INFO:teuthology.orchestra.run.smithi149.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-03-25T00:40:21.242 INFO:teuthology.orchestra.run.smithi028.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2398-g9c429fb6-1jammy [22.8 MB] 2024-03-25T00:40:21.432 INFO:teuthology.orchestra.run.smithi149.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-25T00:40:21.433 INFO:teuthology.orchestra.run.smithi149.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-25T00:40:21.436 INFO:teuthology.orchestra.run.smithi149.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-25T00:40:21.436 INFO:teuthology.orchestra.run.smithi149.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-25T00:40:21.438 INFO:teuthology.orchestra.run.smithi149.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-25T00:40:21.667 INFO:teuthology.orchestra.run.smithi149.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-25T00:40:22.097 INFO:teuthology.orchestra.run.smithi149.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-25T00:40:22.103 INFO:teuthology.orchestra.run.smithi149.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-25T00:40:22.392 INFO:teuthology.orchestra.run.smithi149.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-25T00:40:22.393 INFO:teuthology.orchestra.run.smithi149.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-25T00:40:22.395 INFO:teuthology.orchestra.run.smithi149.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-25T00:40:22.397 INFO:teuthology.orchestra.run.smithi149.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-25T00:40:22.398 INFO:teuthology.orchestra.run.smithi149.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-25T00:40:22.401 INFO:teuthology.orchestra.run.smithi149.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-25T00:40:22.402 INFO:teuthology.orchestra.run.smithi149.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-25T00:40:22.403 INFO:teuthology.orchestra.run.smithi149.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-25T00:40:22.585 INFO:teuthology.orchestra.run.smithi149.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-25T00:40:22.726 INFO:teuthology.orchestra.run.smithi028.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2398-g9c429fb6-1jammy [14.0 kB] 2024-03-25T00:40:22.727 INFO:teuthology.orchestra.run.smithi028.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2398-g9c429fb6-1jammy [870 kB] 2024-03-25T00:40:22.744 INFO:teuthology.orchestra.run.smithi028.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2398-g9c429fb6-1jammy [2,434 kB] 2024-03-25T00:40:22.859 INFO:teuthology.orchestra.run.smithi028.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2398-g9c429fb6-1jammy [779 kB] 2024-03-25T00:40:22.907 INFO:teuthology.orchestra.run.smithi028.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2398-g9c429fb6-1jammy [146 kB] 2024-03-25T00:40:22.918 INFO:teuthology.orchestra.run.smithi028.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2398-g9c429fb6-1jammy [2,318 kB] 2024-03-25T00:40:22.998 INFO:teuthology.orchestra.run.smithi149.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-25T00:40:23.043 INFO:teuthology.orchestra.run.smithi149.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-25T00:40:23.061 INFO:teuthology.orchestra.run.smithi028.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2398-g9c429fb6-1jammy [8,625 kB] 2024-03-25T00:40:23.079 INFO:teuthology.orchestra.run.smithi149.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-25T00:40:23.176 INFO:teuthology.orchestra.run.smithi149.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-25T00:40:23.216 INFO:teuthology.orchestra.run.smithi149.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-25T00:40:23.275 INFO:teuthology.orchestra.run.smithi149.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-25T00:40:23.276 INFO:teuthology.orchestra.run.smithi149.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-25T00:40:23.279 INFO:teuthology.orchestra.run.smithi149.stdout:Get:87 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2398-g9c429fb6-1jammy [5,085 kB] 2024-03-25T00:40:23.287 INFO:teuthology.orchestra.run.smithi149.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-25T00:40:23.289 INFO:teuthology.orchestra.run.smithi149.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-25T00:40:23.304 INFO:teuthology.orchestra.run.smithi149.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-25T00:40:23.469 INFO:teuthology.orchestra.run.smithi149.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-25T00:40:23.575 INFO:teuthology.orchestra.run.smithi028.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2398-g9c429fb6-1jammy [14.2 kB] 2024-03-25T00:40:23.575 INFO:teuthology.orchestra.run.smithi028.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2398-g9c429fb6-1jammy [50.3 MB] 2024-03-25T00:40:23.734 INFO:teuthology.orchestra.run.smithi149.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-25T00:40:23.751 INFO:teuthology.orchestra.run.smithi149.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-25T00:40:23.808 INFO:teuthology.orchestra.run.smithi134.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2398-g9c429fb6-1jammy [5,085 kB] 2024-03-25T00:40:23.902 INFO:teuthology.orchestra.run.smithi149.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-25T00:40:23.931 INFO:teuthology.orchestra.run.smithi149.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-25T00:40:23.980 INFO:teuthology.orchestra.run.smithi149.stdout:Get:96 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2398-g9c429fb6-1jammy [244 kB] 2024-03-25T00:40:24.022 INFO:teuthology.orchestra.run.smithi149.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2398-g9c429fb6-1jammy [124 kB] 2024-03-25T00:40:24.030 INFO:teuthology.orchestra.run.smithi149.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2398-g9c429fb6-1jammy [1,526 kB] 2024-03-25T00:40:24.088 INFO:teuthology.orchestra.run.smithi149.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-25T00:40:24.091 INFO:teuthology.orchestra.run.smithi149.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-25T00:40:24.092 INFO:teuthology.orchestra.run.smithi149.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-25T00:40:24.115 INFO:teuthology.orchestra.run.smithi149.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-25T00:40:24.120 INFO:teuthology.orchestra.run.smithi149.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-25T00:40:24.244 INFO:teuthology.orchestra.run.smithi149.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2398-g9c429fb6-1jammy [6,256 kB] 2024-03-25T00:40:24.501 INFO:teuthology.orchestra.run.smithi134.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2398-g9c429fb6-1jammy [244 kB] 2024-03-25T00:40:24.514 INFO:teuthology.orchestra.run.smithi134.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2398-g9c429fb6-1jammy [124 kB] 2024-03-25T00:40:24.561 INFO:teuthology.orchestra.run.smithi134.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2398-g9c429fb6-1jammy [1,526 kB] 2024-03-25T00:40:24.777 INFO:teuthology.orchestra.run.smithi134.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2398-g9c429fb6-1jammy [6,256 kB] 2024-03-25T00:40:25.104 INFO:teuthology.orchestra.run.smithi149.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2398-g9c429fb6-1jammy [22.8 MB] 2024-03-25T00:40:25.694 INFO:teuthology.orchestra.run.smithi134.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2398-g9c429fb6-1jammy [22.8 MB] 2024-03-25T00:40:26.864 INFO:teuthology.orchestra.run.smithi028.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2398-g9c429fb6-1jammy [121 kB] 2024-03-25T00:40:26.866 INFO:teuthology.orchestra.run.smithi028.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2398-g9c429fb6-1jammy [38.9 kB] 2024-03-25T00:40:26.867 INFO:teuthology.orchestra.run.smithi028.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2398-g9c429fb6-1jammy [13.2 MB] 2024-03-25T00:40:27.515 INFO:teuthology.orchestra.run.smithi028.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2398-g9c429fb6-1jammy [91.4 kB] 2024-03-25T00:40:27.948 INFO:teuthology.orchestra.run.smithi149.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2398-g9c429fb6-1jammy [14.0 kB] 2024-03-25T00:40:27.948 INFO:teuthology.orchestra.run.smithi149.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2398-g9c429fb6-1jammy [870 kB] 2024-03-25T00:40:27.965 INFO:teuthology.orchestra.run.smithi149.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2398-g9c429fb6-1jammy [2,434 kB] 2024-03-25T00:40:28.096 INFO:teuthology.orchestra.run.smithi028.stdout:Fetched 178 MB in 10s (17.9 MB/s) 2024-03-25T00:40:28.131 INFO:teuthology.orchestra.run.smithi149.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2398-g9c429fb6-1jammy [779 kB] 2024-03-25T00:40:28.172 INFO:teuthology.orchestra.run.smithi149.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2398-g9c429fb6-1jammy [146 kB] 2024-03-25T00:40:28.199 INFO:teuthology.orchestra.run.smithi149.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2398-g9c429fb6-1jammy [2,318 kB] 2024-03-25T00:40:28.269 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-25T00:40:28.335 INFO:teuthology.orchestra.run.smithi134.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2398-g9c429fb6-1jammy [14.0 kB] 2024-03-25T00:40:28.336 INFO:teuthology.orchestra.run.smithi134.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2398-g9c429fb6-1jammy [870 kB] 2024-03-25T00:40:28.360 INFO:teuthology.orchestra.run.smithi149.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2398-g9c429fb6-1jammy [8,625 kB] 2024-03-25T00:40:28.368 INFO:teuthology.orchestra.run.smithi134.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2398-g9c429fb6-1jammy [2,434 kB] 2024-03-25T00:40:28.372 INFO:teuthology.orchestra.run.smithi028.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 ... 165997 files and directories currently installed.) 2024-03-25T00:40:28.378 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-25T00:40:28.467 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-25T00:40:28.587 INFO:teuthology.orchestra.run.smithi134.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2398-g9c429fb6-1jammy [779 kB] 2024-03-25T00:40:28.643 INFO:teuthology.orchestra.run.smithi134.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2398-g9c429fb6-1jammy [146 kB] 2024-03-25T00:40:28.655 INFO:teuthology.orchestra.run.smithi134.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2398-g9c429fb6-1jammy [2,318 kB] 2024-03-25T00:40:28.762 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-25T00:40:28.788 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-25T00:40:28.820 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-25T00:40:28.824 INFO:teuthology.orchestra.run.smithi134.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2398-g9c429fb6-1jammy [8,625 kB] 2024-03-25T00:40:28.993 INFO:teuthology.orchestra.run.smithi149.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2398-g9c429fb6-1jammy [14.2 kB] 2024-03-25T00:40:28.994 INFO:teuthology.orchestra.run.smithi149.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2398-g9c429fb6-1jammy [50.3 MB] 2024-03-25T00:40:29.131 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-25T00:40:29.158 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-25T00:40:29.339 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-25T00:40:29.492 INFO:teuthology.orchestra.run.smithi134.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2398-g9c429fb6-1jammy [14.2 kB] 2024-03-25T00:40:29.492 INFO:teuthology.orchestra.run.smithi134.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2398-g9c429fb6-1jammy [50.3 MB] 2024-03-25T00:40:29.793 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-25T00:40:29.820 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-25T00:40:29.868 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-25T00:40:30.229 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-25T00:40:30.252 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-25T00:40:30.296 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-25T00:40:30.615 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-25T00:40:30.631 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-25T00:40:30.673 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-25T00:40:31.018 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-25T00:40:31.045 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-25T00:40:31.084 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-25T00:40:31.388 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package librados2. 2024-03-25T00:40:31.414 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../007-librados2_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:31.445 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking librados2 (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:31.890 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package librbd1. 2024-03-25T00:40:31.916 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../008-librbd1_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:31.956 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking librbd1 (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:32.426 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libcephfs2. 2024-03-25T00:40:32.452 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:32.492 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libcephfs2 (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:32.646 INFO:teuthology.orchestra.run.smithi149.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2398-g9c429fb6-1jammy [121 kB] 2024-03-25T00:40:32.648 INFO:teuthology.orchestra.run.smithi149.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2398-g9c429fb6-1jammy [38.9 kB] 2024-03-25T00:40:32.649 INFO:teuthology.orchestra.run.smithi149.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2398-g9c429fb6-1jammy [13.2 MB] 2024-03-25T00:40:32.794 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-rados. 2024-03-25T00:40:32.821 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:32.861 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-rados (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:33.253 INFO:teuthology.orchestra.run.smithi134.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2398-g9c429fb6-1jammy [121 kB] 2024-03-25T00:40:33.255 INFO:teuthology.orchestra.run.smithi134.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2398-g9c429fb6-1jammy [38.9 kB] 2024-03-25T00:40:33.256 INFO:teuthology.orchestra.run.smithi134.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2398-g9c429fb6-1jammy [13.2 MB] 2024-03-25T00:40:33.372 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-25T00:40:33.399 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2398-g9c429fb6-1jammy_all.deb ... 2024-03-25T00:40:33.430 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-ceph-argparse (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:33.442 INFO:teuthology.orchestra.run.smithi149.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2398-g9c429fb6-1jammy [91.4 kB] 2024-03-25T00:40:33.674 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-cephfs. 2024-03-25T00:40:33.691 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:33.733 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-cephfs (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:33.955 INFO:teuthology.orchestra.run.smithi134.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2398-g9c429fb6-1jammy [91.4 kB] 2024-03-25T00:40:34.006 INFO:teuthology.orchestra.run.smithi149.stdout:Fetched 178 MB in 16s (11.0 MB/s) 2024-03-25T00:40:34.060 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-25T00:40:34.088 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2398-g9c429fb6-1jammy_all.deb ... 2024-03-25T00:40:34.127 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-ceph-common (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:34.133 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-25T00:40:34.232 INFO:teuthology.orchestra.run.smithi149.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 ... 165997 files and directories currently installed.) 2024-03-25T00:40:34.238 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-25T00:40:34.324 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-25T00:40:34.421 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-25T00:40:34.448 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-25T00:40:34.480 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-25T00:40:34.516 INFO:teuthology.orchestra.run.smithi134.stdout:Fetched 178 MB in 17s (10.7 MB/s) 2024-03-25T00:40:34.627 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-25T00:40:34.653 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-25T00:40:34.668 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-25T00:40:34.693 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-25T00:40:34.767 INFO:teuthology.orchestra.run.smithi134.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 ... 165997 files and directories currently installed.) 2024-03-25T00:40:34.773 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-25T00:40:34.799 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-prettytable. 2024-03-25T00:40:34.826 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-25T00:40:34.858 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-25T00:40:34.865 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-25T00:40:35.038 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-25T00:40:35.064 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-25T00:40:35.105 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-25T00:40:35.135 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-rbd. 2024-03-25T00:40:35.162 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:35.195 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-25T00:40:35.201 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-rbd (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:35.222 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-25T00:40:35.261 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-25T00:40:35.512 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-25T00:40:35.539 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-25T00:40:35.570 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-25T00:40:35.575 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-25T00:40:35.598 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-25T00:40:35.601 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-25T00:40:35.625 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-25T00:40:35.650 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-25T00:40:35.664 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-25T00:40:35.806 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-25T00:40:35.822 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-25T00:40:35.856 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-25T00:40:36.026 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-25T00:40:36.036 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-25T00:40:36.053 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-25T00:40:36.062 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-25T00:40:36.093 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-25T00:40:36.103 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-25T00:40:36.167 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-25T00:40:36.194 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-25T00:40:36.234 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-25T00:40:36.439 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-25T00:40:36.466 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-25T00:40:36.504 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-25T00:40:36.506 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-25T00:40:36.531 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-25T00:40:36.571 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package lua5.1. 2024-03-25T00:40:36.571 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-25T00:40:36.598 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-25T00:40:36.638 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-25T00:40:36.859 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-25T00:40:36.885 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-25T00:40:36.907 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-25T00:40:36.925 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-25T00:40:36.934 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-25T00:40:36.956 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package lua-any. 2024-03-25T00:40:36.972 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-25T00:40:36.973 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-25T00:40:37.015 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-25T00:40:37.212 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package librados2. 2024-03-25T00:40:37.225 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package zip. 2024-03-25T00:40:37.238 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../007-librados2_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:37.241 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-25T00:40:37.270 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking librados2 (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:37.276 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-25T00:40:37.284 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking zip (3.0-12build2) ... 2024-03-25T00:40:37.293 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-25T00:40:37.326 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-25T00:40:37.645 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package unzip. 2024-03-25T00:40:37.646 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package librados2. 2024-03-25T00:40:37.672 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-25T00:40:37.673 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../007-librados2_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:37.711 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-25T00:40:37.712 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking librados2 (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:37.723 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package librbd1. 2024-03-25T00:40:37.749 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../008-librbd1_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:37.789 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking librbd1 (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:38.098 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package luarocks. 2024-03-25T00:40:38.125 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-25T00:40:38.165 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-25T00:40:38.242 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libcephfs2. 2024-03-25T00:40:38.268 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:38.308 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libcephfs2 (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:38.349 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package librbd1. 2024-03-25T00:40:38.375 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../008-librbd1_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:38.416 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking librbd1 (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:38.556 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package librgw2. 2024-03-25T00:40:38.583 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../025-librgw2_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:38.594 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-rados. 2024-03-25T00:40:38.609 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:38.622 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking librgw2 (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:38.644 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-rados (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:38.810 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libcephfs2. 2024-03-25T00:40:38.836 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:38.876 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libcephfs2 (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:39.131 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-25T00:40:39.137 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-rados. 2024-03-25T00:40:39.149 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-rgw. 2024-03-25T00:40:39.152 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:39.157 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2398-g9c429fb6-1jammy_all.deb ... 2024-03-25T00:40:39.176 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:39.195 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-rados (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:39.197 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-ceph-argparse (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:39.216 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-rgw (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:39.433 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-cephfs. 2024-03-25T00:40:39.448 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:39.491 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-cephfs (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:39.506 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-25T00:40:39.533 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2398-g9c429fb6-1jammy_all.deb ... 2024-03-25T00:40:39.569 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-25T00:40:39.573 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-ceph-argparse (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:39.596 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-25T00:40:39.635 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-25T00:40:39.810 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-25T00:40:39.825 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-cephfs. 2024-03-25T00:40:39.837 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2398-g9c429fb6-1jammy_all.deb ... 2024-03-25T00:40:39.840 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:39.877 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-ceph-common (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:39.883 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-cephfs (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:39.896 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libradosstriper1. 2024-03-25T00:40:39.923 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:39.963 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libradosstriper1 (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:40.197 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-25T00:40:40.203 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-25T00:40:40.223 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-25T00:40:40.229 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2398-g9c429fb6-1jammy_all.deb ... 2024-03-25T00:40:40.263 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-25T00:40:40.269 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-ceph-common (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:40.375 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-common. 2024-03-25T00:40:40.402 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:40.441 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-common (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:40.558 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-prettytable. 2024-03-25T00:40:40.584 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-25T00:40:40.589 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-25T00:40:40.616 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-25T00:40:40.624 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-25T00:40:40.656 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-25T00:40:40.860 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-rbd. 2024-03-25T00:40:40.875 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:40.910 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-rbd (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:40.975 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-prettytable. 2024-03-25T00:40:41.002 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-25T00:40:41.042 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-25T00:40:41.271 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-25T00:40:41.297 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-25T00:40:41.319 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-rbd. 2024-03-25T00:40:41.334 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:41.338 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-25T00:40:41.378 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-rbd (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:41.632 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-25T00:40:41.658 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-25T00:40:41.680 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-25T00:40:41.699 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-25T00:40:41.707 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-25T00:40:41.755 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-25T00:40:41.929 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-base. 2024-03-25T00:40:41.956 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:41.976 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-25T00:40:41.992 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-25T00:40:42.005 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-base (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:42.024 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-25T00:40:42.026 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-25T00:40:42.040 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-25T00:40:42.083 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-25T00:40:42.305 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package lua5.1. 2024-03-25T00:40:42.331 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-25T00:40:42.371 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-25T00:40:42.386 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-25T00:40:42.413 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-25T00:40:42.452 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-25T00:40:42.625 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-25T00:40:42.652 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-25T00:40:42.691 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-25T00:40:42.715 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package lua-any. 2024-03-25T00:40:42.731 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-25T00:40:42.739 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package lua5.1. 2024-03-25T00:40:42.765 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-25T00:40:42.774 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-25T00:40:42.797 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-25T00:40:43.013 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-cheroot. 2024-03-25T00:40:43.018 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package zip. 2024-03-25T00:40:43.033 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-25T00:40:43.039 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-25T00:40:43.076 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking zip (3.0-12build2) ... 2024-03-25T00:40:43.079 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-25T00:40:43.108 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package lua-any. 2024-03-25T00:40:43.135 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-25T00:40:43.175 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-25T00:40:43.354 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package unzip. 2024-03-25T00:40:43.370 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-25T00:40:43.413 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-25T00:40:43.453 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package zip. 2024-03-25T00:40:43.468 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-25T00:40:43.511 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking zip (3.0-12build2) ... 2024-03-25T00:40:43.607 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-25T00:40:43.634 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-25T00:40:43.674 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-25T00:40:43.797 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package unzip. 2024-03-25T00:40:43.801 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package luarocks. 2024-03-25T00:40:43.824 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-25T00:40:43.826 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-25T00:40:43.858 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-25T00:40:43.976 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-25T00:40:43.999 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-25T00:40:44.003 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-25T00:40:44.043 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-25T00:40:44.236 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package luarocks. 2024-03-25T00:40:44.263 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-25T00:40:44.303 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-25T00:40:44.329 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-25T00:40:44.357 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-25T00:40:44.391 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package librgw2. 2024-03-25T00:40:44.396 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-25T00:40:44.417 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../025-librgw2_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:44.457 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking librgw2 (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:44.665 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-tempora. 2024-03-25T00:40:44.692 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-25T00:40:44.702 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package librgw2. 2024-03-25T00:40:44.729 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../025-librgw2_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:44.731 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-25T00:40:44.769 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking librgw2 (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:44.993 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-rgw. 2024-03-25T00:40:45.008 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:45.034 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-portend. 2024-03-25T00:40:45.042 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-rgw (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:45.061 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-25T00:40:45.101 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-25T00:40:45.279 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-rgw. 2024-03-25T00:40:45.295 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:45.337 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-rgw (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:45.362 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-25T00:40:45.388 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-25T00:40:45.403 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-25T00:40:45.429 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-25T00:40:45.430 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-25T00:40:45.470 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-25T00:40:45.649 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-25T00:40:45.676 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-25T00:40:45.715 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-25T00:40:45.731 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-25T00:40:45.749 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libradosstriper1. 2024-03-25T00:40:45.758 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-25T00:40:45.774 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:45.789 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-25T00:40:45.815 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libradosstriper1 (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:45.993 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libradosstriper1. 2024-03-25T00:40:46.020 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:46.060 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libradosstriper1 (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:46.126 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-natsort. 2024-03-25T00:40:46.153 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-25T00:40:46.184 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-25T00:40:46.252 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-common. 2024-03-25T00:40:46.278 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:46.318 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-common (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:46.487 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-logutils. 2024-03-25T00:40:46.488 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-common. 2024-03-25T00:40:46.515 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-25T00:40:46.515 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:46.554 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-25T00:40:46.554 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-common (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:46.857 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-25T00:40:46.883 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-25T00:40:46.923 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-25T00:40:47.226 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-mako. 2024-03-25T00:40:47.253 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-25T00:40:47.292 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-25T00:40:47.604 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-25T00:40:47.631 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-25T00:40:47.670 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-25T00:40:47.732 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-base. 2024-03-25T00:40:47.759 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:47.808 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-base (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:47.931 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-25T00:40:47.951 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-base. 2024-03-25T00:40:47.958 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-25T00:40:47.978 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:47.998 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-25T00:40:48.027 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-base (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:48.292 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-webob. 2024-03-25T00:40:48.319 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-25T00:40:48.335 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-25T00:40:48.358 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-25T00:40:48.359 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-25T00:40:48.394 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-25T00:40:48.672 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-cheroot. 2024-03-25T00:40:48.698 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-25T00:40:48.738 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-25T00:40:48.755 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-25T00:40:48.782 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-25T00:40:48.822 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-25T00:40:49.042 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-25T00:40:49.068 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-25T00:40:49.108 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-25T00:40:49.125 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-cheroot. 2024-03-25T00:40:49.152 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-25T00:40:49.191 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-25T00:40:49.363 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-waitress. 2024-03-25T00:40:49.390 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-25T00:40:49.486 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-25T00:40:49.502 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-25T00:40:49.536 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-25T00:40:49.577 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-25T00:40:49.604 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-25T00:40:49.607 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-25T00:40:49.644 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-25T00:40:49.797 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-25T00:40:49.823 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-25T00:40:49.863 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-25T00:40:49.923 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-tempita. 2024-03-25T00:40:49.950 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-25T00:40:49.955 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-25T00:40:49.981 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-25T00:40:49.990 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-25T00:40:50.021 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-25T00:40:50.175 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-25T00:40:50.202 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-25T00:40:50.241 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-25T00:40:50.243 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-paste. 2024-03-25T00:40:50.270 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-25T00:40:50.299 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-tempora. 2024-03-25T00:40:50.301 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-25T00:40:50.326 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-25T00:40:50.366 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-25T00:40:50.544 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-tempora. 2024-03-25T00:40:50.571 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-25T00:40:50.611 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-25T00:40:50.629 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-25T00:40:50.645 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-25T00:40:50.668 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-portend. 2024-03-25T00:40:50.687 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-25T00:40:50.695 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-25T00:40:50.735 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-25T00:40:50.872 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-portend. 2024-03-25T00:40:50.895 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-25T00:40:50.930 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-25T00:40:50.939 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-25T00:40:50.956 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-25T00:40:50.990 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-25T00:40:51.241 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-25T00:40:51.268 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-25T00:40:51.292 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-webtest. 2024-03-25T00:40:51.316 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-25T00:40:51.320 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-25T00:40:51.359 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-25T00:40:51.603 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-25T00:40:51.630 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-25T00:40:51.669 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-25T00:40:51.670 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-pecan. 2024-03-25T00:40:51.697 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-25T00:40:51.737 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-25T00:40:51.781 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-25T00:40:51.806 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-25T00:40:51.838 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-25T00:40:51.998 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-natsort. 2024-03-25T00:40:52.024 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-25T00:40:52.064 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-25T00:40:52.108 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-25T00:40:52.108 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-certifi. 2024-03-25T00:40:52.134 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-25T00:40:52.135 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-25T00:40:52.174 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-25T00:40:52.175 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-25T00:40:52.334 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-logutils. 2024-03-25T00:40:52.361 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-25T00:40:52.392 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-25T00:40:52.485 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-idna. 2024-03-25T00:40:52.513 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-25T00:40:52.528 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-natsort. 2024-03-25T00:40:52.552 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-25T00:40:52.554 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-25T00:40:52.594 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-25T00:40:52.678 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-25T00:40:52.705 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-25T00:40:52.745 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-25T00:40:52.855 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-urllib3. 2024-03-25T00:40:52.864 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-logutils. 2024-03-25T00:40:52.879 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-25T00:40:52.882 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-25T00:40:52.914 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-25T00:40:52.921 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-25T00:40:53.047 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-mako. 2024-03-25T00:40:53.074 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-25T00:40:53.114 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-25T00:40:53.200 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-25T00:40:53.227 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-25T00:40:53.249 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-requests. 2024-03-25T00:40:53.266 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-25T00:40:53.268 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-25T00:40:53.308 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-25T00:40:53.426 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-25T00:40:53.452 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-25T00:40:53.492 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-25T00:40:53.569 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-mako. 2024-03-25T00:40:53.596 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-25T00:40:53.610 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-25T00:40:53.636 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-25T00:40:53.637 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-25T00:40:53.677 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-25T00:40:53.770 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-25T00:40:53.785 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-25T00:40:53.820 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-25T00:40:53.964 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-25T00:40:53.991 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-25T00:40:54.031 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-25T00:40:54.056 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-webob. 2024-03-25T00:40:54.071 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-25T00:40:54.114 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-25T00:40:54.172 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-25T00:40:54.198 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2398-g9c429fb6-1jammy_all.deb ... 2024-03-25T00:40:54.238 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:54.300 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-25T00:40:54.326 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-25T00:40:54.442 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-waitress. 2024-03-25T00:40:54.468 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-25T00:40:54.492 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-25T00:40:54.512 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-25T00:40:54.618 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-25T00:40:54.645 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:54.684 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:54.769 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-webob. 2024-03-25T00:40:54.796 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-25T00:40:54.836 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-25T00:40:54.853 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-tempita. 2024-03-25T00:40:54.880 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-25T00:40:54.919 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-25T00:40:55.003 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-25T00:40:55.030 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-25T00:40:55.070 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-25T00:40:55.181 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-waitress. 2024-03-25T00:40:55.206 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-paste. 2024-03-25T00:40:55.207 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-25T00:40:55.232 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-25T00:40:55.251 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-25T00:40:55.272 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-25T00:40:55.364 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-openssl. 2024-03-25T00:40:55.391 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-25T00:40:55.431 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-25T00:40:55.559 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-tempita. 2024-03-25T00:40:55.575 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-25T00:40:55.585 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-25T00:40:55.591 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-25T00:40:55.634 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-25T00:40:55.650 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-25T00:40:55.717 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-mgr. 2024-03-25T00:40:55.744 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:55.783 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-mgr (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:55.928 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-25T00:40:55.953 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-paste. 2024-03-25T00:40:55.954 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-25T00:40:55.979 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-25T00:40:55.994 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-25T00:40:56.019 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-25T00:40:56.178 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-mon. 2024-03-25T00:40:56.205 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:56.239 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-webtest. 2024-03-25T00:40:56.244 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-mon (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:56.254 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-25T00:40:56.297 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-25T00:40:56.339 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-25T00:40:56.366 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-25T00:40:56.406 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-25T00:40:56.617 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-pecan. 2024-03-25T00:40:56.644 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-25T00:40:56.683 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-25T00:40:56.709 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-25T00:40:56.735 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-25T00:40:56.775 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-25T00:40:56.849 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-osd. 2024-03-25T00:40:56.876 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:56.915 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-osd (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:57.021 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-certifi. 2024-03-25T00:40:57.036 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-webtest. 2024-03-25T00:40:57.048 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-25T00:40:57.063 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-25T00:40:57.088 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-25T00:40:57.095 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-25T00:40:57.389 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-pecan. 2024-03-25T00:40:57.407 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-idna. 2024-03-25T00:40:57.416 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-25T00:40:57.434 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-25T00:40:57.456 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-25T00:40:57.474 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-25T00:40:57.760 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-urllib3. 2024-03-25T00:40:57.787 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-25T00:40:57.827 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-25T00:40:57.827 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-certifi. 2024-03-25T00:40:57.854 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-25T00:40:57.894 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-25T00:40:58.001 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph. 2024-03-25T00:40:58.018 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../066-ceph_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:58.059 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:58.138 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-requests. 2024-03-25T00:40:58.154 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-25T00:40:58.188 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-25T00:40:58.205 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-idna. 2024-03-25T00:40:58.231 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-25T00:40:58.271 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-25T00:40:58.345 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-fuse. 2024-03-25T00:40:58.373 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:58.403 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-fuse (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:58.424 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-25T00:40:58.439 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-25T00:40:58.474 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-25T00:40:58.591 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-urllib3. 2024-03-25T00:40:58.617 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-25T00:40:58.657 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-25T00:40:58.752 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-25T00:40:58.765 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-mds. 2024-03-25T00:40:58.767 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2398-g9c429fb6-1jammy_all.deb ... 2024-03-25T00:40:58.792 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:58.802 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:58.831 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-mds (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:58.969 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-requests. 2024-03-25T00:40:58.995 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-25T00:40:59.035 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-25T00:40:59.198 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-25T00:40:59.225 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:59.265 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:59.305 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-25T00:40:59.331 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-25T00:40:59.342 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package cephadm. 2024-03-25T00:40:59.363 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-25T00:40:59.370 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../069-cephadm_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:40:59.401 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking cephadm (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:59.576 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-25T00:40:59.603 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-25T00:40:59.642 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-25T00:40:59.766 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-25T00:40:59.770 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-25T00:40:59.782 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2398-g9c429fb6-1jammy_all.deb ... 2024-03-25T00:40:59.797 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-25T00:40:59.816 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:40:59.836 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-25T00:40:59.903 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-openssl. 2024-03-25T00:40:59.919 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-25T00:40:59.953 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-25T00:41:00.139 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-25T00:41:00.155 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-25T00:41:00.197 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-25T00:41:00.213 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-25T00:41:00.240 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:41:00.279 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:00.281 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-mgr. 2024-03-25T00:41:00.308 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:41:00.348 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-mgr (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:00.557 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-25T00:41:00.584 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-25T00:41:00.615 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-25T00:41:00.743 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-mon. 2024-03-25T00:41:00.769 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:41:00.809 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-mon (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:00.901 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-openssl. 2024-03-25T00:41:00.928 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-25T00:41:00.967 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-25T00:41:01.252 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-babel. 2024-03-25T00:41:01.280 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-25T00:41:01.304 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-mgr. 2024-03-25T00:41:01.318 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-25T00:41:01.331 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:41:01.370 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-mgr (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:01.396 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-osd. 2024-03-25T00:41:01.423 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:41:01.454 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-osd (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:01.646 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-jinja2. 2024-03-25T00:41:01.674 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-25T00:41:01.713 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-25T00:41:01.766 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-mon. 2024-03-25T00:41:01.793 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:41:01.832 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-mon (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:02.074 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-25T00:41:02.102 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2398-g9c429fb6-1jammy_all.deb ... 2024-03-25T00:41:02.140 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:02.444 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-osd. 2024-03-25T00:41:02.471 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:41:02.485 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-25T00:41:02.499 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph. 2024-03-25T00:41:02.510 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-osd (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:02.513 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-25T00:41:02.526 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../066-ceph_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:41:02.552 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-25T00:41:02.565 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:02.863 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-routes. 2024-03-25T00:41:02.885 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-fuse. 2024-03-25T00:41:02.890 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-25T00:41:02.912 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:41:02.929 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-25T00:41:02.951 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-fuse (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:03.266 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-25T00:41:03.293 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2398-g9c429fb6-1jammy_all.deb ... 2024-03-25T00:41:03.313 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-mds. 2024-03-25T00:41:03.332 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:03.340 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:41:03.379 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-mds (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:03.597 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph. 2024-03-25T00:41:03.623 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../066-ceph_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:41:03.663 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:03.715 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package cephadm. 2024-03-25T00:41:03.739 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../069-cephadm_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:41:03.774 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking cephadm (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:03.966 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-fuse. 2024-03-25T00:41:03.982 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:41:04.024 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-fuse (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:04.252 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-25T00:41:04.279 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-25T00:41:04.318 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-25T00:41:04.377 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-mds. 2024-03-25T00:41:04.404 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:41:04.435 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-mds (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:04.537 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-25T00:41:04.565 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-25T00:41:04.603 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-25T00:41:04.637 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-25T00:41:04.653 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-25T00:41:04.696 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-25T00:41:04.780 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package cephadm. 2024-03-25T00:41:04.807 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../069-cephadm_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:41:04.846 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking cephadm (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:05.100 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-25T00:41:05.115 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-25T00:41:05.124 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-joblib. 2024-03-25T00:41:05.149 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-25T00:41:05.151 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-25T00:41:05.190 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-25T00:41:05.460 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-25T00:41:05.488 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-25T00:41:05.527 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-25T00:41:05.527 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-25T00:41:05.554 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-25T00:41:05.585 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-25T00:41:05.659 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-babel. 2024-03-25T00:41:05.686 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-25T00:41:05.717 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-25T00:41:05.829 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-sklearn. 2024-03-25T00:41:05.857 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-25T00:41:05.904 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-25T00:41:06.037 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-jinja2. 2024-03-25T00:41:06.064 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-25T00:41:06.103 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-25T00:41:06.406 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-25T00:41:06.422 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2398-g9c429fb6-1jammy_all.deb ... 2024-03-25T00:41:06.456 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:06.615 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-babel. 2024-03-25T00:41:06.642 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-25T00:41:06.682 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-25T00:41:06.734 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-25T00:41:06.745 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-25T00:41:06.750 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-25T00:41:06.773 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2398-g9c429fb6-1jammy_all.deb ... 2024-03-25T00:41:06.793 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-25T00:41:06.914 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:07.035 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-jinja2. 2024-03-25T00:41:07.062 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-25T00:41:07.095 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-routes. 2024-03-25T00:41:07.101 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-25T00:41:07.123 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-25T00:41:07.162 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-25T00:41:07.429 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-25T00:41:07.456 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2398-g9c429fb6-1jammy_all.deb ... 2024-03-25T00:41:07.473 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-25T00:41:07.495 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:07.501 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2398-g9c429fb6-1jammy_all.deb ... 2024-03-25T00:41:07.540 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:07.849 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-25T00:41:07.851 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-cachetools. 2024-03-25T00:41:07.876 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-25T00:41:07.878 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-25T00:41:07.915 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-25T00:41:07.917 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-25T00:41:08.218 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-routes. 2024-03-25T00:41:08.220 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-25T00:41:08.245 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-25T00:41:08.247 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-25T00:41:08.284 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-25T00:41:08.286 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-25T00:41:08.604 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-25T00:41:08.623 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-25T00:41:08.631 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2398-g9c429fb6-1jammy_all.deb ... 2024-03-25T00:41:08.651 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-25T00:41:08.702 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:08.703 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-25T00:41:08.853 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-25T00:41:08.869 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-25T00:41:08.903 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-25T00:41:09.001 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-rsa. 2024-03-25T00:41:09.029 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-25T00:41:09.067 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-25T00:41:09.557 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-joblib. 2024-03-25T00:41:09.584 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-25T00:41:09.623 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-25T00:41:09.704 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-google-auth. 2024-03-25T00:41:09.721 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-25T00:41:09.754 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-25T00:41:09.994 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-25T00:41:10.021 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-25T00:41:10.057 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-25T00:41:10.060 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-25T00:41:10.085 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-25T00:41:10.123 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-25T00:41:10.209 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-25T00:41:10.237 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-25T00:41:10.275 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-25T00:41:10.362 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-sklearn. 2024-03-25T00:41:10.390 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-25T00:41:10.429 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-25T00:41:10.435 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-websocket. 2024-03-25T00:41:10.462 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-25T00:41:10.501 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-25T00:41:10.763 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-joblib. 2024-03-25T00:41:10.789 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-25T00:41:10.829 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-25T00:41:10.829 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-25T00:41:10.857 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-25T00:41:10.896 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-25T00:41:11.154 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-25T00:41:11.182 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2398-g9c429fb6-1jammy_all.deb ... 2024-03-25T00:41:11.201 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-25T00:41:11.229 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-25T00:41:11.259 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-25T00:41:11.314 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:11.546 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-sklearn. 2024-03-25T00:41:11.573 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-25T00:41:11.601 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-25T00:41:11.612 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-25T00:41:11.630 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2398-g9c429fb6-1jammy_all.deb ... 2024-03-25T00:41:11.668 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:11.979 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-25T00:41:12.006 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-25T00:41:12.045 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-25T00:41:12.217 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-cachetools. 2024-03-25T00:41:12.245 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-25T00:41:12.284 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-25T00:41:12.320 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-25T00:41:12.348 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2398-g9c429fb6-1jammy_all.deb ... 2024-03-25T00:41:12.373 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-25T00:41:12.401 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-25T00:41:12.439 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-25T00:41:12.472 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:12.545 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-25T00:41:12.572 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-25T00:41:12.611 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-25T00:41:12.726 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package jq. 2024-03-25T00:41:12.753 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-25T00:41:12.792 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-25T00:41:12.940 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-25T00:41:12.967 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-25T00:41:13.006 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-25T00:41:13.044 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package socat. 2024-03-25T00:41:13.070 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-25T00:41:13.111 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-25T00:41:13.335 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-rsa. 2024-03-25T00:41:13.362 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-25T00:41:13.434 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-25T00:41:13.439 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package xmlstarlet. 2024-03-25T00:41:13.442 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-cachetools. 2024-03-25T00:41:13.467 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-25T00:41:13.470 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-25T00:41:13.505 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-25T00:41:13.509 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-25T00:41:13.746 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-google-auth. 2024-03-25T00:41:13.774 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-25T00:41:13.813 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-25T00:41:13.814 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-25T00:41:13.839 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-25T00:41:13.851 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-test. 2024-03-25T00:41:13.867 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:41:13.878 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-25T00:41:13.909 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-test (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:14.133 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-25T00:41:14.160 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-25T00:41:14.199 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-25T00:41:14.206 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-25T00:41:14.234 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-25T00:41:14.273 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-25T00:41:14.469 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-websocket. 2024-03-25T00:41:14.496 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-25T00:41:14.544 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-25T00:41:14.593 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-rsa. 2024-03-25T00:41:14.620 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-25T00:41:14.659 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-25T00:41:14.864 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-25T00:41:14.891 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-25T00:41:14.930 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-25T00:41:14.971 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-google-auth. 2024-03-25T00:41:14.999 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-25T00:41:15.038 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-25T00:41:15.374 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-25T00:41:15.402 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-25T00:41:15.441 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-25T00:41:15.594 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-25T00:41:15.622 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2398-g9c429fb6-1jammy_all.deb ... 2024-03-25T00:41:15.660 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:15.719 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-websocket. 2024-03-25T00:41:15.746 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-25T00:41:15.785 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-25T00:41:15.946 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-25T00:41:15.962 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-25T00:41:15.996 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-25T00:41:16.105 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-25T00:41:16.133 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-25T00:41:16.164 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package ceph-volume. 2024-03-25T00:41:16.172 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-25T00:41:16.192 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2398-g9c429fb6-1jammy_all.deb ... 2024-03-25T00:41:16.221 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking ceph-volume (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:16.308 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-25T00:41:16.335 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-25T00:41:16.374 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-25T00:41:16.500 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-25T00:41:16.525 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:41:16.584 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking libcephfs-dev (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:16.627 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package jq. 2024-03-25T00:41:16.654 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-25T00:41:16.693 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-25T00:41:16.819 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-25T00:41:16.835 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2398-g9c429fb6-1jammy_all.deb ... 2024-03-25T00:41:16.877 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:16.877 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-25T00:41:16.905 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-25T00:41:16.944 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-25T00:41:16.954 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package socat. 2024-03-25T00:41:16.970 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-25T00:41:17.012 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-25T00:41:17.163 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-25T00:41:17.191 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-25T00:41:17.230 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-25T00:41:17.274 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-25T00:41:17.302 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-25T00:41:17.324 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package xmlstarlet. 2024-03-25T00:41:17.340 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-25T00:41:17.351 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-25T00:41:17.390 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-25T00:41:17.558 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-25T00:41:17.585 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-25T00:41:17.624 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-25T00:41:17.660 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package nvme-cli. 2024-03-25T00:41:17.688 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-25T00:41:17.718 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-25T00:41:17.744 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-test. 2024-03-25T00:41:17.761 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:41:17.803 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-test (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:17.885 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package jq. 2024-03-25T00:41:17.901 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-25T00:41:17.943 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-25T00:41:18.107 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package pkg-config. 2024-03-25T00:41:18.135 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-25T00:41:18.173 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-25T00:41:18.196 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package socat. 2024-03-25T00:41:18.223 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-25T00:41:18.262 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-25T00:41:18.434 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-25T00:41:18.451 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-25T00:41:18.492 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-25T00:41:18.549 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package xmlstarlet. 2024-03-25T00:41:18.565 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-25T00:41:18.598 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-25T00:41:18.921 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-25T00:41:18.945 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-test. 2024-03-25T00:41:18.948 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-25T00:41:18.961 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:41:18.987 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-25T00:41:18.994 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-test (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:19.281 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-pastescript. 2024-03-25T00:41:19.309 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-25T00:41:19.347 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-25T00:41:19.676 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-pluggy. 2024-03-25T00:41:19.704 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-25T00:41:19.742 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-25T00:41:20.015 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package ceph-volume. 2024-03-25T00:41:20.037 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-psutil. 2024-03-25T00:41:20.043 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2398-g9c429fb6-1jammy_all.deb ... 2024-03-25T00:41:20.065 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-25T00:41:20.082 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking ceph-volume (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:20.095 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-25T00:41:20.377 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-25T00:41:20.393 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:41:20.433 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-py. 2024-03-25T00:41:20.435 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking libcephfs-dev (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:20.461 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-25T00:41:20.508 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-25T00:41:20.755 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-25T00:41:20.782 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-25T00:41:20.803 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-pygments. 2024-03-25T00:41:20.821 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-25T00:41:20.831 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-25T00:41:20.869 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-25T00:41:21.168 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-25T00:41:21.196 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-25T00:41:21.240 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package ceph-volume. 2024-03-25T00:41:21.242 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-25T00:41:21.268 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2398-g9c429fb6-1jammy_all.deb ... 2024-03-25T00:41:21.306 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking ceph-volume (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:21.332 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-25T00:41:21.360 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-25T00:41:21.398 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-25T00:41:21.569 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-25T00:41:21.596 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:41:21.615 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package nvme-cli. 2024-03-25T00:41:21.635 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking libcephfs-dev (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:21.642 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-25T00:41:21.681 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-25T00:41:21.710 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-toml. 2024-03-25T00:41:21.738 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-25T00:41:21.776 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-25T00:41:21.980 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-25T00:41:22.008 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-25T00:41:22.046 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-25T00:41:22.078 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package pkg-config. 2024-03-25T00:41:22.079 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-pytest. 2024-03-25T00:41:22.106 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-25T00:41:22.107 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-25T00:41:22.145 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-25T00:41:22.153 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-25T00:41:22.384 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-25T00:41:22.412 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-25T00:41:22.440 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-25T00:41:22.450 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-25T00:41:22.467 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-25T00:41:22.506 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-25T00:41:22.515 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package python3-simplejson. 2024-03-25T00:41:22.544 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-25T00:41:22.582 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-25T00:41:22.755 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package nvme-cli. 2024-03-25T00:41:22.782 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-25T00:41:22.813 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-25T00:41:22.868 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-25T00:41:22.885 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-25T00:41:22.892 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-25T00:41:22.920 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-25T00:41:22.926 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-25T00:41:22.959 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-25T00:41:23.226 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package pkg-config. 2024-03-25T00:41:23.237 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-pastescript. 2024-03-25T00:41:23.254 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-25T00:41:23.265 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-25T00:41:23.293 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-25T00:41:23.303 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-25T00:41:23.512 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-25T00:41:23.525 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-25T00:41:23.553 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-25T00:41:23.582 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-pluggy. 2024-03-25T00:41:23.610 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-25T00:41:23.640 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-25T00:41:23.688 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package radosgw. 2024-03-25T00:41:23.717 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../116-radosgw_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:41:23.755 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking radosgw (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:23.940 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-25T00:41:23.951 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-psutil. 2024-03-25T00:41:23.956 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-25T00:41:23.979 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-25T00:41:23.989 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-25T00:41:24.017 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-25T00:41:24.268 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-pastescript. 2024-03-25T00:41:24.292 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-25T00:41:24.329 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-py. 2024-03-25T00:41:24.334 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-25T00:41:24.357 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-25T00:41:24.395 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-25T00:41:24.592 INFO:teuthology.orchestra.run.smithi028.stdout:Selecting previously unselected package rbd-fuse. 2024-03-25T00:41:24.608 INFO:teuthology.orchestra.run.smithi028.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:41:24.649 INFO:teuthology.orchestra.run.smithi028.stdout:Unpacking rbd-fuse (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:24.654 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-pluggy. 2024-03-25T00:41:24.681 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-25T00:41:24.720 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-25T00:41:24.741 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-pygments. 2024-03-25T00:41:24.769 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-25T00:41:24.807 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-25T00:41:24.954 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-25T00:41:25.049 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-psutil. 2024-03-25T00:41:25.076 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-25T00:41:25.115 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-25T00:41:25.278 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-25T00:41:25.306 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-25T00:41:25.344 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-25T00:41:25.468 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-py. 2024-03-25T00:41:25.479 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-25T00:41:25.495 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-25T00:41:25.535 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-25T00:41:25.580 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-25T00:41:25.622 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-toml. 2024-03-25T00:41:25.650 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-25T00:41:25.689 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-25T00:41:25.828 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-25T00:41:25.854 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-pygments. 2024-03-25T00:41:25.882 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-25T00:41:25.920 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-25T00:41:25.967 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-pytest. 2024-03-25T00:41:25.994 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-25T00:41:26.033 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-25T00:41:26.157 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-25T00:41:26.370 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package python3-simplejson. 2024-03-25T00:41:26.375 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-25T00:41:26.398 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-25T00:41:26.403 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-25T00:41:26.436 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-25T00:41:26.441 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-25T00:41:26.592 INFO:teuthology.orchestra.run.smithi028.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-25T00:41:26.658 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up cephadm (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:26.714 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-25T00:41:26.727 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-toml. 2024-03-25T00:41:26.742 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-25T00:41:26.755 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-25T00:41:26.781 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-25T00:41:26.793 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-25T00:41:27.097 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-pytest. 2024-03-25T00:41:27.124 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-25T00:41:27.149 INFO:teuthology.orchestra.run.smithi028.stdout:Adding system user cephadm....done 2024-03-25T00:41:27.163 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-25T00:41:27.272 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-25T00:41:27.449 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package python3-simplejson. 2024-03-25T00:41:27.460 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package radosgw. 2024-03-25T00:41:27.466 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-25T00:41:27.488 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../116-radosgw_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:41:27.499 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-25T00:41:27.518 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking radosgw (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:27.557 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-25T00:41:27.744 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-25T00:41:27.757 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-25T00:41:27.799 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-25T00:41:27.802 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-25T00:41:27.901 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-25T00:41:28.143 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-25T00:41:28.321 INFO:teuthology.orchestra.run.smithi134.stdout:Selecting previously unselected package rbd-fuse. 2024-03-25T00:41:28.349 INFO:teuthology.orchestra.run.smithi134.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:41:28.387 INFO:teuthology.orchestra.run.smithi134.stdout:Unpacking rbd-fuse (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:28.403 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-25T00:41:28.529 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-25T00:41:28.548 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package radosgw. 2024-03-25T00:41:28.575 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../116-radosgw_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:41:28.614 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking radosgw (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:28.691 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-25T00:41:28.839 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-25T00:41:28.950 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-25T00:41:29.077 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-25T00:41:29.208 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-25T00:41:29.326 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-25T00:41:29.400 INFO:teuthology.orchestra.run.smithi149.stdout:Selecting previously unselected package rbd-fuse. 2024-03-25T00:41:29.416 INFO:teuthology.orchestra.run.smithi149.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2398-g9c429fb6-1jammy_amd64.deb ... 2024-03-25T00:41:29.458 INFO:teuthology.orchestra.run.smithi149.stdout:Unpacking rbd-fuse (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:29.459 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-25T00:41:29.671 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-25T00:41:29.735 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-25T00:41:29.763 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-25T00:41:29.986 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-25T00:41:29.997 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-25T00:41:30.114 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-25T00:41:30.124 INFO:teuthology.orchestra.run.smithi134.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-25T00:41:30.187 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up cephadm (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:30.246 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-25T00:41:30.345 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-25T00:41:30.572 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-25T00:41:30.665 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-25T00:41:30.711 INFO:teuthology.orchestra.run.smithi134.stdout:Adding system user cephadm....done 2024-03-25T00:41:30.840 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-ceph-argparse (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:30.868 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-25T00:41:31.079 INFO:teuthology.orchestra.run.smithi149.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-25T00:41:31.157 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up cephadm (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:31.211 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-25T00:41:31.224 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-25T00:41:31.350 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-25T00:41:31.462 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-25T00:41:31.476 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-25T00:41:31.580 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-25T00:41:31.602 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-25T00:41:31.831 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-25T00:41:31.861 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-25T00:41:31.932 INFO:teuthology.orchestra.run.smithi149.stdout:Adding system user cephadm....done 2024-03-25T00:41:32.064 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-25T00:41:32.090 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-25T00:41:32.217 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-25T00:41:32.219 INFO:teuthology.orchestra.run.smithi028.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-25T00:41:32.252 INFO:teuthology.orchestra.run.smithi028.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-25T00:41:32.315 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-25T00:41:32.348 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-25T00:41:32.441 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-25T00:41:32.527 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-25T00:41:32.599 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-25T00:41:32.726 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-25T00:41:32.801 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-25T00:41:32.879 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-25T00:41:32.926 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-25T00:41:32.985 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-25T00:41:33.114 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-25T00:41:33.211 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-25T00:41:33.244 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-25T00:41:33.345 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-25T00:41:33.381 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-25T00:41:33.478 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-25T00:41:33.624 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-25T00:41:33.630 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-25T00:41:33.822 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up zip (3.0-12build2) ... 2024-03-25T00:41:33.884 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-25T00:41:33.948 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-25T00:41:33.965 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-25T00:41:34.160 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-25T00:41:34.217 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-25T00:41:34.419 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-ceph-argparse (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:34.493 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-25T00:41:34.666 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-25T00:41:34.745 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-25T00:41:34.796 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-25T00:41:34.897 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-25T00:41:34.951 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-25T00:41:35.012 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-25T00:41:35.014 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-25T00:41:35.060 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-25T00:41:35.140 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-25T00:41:35.186 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-25T00:41:35.288 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-25T00:41:35.400 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-25T00:41:35.487 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-25T00:41:35.522 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-ceph-argparse (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:35.769 INFO:teuthology.orchestra.run.smithi134.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-25T00:41:35.805 INFO:teuthology.orchestra.run.smithi134.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-25T00:41:35.869 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-25T00:41:35.880 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-25T00:41:35.898 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-25T00:41:35.979 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-25T00:41:36.016 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-25T00:41:36.123 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-25T00:41:36.142 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-25T00:41:36.285 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-25T00:41:36.322 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-25T00:41:36.448 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-25T00:41:36.508 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-25T00:41:36.545 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-25T00:41:36.724 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-25T00:41:36.818 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-25T00:41:36.957 INFO:teuthology.orchestra.run.smithi149.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-25T00:41:36.983 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-25T00:41:36.992 INFO:teuthology.orchestra.run.smithi149.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-25T00:41:37.056 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-25T00:41:37.160 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-25T00:41:37.182 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-25T00:41:37.293 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up zip (3.0-12build2) ... 2024-03-25T00:41:37.410 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-25T00:41:37.436 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-25T00:41:37.550 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-25T00:41:37.562 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-ceph-common (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:37.676 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-25T00:41:37.864 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-idna (3.3-1) ... 2024-03-25T00:41:37.952 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-25T00:41:38.055 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-25T00:41:38.190 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-25T00:41:38.203 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-25T00:41:38.306 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-25T00:41:38.431 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-25T00:41:38.504 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up zip (3.0-12build2) ... 2024-03-25T00:41:38.558 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-25T00:41:38.622 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-25T00:41:38.850 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-25T00:41:39.226 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-25T00:41:39.290 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-25T00:41:39.429 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-25T00:41:39.486 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-25T00:41:39.533 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-25T00:41:39.647 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-25T00:41:39.659 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-25T00:41:39.781 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-25T00:41:39.785 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-25T00:41:39.854 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-25T00:41:40.058 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-25T00:41:40.078 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-25T00:41:40.131 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-25T00:41:40.175 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-25T00:41:40.276 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-25T00:41:40.470 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-25T00:41:40.474 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-25T00:41:40.611 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-25T00:41:40.733 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-25T00:41:40.738 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-25T00:41:40.859 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-ceph-common (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:40.879 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-25T00:41:41.106 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-25T00:41:41.121 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-25T00:41:41.169 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-idna (3.3-1) ... 2024-03-25T00:41:41.247 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-25T00:41:41.374 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-25T00:41:41.486 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-25T00:41:41.557 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-25T00:41:41.734 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-25T00:41:41.817 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-25T00:41:41.985 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-25T00:41:42.085 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-25T00:41:42.087 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-ceph-common (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:42.352 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-25T00:41:42.362 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-idna (3.3-1) ... 2024-03-25T00:41:42.609 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-25T00:41:42.612 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-25T00:41:42.672 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-25T00:41:42.861 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-25T00:41:42.879 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-25T00:41:42.978 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-25T00:41:42.980 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-25T00:41:43.229 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-25T00:41:43.257 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-25T00:41:43.339 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-25T00:41:43.391 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-25T00:41:43.465 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-25T00:41:43.725 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-25T00:41:43.774 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-25T00:41:43.869 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-25T00:41:44.034 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-25T00:41:44.035 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-25T00:41:44.095 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-25T00:41:44.213 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-25T00:41:44.285 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-25T00:41:44.294 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-25T00:41:44.411 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-25T00:41:44.420 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-25T00:41:44.472 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-25T00:41:44.529 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-25T00:41:44.582 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-25T00:41:44.601 INFO:teuthology.orchestra.run.smithi028.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-25T00:41:44.699 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-25T00:41:44.746 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-25T00:41:44.848 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-25T00:41:44.974 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-25T00:41:45.001 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-25T00:41:45.005 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-25T00:41:45.274 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-25T00:41:45.278 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-25T00:41:45.376 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-25T00:41:45.520 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-25T00:41:45.643 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-25T00:41:45.645 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-25T00:41:45.799 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-25T00:41:45.964 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-25T00:41:46.003 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-25T00:41:46.075 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-25T00:41:46.215 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-25T00:41:46.262 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-25T00:41:46.343 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-25T00:41:46.371 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-25T00:41:46.452 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-25T00:41:46.457 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-25T00:41:46.672 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-25T00:41:46.712 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-25T00:41:46.742 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-25T00:41:46.821 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-25T00:41:46.999 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-25T00:41:47.018 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-25T00:41:47.114 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-25T00:41:47.277 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-25T00:41:47.292 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-25T00:41:47.378 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-25T00:41:47.415 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-25T00:41:47.417 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-25T00:41:47.646 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-25T00:41:47.666 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-25T00:41:47.693 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-25T00:41:47.772 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-25T00:41:47.818 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-25T00:41:47.935 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-25T00:41:47.970 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-25T00:41:48.008 INFO:teuthology.orchestra.run.smithi134.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-25T00:41:48.098 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-25T00:41:48.237 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-25T00:41:48.331 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-25T00:41:48.338 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-25T00:41:48.383 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-25T00:41:48.642 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-25T00:41:48.739 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-25T00:41:48.741 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-25T00:41:48.768 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-25T00:41:48.894 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-25T00:41:48.983 INFO:teuthology.orchestra.run.smithi149.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-25T00:41:49.007 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-25T00:41:49.035 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-25T00:41:49.133 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-25T00:41:49.221 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-25T00:41:49.330 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-25T00:41:49.387 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-25T00:41:49.393 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-25T00:41:49.497 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up librados2 (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:49.518 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-25T00:41:49.598 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:49.707 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-25T00:41:49.715 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-25T00:41:49.837 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-25T00:41:49.957 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-25T00:41:50.052 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libcephfs2 (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:50.084 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-25T00:41:50.138 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-25T00:41:50.194 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libradosstriper1 (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:50.320 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-25T00:41:50.343 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-25T00:41:50.397 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-25T00:41:50.469 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-25T00:41:50.523 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-25T00:41:50.605 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up librbd1 (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:50.740 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-mgr-modules-core (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:50.799 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-25T00:41:50.828 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-25T00:41:50.857 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-fuse (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:51.088 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-25T00:41:51.089 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-25T00:41:51.123 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-25T00:41:51.137 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-25T00:41:51.414 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-25T00:41:51.471 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-25T00:41:51.515 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-25T00:41:51.584 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up libcephfs-dev (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:51.710 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-rados (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:51.774 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-25T00:41:51.836 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up librgw2 (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:51.847 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-25T00:41:51.962 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-25T00:41:52.132 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-25T00:41:52.217 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-25T00:41:52.485 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-25T00:41:52.570 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-25T00:41:52.611 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up librados2 (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:52.729 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:52.830 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-25T00:41:52.947 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-25T00:41:53.158 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libcephfs2 (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:53.232 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-25T00:41:53.266 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-rbd (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:53.283 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libradosstriper1 (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:53.410 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-25T00:41:53.415 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up rbd-fuse (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:53.543 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-rgw (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:53.567 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-25T00:41:53.669 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up python3-cephfs (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:53.678 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up librbd1 (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:53.693 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up librados2 (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:53.796 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-mgr-modules-core (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:53.811 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-common (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:53.819 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:53.921 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-25T00:41:53.922 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-fuse (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:54.134 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-25T00:41:54.134 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-25T00:41:54.248 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libcephfs2 (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:54.296 INFO:teuthology.orchestra.run.smithi028.stdout:Adding group ceph....done 2024-03-25T00:41:54.374 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libradosstriper1 (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:54.486 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-25T00:41:54.639 INFO:teuthology.orchestra.run.smithi028.stdout:Adding system user ceph....done 2024-03-25T00:41:54.656 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up libcephfs-dev (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:54.737 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up librbd1 (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:54.783 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-rados (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:54.808 INFO:teuthology.orchestra.run.smithi028.stdout:Setting system user ceph properties....done 2024-03-25T00:41:54.825 INFO:teuthology.orchestra.run.smithi028.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-25T00:41:54.846 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-mgr-modules-core (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:54.908 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up librgw2 (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:54.968 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-25T00:41:54.973 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-fuse (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:55.034 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-25T00:41:55.183 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-25T00:41:55.184 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-25T00:41:55.291 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-25T00:41:55.641 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up libcephfs-dev (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:55.767 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-rados (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:55.846 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-test (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:55.893 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up librgw2 (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:55.989 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up radosgw (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:56.027 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-25T00:41:56.206 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-rbd (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:56.331 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up rbd-fuse (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:56.457 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-rgw (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:56.470 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-25T00:41:56.470 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-25T00:41:56.583 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up python3-cephfs (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:56.709 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-common (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:56.925 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-base (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:57.176 INFO:teuthology.orchestra.run.smithi134.stdout:Adding group ceph....done 2024-03-25T00:41:57.222 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-rbd (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:57.286 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-25T00:41:57.348 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up rbd-fuse (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:57.474 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-rgw (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:57.528 INFO:teuthology.orchestra.run.smithi134.stdout:Adding system user ceph....done 2024-03-25T00:41:57.600 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up python3-cephfs (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:57.697 INFO:teuthology.orchestra.run.smithi134.stdout:Setting system user ceph properties....done 2024-03-25T00:41:57.714 INFO:teuthology.orchestra.run.smithi134.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-25T00:41:57.726 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-common (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:57.760 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-mds (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:57.847 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-25T00:41:58.006 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-25T00:41:58.006 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-25T00:41:58.161 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-25T00:41:58.219 INFO:teuthology.orchestra.run.smithi149.stdout:Adding group ceph....done 2024-03-25T00:41:58.479 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-mgr (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:58.613 INFO:teuthology.orchestra.run.smithi149.stdout:Adding system user ceph....done 2024-03-25T00:41:58.652 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-test (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:58.705 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-25T00:41:58.705 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-25T00:41:58.753 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up radosgw (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:58.781 INFO:teuthology.orchestra.run.smithi149.stdout:Setting system user ceph properties....done 2024-03-25T00:41:58.797 INFO:teuthology.orchestra.run.smithi149.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-25T00:41:58.937 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-25T00:41:59.188 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-osd (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:59.241 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-25T00:41:59.241 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-25T00:41:59.258 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-25T00:41:59.453 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-25T00:41:59.453 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-25T00:41:59.697 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-base (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:59.728 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-test (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:59.837 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up radosgw (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:41:59.940 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:42:00.049 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:42:00.053 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-25T00:42:00.209 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-mon (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:42:00.270 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-25T00:42:00.270 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-25T00:42:00.410 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-25T00:42:00.410 INFO:teuthology.orchestra.run.smithi028.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-25T00:42:00.540 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-mds (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:42:00.739 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-base (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:42:00.747 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-25T00:42:00.747 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-25T00:42:00.977 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-mgr-cephadm (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:42:01.110 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-25T00:42:01.127 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:42:01.225 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-mgr (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:42:01.253 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-mgr-dashboard (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:42:01.471 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-25T00:42:01.471 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-25T00:42:01.616 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-mds (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:42:01.712 INFO:teuthology.orchestra.run.smithi028.stdout:Setting up ceph-volume (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:42:01.839 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-25T00:42:01.839 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-25T00:42:01.976 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-osd (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:42:02.161 INFO:teuthology.orchestra.run.smithi028.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-25T00:42:02.245 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-25T00:42:02.245 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-25T00:42:02.261 INFO:teuthology.orchestra.run.smithi028.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-25T00:42:02.406 INFO:teuthology.orchestra.run.smithi028.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-25T00:42:02.682 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-mgr (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:42:02.712 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:42:02.830 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:42:02.904 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-25T00:42:02.904 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-25T00:42:03.006 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-mon (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:42:03.212 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-25T00:42:03.212 INFO:teuthology.orchestra.run.smithi134.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-25T00:42:03.374 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-osd (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:42:03.490 INFO:teuthology.orchestra.run.smithi028.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-25T00:42:03.657 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-25T00:42:03.657 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-25T00:42:03.740 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-mgr-cephadm (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:42:03.932 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:42:04.124 INFO:teuthology.orchestra.run.smithi028.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-25T00:42:04.131 DEBUG:teuthology.parallel:result is None 2024-03-25T00:42:04.149 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-mgr-dashboard (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:42:04.167 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:42:04.302 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:42:04.404 INFO:teuthology.orchestra.run.smithi134.stdout:Setting up ceph-volume (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:42:04.445 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-mon (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:42:04.650 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-25T00:42:04.650 INFO:teuthology.orchestra.run.smithi149.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-25T00:42:04.848 INFO:teuthology.orchestra.run.smithi134.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-25T00:42:04.957 INFO:teuthology.orchestra.run.smithi134.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-25T00:42:05.109 INFO:teuthology.orchestra.run.smithi134.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-25T00:42:05.129 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-mgr-cephadm (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:42:05.272 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:42:05.398 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-mgr-dashboard (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:42:05.674 INFO:teuthology.orchestra.run.smithi149.stdout:Setting up ceph-volume (19.0.0-2398-g9c429fb6-1jammy) ... 2024-03-25T00:42:05.818 INFO:teuthology.orchestra.run.smithi134.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-25T00:42:06.043 INFO:teuthology.orchestra.run.smithi149.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-25T00:42:06.144 INFO:teuthology.orchestra.run.smithi149.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-25T00:42:06.288 INFO:teuthology.orchestra.run.smithi149.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-25T00:42:06.502 INFO:teuthology.orchestra.run.smithi134.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-25T00:42:06.507 DEBUG:teuthology.parallel:result is None 2024-03-25T00:42:07.389 INFO:teuthology.orchestra.run.smithi149.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-25T00:42:08.013 INFO:teuthology.orchestra.run.smithi149.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-25T00:42:08.018 DEBUG:teuthology.parallel:result is None 2024-03-25T00:42:08.019 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=9c429fb6abfb5deed62697d56d8997d0f0d6d83f 2024-03-25T00:42:08.235 DEBUG:teuthology.orchestra.run.smithi028:> dpkg-query -W -f '${Version}' ceph 2024-03-25T00:42:08.255 INFO:teuthology.orchestra.run.smithi028.stdout:19.0.0-2398-g9c429fb6-1jammy 2024-03-25T00:42:08.255 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2398-g9c429fb6-1jammy 2024-03-25T00:42:08.255 INFO:teuthology.task.install:The correct ceph version 19.0.0-2398-g9c429fb6-1jammy is installed. 2024-03-25T00:42:08.257 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=9c429fb6abfb5deed62697d56d8997d0f0d6d83f 2024-03-25T00:42:08.400 DEBUG:teuthology.orchestra.run.smithi134:> dpkg-query -W -f '${Version}' ceph 2024-03-25T00:42:08.419 INFO:teuthology.orchestra.run.smithi134.stdout:19.0.0-2398-g9c429fb6-1jammy 2024-03-25T00:42:08.419 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2398-g9c429fb6-1jammy 2024-03-25T00:42:08.419 INFO:teuthology.task.install:The correct ceph version 19.0.0-2398-g9c429fb6-1jammy is installed. 2024-03-25T00:42:08.421 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=9c429fb6abfb5deed62697d56d8997d0f0d6d83f 2024-03-25T00:42:08.635 DEBUG:teuthology.orchestra.run.smithi149:> dpkg-query -W -f '${Version}' ceph 2024-03-25T00:42:08.654 INFO:teuthology.orchestra.run.smithi149.stdout:19.0.0-2398-g9c429fb6-1jammy 2024-03-25T00:42:08.654 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2398-g9c429fb6-1jammy 2024-03-25T00:42:08.654 INFO:teuthology.task.install:The correct ceph version 19.0.0-2398-g9c429fb6-1jammy is installed. 2024-03-25T00:42:08.656 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-03-25T00:42:08.656 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-03-25T00:42:08.656 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-25T00:42:08.671 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-03-25T00:42:08.671 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-25T00:42:08.686 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-03-25T00:42:08.686 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-25T00:42:08.710 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-03-25T00:42:08.711 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-03-25T00:42:08.711 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/usr/bin/daemon-helper 2024-03-25T00:42:08.726 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-25T00:42:08.783 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-03-25T00:42:08.783 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/usr/bin/daemon-helper 2024-03-25T00:42:08.797 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-25T00:42:08.849 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-03-25T00:42:08.850 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/usr/bin/daemon-helper 2024-03-25T00:42:08.863 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-25T00:42:08.917 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-03-25T00:42:08.917 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-03-25T00:42:08.917 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-25T00:42:08.931 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-25T00:42:08.986 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-03-25T00:42:08.986 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-25T00:42:09.000 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-25T00:42:09.053 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-03-25T00:42:09.053 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-25T00:42:09.067 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-25T00:42:09.121 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-03-25T00:42:09.121 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-03-25T00:42:09.121 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/usr/bin/stdin-killer 2024-03-25T00:42:09.135 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-25T00:42:09.195 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-03-25T00:42:09.196 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/usr/bin/stdin-killer 2024-03-25T00:42:09.210 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-25T00:42:09.266 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-03-25T00:42:09.266 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/usr/bin/stdin-killer 2024-03-25T00:42:09.279 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-25T00:42:09.333 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-25T00:42:09.429 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'], 'sha1': '9c429fb6abfb5deed62697d56d8997d0f0d6d83f'} 2024-03-25T00:42:09.429 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f 2024-03-25T00:42:09.430 INFO:tasks.cephadm:Cluster fsid is 8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:42:09.430 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-25T00:42:09.431 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.28', 'mon.b': '172.21.15.134', 'mon.c': '172.21.15.149'} 2024-03-25T00:42:09.431 INFO:tasks.cephadm:First mon is mon.a on smithi028 2024-03-25T00:42:09.431 INFO:tasks.cephadm:First mgr is a 2024-03-25T00:42:09.431 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-25T00:42:09.431 DEBUG:teuthology.orchestra.run.smithi028:> sudo hostname $(hostname -s) 2024-03-25T00:42:09.446 DEBUG:teuthology.orchestra.run.smithi134:> sudo hostname $(hostname -s) 2024-03-25T00:42:09.460 DEBUG:teuthology.orchestra.run.smithi149:> sudo hostname $(hostname -s) 2024-03-25T00:42:09.474 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-03-25T00:42:09.474 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=9c429fb6abfb5deed62697d56d8997d0f0d6d83f 2024-03-25T00:42:09.613 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '9c429fb6abfb5deed62697d56d8997d0f0d6d83f', '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/77925/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2398-g9c429fb6', '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-2398-g9c429fb6-1jammy'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-03-24 20:38:07.301515', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri10-testing-2024-03-24-1159', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-03-25T00:42:09.827 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-yuri10-testing-2024-03-24-1159, sha1 9c429fb6abfb5deed62697d56d8997d0f0d6d83f from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=9c429fb6abfb5deed62697d56d8997d0f0d6d83f 2024-03-25T00:42:09.829 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-03-25T00:42:09.829 DEBUG:teuthology.orchestra.run.smithi028:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-25T00:42:10.475 INFO:teuthology.orchestra.run.smithi028.stdout:-rw-rw-r-- 1 ubuntu ubuntu 776396 Mar 25 00:42 /home/ubuntu/cephtest/cephadm 2024-03-25T00:42:10.475 DEBUG:teuthology.orchestra.run.smithi134:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-25T00:42:10.957 INFO:teuthology.orchestra.run.smithi134.stdout:-rw-rw-r-- 1 ubuntu ubuntu 776396 Mar 25 00:42 /home/ubuntu/cephtest/cephadm 2024-03-25T00:42:10.958 DEBUG:teuthology.orchestra.run.smithi149:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri10-testing-2024-03-24-1159/9c429fb6abfb5deed62697d56d8997d0f0d6d83f/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-25T00:42:11.441 INFO:teuthology.orchestra.run.smithi149.stdout:-rw-rw-r-- 1 ubuntu ubuntu 776396 Mar 25 00:42 /home/ubuntu/cephtest/cephadm 2024-03-25T00:42:11.441 DEBUG:teuthology.orchestra.run.smithi028:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-25T00:42:11.449 DEBUG:teuthology.orchestra.run.smithi134:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-25T00:42:11.458 DEBUG:teuthology.orchestra.run.smithi149:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-25T00:42:11.476 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f on all hosts... 2024-03-25T00:42:11.476 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f pull 2024-03-25T00:42:11.492 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f pull 2024-03-25T00:42:11.503 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f pull 2024-03-25T00:42:11.661 INFO:teuthology.orchestra.run.smithi028.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f... 2024-03-25T00:42:11.669 INFO:teuthology.orchestra.run.smithi134.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f... 2024-03-25T00:42:11.672 INFO:teuthology.orchestra.run.smithi149.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f... 2024-03-25T00:43:12.741 INFO:teuthology.orchestra.run.smithi028.stdout:{ 2024-03-25T00:43:12.742 INFO:teuthology.orchestra.run.smithi028.stdout: "ceph_version": "ceph version 19.0.0-2398-g9c429fb6 (9c429fb6abfb5deed62697d56d8997d0f0d6d83f) squid (dev)", 2024-03-25T00:43:12.742 INFO:teuthology.orchestra.run.smithi028.stdout: "image_id": "da30d79c36dc3bef393fd5a1dd05e9697caa704d4698d9a02e174bf1deeaf6a6", 2024-03-25T00:43:12.742 INFO:teuthology.orchestra.run.smithi028.stdout: "repo_digests": [ 2024-03-25T00:43:12.742 INFO:teuthology.orchestra.run.smithi028.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9d99ccba68e7173eadd6b5fa002e4793d9c24499ed585f4cc693c186ca215919" 2024-03-25T00:43:12.742 INFO:teuthology.orchestra.run.smithi028.stdout: ] 2024-03-25T00:43:12.742 INFO:teuthology.orchestra.run.smithi028.stdout:} 2024-03-25T00:43:21.776 INFO:teuthology.orchestra.run.smithi134.stdout:{ 2024-03-25T00:43:21.777 INFO:teuthology.orchestra.run.smithi134.stdout: "ceph_version": "ceph version 19.0.0-2398-g9c429fb6 (9c429fb6abfb5deed62697d56d8997d0f0d6d83f) squid (dev)", 2024-03-25T00:43:21.777 INFO:teuthology.orchestra.run.smithi134.stdout: "image_id": "da30d79c36dc3bef393fd5a1dd05e9697caa704d4698d9a02e174bf1deeaf6a6", 2024-03-25T00:43:21.777 INFO:teuthology.orchestra.run.smithi134.stdout: "repo_digests": [ 2024-03-25T00:43:21.777 INFO:teuthology.orchestra.run.smithi134.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9d99ccba68e7173eadd6b5fa002e4793d9c24499ed585f4cc693c186ca215919" 2024-03-25T00:43:21.777 INFO:teuthology.orchestra.run.smithi134.stdout: ] 2024-03-25T00:43:21.777 INFO:teuthology.orchestra.run.smithi134.stdout:} 2024-03-25T00:43:24.986 INFO:teuthology.orchestra.run.smithi149.stdout:{ 2024-03-25T00:43:24.987 INFO:teuthology.orchestra.run.smithi149.stdout: "ceph_version": "ceph version 19.0.0-2398-g9c429fb6 (9c429fb6abfb5deed62697d56d8997d0f0d6d83f) squid (dev)", 2024-03-25T00:43:24.987 INFO:teuthology.orchestra.run.smithi149.stdout: "image_id": "da30d79c36dc3bef393fd5a1dd05e9697caa704d4698d9a02e174bf1deeaf6a6", 2024-03-25T00:43:24.987 INFO:teuthology.orchestra.run.smithi149.stdout: "repo_digests": [ 2024-03-25T00:43:24.987 INFO:teuthology.orchestra.run.smithi149.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:9d99ccba68e7173eadd6b5fa002e4793d9c24499ed585f4cc693c186ca215919" 2024-03-25T00:43:24.987 INFO:teuthology.orchestra.run.smithi149.stdout: ] 2024-03-25T00:43:24.987 INFO:teuthology.orchestra.run.smithi149.stdout:} 2024-03-25T00:43:25.031 DEBUG:teuthology.orchestra.run.smithi028:> sudo mkdir -p /etc/ceph 2024-03-25T00:43:25.046 DEBUG:teuthology.orchestra.run.smithi134:> sudo mkdir -p /etc/ceph 2024-03-25T00:43:25.061 DEBUG:teuthology.orchestra.run.smithi149:> sudo mkdir -p /etc/ceph 2024-03-25T00:43:25.076 DEBUG:teuthology.orchestra.run.smithi028:> sudo chmod 777 /etc/ceph 2024-03-25T00:43:25.101 DEBUG:teuthology.orchestra.run.smithi134:> sudo chmod 777 /etc/ceph 2024-03-25T00:43:25.117 DEBUG:teuthology.orchestra.run.smithi149:> sudo chmod 777 /etc/ceph 2024-03-25T00:43:25.129 INFO:tasks.cephadm:Writing seed config... 2024-03-25T00:43:25.130 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-03-25T00:43:25.130 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-25T00:43:25.130 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-25T00:43:25.130 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-03-25T00:43:25.130 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-25T00:43:25.131 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-25T00:43:25.131 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-25T00:43:25.131 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-25T00:43:25.131 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-25T00:43:25.131 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-03-25T00:43:25.131 DEBUG:teuthology.orchestra.run.smithi028:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-25T00:43:25.149 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 = 8327fbb6-ea40-11ee-95cd-87774f69a715 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-03-25T00:43:25.150 DEBUG:teuthology.orchestra.run.smithi028:mon.a> sudo journalctl -f -n 0 -u ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@mon.a.service 2024-03-25T00:43:25.195 DEBUG:teuthology.orchestra.run.smithi028:mgr.a> sudo journalctl -f -n 0 -u ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@mgr.a.service 2024-03-25T00:43:25.238 INFO:tasks.cephadm:Bootstrapping... 2024-03-25T00:43:25.238 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f -v bootstrap --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 --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.28 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-25T00:43:25.451 INFO:teuthology.orchestra.run.smithi028.stdout:-------------------------------------------------------------------------------- 2024-03-25T00:43:25.452 INFO:teuthology.orchestra.run.smithi028.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f', '-v', 'bootstrap', '--fsid', '8327fbb6-ea40-11ee-95cd-87774f69a715', '--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.28', '--skip-admin-label'] 2024-03-25T00:43:25.452 INFO:teuthology.orchestra.run.smithi028.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-03-25T00:43:25.452 INFO:teuthology.orchestra.run.smithi028.stdout:Verifying podman|docker is present... 2024-03-25T00:43:25.452 INFO:teuthology.orchestra.run.smithi028.stdout:Verifying lvm2 is present... 2024-03-25T00:43:25.453 INFO:teuthology.orchestra.run.smithi028.stdout:Verifying time synchronization is in place... 2024-03-25T00:43:25.457 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-25T00:43:25.457 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-25T00:43:25.461 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-25T00:43:25.461 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout inactive 2024-03-25T00:43:25.465 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-25T00:43:25.465 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-25T00:43:25.469 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-25T00:43:25.469 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout inactive 2024-03-25T00:43:25.473 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-25T00:43:25.473 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout masked 2024-03-25T00:43:25.477 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-25T00:43:25.477 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout inactive 2024-03-25T00:43:25.481 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-25T00:43:25.481 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-25T00:43:25.485 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-25T00:43:25.485 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout inactive 2024-03-25T00:43:25.489 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout enabled 2024-03-25T00:43:25.494 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout active 2024-03-25T00:43:25.494 INFO:teuthology.orchestra.run.smithi028.stdout:Unit ntp.service is enabled and running 2024-03-25T00:43:25.494 INFO:teuthology.orchestra.run.smithi028.stdout:Repeating the final host check... 2024-03-25T00:43:25.494 INFO:teuthology.orchestra.run.smithi028.stdout:docker (/usr/bin/docker) is present 2024-03-25T00:43:25.494 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl is present 2024-03-25T00:43:25.494 INFO:teuthology.orchestra.run.smithi028.stdout:lvcreate is present 2024-03-25T00:43:25.497 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-25T00:43:25.497 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-25T00:43:25.502 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-25T00:43:25.502 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout inactive 2024-03-25T00:43:25.506 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-25T00:43:25.506 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-25T00:43:25.509 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-25T00:43:25.509 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout inactive 2024-03-25T00:43:25.513 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-25T00:43:25.513 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout masked 2024-03-25T00:43:25.517 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-25T00:43:25.518 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout inactive 2024-03-25T00:43:25.521 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-25T00:43:25.521 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-25T00:43:25.525 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-25T00:43:25.525 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout inactive 2024-03-25T00:43:25.528 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout enabled 2024-03-25T00:43:25.533 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stdout active 2024-03-25T00:43:25.533 INFO:teuthology.orchestra.run.smithi028.stdout:Unit ntp.service is enabled and running 2024-03-25T00:43:25.533 INFO:teuthology.orchestra.run.smithi028.stdout:Host looks OK 2024-03-25T00:43:25.533 INFO:teuthology.orchestra.run.smithi028.stdout:Cluster fsid: 8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:43:25.533 INFO:teuthology.orchestra.run.smithi028.stdout:Acquiring lock 140110716301232 on /run/cephadm/8327fbb6-ea40-11ee-95cd-87774f69a715.lock 2024-03-25T00:43:25.533 INFO:teuthology.orchestra.run.smithi028.stdout:Lock 140110716301232 acquired on /run/cephadm/8327fbb6-ea40-11ee-95cd-87774f69a715.lock 2024-03-25T00:43:25.533 INFO:teuthology.orchestra.run.smithi028.stdout:Verifying IP 172.21.15.28 port 3300 ... 2024-03-25T00:43:25.534 INFO:teuthology.orchestra.run.smithi028.stdout:Verifying IP 172.21.15.28 port 6789 ... 2024-03-25T00:43:25.534 INFO:teuthology.orchestra.run.smithi028.stdout:Base mon IP(s) is [172.21.15.28:3300, 172.21.15.28:6789], mon addrv is [v2:172.21.15.28:3300,v1:172.21.15.28:6789] 2024-03-25T00:43:25.536 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-03-25T00:43:25.536 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-03-25T00:43:25.536 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.28 2024-03-25T00:43:25.538 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-03-25T00:43:25.539 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-03-25T00:43:25.539 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1791sec hoplimit 64 pref medium 2024-03-25T00:43:25.541 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-25T00:43:25.541 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-03-25T00:43:25.541 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-25T00:43:25.541 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout 3: ens1f0: mtu 1500 state UP qlen 1000 2024-03-25T00:43:25.541 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout inet6 fe80::ae1f:6bff:fea5:ca3c/64 scope link 2024-03-25T00:43:25.541 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-25T00:43:25.542 INFO:teuthology.orchestra.run.smithi028.stdout:Mon IP `172.21.15.28` is in CIDR network `172.21.0.0/20` 2024-03-25T00:43:25.542 INFO:teuthology.orchestra.run.smithi028.stdout:Mon IP `172.21.15.28` is in CIDR network `172.21.0.0/20` 2024-03-25T00:43:25.542 INFO:teuthology.orchestra.run.smithi028.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-03-25T00:43:25.543 INFO:teuthology.orchestra.run.smithi028.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-25T00:43:25.544 INFO:teuthology.orchestra.run.smithi028.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f... 2024-03-25T00:43:25.797 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/docker: stdout 9c429fb6abfb5deed62697d56d8997d0f0d6d83f: Pulling from ceph-ci/ceph 2024-03-25T00:43:25.798 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/docker: stdout Digest: sha256:9d99ccba68e7173eadd6b5fa002e4793d9c24499ed585f4cc693c186ca215919 2024-03-25T00:43:25.798 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f 2024-03-25T00:43:25.798 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f 2024-03-25T00:43:27.267 INFO:teuthology.orchestra.run.smithi028.stdout:ceph: stdout ceph version 19.0.0-2398-g9c429fb6 (9c429fb6abfb5deed62697d56d8997d0f0d6d83f) squid (dev) 2024-03-25T00:43:27.267 INFO:teuthology.orchestra.run.smithi028.stdout:Ceph version: ceph version 19.0.0-2398-g9c429fb6 (9c429fb6abfb5deed62697d56d8997d0f0d6d83f) squid (dev) 2024-03-25T00:43:27.267 INFO:teuthology.orchestra.run.smithi028.stdout:Extracting ceph user uid/gid from container image... 2024-03-25T00:43:28.563 INFO:teuthology.orchestra.run.smithi028.stdout:stat: stdout 167 167 2024-03-25T00:43:28.563 INFO:teuthology.orchestra.run.smithi028.stdout:Creating initial keys... 2024-03-25T00:43:29.868 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-authtool: stdout AQCxyABmtLgWExAAKzub8A3LadtEu29Ys0m+iQ== 2024-03-25T00:43:31.273 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-authtool: stdout AQCyyABmeGqoJhAAU1+rEyuh31Zll3Anlhi74A== 2024-03-25T00:43:32.511 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-authtool: stdout AQCzyABm+ZquORAA2scgUs/YS++Ty9v2k0MIng== 2024-03-25T00:43:32.512 INFO:teuthology.orchestra.run.smithi028.stdout:Creating initial monmap... 2024-03-25T00:43:33.709 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-25T00:43:33.709 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-03-25T00:43:33.709 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:43:33.709 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-25T00:43:33.709 INFO:teuthology.orchestra.run.smithi028.stdout:monmaptool for a [v2:172.21.15.28:3300,v1:172.21.15.28:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-25T00:43:33.709 INFO:teuthology.orchestra.run.smithi028.stdout:setting min_mon_release = quincy 2024-03-25T00:43:33.710 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/monmaptool: set fsid to 8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:43:33.710 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-25T00:43:33.710 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-25T00:43:33.710 INFO:teuthology.orchestra.run.smithi028.stdout:Creating mon... 2024-03-25T00:43:35.029 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.416+0000 7f6247af1c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-25T00:43:35.029 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.416+0000 7f6247af1c80 1 imported monmap: 2024-03-25T00:43:35.029 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-03-25T00:43:35.029 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:43:35.029 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-03-25T00:43:33.191211+0000 2024-03-25T00:43:35.029 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr created 2024-03-25T00:43:33.191211+0000 2024-03-25T00:43:35.029 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-03-25T00:43:35.029 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-03-25T00:43:35.029 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-03-25T00:43:35.030 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-03-25T00:43:35.030 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.416+0000 7f6247af1c80 0 /usr/bin/ceph-mon: set fsid to 8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:43:35.030 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-25T00:43:35.030 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-03-25T00:43:35.030 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Git sha 0 2024-03-25T00:43:35.030 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Compile date 2024-03-24 19:20:43 2024-03-25T00:43:35.030 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: DB SUMMARY 2024-03-25T00:43:35.030 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-03-25T00:43:35.030 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: DB Session ID: XB7ZSZ3LV6J0HI1AIA4M 2024-03-25T00:43:35.030 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-03-25T00:43:35.030 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-03-25T00:43:35.031 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-03-25T00:43:35.031 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-03-25T00:43:35.031 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-03-25T00:43:35.031 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.error_if_exists: 0 2024-03-25T00:43:35.031 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.create_if_missing: 1 2024-03-25T00:43:35.031 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-25T00:43:35.031 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-25T00:43:35.031 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-25T00:43:35.031 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-25T00:43:35.031 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.env: 0x555ee7359c60 2024-03-25T00:43:35.031 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-25T00:43:35.031 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.info_log: 0x555ee7caed80 2024-03-25T00:43:35.031 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-25T00:43:35.032 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.statistics: (nil) 2024-03-25T00:43:35.032 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.use_fsync: 0 2024-03-25T00:43:35.032 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-25T00:43:35.032 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-25T00:43:35.032 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-25T00:43:35.032 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-25T00:43:35.032 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-25T00:43:35.032 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-25T00:43:35.032 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-25T00:43:35.032 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-25T00:43:35.032 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-25T00:43:35.032 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-25T00:43:35.032 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-25T00:43:35.032 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.db_log_dir: 2024-03-25T00:43:35.033 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.wal_dir: 2024-03-25T00:43:35.033 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-25T00:43:35.033 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-25T00:43:35.033 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-25T00:43:35.033 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-25T00:43:35.033 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-25T00:43:35.033 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-25T00:43:35.033 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-25T00:43:35.033 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-25T00:43:35.033 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.write_buffer_manager: 0x555ee7c81360 2024-03-25T00:43:35.033 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-25T00:43:35.033 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-25T00:43:35.033 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-25T00:43:35.034 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-25T00:43:35.034 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-25T00:43:35.034 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-25T00:43:35.034 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-25T00:43:35.034 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-25T00:43:35.034 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.unordered_write: 0 2024-03-25T00:43:35.034 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-25T00:43:35.034 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-25T00:43:35.034 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-25T00:43:35.034 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-25T00:43:35.034 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.row_cache: None 2024-03-25T00:43:35.034 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.wal_filter: None 2024-03-25T00:43:35.035 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-25T00:43:35.035 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-25T00:43:35.035 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.two_write_queues: 0 2024-03-25T00:43:35.035 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-25T00:43:35.035 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.wal_compression: 0 2024-03-25T00:43:35.035 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.atomic_flush: 0 2024-03-25T00:43:35.035 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-25T00:43:35.035 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-25T00:43:35.035 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-25T00:43:35.035 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-25T00:43:35.035 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-25T00:43:35.035 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-25T00:43:35.035 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-25T00:43:35.035 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-25T00:43:35.036 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-25T00:43:35.036 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-25T00:43:35.036 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-25T00:43:35.036 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-25T00:43:35.036 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-25T00:43:35.036 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-25T00:43:35.036 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-25T00:43:35.036 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-25T00:43:35.036 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-25T00:43:35.036 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-25T00:43:35.036 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-25T00:43:35.036 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-25T00:43:35.036 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-25T00:43:35.037 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-25T00:43:35.037 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.max_open_files: -1 2024-03-25T00:43:35.037 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-25T00:43:35.037 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-25T00:43:35.037 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-25T00:43:35.037 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-25T00:43:35.037 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-25T00:43:35.037 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Compression algorithms supported: 2024-03-25T00:43:35.037 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-25T00:43:35.037 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: kZSTD supported: 0 2024-03-25T00:43:35.037 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: kXpressCompression supported: 0 2024-03-25T00:43:35.037 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-25T00:43:35.037 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: kZlibCompression supported: 1 2024-03-25T00:43:35.038 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-25T00:43:35.038 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-25T00:43:35.038 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-25T00:43:35.038 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-25T00:43:35.038 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-25T00:43:35.038 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-03-25T00:43:35.038 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-03-25T00:43:35.038 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-03-25T00:43:35.038 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-03-25T00:43:35.038 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-25T00:43:35.038 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-03-25T00:43:35.039 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-25T00:43:35.039 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.merge_operator: 2024-03-25T00:43:35.039 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.compaction_filter: None 2024-03-25T00:43:35.039 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-25T00:43:35.039 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-25T00:43:35.039 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-25T00:43:35.039 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-25T00:43:35.039 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x555ee7caee80) 2024-03-25T00:43:35.039 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-03-25T00:43:35.039 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-03-25T00:43:35.039 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-25T00:43:35.039 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-03-25T00:43:35.039 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-03-25T00:43:35.040 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-03-25T00:43:35.040 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-03-25T00:43:35.040 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-03-25T00:43:35.040 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-03-25T00:43:35.040 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-03-25T00:43:35.040 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x555ee7cb3090 2024-03-25T00:43:35.040 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-03-25T00:43:35.040 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-03-25T00:43:35.040 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-03-25T00:43:35.040 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-03-25T00:43:35.040 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-03-25T00:43:35.040 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-03-25T00:43:35.040 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-03-25T00:43:35.040 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-03-25T00:43:35.041 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-03-25T00:43:35.041 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-03-25T00:43:35.041 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-03-25T00:43:35.041 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-03-25T00:43:35.041 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-03-25T00:43:35.041 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-03-25T00:43:35.041 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-03-25T00:43:35.041 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-03-25T00:43:35.041 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-03-25T00:43:35.041 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-03-25T00:43:35.041 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-03-25T00:43:35.041 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-03-25T00:43:35.041 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-03-25T00:43:35.041 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-03-25T00:43:35.041 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-03-25T00:43:35.055 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-03-25T00:43:35.055 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-03-25T00:43:35.055 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-03-25T00:43:35.055 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-03-25T00:43:35.055 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-25T00:43:35.055 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-25T00:43:35.055 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.compression: NoCompression 2024-03-25T00:43:35.055 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-25T00:43:35.055 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-25T00:43:35.055 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-25T00:43:35.056 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.num_levels: 7 2024-03-25T00:43:35.056 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-25T00:43:35.056 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-25T00:43:35.056 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-25T00:43:35.056 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-25T00:43:35.056 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-25T00:43:35.056 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-25T00:43:35.056 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-25T00:43:35.056 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-25T00:43:35.056 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-25T00:43:35.056 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-25T00:43:35.056 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-25T00:43:35.056 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-25T00:43:35.056 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-25T00:43:35.057 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-25T00:43:35.057 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-25T00:43:35.057 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-25T00:43:35.057 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-25T00:43:35.057 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-25T00:43:35.057 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-25T00:43:35.057 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-25T00:43:35.057 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-25T00:43:35.057 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-25T00:43:35.057 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-25T00:43:35.057 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-25T00:43:35.057 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-25T00:43:35.057 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-25T00:43:35.057 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-25T00:43:35.058 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-25T00:43:35.058 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-25T00:43:35.058 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-25T00:43:35.058 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-25T00:43:35.058 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-25T00:43:35.058 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-25T00:43:35.058 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-25T00:43:35.058 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-25T00:43:35.058 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-25T00:43:35.058 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-25T00:43:35.058 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-25T00:43:35.058 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-25T00:43:35.058 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-25T00:43:35.058 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-25T00:43:35.059 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-25T00:43:35.059 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-25T00:43:35.059 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-25T00:43:35.059 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-25T00:43:35.059 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-25T00:43:35.059 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-25T00:43:35.059 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-25T00:43:35.059 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-25T00:43:35.059 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-25T00:43:35.059 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-25T00:43:35.059 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-25T00:43:35.059 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-25T00:43:35.059 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.table_properties_collectors: 2024-03-25T00:43:35.059 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-25T00:43:35.060 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-25T00:43:35.060 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-25T00:43:35.060 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-25T00:43:35.060 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-25T00:43:35.060 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.bloom_locality: 0 2024-03-25T00:43:35.060 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-25T00:43:35.060 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-25T00:43:35.060 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-25T00:43:35.060 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-25T00:43:35.060 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-25T00:43:35.060 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.ttl: 2592000 2024-03-25T00:43:35.060 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-25T00:43:35.060 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-25T00:43:35.060 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-25T00:43:35.060 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.enable_blob_files: false 2024-03-25T00:43:35.061 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.min_blob_size: 0 2024-03-25T00:43:35.061 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-25T00:43:35.061 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-25T00:43:35.061 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-25T00:43:35.061 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-25T00:43:35.061 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-25T00:43:35.061 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-25T00:43:35.061 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-25T00:43:35.061 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-25T00:43:35.061 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 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-03-25T00:43:35.061 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-03-25T00:43:35.061 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-25T00:43:35.061 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-03-25T00:43:35.061 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 3e23920d-0ddb-41a4-aeb5-c1500f8bbdc4 2024-03-25T00:43:35.061 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-03-25T00:43:35.062 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.420+0000 7f6247af1c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-03-25T00:43:35.062 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-03-25T00:43:35.062 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.424+0000 7f6247af1c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x555ee7d7c000 2024-03-25T00:43:35.062 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.424+0000 7f6247af1c80 4 rocksdb: DB pointer 0x555ee7d6c000 2024-03-25T00:43:35.062 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.424+0000 7f6237c54700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-25T00:43:35.062 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.424+0000 7f6237c54700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-25T00:43:35.062 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-03-25T00:43:35.062 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-25T00:43:35.062 INFO:teuthology.orchestra.run.smithi028.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-03-25T00:43:35.062 INFO:teuthology.orchestra.run.smithi028.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-03-25T00:43:35.062 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-25T00:43:35.062 INFO:teuthology.orchestra.run.smithi028.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-03-25T00:43:35.062 INFO:teuthology.orchestra.run.smithi028.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-03-25T00:43:35.062 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-25T00:43:35.063 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-03-25T00:43:35.063 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-25T00:43:35.063 INFO:teuthology.orchestra.run.smithi028.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-03-25T00:43:35.063 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-25T00:43:35.063 INFO:teuthology.orchestra.run.smithi028.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-03-25T00:43:35.063 INFO:teuthology.orchestra.run.smithi028.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-03-25T00:43:35.063 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-03-25T00:43:35.063 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-25T00:43:35.063 INFO:teuthology.orchestra.run.smithi028.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-03-25T00:43:35.063 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-25T00:43:35.063 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-03-25T00:43:35.063 INFO:teuthology.orchestra.run.smithi028.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-03-25T00:43:35.063 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-03-25T00:43:35.063 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-25T00:43:35.063 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-03-25T00:43:35.064 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-03-25T00:43:35.064 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-03-25T00:43:35.064 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-03-25T00:43:35.064 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-03-25T00:43:35.064 INFO:teuthology.orchestra.run.smithi028.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-03-25T00:43:35.064 INFO:teuthology.orchestra.run.smithi028.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-03-25T00:43:35.064 INFO:teuthology.orchestra.run.smithi028.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-03-25T00:43:35.064 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x555ee7cb3090#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-03-25T00:43:35.064 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-03-25T00:43:35.064 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-03-25T00:43:35.064 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-03-25T00:43:35.064 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr 2024-03-25T00:43:35.064 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.424+0000 7f6247af1c80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-03-25T00:43:35.064 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.424+0000 7f6247af1c80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-03-25T00:43:35.064 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-25T00:43:34.424+0000 7f6247af1c80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-03-25T00:43:35.065 INFO:teuthology.orchestra.run.smithi028.stdout:create mon.a on 2024-03-25T00:43:35.298 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-03-25T00:43:35.489 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-03-25T00:43:35.714 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715.target -> /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715.target. 2024-03-25T00:43:35.714 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715.target -> /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715.target. 2024-03-25T00:43:36.036 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@mon.a 2024-03-25T00:43:36.036 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Failed to reset failed state of unit ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@mon.a.service: Unit ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@mon.a.service not loaded. 2024-03-25T00:43:36.225 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715.target.wants/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service. 2024-03-25T00:43:36.234 INFO:teuthology.orchestra.run.smithi028.stdout:firewalld does not appear to be present 2024-03-25T00:43:36.235 INFO:teuthology.orchestra.run.smithi028.stdout:Not possible to enable service . firewalld.service is not available 2024-03-25T00:43:36.235 INFO:teuthology.orchestra.run.smithi028.stdout:Waiting for mon to start... 2024-03-25T00:43:36.235 INFO:teuthology.orchestra.run.smithi028.stdout:Waiting for mon... 2024-03-25T00:43:37.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:37 smithi028 bash[20996]: cluster 2024-03-25T00:43:37.397221+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-25T00:43:38.281 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout cluster: 2024-03-25T00:43:38.281 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout id: 8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:43:38.281 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-03-25T00:43:38.281 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-03-25T00:43:38.281 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout services: 2024-03-25T00:43:38.281 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.245085s) 2024-03-25T00:43:38.281 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-03-25T00:43:38.281 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-03-25T00:43:38.281 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-03-25T00:43:38.281 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout data: 2024-03-25T00:43:38.281 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-03-25T00:43:38.283 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-03-25T00:43:38.283 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-03-25T00:43:38.283 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout pgs: 2024-03-25T00:43:38.283 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-03-25T00:43:38.283 INFO:teuthology.orchestra.run.smithi028.stdout:mon is available 2024-03-25T00:43:38.283 INFO:teuthology.orchestra.run.smithi028.stdout:Assimilating anything we can from ceph.conf... 2024-03-25T00:43:38.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:38 smithi028 bash[20996]: cluster 2024-03-25T00:43:37.400704+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-25T00:43:38.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:38 smithi028 bash[20996]: cluster 2024-03-25T00:43:37.400861+0000 mon.a (mon.0) 3 : cluster [DBG] monmap epoch 1 2024-03-25T00:43:38.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:38 smithi028 bash[20996]: cluster 2024-03-25T00:43:37.400875+0000 mon.a (mon.0) 4 : cluster [DBG] fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:43:38.591 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:38 smithi028 bash[20996]: cluster 2024-03-25T00:43:37.400883+0000 mon.a (mon.0) 5 : cluster [DBG] last_changed 2024-03-25T00:43:33.191211+0000 2024-03-25T00:43:38.591 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:38 smithi028 bash[20996]: cluster 2024-03-25T00:43:37.400892+0000 mon.a (mon.0) 6 : cluster [DBG] created 2024-03-25T00:43:33.191211+0000 2024-03-25T00:43:38.591 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:38 smithi028 bash[20996]: cluster 2024-03-25T00:43:37.400902+0000 mon.a (mon.0) 7 : cluster [DBG] min_mon_release 19 (squid) 2024-03-25T00:43:38.591 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:38 smithi028 bash[20996]: cluster 2024-03-25T00:43:37.400909+0000 mon.a (mon.0) 8 : cluster [DBG] election_strategy: 1 2024-03-25T00:43:38.591 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:38 smithi028 bash[20996]: cluster 2024-03-25T00:43:37.400919+0000 mon.a (mon.0) 9 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-03-25T00:43:38.591 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:38 smithi028 bash[20996]: cluster 2024-03-25T00:43:37.402919+0000 mon.a (mon.0) 10 : cluster [DBG] fsmap 2024-03-25T00:43:38.591 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:38 smithi028 bash[20996]: cluster 2024-03-25T00:43:37.405317+0000 mon.a (mon.0) 11 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-25T00:43:38.591 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:38 smithi028 bash[20996]: cluster 2024-03-25T00:43:37.405811+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e1: no daemons active 2024-03-25T00:43:38.591 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:38 smithi028 bash[20996]: audit 2024-03-25T00:43:37.645754+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.28:0/3295554744' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-03-25T00:43:39.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:39 smithi028 bash[20996]: audit 2024-03-25T00:43:39.207802+0000 mon.a (mon.0) 14 : audit [INF] from='client.? 172.21.15.28:0/3535918700' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-25T00:43:39.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:39 smithi028 bash[20996]: audit 2024-03-25T00:43:39.211863+0000 mon.a (mon.0) 15 : audit [INF] from='client.? 172.21.15.28:0/3535918700' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-25T00:43:39.753 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-03-25T00:43:39.753 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout [global] 2024-03-25T00:43:39.753 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout fsid = 8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:43:39.753 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.28:3300,v1:172.21.15.28:6789] 2024-03-25T00:43:39.753 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-25T00:43:39.753 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-25T00:43:39.753 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-25T00:43:39.753 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-25T00:43:39.754 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-03-25T00:43:39.754 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-25T00:43:39.755 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-03-25T00:43:39.755 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-25T00:43:39.755 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-03-25T00:43:39.755 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout [osd] 2024-03-25T00:43:39.755 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-25T00:43:39.755 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-25T00:43:39.755 INFO:teuthology.orchestra.run.smithi028.stdout:Generating new minimal ceph.conf... 2024-03-25T00:43:41.090 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:40 smithi028 bash[20996]: audit 2024-03-25T00:43:40.740129+0000 mon.a (mon.0) 16 : audit [DBG] from='client.? 172.21.15.28:0/3640852335' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:43:41.358 INFO:teuthology.orchestra.run.smithi028.stdout:Restarting the monitor... 2024-03-25T00:43:41.651 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:41 smithi028 systemd[1]: Stopping Ceph mon.a for 8327fbb6-ea40-11ee-95cd-87774f69a715... 2024-03-25T00:43:41.651 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:41 smithi028 bash[20996]: debug 2024-03-25T00:43:41.499+0000 7fb8005b9700 -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-03-25T00:43:41.651 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:41 smithi028 bash[20996]: debug 2024-03-25T00:43:41.499+0000 7fb8005b9700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-25T00:43:42.201 INFO:teuthology.orchestra.run.smithi028.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-03-25T00:43:42.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:42 smithi028 bash[21380]: ceph-8327fbb6-ea40-11ee-95cd-87774f69a715-mon-a 2024-03-25T00:43:42.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:42 smithi028 bash[21441]: Error response from daemon: No such container: ceph-8327fbb6-ea40-11ee-95cd-87774f69a715-mon-a 2024-03-25T00:43:42.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:42 smithi028 systemd[1]: ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@mon.a.service: Deactivated successfully. 2024-03-25T00:43:42.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:42 smithi028 systemd[1]: Stopped Ceph mon.a for 8327fbb6-ea40-11ee-95cd-87774f69a715. 2024-03-25T00:43:42.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:42 smithi028 systemd[1]: Started Ceph mon.a for 8327fbb6-ea40-11ee-95cd-87774f69a715. 2024-03-25T00:43:43.478 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.167+0000 7f2253683c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-25T00:43:43.478 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.167+0000 7f2253683c80 0 ceph version 19.0.0-2398-g9c429fb6 (9c429fb6abfb5deed62697d56d8997d0f0d6d83f) squid (dev), process ceph-mon, pid 7 2024-03-25T00:43:43.478 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.167+0000 7f2253683c80 0 pidfile_write: ignore empty --pid-file 2024-03-25T00:43:43.478 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 0 load: jerasure load: lrc 2024-03-25T00:43:43.479 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-25T00:43:43.479 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Git sha 0 2024-03-25T00:43:43.479 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Compile date 2024-03-24 19:20:43 2024-03-25T00:43:43.479 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: DB SUMMARY 2024-03-25T00:43:43.479 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: DB Session ID: KOKDDA9MLVLHJJ6BDWH9 2024-03-25T00:43:43.479 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: CURRENT file: CURRENT 2024-03-25T00:43:43.479 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-25T00:43:43.479 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-03-25T00:43:43.479 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-03-25T00:43:43.479 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 89097 ; 2024-03-25T00:43:43.479 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.error_if_exists: 0 2024-03-25T00:43:43.479 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.create_if_missing: 0 2024-03-25T00:43:43.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-25T00:43:43.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-25T00:43:43.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-25T00:43:43.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-25T00:43:43.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.env: 0x5573eb167c60 2024-03-25T00:43:43.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-25T00:43:43.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.info_log: 0x5573ec077b40 2024-03-25T00:43:43.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-25T00:43:43.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.statistics: (nil) 2024-03-25T00:43:43.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.use_fsync: 0 2024-03-25T00:43:43.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-25T00:43:43.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-25T00:43:43.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-25T00:43:43.480 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-25T00:43:43.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-25T00:43:43.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-25T00:43:43.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-25T00:43:43.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-25T00:43:43.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-25T00:43:43.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-25T00:43:43.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-25T00:43:43.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.db_log_dir: 2024-03-25T00:43:43.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.wal_dir: 2024-03-25T00:43:43.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-25T00:43:43.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-25T00:43:43.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-25T00:43:43.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-25T00:43:43.481 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-25T00:43:43.482 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-25T00:43:43.482 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-25T00:43:43.482 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-25T00:43:43.482 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.write_buffer_manager: 0x5573ec0481e0 2024-03-25T00:43:43.482 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-25T00:43:43.482 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-25T00:43:43.482 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-25T00:43:43.482 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-25T00:43:43.482 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-25T00:43:43.482 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-25T00:43:43.482 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-25T00:43:43.482 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-25T00:43:43.482 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.unordered_write: 0 2024-03-25T00:43:43.483 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-25T00:43:43.483 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-25T00:43:43.483 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-25T00:43:43.483 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-25T00:43:43.483 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.row_cache: None 2024-03-25T00:43:43.483 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.wal_filter: None 2024-03-25T00:43:43.483 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-25T00:43:43.483 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-25T00:43:43.483 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.two_write_queues: 0 2024-03-25T00:43:43.483 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-25T00:43:43.483 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.wal_compression: 0 2024-03-25T00:43:43.483 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.atomic_flush: 0 2024-03-25T00:43:43.483 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-25T00:43:43.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-25T00:43:43.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-25T00:43:43.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-25T00:43:43.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-25T00:43:43.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-25T00:43:43.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-25T00:43:43.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-25T00:43:43.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-25T00:43:43.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-25T00:43:43.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-25T00:43:43.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-25T00:43:43.484 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-25T00:43:43.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-25T00:43:43.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-25T00:43:43.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-25T00:43:43.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-25T00:43:43.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-25T00:43:43.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-25T00:43:43.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-25T00:43:43.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-25T00:43:43.486 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-25T00:43:43.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.max_open_files: -1 2024-03-25T00:43:43.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-25T00:43:43.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-25T00:43:43.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-25T00:43:43.487 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-25T00:43:43.489 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-25T00:43:43.489 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Compression algorithms supported: 2024-03-25T00:43:43.489 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-25T00:43:43.490 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: kZSTD supported: 0 2024-03-25T00:43:43.490 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: kXpressCompression supported: 0 2024-03-25T00:43:43.490 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-25T00:43:43.490 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: kZlibCompression supported: 1 2024-03-25T00:43:43.490 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-25T00:43:43.490 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-25T00:43:43.490 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-25T00:43:43.490 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-25T00:43:43.490 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-25T00:43:43.490 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-03-25T00:43:43.490 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-25T00:43:43.490 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-25T00:43:43.490 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.merge_operator: 2024-03-25T00:43:43.490 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.compaction_filter: None 2024-03-25T00:43:43.491 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-25T00:43:43.491 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-25T00:43:43.491 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-25T00:43:43.491 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-25T00:43:43.491 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5573ec077c60) 2024-03-25T00:43:43.491 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: cache_index_and_filter_blocks: 1 2024-03-25T00:43:43.491 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-25T00:43:43.491 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-25T00:43:43.491 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: pin_top_level_index_and_filter: 1 2024-03-25T00:43:43.491 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: index_type: 0 2024-03-25T00:43:43.491 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: data_block_index_type: 0 2024-03-25T00:43:43.491 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: index_shortening: 1 2024-03-25T00:43:43.491 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: data_block_hash_table_util_ratio: 0.750000 2024-03-25T00:43:43.491 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: checksum: 4 2024-03-25T00:43:43.492 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: no_block_cache: 0 2024-03-25T00:43:43.492 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: block_cache: 0x5573ec079090 2024-03-25T00:43:43.492 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: block_cache_name: BinnedLRUCache 2024-03-25T00:43:43.492 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: block_cache_options: 2024-03-25T00:43:43.492 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: capacity : 536870912 2024-03-25T00:43:43.492 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: num_shard_bits : 4 2024-03-25T00:43:43.492 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: strict_capacity_limit : 0 2024-03-25T00:43:43.492 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: high_pri_pool_ratio: 0.000 2024-03-25T00:43:43.492 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: block_cache_compressed: (nil) 2024-03-25T00:43:43.492 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: persistent_cache: (nil) 2024-03-25T00:43:43.492 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: block_size: 4096 2024-03-25T00:43:43.492 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: block_size_deviation: 10 2024-03-25T00:43:43.492 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: block_restart_interval: 16 2024-03-25T00:43:43.492 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: index_block_restart_interval: 1 2024-03-25T00:43:43.492 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: metadata_block_size: 4096 2024-03-25T00:43:43.493 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: partition_filters: 0 2024-03-25T00:43:43.493 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: use_delta_encoding: 1 2024-03-25T00:43:43.493 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: filter_policy: bloomfilter 2024-03-25T00:43:43.493 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: whole_key_filtering: 1 2024-03-25T00:43:43.493 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: verify_compression: 0 2024-03-25T00:43:43.493 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: read_amp_bytes_per_bit: 0 2024-03-25T00:43:43.493 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: format_version: 5 2024-03-25T00:43:43.493 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: enable_index_compression: 1 2024-03-25T00:43:43.493 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: block_align: 0 2024-03-25T00:43:43.493 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: max_auto_readahead_size: 262144 2024-03-25T00:43:43.493 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: prepopulate_block_cache: 0 2024-03-25T00:43:43.493 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: initial_auto_readahead_size: 8192 2024-03-25T00:43:43.493 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: num_file_reads_for_auto_readahead: 2 2024-03-25T00:43:43.494 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-25T00:43:43.494 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-25T00:43:43.494 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.compression: NoCompression 2024-03-25T00:43:43.494 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-25T00:43:43.494 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-25T00:43:43.494 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-25T00:43:43.494 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.num_levels: 7 2024-03-25T00:43:43.494 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-25T00:43:43.494 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-25T00:43:43.494 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-25T00:43:43.494 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-25T00:43:43.494 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-25T00:43:43.494 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-25T00:43:43.494 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-25T00:43:43.495 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-25T00:43:43.495 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-25T00:43:43.495 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-25T00:43:43.495 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-25T00:43:43.495 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-25T00:43:43.495 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-25T00:43:43.495 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-25T00:43:43.495 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-25T00:43:43.495 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-25T00:43:43.495 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-25T00:43:43.495 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-25T00:43:43.495 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-25T00:43:43.495 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-25T00:43:43.495 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-25T00:43:43.495 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-25T00:43:43.495 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-25T00:43:43.495 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-25T00:43:43.496 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-25T00:43:43.496 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-25T00:43:43.496 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-25T00:43:43.496 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-25T00:43:43.496 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-25T00:43:43.496 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-25T00:43:43.496 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-25T00:43:43.496 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-25T00:43:43.496 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-25T00:43:43.496 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-25T00:43:43.496 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-25T00:43:43.496 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-25T00:43:43.496 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-25T00:43:43.496 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-25T00:43:43.496 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-25T00:43:43.496 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-25T00:43:43.496 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-25T00:43:43.497 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-25T00:43:43.497 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-25T00:43:43.497 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-25T00:43:43.497 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-25T00:43:43.497 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-25T00:43:43.497 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-25T00:43:43.497 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-25T00:43:43.497 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-25T00:43:43.497 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-25T00:43:43.497 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-25T00:43:43.497 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-25T00:43:43.497 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-25T00:43:43.497 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.table_properties_collectors: 2024-03-25T00:43:43.497 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-25T00:43:43.497 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-25T00:43:43.498 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-25T00:43:43.498 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-25T00:43:43.498 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-25T00:43:43.498 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.bloom_locality: 0 2024-03-25T00:43:43.498 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-25T00:43:43.498 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-25T00:43:43.498 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-25T00:43:43.498 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-25T00:43:43.498 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-25T00:43:43.498 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.ttl: 2592000 2024-03-25T00:43:43.498 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-25T00:43:43.498 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-25T00:43:43.498 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-25T00:43:43.499 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.enable_blob_files: false 2024-03-25T00:43:43.499 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.min_blob_size: 0 2024-03-25T00:43:43.499 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-25T00:43:43.499 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-25T00:43:43.499 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-25T00:43:43.499 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-25T00:43:43.499 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-25T00:43:43.499 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-25T00:43:43.499 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-25T00:43:43.499 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.171+0000 7f2253683c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-25T00:43:43.499 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.175+0000 7f2253683c80 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-03-25T00:43:43.499 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.175+0000 7f2253683c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-03-25T00:43:43.499 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.175+0000 7f2253683c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 3e23920d-0ddb-41a4-aeb5-c1500f8bbdc4 2024-03-25T00:43:43.499 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.175+0000 7f2253683c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711327423177646, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-03-25T00:43:43.499 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.175+0000 7f2253683c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-03-25T00:43:43.499 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.175+0000 7f2253683c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711327423178953, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 85688, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 258, "table_properties": {"data_size": 83861, "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": 10201, "raw_average_key_size": 47, "raw_value_size": 78068, "raw_average_value_size": 359, "num_data_blocks": 11, "num_entries": 217, "num_filter_entries": 217, "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": "[]", "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": 1711327423, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "3e23920d-0ddb-41a4-aeb5-c1500f8bbdc4", "db_session_id": "KOKDDA9MLVLHJJ6BDWH9", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-03-25T00:43:43.499 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.175+0000 7f2253683c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711327423179062, "job": 1, "event": "recovery_finished"} 2024-03-25T00:43:43.500 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.175+0000 7f2253683c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-03-25T00:43:43.500 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.179+0000 7f2253683c80 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-03-25T00:43:43.500 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.179+0000 7f2253683c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5573ec16c000 2024-03-25T00:43:43.500 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.179+0000 7f2253683c80 4 rocksdb: DB pointer 0x5573ec156000 2024-03-25T00:43:43.500 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.179+0000 7f2241dde700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-25T00:43:43.500 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.179+0000 7f2241dde700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-25T00:43:43.500 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: ** DB Stats ** 2024-03-25T00:43:43.500 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-25T00:43:43.500 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-25T00:43:43.500 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-25T00:43:43.500 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-25T00:43:43.500 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-25T00:43:43.500 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-25T00:43:43.501 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-25T00:43:43.501 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: ** Compaction Stats [default] ** 2024-03-25T00:43:43.501 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: 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-03-25T00:43:43.501 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-25T00:43:43.501 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: L0 2/0 85.51 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 102.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-25T00:43:43.501 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: Sum 2/0 85.51 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 102.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-25T00:43:43.501 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 102.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-25T00:43:43.501 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: ** Compaction Stats [default] ** 2024-03-25T00:43:43.501 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: 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-03-25T00:43:43.501 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-25T00:43:43.501 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 102.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-25T00:43:43.501 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-25T00:43:43.501 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-25T00:43:43.501 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-25T00:43:43.501 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-25T00:43:43.502 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: AddFile(Total Files): cumulative 0, interval 0 2024-03-25T00:43:43.502 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-25T00:43:43.502 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: AddFile(Keys): cumulative 0, interval 0 2024-03-25T00:43:43.502 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: Cumulative compaction: 0.00 GB write, 17.98 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-25T00:43:43.502 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: Interval compaction: 0.00 GB write, 17.98 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-25T00:43:43.502 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: 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-03-25T00:43:43.502 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: Block cache BinnedLRUCache@0x5573ec079090#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-03-25T00:43:43.502 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: 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-03-25T00:43:43.502 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: ** File Read Latency Histogram By Level [default] ** 2024-03-25T00:43:43.502 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.179+0000 7f2253683c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] at bind addrs [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:43:43.502 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.179+0000 7f2253683c80 1 mon.a@-1(???) e1 preinit fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:43:43.502 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.179+0000 7f2253683c80 0 mon.a@-1(???).mds e1 new map 2024-03-25T00:43:43.502 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.179+0000 7f2253683c80 0 mon.a@-1(???).mds e1 print_map 2024-03-25T00:43:43.502 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: e1 2024-03-25T00:43:43.502 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-25T00:43:43.503 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: 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-03-25T00:43:43.503 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: legacy client fscid: -1 2024-03-25T00:43:43.503 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: 2024-03-25T00:43:43.503 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: No filesystems configured 2024-03-25T00:43:43.503 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.179+0000 7f2253683c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-25T00:43:43.503 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.179+0000 7f2253683c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-25T00:43:43.503 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.179+0000 7f2253683c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-25T00:43:43.503 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.179+0000 7f2253683c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-25T00:43:43.503 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: debug 2024-03-25T00:43:43.179+0000 7f2253683c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-25T00:43:43.503 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: cluster 2024-03-25T00:43:43.205248+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-25T00:43:43.503 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: cluster 2024-03-25T00:43:43.205331+0000 mon.a (mon.0) 2 : cluster [DBG] monmap epoch 1 2024-03-25T00:43:43.503 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: cluster 2024-03-25T00:43:43.205344+0000 mon.a (mon.0) 3 : cluster [DBG] fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:43:43.503 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: cluster 2024-03-25T00:43:43.205351+0000 mon.a (mon.0) 4 : cluster [DBG] last_changed 2024-03-25T00:43:33.191211+0000 2024-03-25T00:43:43.503 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: cluster 2024-03-25T00:43:43.205358+0000 mon.a (mon.0) 5 : cluster [DBG] created 2024-03-25T00:43:33.191211+0000 2024-03-25T00:43:43.504 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: cluster 2024-03-25T00:43:43.205375+0000 mon.a (mon.0) 6 : cluster [DBG] min_mon_release 19 (squid) 2024-03-25T00:43:43.504 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: cluster 2024-03-25T00:43:43.205383+0000 mon.a (mon.0) 7 : cluster [DBG] election_strategy: 1 2024-03-25T00:43:43.504 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: cluster 2024-03-25T00:43:43.205395+0000 mon.a (mon.0) 8 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-03-25T00:43:43.504 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: cluster 2024-03-25T00:43:43.205825+0000 mon.a (mon.0) 9 : cluster [DBG] fsmap 2024-03-25T00:43:43.504 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: cluster 2024-03-25T00:43:43.205853+0000 mon.a (mon.0) 10 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-25T00:43:43.504 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:43 smithi028 bash[21481]: cluster 2024-03-25T00:43:43.206249+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e1: no daemons active 2024-03-25T00:43:44.059 INFO:teuthology.orchestra.run.smithi028.stdout:Wrote config to /etc/ceph/ceph.conf 2024-03-25T00:43:44.084 INFO:teuthology.orchestra.run.smithi028.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-25T00:43:44.084 INFO:teuthology.orchestra.run.smithi028.stdout:Creating mgr... 2024-03-25T00:43:44.085 INFO:teuthology.orchestra.run.smithi028.stdout:Verifying port 0.0.0.0:9283 ... 2024-03-25T00:43:44.085 INFO:teuthology.orchestra.run.smithi028.stdout:Verifying port 0.0.0.0:8765 ... 2024-03-25T00:43:44.421 INFO:teuthology.orchestra.run.smithi028.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@mgr.a 2024-03-25T00:43:44.421 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Failed to reset failed state of unit ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@mgr.a.service: Unit ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@mgr.a.service not loaded. 2024-03-25T00:43:44.425 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:44 smithi028 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:43:44.622 INFO:teuthology.orchestra.run.smithi028.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715.target.wants/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@mgr.a.service -> /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service. 2024-03-25T00:43:44.631 INFO:teuthology.orchestra.run.smithi028.stdout:firewalld does not appear to be present 2024-03-25T00:43:44.632 INFO:teuthology.orchestra.run.smithi028.stdout:Not possible to enable service . firewalld.service is not available 2024-03-25T00:43:44.632 INFO:teuthology.orchestra.run.smithi028.stdout:firewalld does not appear to be present 2024-03-25T00:43:44.632 INFO:teuthology.orchestra.run.smithi028.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-03-25T00:43:44.632 INFO:teuthology.orchestra.run.smithi028.stdout:Waiting for mgr to start... 2024-03-25T00:43:44.632 INFO:teuthology.orchestra.run.smithi028.stdout:Waiting for mgr... 2024-03-25T00:43:44.840 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:44 smithi028 bash[21481]: audit 2024-03-25T00:43:43.465387+0000 mon.a (mon.0) 12 : audit [INF] from='client.? 172.21.15.28:0/772851657' entity='client.admin' 2024-03-25T00:43:44.840 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:44 smithi028 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:43:46.220 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:46 smithi028 bash[21481]: audit 2024-03-25T00:43:45.994084+0000 mon.a (mon.0) 13 : audit [DBG] from='client.? 172.21.15.28:0/840065988' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-25T00:43:46.221 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:43:45 smithi028 bash[21737]: debug 2024-03-25T00:43:45.879+0000 7ff7088a2200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-25T00:43:46.607 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-03-25T00:43:46.607 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout { 2024-03-25T00:43:46.607 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "fsid": "8327fbb6-ea40-11ee-95cd-87774f69a715", 2024-03-25T00:43:46.607 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "health": { 2024-03-25T00:43:46.607 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-25T00:43:46.607 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-25T00:43:46.608 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-25T00:43:46.608 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-03-25T00:43:46.608 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-25T00:43:46.608 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-25T00:43:46.608 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 0 2024-03-25T00:43:46.608 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-03-25T00:43:46.608 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-25T00:43:46.608 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "a" 2024-03-25T00:43:46.608 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-03-25T00:43:46.608 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-03-25T00:43:46.608 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-25T00:43:46.608 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-25T00:43:46.608 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-25T00:43:46.608 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-25T00:43:46.609 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-03-25T00:43:46.609 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-25T00:43:46.609 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-25T00:43:46.609 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-25T00:43:46.609 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-25T00:43:46.609 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-25T00:43:46.609 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-25T00:43:46.609 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-25T00:43:46.609 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-25T00:43:46.609 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-03-25T00:43:46.610 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-25T00:43:46.610 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-25T00:43:46.610 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-25T00:43:46.610 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-25T00:43:46.610 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-25T00:43:46.610 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-25T00:43:46.610 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-25T00:43:46.610 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-25T00:43:46.610 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-25T00:43:46.610 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-03-25T00:43:46.610 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-25T00:43:46.610 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-25T00:43:46.610 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-25T00:43:46.611 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-25T00:43:46.611 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-03-25T00:43:46.611 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-25T00:43:46.611 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-25T00:43:46.611 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-25T00:43:46.611 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-25T00:43:46.611 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-25T00:43:46.611 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-25T00:43:46.611 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "restful" 2024-03-25T00:43:46.611 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-03-25T00:43:46.611 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-25T00:43:46.611 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-03-25T00:43:46.611 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-25T00:43:46.611 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-25T00:43:46.611 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "modified": "2024-03-25T00:43:37.401986+0000", 2024-03-25T00:43:46.611 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-25T00:43:46.612 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-03-25T00:43:46.612 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-25T00:43:46.612 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout } 2024-03-25T00:43:46.612 INFO:teuthology.orchestra.run.smithi028.stdout:mgr not available, waiting (1/15)... 2024-03-25T00:43:47.840 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:43:47 smithi028 bash[21737]: debug 2024-03-25T00:43:47.503+0000 7ff7088a2200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-25T00:43:47.840 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:43:47 smithi028 bash[21737]: debug 2024-03-25T00:43:47.603+0000 7ff7088a2200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-25T00:43:48.340 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:43:47 smithi028 bash[21737]: debug 2024-03-25T00:43:47.859+0000 7ff7088a2200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-25T00:43:48.899 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:43:48 smithi028 bash[21737]: debug 2024-03-25T00:43:48.683+0000 7ff7088a2200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-25T00:43:48.899 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:43:48 smithi028 bash[21737]: debug 2024-03-25T00:43:48.795+0000 7ff7088a2200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-25T00:43:49.261 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:43:48 smithi028 bash[21737]: debug 2024-03-25T00:43:48.899+0000 7ff7088a2200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-25T00:43:49.590 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:43:49 smithi028 bash[21737]: debug 2024-03-25T00:43:49.259+0000 7ff7088a2200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-25T00:43:49.590 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:43:49 smithi028 bash[21737]: debug 2024-03-25T00:43:49.375+0000 7ff7088a2200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-25T00:43:49.591 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:43:49 smithi028 bash[21737]: debug 2024-03-25T00:43:49.483+0000 7ff7088a2200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-25T00:43:50.090 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:43:49 smithi028 bash[21737]: debug 2024-03-25T00:43:49.863+0000 7ff7088a2200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-25T00:43:50.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:49 smithi028 bash[21481]: audit 2024-03-25T00:43:49.760235+0000 mon.a (mon.0) 14 : audit [DBG] from='client.? 172.21.15.28:0/3697597736' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-25T00:43:50.279 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-03-25T00:43:50.279 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout { 2024-03-25T00:43:50.279 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "fsid": "8327fbb6-ea40-11ee-95cd-87774f69a715", 2024-03-25T00:43:50.279 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "health": { 2024-03-25T00:43:50.279 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-25T00:43:50.279 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-25T00:43:50.279 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-25T00:43:50.279 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-03-25T00:43:50.279 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-25T00:43:50.279 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-25T00:43:50.279 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 0 2024-03-25T00:43:50.279 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-03-25T00:43:50.280 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-25T00:43:50.280 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "a" 2024-03-25T00:43:50.280 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-03-25T00:43:50.280 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-03-25T00:43:50.280 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-25T00:43:50.280 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-25T00:43:50.280 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-25T00:43:50.280 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-25T00:43:50.280 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-03-25T00:43:50.280 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-25T00:43:50.280 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-25T00:43:50.280 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-25T00:43:50.280 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-25T00:43:50.280 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-25T00:43:50.281 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-25T00:43:50.281 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-25T00:43:50.281 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-25T00:43:50.281 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-03-25T00:43:50.281 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-25T00:43:50.281 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-25T00:43:50.281 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-25T00:43:50.281 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-25T00:43:50.281 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-25T00:43:50.281 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-25T00:43:50.281 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-25T00:43:50.281 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-25T00:43:50.281 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-25T00:43:50.281 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-03-25T00:43:50.282 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-25T00:43:50.282 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-25T00:43:50.282 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-25T00:43:50.282 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-25T00:43:50.282 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-03-25T00:43:50.282 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-25T00:43:50.282 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-25T00:43:50.282 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-25T00:43:50.282 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-25T00:43:50.282 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-25T00:43:50.282 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-25T00:43:50.282 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "restful" 2024-03-25T00:43:50.282 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-03-25T00:43:50.282 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-25T00:43:50.283 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-03-25T00:43:50.283 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-25T00:43:50.283 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-25T00:43:50.283 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "modified": "2024-03-25T00:43:37.401986+0000", 2024-03-25T00:43:50.283 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-25T00:43:50.283 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-03-25T00:43:50.283 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-25T00:43:50.283 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout } 2024-03-25T00:43:50.283 INFO:teuthology.orchestra.run.smithi028.stdout:mgr not available, waiting (2/15)... 2024-03-25T00:43:50.379 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:43:50 smithi028 bash[21737]: debug 2024-03-25T00:43:50.107+0000 7ff7088a2200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-25T00:43:50.778 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:43:50 smithi028 bash[21737]: debug 2024-03-25T00:43:50.379+0000 7ff7088a2200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-25T00:43:50.778 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:43:50 smithi028 bash[21737]: debug 2024-03-25T00:43:50.495+0000 7ff7088a2200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-25T00:43:50.778 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:43:50 smithi028 bash[21737]: debug 2024-03-25T00:43:50.775+0000 7ff7088a2200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-25T00:43:51.564 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:43:51 smithi028 bash[21737]: debug 2024-03-25T00:43:51.195+0000 7ff7088a2200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-25T00:43:51.564 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:43:51 smithi028 bash[21737]: debug 2024-03-25T00:43:51.443+0000 7ff7088a2200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-25T00:43:52.090 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:43:51 smithi028 bash[21737]: debug 2024-03-25T00:43:51.563+0000 7ff7088a2200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-25T00:43:52.091 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:43:51 smithi028 bash[21737]: debug 2024-03-25T00:43:51.815+0000 7ff7088a2200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-25T00:43:53.269 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:43:52 smithi028 bash[21737]: debug 2024-03-25T00:43:52.847+0000 7ff7088a2200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-25T00:43:53.269 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:43:52 smithi028 bash[21737]: debug 2024-03-25T00:43:52.967+0000 7ff7088a2200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-25T00:43:53.586 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:53 smithi028 bash[21481]: audit 2024-03-25T00:43:53.362704+0000 mon.a (mon.0) 15 : audit [DBG] from='client.? 172.21.15.28:0/3422098319' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-25T00:43:53.586 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:43:53 smithi028 bash[21737]: debug 2024-03-25T00:43:53.267+0000 7ff7088a2200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-25T00:43:53.586 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:43:53 smithi028 bash[21737]: debug 2024-03-25T00:43:53.383+0000 7ff7088a2200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-25T00:43:53.913 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-03-25T00:43:53.913 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout { 2024-03-25T00:43:53.913 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "fsid": "8327fbb6-ea40-11ee-95cd-87774f69a715", 2024-03-25T00:43:53.913 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "health": { 2024-03-25T00:43:53.913 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-25T00:43:53.914 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-25T00:43:53.914 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-25T00:43:53.914 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-03-25T00:43:53.914 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-25T00:43:53.914 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-25T00:43:53.914 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 0 2024-03-25T00:43:53.914 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-03-25T00:43:53.914 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-25T00:43:53.914 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "a" 2024-03-25T00:43:53.914 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-03-25T00:43:53.914 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-03-25T00:43:53.914 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-25T00:43:53.914 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-25T00:43:53.914 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-25T00:43:53.914 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-25T00:43:53.915 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-03-25T00:43:53.915 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-25T00:43:53.915 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-25T00:43:53.915 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-25T00:43:53.915 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-25T00:43:53.915 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-25T00:43:53.915 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-25T00:43:53.915 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-25T00:43:53.915 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-25T00:43:53.918 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-03-25T00:43:53.918 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-25T00:43:53.918 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-25T00:43:53.919 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-25T00:43:53.919 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-25T00:43:53.919 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-25T00:43:53.919 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-25T00:43:53.919 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-25T00:43:53.919 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-25T00:43:53.919 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-25T00:43:53.919 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-03-25T00:43:53.919 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-25T00:43:53.919 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-25T00:43:53.919 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-25T00:43:53.919 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-25T00:43:53.919 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-03-25T00:43:53.919 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-25T00:43:53.919 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-25T00:43:53.919 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-25T00:43:53.920 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-25T00:43:53.920 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-25T00:43:53.920 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-25T00:43:53.920 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "restful" 2024-03-25T00:43:53.920 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-03-25T00:43:53.920 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-25T00:43:53.920 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-03-25T00:43:53.920 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-25T00:43:53.920 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-25T00:43:53.920 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "modified": "2024-03-25T00:43:37.401986+0000", 2024-03-25T00:43:53.920 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-25T00:43:53.920 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-03-25T00:43:53.920 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-25T00:43:53.920 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout } 2024-03-25T00:43:53.920 INFO:teuthology.orchestra.run.smithi028.stdout:mgr not available, waiting (3/15)... 2024-03-25T00:43:54.341 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:43:53 smithi028 bash[21737]: debug 2024-03-25T00:43:53.850+0000 7ff7088a2200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-25T00:43:54.341 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:43:53 smithi028 bash[21737]: debug 2024-03-25T00:43:53.974+0000 7ff7088a2200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-25T00:43:54.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:54 smithi028 bash[21481]: cluster 2024-03-25T00:43:53.980067+0000 mon.a (mon.0) 16 : cluster [INF] Activating manager daemon a 2024-03-25T00:43:54.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:54 smithi028 bash[21481]: cluster 2024-03-25T00:43:53.987363+0000 mon.a (mon.0) 17 : cluster [DBG] mgrmap e2: a(active, starting, since 0.0075933s) 2024-03-25T00:43:54.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:54 smithi028 bash[21481]: audit 2024-03-25T00:43:53.988605+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.14100 172.21.15.28:0/1311508916' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-25T00:43:54.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:54 smithi028 bash[21481]: audit 2024-03-25T00:43:53.988901+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.14100 172.21.15.28:0/1311508916' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-25T00:43:54.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:54 smithi028 bash[21481]: audit 2024-03-25T00:43:53.989094+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.14100 172.21.15.28:0/1311508916' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-25T00:43:54.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:54 smithi028 bash[21481]: audit 2024-03-25T00:43:53.989282+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.14100 172.21.15.28:0/1311508916' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-25T00:43:54.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:54 smithi028 bash[21481]: audit 2024-03-25T00:43:53.989399+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.14100 172.21.15.28:0/1311508916' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-25T00:43:54.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:54 smithi028 bash[21481]: audit 2024-03-25T00:43:53.989510+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.14100 172.21.15.28:0/1311508916' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-25T00:43:54.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:54 smithi028 bash[21481]: audit 2024-03-25T00:43:53.989624+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.14100 172.21.15.28:0/1311508916' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-25T00:43:54.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:54 smithi028 bash[21481]: audit 2024-03-25T00:43:53.989855+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.14100 172.21.15.28:0/1311508916' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-25T00:43:54.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:54 smithi028 bash[21481]: cluster 2024-03-25T00:43:54.014532+0000 mon.a (mon.0) 26 : cluster [INF] Manager daemon a is now available 2024-03-25T00:43:54.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:54 smithi028 bash[21481]: audit 2024-03-25T00:43:54.026715+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.28:0/1311508916' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-25T00:43:54.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:54 smithi028 bash[21481]: audit 2024-03-25T00:43:54.029964+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.28:0/1311508916' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-25T00:43:54.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:54 smithi028 bash[21481]: audit 2024-03-25T00:43:54.032920+0000 mon.a (mon.0) 29 : audit [INF] from='mgr.14100 172.21.15.28:0/1311508916' entity='mgr.a' 2024-03-25T00:43:54.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:54 smithi028 bash[21481]: audit 2024-03-25T00:43:54.034815+0000 mon.a (mon.0) 30 : audit [INF] from='mgr.14100 172.21.15.28:0/1311508916' entity='mgr.a' 2024-03-25T00:43:54.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:54 smithi028 bash[21481]: audit 2024-03-25T00:43:54.036454+0000 mon.a (mon.0) 31 : audit [INF] from='mgr.14100 172.21.15.28:0/1311508916' entity='mgr.a' 2024-03-25T00:43:56.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:55 smithi028 bash[21481]: cluster 2024-03-25T00:43:54.994191+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e3: a(active, since 1.01443s) 2024-03-25T00:43:58.026 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-03-25T00:43:58.026 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout { 2024-03-25T00:43:58.026 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "fsid": "8327fbb6-ea40-11ee-95cd-87774f69a715", 2024-03-25T00:43:58.026 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "health": { 2024-03-25T00:43:58.026 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-25T00:43:58.027 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-25T00:43:58.027 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-25T00:43:58.027 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-03-25T00:43:58.028 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-25T00:43:58.028 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-25T00:43:58.028 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 0 2024-03-25T00:43:58.028 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-03-25T00:43:58.028 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-25T00:43:58.028 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "a" 2024-03-25T00:43:58.028 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-03-25T00:43:58.028 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-03-25T00:43:58.030 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-25T00:43:58.030 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-25T00:43:58.030 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-25T00:43:58.030 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-25T00:43:58.030 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-03-25T00:43:58.030 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-25T00:43:58.030 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-25T00:43:58.030 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-25T00:43:58.030 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-25T00:43:58.030 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-25T00:43:58.030 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-25T00:43:58.030 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-25T00:43:58.031 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-25T00:43:58.034 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-03-25T00:43:58.034 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-25T00:43:58.034 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-25T00:43:58.034 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-25T00:43:58.034 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-25T00:43:58.034 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-25T00:43:58.034 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-25T00:43:58.034 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-25T00:43:58.034 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-25T00:43:58.035 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-25T00:43:58.035 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-03-25T00:43:58.035 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-25T00:43:58.035 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-25T00:43:58.035 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-25T00:43:58.035 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-25T00:43:58.035 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-03-25T00:43:58.035 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-25T00:43:58.035 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-25T00:43:58.035 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-25T00:43:58.035 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-25T00:43:58.035 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-25T00:43:58.035 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-25T00:43:58.035 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "restful" 2024-03-25T00:43:58.035 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ], 2024-03-25T00:43:58.036 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-25T00:43:58.036 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-03-25T00:43:58.036 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-25T00:43:58.036 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-25T00:43:58.036 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "modified": "2024-03-25T00:43:37.401986+0000", 2024-03-25T00:43:58.037 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-25T00:43:58.037 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout }, 2024-03-25T00:43:58.037 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-25T00:43:58.037 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout } 2024-03-25T00:43:58.037 INFO:teuthology.orchestra.run.smithi028.stdout:mgr is available 2024-03-25T00:43:58.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:57 smithi028 bash[21481]: cluster 2024-03-25T00:43:56.993292+0000 mon.a (mon.0) 33 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-03-25T00:43:58.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:57 smithi028 bash[21481]: audit 2024-03-25T00:43:57.463963+0000 mon.a (mon.0) 34 : audit [DBG] from='client.? 172.21.15.28:0/463078305' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-25T00:43:59.591 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:59 smithi028 bash[21481]: audit 2024-03-25T00:43:59.322065+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.28:0/2247713309' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-25T00:43:59.591 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:43:59 smithi028 bash[21481]: audit 2024-03-25T00:43:59.325982+0000 mon.a (mon.0) 36 : audit [INF] from='client.? 172.21.15.28:0/2247713309' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-25T00:43:59.948 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-03-25T00:43:59.948 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout [global] 2024-03-25T00:43:59.948 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout fsid = 8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:43:59.948 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-25T00:43:59.948 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-25T00:43:59.949 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-25T00:43:59.949 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-25T00:43:59.949 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-03-25T00:43:59.949 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-25T00:43:59.949 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-25T00:43:59.949 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 2024-03-25T00:43:59.950 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout [osd] 2024-03-25T00:43:59.950 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-25T00:43:59.950 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-25T00:43:59.950 INFO:teuthology.orchestra.run.smithi028.stdout:Enabling cephadm module... 2024-03-25T00:44:01.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:01 smithi028 bash[21481]: audit 2024-03-25T00:44:01.339286+0000 mon.a (mon.0) 37 : audit [INF] from='client.? 172.21.15.28:0/88780707' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-25T00:44:01.841 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:01 smithi028 bash[21737]: ignoring --setuser ceph since I am not root 2024-03-25T00:44:01.841 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:01 smithi028 bash[21737]: ignoring --setgroup ceph since I am not root 2024-03-25T00:44:01.841 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:01 smithi028 bash[21737]: debug 2024-03-25T00:44:01.574+0000 7f2e3e0fb200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-25T00:44:02.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:02 smithi028 bash[21481]: audit 2024-03-25T00:44:01.390756+0000 mon.a (mon.0) 38 : audit [INF] from='client.? 172.21.15.28:0/88780707' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-25T00:44:02.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:02 smithi028 bash[21481]: cluster 2024-03-25T00:44:01.395428+0000 mon.a (mon.0) 39 : cluster [DBG] mgrmap e5: a(active, since 7s) 2024-03-25T00:44:03.574 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:03 smithi028 bash[21481]: audit 2024-03-25T00:44:03.249970+0000 mon.a (mon.0) 40 : audit [DBG] from='client.? 172.21.15.28:0/3074309944' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-25T00:44:03.574 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:03 smithi028 bash[21737]: debug 2024-03-25T00:44:03.210+0000 7f2e3e0fb200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-25T00:44:03.574 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:03 smithi028 bash[21737]: debug 2024-03-25T00:44:03.314+0000 7f2e3e0fb200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-25T00:44:03.793 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout { 2024-03-25T00:44:03.793 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-03-25T00:44:03.793 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-25T00:44:03.793 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-25T00:44:03.793 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-25T00:44:03.793 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout } 2024-03-25T00:44:03.793 INFO:teuthology.orchestra.run.smithi028.stdout:Waiting for the mgr to restart... 2024-03-25T00:44:03.794 INFO:teuthology.orchestra.run.smithi028.stdout:Waiting for mgr epoch 5... 2024-03-25T00:44:03.841 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:03 smithi028 bash[21737]: debug 2024-03-25T00:44:03.570+0000 7f2e3e0fb200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-25T00:44:04.841 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:04 smithi028 bash[21737]: debug 2024-03-25T00:44:04.398+0000 7f2e3e0fb200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-25T00:44:04.841 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:04 smithi028 bash[21737]: debug 2024-03-25T00:44:04.514+0000 7f2e3e0fb200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-25T00:44:04.841 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:04 smithi028 bash[21737]: debug 2024-03-25T00:44:04.622+0000 7f2e3e0fb200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-25T00:44:05.341 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:04 smithi028 bash[21737]: debug 2024-03-25T00:44:04.986+0000 7f2e3e0fb200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-25T00:44:05.341 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:05 smithi028 bash[21737]: debug 2024-03-25T00:44:05.102+0000 7f2e3e0fb200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-25T00:44:05.341 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:05 smithi028 bash[21737]: debug 2024-03-25T00:44:05.210+0000 7f2e3e0fb200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-25T00:44:05.841 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:05 smithi028 bash[21737]: debug 2024-03-25T00:44:05.582+0000 7f2e3e0fb200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-25T00:44:05.841 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:05 smithi028 bash[21737]: debug 2024-03-25T00:44:05.822+0000 7f2e3e0fb200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-25T00:44:06.498 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:06 smithi028 bash[21737]: debug 2024-03-25T00:44:06.094+0000 7f2e3e0fb200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-25T00:44:06.499 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:06 smithi028 bash[21737]: debug 2024-03-25T00:44:06.210+0000 7f2e3e0fb200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-25T00:44:06.841 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:06 smithi028 bash[21737]: debug 2024-03-25T00:44:06.494+0000 7f2e3e0fb200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-25T00:44:07.288 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:06 smithi028 bash[21737]: debug 2024-03-25T00:44:06.914+0000 7f2e3e0fb200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-25T00:44:07.288 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:07 smithi028 bash[21737]: debug 2024-03-25T00:44:07.162+0000 7f2e3e0fb200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-25T00:44:07.543 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:07 smithi028 bash[21737]: debug 2024-03-25T00:44:07.286+0000 7f2e3e0fb200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-25T00:44:07.841 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:07 smithi028 bash[21737]: debug 2024-03-25T00:44:07.538+0000 7f2e3e0fb200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-25T00:44:08.841 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:08 smithi028 bash[21737]: debug 2024-03-25T00:44:08.574+0000 7f2e3e0fb200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-25T00:44:08.841 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:08 smithi028 bash[21737]: debug 2024-03-25T00:44:08.690+0000 7f2e3e0fb200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-25T00:44:09.341 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:08 smithi028 bash[21737]: debug 2024-03-25T00:44:08.994+0000 7f2e3e0fb200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-25T00:44:09.341 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:09 smithi028 bash[21737]: debug 2024-03-25T00:44:09.110+0000 7f2e3e0fb200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-25T00:44:09.841 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:09 smithi028 bash[21737]: debug 2024-03-25T00:44:09.578+0000 7f2e3e0fb200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-25T00:44:09.841 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:09 smithi028 bash[21737]: debug 2024-03-25T00:44:09.702+0000 7f2e3e0fb200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-25T00:44:09.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:09 smithi028 bash[21481]: cluster 2024-03-25T00:44:09.726532+0000 mon.a (mon.0) 41 : cluster [INF] Active manager daemon a restarted 2024-03-25T00:44:09.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:09 smithi028 bash[21481]: cluster 2024-03-25T00:44:09.726821+0000 mon.a (mon.0) 42 : cluster [INF] Activating manager daemon a 2024-03-25T00:44:09.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:09 smithi028 bash[21481]: cluster 2024-03-25T00:44:09.731814+0000 mon.a (mon.0) 43 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-03-25T00:44:09.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:09 smithi028 bash[21481]: cluster 2024-03-25T00:44:09.732302+0000 mon.a (mon.0) 44 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00558083s) 2024-03-25T00:44:09.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:09 smithi028 bash[21481]: audit 2024-03-25T00:44:09.734922+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.28:0/1180706828' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-25T00:44:09.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:09 smithi028 bash[21481]: audit 2024-03-25T00:44:09.736835+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.28:0/1180706828' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-25T00:44:09.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:09 smithi028 bash[21481]: audit 2024-03-25T00:44:09.738236+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14120 172.21.15.28:0/1180706828' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-25T00:44:09.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:09 smithi028 bash[21481]: audit 2024-03-25T00:44:09.738457+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.14120 172.21.15.28:0/1180706828' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-25T00:44:09.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:09 smithi028 bash[21481]: audit 2024-03-25T00:44:09.738685+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.14120 172.21.15.28:0/1180706828' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-25T00:44:09.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:09 smithi028 bash[21481]: cluster 2024-03-25T00:44:09.762913+0000 mon.a (mon.0) 50 : cluster [INF] Manager daemon a is now available 2024-03-25T00:44:11.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:10 smithi028 bash[21481]: cephadm 2024-03-25T00:44:09.781209+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-03-25T00:44:11.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:10 smithi028 bash[21481]: audit 2024-03-25T00:44:09.782938+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.28:0/1180706828' entity='mgr.a' 2024-03-25T00:44:11.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:10 smithi028 bash[21481]: audit 2024-03-25T00:44:09.785373+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.28:0/1180706828' entity='mgr.a' 2024-03-25T00:44:11.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:10 smithi028 bash[21481]: audit 2024-03-25T00:44:09.787810+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14120 172.21.15.28:0/1180706828' entity='mgr.a' 2024-03-25T00:44:11.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:10 smithi028 bash[21481]: audit 2024-03-25T00:44:09.791306+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.14120 172.21.15.28:0/1180706828' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:44:11.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:10 smithi028 bash[21481]: audit 2024-03-25T00:44:09.796026+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.14120 172.21.15.28:0/1180706828' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:44:11.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:10 smithi028 bash[21481]: audit 2024-03-25T00:44:09.804652+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14120 172.21.15.28:0/1180706828' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-25T00:44:11.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:10 smithi028 bash[21481]: audit 2024-03-25T00:44:09.807385+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.28:0/1180706828' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-25T00:44:11.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:10 smithi028 bash[21481]: audit 2024-03-25T00:44:10.073883+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.28:0/1180706828' entity='mgr.a' 2024-03-25T00:44:11.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:10 smithi028 bash[21481]: audit 2024-03-25T00:44:10.079390+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.28:0/1180706828' entity='mgr.a' 2024-03-25T00:44:11.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:10 smithi028 bash[21481]: cephadm 2024-03-25T00:44:10.304943+0000 mgr.a (mgr.14120) 2 : cephadm [INF] [25/Mar/2024:00:44:10] ENGINE Bus STARTING 2024-03-25T00:44:11.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:10 smithi028 bash[21481]: cephadm 2024-03-25T00:44:10.426879+0000 mgr.a (mgr.14120) 3 : cephadm [INF] [25/Mar/2024:00:44:10] ENGINE Serving on https://172.21.15.28:7150 2024-03-25T00:44:11.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:10 smithi028 bash[21481]: audit 2024-03-25T00:44:10.564962+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.14120 172.21.15.28:0/1180706828' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:44:11.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:10 smithi028 bash[21481]: cluster 2024-03-25T00:44:10.739902+0000 mon.a (mon.0) 61 : cluster [DBG] mgrmap e7: a(active, since 1.01317s) 2024-03-25T00:44:11.408 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout { 2024-03-25T00:44:11.408 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-03-25T00:44:11.408 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-25T00:44:11.408 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout } 2024-03-25T00:44:11.408 INFO:teuthology.orchestra.run.smithi028.stdout:mgr epoch 5 is available 2024-03-25T00:44:11.408 INFO:teuthology.orchestra.run.smithi028.stdout:Setting orchestrator backend to cephadm... 2024-03-25T00:44:12.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:11 smithi028 bash[21481]: cephadm 2024-03-25T00:44:10.528295+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [25/Mar/2024:00:44:10] ENGINE Serving on http://172.21.15.28:8765 2024-03-25T00:44:12.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:11 smithi028 bash[21481]: cephadm 2024-03-25T00:44:10.528872+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [25/Mar/2024:00:44:10] ENGINE Bus STARTED 2024-03-25T00:44:12.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:11 smithi028 bash[21481]: audit 2024-03-25T00:44:10.738186+0000 mgr.a (mgr.14120) 6 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-25T00:44:12.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:11 smithi028 bash[21481]: audit 2024-03-25T00:44:10.752214+0000 mgr.a (mgr.14120) 7 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-25T00:44:13.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:12 smithi028 bash[21481]: cluster 2024-03-25T00:44:11.790403+0000 mon.a (mon.0) 62 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-03-25T00:44:13.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:12 smithi028 bash[21481]: audit 2024-03-25T00:44:12.779260+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.28:0/1180706828' entity='mgr.a' 2024-03-25T00:44:14.081 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:13 smithi028 bash[21481]: audit 2024-03-25T00:44:12.774496+0000 mgr.a (mgr.14120) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:44:14.081 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:13 smithi028 bash[21481]: audit 2024-03-25T00:44:12.838645+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14120 172.21.15.28:0/1180706828' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:44:15.300 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout value unchanged 2024-03-25T00:44:15.300 INFO:teuthology.orchestra.run.smithi028.stdout:Generating ssh key... 2024-03-25T00:44:15.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:15 smithi028 bash[21481]: audit 2024-03-25T00:44:14.690800+0000 mgr.a (mgr.14120) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:44:17.342 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:17 smithi028 bash[21737]: Generating public/private rsa key pair. 2024-03-25T00:44:17.342 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:17 smithi028 bash[21737]: Your identification has been saved in /tmp/tmp_en3a60h/key. 2024-03-25T00:44:17.342 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:17 smithi028 bash[21737]: Your public key has been saved in /tmp/tmp_en3a60h/key.pub. 2024-03-25T00:44:17.342 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:17 smithi028 bash[21737]: The key fingerprint is: 2024-03-25T00:44:17.342 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:17 smithi028 bash[21737]: SHA256:yo423np5pMtK1BSmBaIQ8ljHSrnY9n7yGLzt8aySCwk ceph-8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:44:17.342 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:17 smithi028 bash[21737]: The key's randomart image is: 2024-03-25T00:44:17.342 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:17 smithi028 bash[21737]: +---[RSA 3072]----+ 2024-03-25T00:44:17.342 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:17 smithi028 bash[21737]: |+.ooo.+ | 2024-03-25T00:44:17.342 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:17 smithi028 bash[21737]: |o=oo.+ . | 2024-03-25T00:44:17.342 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:17 smithi028 bash[21737]: |o+.o. . | 2024-03-25T00:44:17.343 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:17 smithi028 bash[21737]: |. = o | 2024-03-25T00:44:17.343 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:17 smithi028 bash[21737]: |E. .. . S | 2024-03-25T00:44:17.343 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:17 smithi028 bash[21737]: | . +.. .. | 2024-03-25T00:44:17.343 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:17 smithi028 bash[21737]: | o.+.++ | 2024-03-25T00:44:17.343 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:17 smithi028 bash[21737]: | oBX=+. | 2024-03-25T00:44:17.343 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:17 smithi028 bash[21737]: | oO%X+o | 2024-03-25T00:44:17.343 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:17 smithi028 bash[21737]: +----[SHA256]-----+ 2024-03-25T00:44:18.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:18 smithi028 bash[21481]: audit 2024-03-25T00:44:16.536344+0000 mgr.a (mgr.14120) 10 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:44:18.377 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:18 smithi028 bash[21481]: cephadm 2024-03-25T00:44:16.536738+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-03-25T00:44:18.377 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:18 smithi028 bash[21481]: audit 2024-03-25T00:44:17.090731+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14120 172.21.15.28:0/1180706828' entity='mgr.a' 2024-03-25T00:44:18.377 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:18 smithi028 bash[21481]: audit 2024-03-25T00:44:17.095691+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14120 172.21.15.28:0/1180706828' entity='mgr.a' 2024-03-25T00:44:19.552 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCpVTSg/ZwAnNinjfOA/QIR3VeGkhQFMeYLHfYIYI5xdjZ7390WEtedofIjO6ykhAUJhya8JNxvasF711PqQBdgNWrc/jPljSuSttXecTfqcsWQOss+o/HOmYRGt7bbUaC9Z4OsbDyHxZQ6xcdBCYJLpfBNY4qsjsUtKCJmCD4Mo95RNBvCKBcA6s9Z68Sn/H3CRzDMFJ/anrWSi8PwLcErnizsPPTCgex7ODtiaruHJvTlKWv+EerXrKXR5H9TJBVr4TSOtdtE7H93+TjkZqxbok5fT8X0r43lKjS2B7x1JnH/qa80afyuefpljZQ9vv5SSbWV+UAAyIBtE4K/8y8qbdgyQPEfb73I/WKzRXmfdRKPdfQwzsXplSkChXoRShgawfwTnOpKmL4rOAIm4jqYKMt/+HNmgHCXI78DXNW/UUr9u99bYKKhXlpu7D6+MO++17GoAisAFAlC4dwtZIkiAWCFRm1BfoD5hfCCPZq0lJi/WgNvSf1SFJoya3xu7fE= ceph-8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:44:19.552 INFO:teuthology.orchestra.run.smithi028.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-25T00:44:19.552 INFO:teuthology.orchestra.run.smithi028.stdout:Adding key to root@localhost authorized_keys... 2024-03-25T00:44:19.553 INFO:teuthology.orchestra.run.smithi028.stdout:Adding host smithi028... 2024-03-25T00:44:19.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:19 smithi028 bash[21481]: audit 2024-03-25T00:44:18.967322+0000 mgr.a (mgr.14120) 12 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:44:21.732 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:21 smithi028 bash[21481]: audit 2024-03-25T00:44:20.909032+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi028", "addr": "172.21.15.28", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:44:22.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:22 smithi028 bash[21481]: cephadm 2024-03-25T00:44:21.557106+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi028 2024-03-25T00:44:27.569 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout Added host 'smithi028' with addr '172.21.15.28' 2024-03-25T00:44:27.569 INFO:teuthology.orchestra.run.smithi028.stdout:Deploying unmanaged mon service... 2024-03-25T00:44:27.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:27 smithi028 bash[21481]: audit 2024-03-25T00:44:26.726100+0000 mon.a (mon.0) 67 : audit [INF] from='mgr.14120 172.21.15.28:0/1180706828' entity='mgr.a' 2024-03-25T00:44:27.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:27 smithi028 bash[21481]: cephadm 2024-03-25T00:44:26.726515+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi028 2024-03-25T00:44:27.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:27 smithi028 bash[21481]: audit 2024-03-25T00:44:26.749013+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.14120 172.21.15.28:0/1180706828' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:44:30.234 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-03-25T00:44:30.234 INFO:teuthology.orchestra.run.smithi028.stdout:Deploying unmanaged mgr service... 2024-03-25T00:44:30.971 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:30 smithi028 bash[21481]: audit 2024-03-25T00:44:29.590914+0000 mgr.a (mgr.14120) 16 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:44:30.971 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:30 smithi028 bash[21481]: cephadm 2024-03-25T00:44:29.593628+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-03-25T00:44:30.971 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:30 smithi028 bash[21481]: audit 2024-03-25T00:44:29.596528+0000 mon.a (mon.0) 69 : audit [INF] from='mgr.14120 172.21.15.28:0/1180706828' entity='mgr.a' 2024-03-25T00:44:30.971 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:30 smithi028 bash[21481]: cluster 2024-03-25T00:44:29.739884+0000 mgr.a (mgr.14120) 18 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:44:30.971 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:30 smithi028 bash[21481]: audit 2024-03-25T00:44:29.876020+0000 mon.a (mon.0) 70 : audit [INF] from='mgr.14120 172.21.15.28:0/1180706828' entity='mgr.a' 2024-03-25T00:44:30.971 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:30 smithi028 bash[21481]: audit 2024-03-25T00:44:30.408567+0000 mon.a (mon.0) 71 : audit [INF] from='mgr.14120 172.21.15.28:0/1180706828' entity='mgr.a' 2024-03-25T00:44:32.191 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-03-25T00:44:32.903 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:32 smithi028 bash[21481]: audit 2024-03-25T00:44:31.590328+0000 mgr.a (mgr.14120) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:44:32.904 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:32 smithi028 bash[21481]: cephadm 2024-03-25T00:44:31.591994+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-03-25T00:44:32.904 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:32 smithi028 bash[21481]: audit 2024-03-25T00:44:31.596334+0000 mon.a (mon.0) 72 : audit [INF] from='mgr.14120 172.21.15.28:0/1180706828' entity='mgr.a' 2024-03-25T00:44:32.904 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:32 smithi028 bash[21481]: cluster 2024-03-25T00:44:31.740293+0000 mgr.a (mgr.14120) 21 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:44:34.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:34 smithi028 bash[21481]: audit 2024-03-25T00:44:33.514913+0000 mon.a (mon.0) 73 : audit [INF] from='client.? 172.21.15.28:0/2016312369' entity='client.admin' 2024-03-25T00:44:34.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:34 smithi028 bash[21481]: cluster 2024-03-25T00:44:33.740755+0000 mgr.a (mgr.14120) 22 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:44:35.902 INFO:teuthology.orchestra.run.smithi028.stdout:Enabling the dashboard module... 2024-03-25T00:44:36.571 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:36 smithi028 bash[21481]: audit 2024-03-25T00:44:35.319606+0000 mon.a (mon.0) 74 : audit [INF] from='client.? 172.21.15.28:0/1191411562' entity='client.admin' 2024-03-25T00:44:37.591 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:37 smithi028 bash[21481]: cluster 2024-03-25T00:44:35.741114+0000 mgr.a (mgr.14120) 23 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:44:37.591 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:37 smithi028 bash[21481]: audit 2024-03-25T00:44:37.246552+0000 mon.a (mon.0) 75 : audit [INF] from='client.? 172.21.15.28:0/2171719402' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-25T00:44:37.592 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:37 smithi028 bash[21737]: ignoring --setuser ceph since I am not root 2024-03-25T00:44:37.592 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:37 smithi028 bash[21737]: ignoring --setgroup ceph since I am not root 2024-03-25T00:44:37.592 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:37 smithi028 bash[21737]: debug 2024-03-25T00:44:37.513+0000 7fe1357e0200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-25T00:44:38.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:38 smithi028 bash[21481]: audit 2024-03-25T00:44:37.321991+0000 mon.a (mon.0) 76 : audit [INF] from='client.? 172.21.15.28:0/2171719402' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-25T00:44:38.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:38 smithi028 bash[21481]: cluster 2024-03-25T00:44:37.327455+0000 mon.a (mon.0) 77 : cluster [DBG] mgrmap e9: a(active, since 27s) 2024-03-25T00:44:39.435 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:39 smithi028 bash[21737]: debug 2024-03-25T00:44:39.152+0000 7fe1357e0200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-25T00:44:39.436 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:39 smithi028 bash[21737]: debug 2024-03-25T00:44:39.256+0000 7fe1357e0200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-25T00:44:39.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:39 smithi028 bash[21481]: audit 2024-03-25T00:44:39.392896+0000 mon.a (mon.0) 78 : audit [DBG] from='client.? 172.21.15.28:0/3053371619' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-25T00:44:39.842 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:39 smithi028 bash[21737]: debug 2024-03-25T00:44:39.512+0000 7fe1357e0200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-25T00:44:40.070 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout { 2024-03-25T00:44:40.070 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-03-25T00:44:40.070 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-25T00:44:40.070 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-25T00:44:40.070 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-25T00:44:40.070 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout } 2024-03-25T00:44:40.070 INFO:teuthology.orchestra.run.smithi028.stdout:Waiting for the mgr to restart... 2024-03-25T00:44:40.070 INFO:teuthology.orchestra.run.smithi028.stdout:Waiting for mgr epoch 9... 2024-03-25T00:44:40.710 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:40 smithi028 bash[21737]: debug 2024-03-25T00:44:40.340+0000 7fe1357e0200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-25T00:44:40.710 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:40 smithi028 bash[21737]: debug 2024-03-25T00:44:40.456+0000 7fe1357e0200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-25T00:44:40.710 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:40 smithi028 bash[21737]: debug 2024-03-25T00:44:40.564+0000 7fe1357e0200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-25T00:44:41.059 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:40 smithi028 bash[21737]: debug 2024-03-25T00:44:40.936+0000 7fe1357e0200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-25T00:44:41.341 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:41 smithi028 bash[21737]: debug 2024-03-25T00:44:41.052+0000 7fe1357e0200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-25T00:44:41.342 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:41 smithi028 bash[21737]: debug 2024-03-25T00:44:41.160+0000 7fe1357e0200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-25T00:44:41.841 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:41 smithi028 bash[21737]: debug 2024-03-25T00:44:41.532+0000 7fe1357e0200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-25T00:44:41.842 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:41 smithi028 bash[21737]: debug 2024-03-25T00:44:41.776+0000 7fe1357e0200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-25T00:44:42.341 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:42 smithi028 bash[21737]: debug 2024-03-25T00:44:42.048+0000 7fe1357e0200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-25T00:44:42.342 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:42 smithi028 bash[21737]: debug 2024-03-25T00:44:42.164+0000 7fe1357e0200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-25T00:44:42.842 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:42 smithi028 bash[21737]: debug 2024-03-25T00:44:42.452+0000 7fe1357e0200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-25T00:44:43.255 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:42 smithi028 bash[21737]: debug 2024-03-25T00:44:42.880+0000 7fe1357e0200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-25T00:44:43.256 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:43 smithi028 bash[21737]: debug 2024-03-25T00:44:43.128+0000 7fe1357e0200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-25T00:44:43.516 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:43 smithi028 bash[21737]: debug 2024-03-25T00:44:43.252+0000 7fe1357e0200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-25T00:44:43.841 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:43 smithi028 bash[21737]: debug 2024-03-25T00:44:43.512+0000 7fe1357e0200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-25T00:44:44.842 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:44 smithi028 bash[21737]: debug 2024-03-25T00:44:44.560+0000 7fe1357e0200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-25T00:44:44.842 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:44 smithi028 bash[21737]: debug 2024-03-25T00:44:44.680+0000 7fe1357e0200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-25T00:44:45.342 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:44 smithi028 bash[21737]: debug 2024-03-25T00:44:44.984+0000 7fe1357e0200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-25T00:44:45.342 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:45 smithi028 bash[21737]: debug 2024-03-25T00:44:45.100+0000 7fe1357e0200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-25T00:44:45.835 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:45 smithi028 bash[21737]: debug 2024-03-25T00:44:45.576+0000 7fe1357e0200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-25T00:44:45.835 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:45 smithi028 bash[21737]: debug 2024-03-25T00:44:45.704+0000 7fe1357e0200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-25T00:44:45.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:45 smithi028 bash[21481]: cluster 2024-03-25T00:44:45.727307+0000 mon.a (mon.0) 79 : cluster [INF] Active manager daemon a restarted 2024-03-25T00:44:45.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:45 smithi028 bash[21481]: cluster 2024-03-25T00:44:45.727677+0000 mon.a (mon.0) 80 : cluster [INF] Activating manager daemon a 2024-03-25T00:44:45.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:45 smithi028 bash[21481]: cluster 2024-03-25T00:44:45.734754+0000 mon.a (mon.0) 81 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-03-25T00:44:45.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:45 smithi028 bash[21481]: cluster 2024-03-25T00:44:45.735139+0000 mon.a (mon.0) 82 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00757676s) 2024-03-25T00:44:45.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:45 smithi028 bash[21481]: audit 2024-03-25T00:44:45.737632+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-25T00:44:45.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:45 smithi028 bash[21481]: audit 2024-03-25T00:44:45.739842+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-25T00:44:45.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:45 smithi028 bash[21481]: audit 2024-03-25T00:44:45.741107+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-25T00:44:45.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:45 smithi028 bash[21481]: audit 2024-03-25T00:44:45.741365+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-25T00:44:45.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:45 smithi028 bash[21481]: audit 2024-03-25T00:44:45.741549+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-25T00:44:45.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:45 smithi028 bash[21481]: cluster 2024-03-25T00:44:45.770885+0000 mon.a (mon.0) 88 : cluster [INF] Manager daemon a is now available 2024-03-25T00:44:47.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:46 smithi028 bash[21481]: audit 2024-03-25T00:44:45.799400+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:44:47.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:46 smithi028 bash[21481]: audit 2024-03-25T00:44:45.802751+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:44:47.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:46 smithi028 bash[21481]: audit 2024-03-25T00:44:45.821270+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-25T00:44:47.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:46 smithi028 bash[21481]: audit 2024-03-25T00:44:45.824636+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-25T00:44:47.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:46 smithi028 bash[21481]: cluster 2024-03-25T00:44:46.739827+0000 mon.a (mon.0) 93 : cluster [DBG] mgrmap e11: a(active, since 1.01227s) 2024-03-25T00:44:47.418 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout { 2024-03-25T00:44:47.418 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-03-25T00:44:47.418 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-25T00:44:47.418 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout } 2024-03-25T00:44:47.418 INFO:teuthology.orchestra.run.smithi028.stdout:mgr epoch 9 is available 2024-03-25T00:44:47.418 INFO:teuthology.orchestra.run.smithi028.stdout:Generating a dashboard self-signed certificate... 2024-03-25T00:44:48.068 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:47 smithi028 bash[21481]: cephadm 2024-03-25T00:44:46.484735+0000 mgr.a (mgr.14152) 1 : cephadm [INF] [25/Mar/2024:00:44:46] ENGINE Bus STARTING 2024-03-25T00:44:48.069 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:47 smithi028 bash[21481]: cephadm 2024-03-25T00:44:46.586851+0000 mgr.a (mgr.14152) 2 : cephadm [INF] [25/Mar/2024:00:44:46] ENGINE Serving on http://172.21.15.28:8765 2024-03-25T00:44:48.069 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:47 smithi028 bash[21481]: cephadm 2024-03-25T00:44:46.708388+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [25/Mar/2024:00:44:46] ENGINE Serving on https://172.21.15.28:7150 2024-03-25T00:44:48.069 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:47 smithi028 bash[21481]: cephadm 2024-03-25T00:44:46.708589+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [25/Mar/2024:00:44:46] ENGINE Bus STARTED 2024-03-25T00:44:48.069 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:47 smithi028 bash[21481]: audit 2024-03-25T00:44:46.739139+0000 mgr.a (mgr.14152) 5 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-25T00:44:48.069 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:47 smithi028 bash[21481]: audit 2024-03-25T00:44:46.751872+0000 mgr.a (mgr.14152) 6 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-25T00:44:49.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:48 smithi028 bash[21481]: cluster 2024-03-25T00:44:47.803573+0000 mon.a (mon.0) 94 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-03-25T00:44:49.497 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-03-25T00:44:49.497 INFO:teuthology.orchestra.run.smithi028.stdout:Creating initial admin user... 2024-03-25T00:44:50.168 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:49 smithi028 bash[21481]: audit 2024-03-25T00:44:48.661974+0000 mgr.a (mgr.14152) 7 : audit [DBG] from='client.14164 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:44:50.168 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:49 smithi028 bash[21481]: audit 2024-03-25T00:44:48.849205+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:44:50.168 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:49 smithi028 bash[21481]: audit 2024-03-25T00:44:48.854002+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:44:51.728 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$ZDu3TUuAGD2CWobEXl284O5p/tZm9guGbcgnVG9VVomig7qlKtnmC", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1711327491, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-25T00:44:51.728 INFO:teuthology.orchestra.run.smithi028.stdout:Fetching dashboard port number... 2024-03-25T00:44:52.389 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:52 smithi028 bash[21481]: audit 2024-03-25T00:44:50.809196+0000 mgr.a (mgr.14152) 8 : audit [DBG] from='client.14166 -' 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-03-25T00:44:52.389 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:52 smithi028 bash[21481]: audit 2024-03-25T00:44:51.098369+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:44:53.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:53 smithi028 bash[21481]: cluster 2024-03-25T00:44:52.102241+0000 mon.a (mon.0) 98 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-03-25T00:44:53.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:53 smithi028 bash[21481]: audit 2024-03-25T00:44:52.526433+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:44:53.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:53 smithi028 bash[21481]: audit 2024-03-25T00:44:52.527259+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi028", "name": "osd_memory_target"}]: dispatch 2024-03-25T00:44:53.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:53 smithi028 bash[21481]: audit 2024-03-25T00:44:52.530701+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:44:53.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:53 smithi028 bash[21481]: audit 2024-03-25T00:44:52.532212+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi028", "caps": []}]: dispatch 2024-03-25T00:44:53.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:53 smithi028 bash[21481]: audit 2024-03-25T00:44:52.532856+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi028", "caps": []}]': finished 2024-03-25T00:44:53.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:53 smithi028 bash[21481]: audit 2024-03-25T00:44:52.980420+0000 mon.a (mon.0) 104 : audit [DBG] from='client.? 172.21.15.28:0/2562809949' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-25T00:44:53.614 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stdout 8443 2024-03-25T00:44:53.614 INFO:teuthology.orchestra.run.smithi028.stdout:firewalld does not appear to be present 2024-03-25T00:44:53.614 INFO:teuthology.orchestra.run.smithi028.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-25T00:44:53.616 INFO:teuthology.orchestra.run.smithi028.stdout:Ceph Dashboard is now available at: 2024-03-25T00:44:53.616 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-25T00:44:53.616 INFO:teuthology.orchestra.run.smithi028.stdout: URL: https://smithi028.front.sepia.ceph.com:8443/ 2024-03-25T00:44:53.616 INFO:teuthology.orchestra.run.smithi028.stdout: User: admin 2024-03-25T00:44:53.616 INFO:teuthology.orchestra.run.smithi028.stdout: Password: jixyxc70uq 2024-03-25T00:44:53.617 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-25T00:44:53.617 INFO:teuthology.orchestra.run.smithi028.stdout:Saving cluster configuration to /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config directory 2024-03-25T00:44:53.617 INFO:teuthology.orchestra.run.smithi028.stdout:Enabling autotune for osd_memory_target 2024-03-25T00:44:54.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:54 smithi028 bash[21481]: cephadm 2024-03-25T00:44:53.357365+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi028 on smithi028 2024-03-25T00:44:57.376 INFO:teuthology.orchestra.run.smithi028.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-03-25T00:44:57.376 INFO:teuthology.orchestra.run.smithi028.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-03-25T00:44:57.376 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-25T00:44:57.377 INFO:teuthology.orchestra.run.smithi028.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-25T00:44:57.377 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-25T00:44:57.377 INFO:teuthology.orchestra.run.smithi028.stdout:Or, if you are only running a single cluster on this host: 2024-03-25T00:44:57.377 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-25T00:44:57.377 INFO:teuthology.orchestra.run.smithi028.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-03-25T00:44:57.377 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-25T00:44:57.377 INFO:teuthology.orchestra.run.smithi028.stdout:Please consider enabling telemetry to help improve Ceph: 2024-03-25T00:44:57.377 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-25T00:44:57.377 INFO:teuthology.orchestra.run.smithi028.stdout: ceph telemetry on 2024-03-25T00:44:57.377 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-25T00:44:57.377 INFO:teuthology.orchestra.run.smithi028.stdout:For more information see: 2024-03-25T00:44:57.377 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-25T00:44:57.377 INFO:teuthology.orchestra.run.smithi028.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-03-25T00:44:57.377 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-25T00:44:57.377 INFO:teuthology.orchestra.run.smithi028.stdout:Bootstrap complete. 2024-03-25T00:44:57.435 INFO:tasks.cephadm:Fetching config... 2024-03-25T00:44:57.435 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-03-25T00:44:57.436 DEBUG:teuthology.orchestra.run.smithi028:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-25T00:44:57.441 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-25T00:44:57.441 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-03-25T00:44:57.441 DEBUG:teuthology.orchestra.run.smithi028:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-25T00:44:57.488 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-25T00:44:57.489 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-03-25T00:44:57.489 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd if=/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.a/keyring of=/dev/stdout 2024-03-25T00:44:57.547 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-25T00:44:57.547 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-03-25T00:44:57.547 DEBUG:teuthology.orchestra.run.smithi028:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-25T00:44:57.591 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-25T00:44:57.592 DEBUG:teuthology.orchestra.run.smithi028:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCpVTSg/ZwAnNinjfOA/QIR3VeGkhQFMeYLHfYIYI5xdjZ7390WEtedofIjO6ykhAUJhya8JNxvasF711PqQBdgNWrc/jPljSuSttXecTfqcsWQOss+o/HOmYRGt7bbUaC9Z4OsbDyHxZQ6xcdBCYJLpfBNY4qsjsUtKCJmCD4Mo95RNBvCKBcA6s9Z68Sn/H3CRzDMFJ/anrWSi8PwLcErnizsPPTCgex7ODtiaruHJvTlKWv+EerXrKXR5H9TJBVr4TSOtdtE7H93+TjkZqxbok5fT8X0r43lKjS2B7x1JnH/qa80afyuefpljZQ9vv5SSbWV+UAAyIBtE4K/8y8qbdgyQPEfb73I/WKzRXmfdRKPdfQwzsXplSkChXoRShgawfwTnOpKmL4rOAIm4jqYKMt/+HNmgHCXI78DXNW/UUr9u99bYKKhXlpu7D6+MO++17GoAisAFAlC4dwtZIkiAWCFRm1BfoD5hfCCPZq0lJi/WgNvSf1SFJoya3xu7fE= ceph-8327fbb6-ea40-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-25T00:44:57.652 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:57 smithi028 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:44:57.652 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:57 smithi028 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:44:57.654 INFO:teuthology.orchestra.run.smithi028.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCpVTSg/ZwAnNinjfOA/QIR3VeGkhQFMeYLHfYIYI5xdjZ7390WEtedofIjO6ykhAUJhya8JNxvasF711PqQBdgNWrc/jPljSuSttXecTfqcsWQOss+o/HOmYRGt7bbUaC9Z4OsbDyHxZQ6xcdBCYJLpfBNY4qsjsUtKCJmCD4Mo95RNBvCKBcA6s9Z68Sn/H3CRzDMFJ/anrWSi8PwLcErnizsPPTCgex7ODtiaruHJvTlKWv+EerXrKXR5H9TJBVr4TSOtdtE7H93+TjkZqxbok5fT8X0r43lKjS2B7x1JnH/qa80afyuefpljZQ9vv5SSbWV+UAAyIBtE4K/8y8qbdgyQPEfb73I/WKzRXmfdRKPdfQwzsXplSkChXoRShgawfwTnOpKmL4rOAIm4jqYKMt/+HNmgHCXI78DXNW/UUr9u99bYKKhXlpu7D6+MO++17GoAisAFAlC4dwtZIkiAWCFRm1BfoD5hfCCPZq0lJi/WgNvSf1SFJoya3xu7fE= ceph-8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:44:57.662 DEBUG:teuthology.orchestra.run.smithi134:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCpVTSg/ZwAnNinjfOA/QIR3VeGkhQFMeYLHfYIYI5xdjZ7390WEtedofIjO6ykhAUJhya8JNxvasF711PqQBdgNWrc/jPljSuSttXecTfqcsWQOss+o/HOmYRGt7bbUaC9Z4OsbDyHxZQ6xcdBCYJLpfBNY4qsjsUtKCJmCD4Mo95RNBvCKBcA6s9Z68Sn/H3CRzDMFJ/anrWSi8PwLcErnizsPPTCgex7ODtiaruHJvTlKWv+EerXrKXR5H9TJBVr4TSOtdtE7H93+TjkZqxbok5fT8X0r43lKjS2B7x1JnH/qa80afyuefpljZQ9vv5SSbWV+UAAyIBtE4K/8y8qbdgyQPEfb73I/WKzRXmfdRKPdfQwzsXplSkChXoRShgawfwTnOpKmL4rOAIm4jqYKMt/+HNmgHCXI78DXNW/UUr9u99bYKKhXlpu7D6+MO++17GoAisAFAlC4dwtZIkiAWCFRm1BfoD5hfCCPZq0lJi/WgNvSf1SFJoya3xu7fE= ceph-8327fbb6-ea40-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-25T00:44:57.684 INFO:teuthology.orchestra.run.smithi134.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCpVTSg/ZwAnNinjfOA/QIR3VeGkhQFMeYLHfYIYI5xdjZ7390WEtedofIjO6ykhAUJhya8JNxvasF711PqQBdgNWrc/jPljSuSttXecTfqcsWQOss+o/HOmYRGt7bbUaC9Z4OsbDyHxZQ6xcdBCYJLpfBNY4qsjsUtKCJmCD4Mo95RNBvCKBcA6s9Z68Sn/H3CRzDMFJ/anrWSi8PwLcErnizsPPTCgex7ODtiaruHJvTlKWv+EerXrKXR5H9TJBVr4TSOtdtE7H93+TjkZqxbok5fT8X0r43lKjS2B7x1JnH/qa80afyuefpljZQ9vv5SSbWV+UAAyIBtE4K/8y8qbdgyQPEfb73I/WKzRXmfdRKPdfQwzsXplSkChXoRShgawfwTnOpKmL4rOAIm4jqYKMt/+HNmgHCXI78DXNW/UUr9u99bYKKhXlpu7D6+MO++17GoAisAFAlC4dwtZIkiAWCFRm1BfoD5hfCCPZq0lJi/WgNvSf1SFJoya3xu7fE= ceph-8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:44:57.693 DEBUG:teuthology.orchestra.run.smithi149:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCpVTSg/ZwAnNinjfOA/QIR3VeGkhQFMeYLHfYIYI5xdjZ7390WEtedofIjO6ykhAUJhya8JNxvasF711PqQBdgNWrc/jPljSuSttXecTfqcsWQOss+o/HOmYRGt7bbUaC9Z4OsbDyHxZQ6xcdBCYJLpfBNY4qsjsUtKCJmCD4Mo95RNBvCKBcA6s9Z68Sn/H3CRzDMFJ/anrWSi8PwLcErnizsPPTCgex7ODtiaruHJvTlKWv+EerXrKXR5H9TJBVr4TSOtdtE7H93+TjkZqxbok5fT8X0r43lKjS2B7x1JnH/qa80afyuefpljZQ9vv5SSbWV+UAAyIBtE4K/8y8qbdgyQPEfb73I/WKzRXmfdRKPdfQwzsXplSkChXoRShgawfwTnOpKmL4rOAIm4jqYKMt/+HNmgHCXI78DXNW/UUr9u99bYKKhXlpu7D6+MO++17GoAisAFAlC4dwtZIkiAWCFRm1BfoD5hfCCPZq0lJi/WgNvSf1SFJoya3xu7fE= ceph-8327fbb6-ea40-11ee-95cd-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-25T00:44:57.716 INFO:teuthology.orchestra.run.smithi149.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCpVTSg/ZwAnNinjfOA/QIR3VeGkhQFMeYLHfYIYI5xdjZ7390WEtedofIjO6ykhAUJhya8JNxvasF711PqQBdgNWrc/jPljSuSttXecTfqcsWQOss+o/HOmYRGt7bbUaC9Z4OsbDyHxZQ6xcdBCYJLpfBNY4qsjsUtKCJmCD4Mo95RNBvCKBcA6s9Z68Sn/H3CRzDMFJ/anrWSi8PwLcErnizsPPTCgex7ODtiaruHJvTlKWv+EerXrKXR5H9TJBVr4TSOtdtE7H93+TjkZqxbok5fT8X0r43lKjS2B7x1JnH/qa80afyuefpljZQ9vv5SSbWV+UAAyIBtE4K/8y8qbdgyQPEfb73I/WKzRXmfdRKPdfQwzsXplSkChXoRShgawfwTnOpKmL4rOAIm4jqYKMt/+HNmgHCXI78DXNW/UUr9u99bYKKhXlpu7D6+MO++17GoAisAFAlC4dwtZIkiAWCFRm1BfoD5hfCCPZq0lJi/WgNvSf1SFJoya3xu7fE= ceph-8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:44:57.725 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-25T00:44:58.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:57 smithi028 bash[21481]: audit 2024-03-25T00:44:56.796580+0000 mon.a (mon.0) 105 : audit [INF] from='client.? 172.21.15.28:0/4203285406' entity='client.admin' 2024-03-25T00:44:58.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:57 smithi028 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:44:58.092 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:44:57 smithi028 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:44:59.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:58 smithi028 bash[21481]: audit 2024-03-25T00:44:57.921866+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:44:59.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:58 smithi028 bash[21481]: audit 2024-03-25T00:44:57.933822+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:44:59.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:58 smithi028 bash[21481]: audit 2024-03-25T00:44:57.936273+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:44:59.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:58 smithi028 bash[21481]: audit 2024-03-25T00:44:57.952910+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:44:59.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:58 smithi028 bash[21481]: audit 2024-03-25T00:44:57.956664+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:44:59.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:58 smithi028 bash[21481]: audit 2024-03-25T00:44:57.958621+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:44:59.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:58 smithi028 bash[21481]: audit 2024-03-25T00:44:57.960782+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:44:59.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:58 smithi028 bash[21481]: audit 2024-03-25T00:44:57.962654+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:44:59.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:58 smithi028 bash[21481]: audit 2024-03-25T00:44:57.965549+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:44:59.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:58 smithi028 bash[21481]: audit 2024-03-25T00:44:57.983188+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:44:59.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:58 smithi028 bash[21481]: audit 2024-03-25T00:44:57.987883+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:44:59.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:44:58 smithi028 bash[21481]: audit 2024-03-25T00:44:58.385917+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:02.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:01 smithi028 bash[21481]: audit 2024-03-25T00:45:00.823056+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:02.432 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.a/config 2024-03-25T00:45:04.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:04 smithi028 bash[21481]: audit 2024-03-25T00:45:03.007095+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:04.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:04 smithi028 bash[21481]: audit 2024-03-25T00:45:03.011510+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:05.867 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-25T00:45:05.868 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-25T00:45:06.471 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:06 smithi028 bash[21481]: audit 2024-03-25T00:45:05.212064+0000 mon.a (mon.0) 121 : audit [INF] from='client.? 172.21.15.28:0/3095928829' entity='client.admin' 2024-03-25T00:45:06.471 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:06 smithi028 bash[21481]: audit 2024-03-25T00:45:05.236527+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:45:06.472 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:06 smithi028 bash[21481]: audit 2024-03-25T00:45:05.240984+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:07.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:07 smithi028 bash[21481]: cluster 2024-03-25T00:45:05.742718+0000 mgr.a (mgr.14152) 10 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:45:09.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:09 smithi028 bash[21481]: cluster 2024-03-25T00:45:07.743227+0000 mgr.a (mgr.14152) 11 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:45:10.645 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.a/config 2024-03-25T00:45:11.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:11 smithi028 bash[21481]: cluster 2024-03-25T00:45:09.743804+0000 mgr.a (mgr.14152) 12 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:45:11.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:11 smithi028 bash[21481]: audit 2024-03-25T00:45:10.352566+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:11.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:11 smithi028 bash[21481]: audit 2024-03-25T00:45:10.360304+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:13.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:13 smithi028 bash[21481]: cluster 2024-03-25T00:45:11.744227+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:45:13.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:13 smithi028 bash[21481]: audit 2024-03-25T00:45:13.265942+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:13.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:13 smithi028 bash[21481]: audit 2024-03-25T00:45:13.291968+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:45:13.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:13 smithi028 bash[21481]: audit 2024-03-25T00:45:13.293985+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:45:13.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:13 smithi028 bash[21481]: audit 2024-03-25T00:45:13.294745+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:45:13.907 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi134 2024-03-25T00:45:13.907 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-03-25T00:45:13.907 DEBUG:teuthology.orchestra.run.smithi134:> dd of=/etc/ceph/ceph.conf 2024-03-25T00:45:13.913 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-03-25T00:45:13.913 DEBUG:teuthology.orchestra.run.smithi134:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-25T00:45:13.960 INFO:tasks.cephadm:Adding host smithi134 to orchestrator... 2024-03-25T00:45:13.960 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph orch host add smithi134 2024-03-25T00:45:14.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:14 smithi028 bash[21481]: audit 2024-03-25T00:45:13.261862+0000 mgr.a (mgr.14152) 14 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:45:14.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:14 smithi028 bash[21481]: cephadm 2024-03-25T00:45:13.295731+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-03-25T00:45:14.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:14 smithi028 bash[21481]: audit 2024-03-25T00:45:13.809398+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:14.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:14 smithi028 bash[21481]: audit 2024-03-25T00:45:13.814562+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:14.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:14 smithi028 bash[21481]: audit 2024-03-25T00:45:13.818832+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:15.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:15 smithi028 bash[21481]: cephadm 2024-03-25T00:45:13.410298+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi028:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:45:15.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:15 smithi028 bash[21481]: cephadm 2024-03-25T00:45:13.524602+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.client.admin.keyring 2024-03-25T00:45:15.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:15 smithi028 bash[21481]: cephadm 2024-03-25T00:45:13.639051+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi028:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-25T00:45:15.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:15 smithi028 bash[21481]: cluster 2024-03-25T00:45:13.744601+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:45:17.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:17 smithi028 bash[21481]: cluster 2024-03-25T00:45:15.744989+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:45:18.675 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.a/config 2024-03-25T00:45:19.816 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:19 smithi028 bash[21481]: cluster 2024-03-25T00:45:17.745378+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:45:21.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:21 smithi028 bash[21481]: cluster 2024-03-25T00:45:19.745787+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:45:22.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:22 smithi028 bash[21481]: audit 2024-03-25T00:45:21.573599+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:22.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:22 smithi028 bash[21481]: audit 2024-03-25T00:45:21.576449+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:22.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:22 smithi028 bash[21481]: audit 2024-03-25T00:45:21.579996+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:22.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:22 smithi028 bash[21481]: cluster 2024-03-25T00:45:21.746196+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:45:23.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:23 smithi028 bash[21481]: audit 2024-03-25T00:45:22.457535+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi134", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:45:23.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:23 smithi028 bash[21481]: cephadm 2024-03-25T00:45:23.278419+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi134 2024-03-25T00:45:24.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:24 smithi028 bash[21481]: cluster 2024-03-25T00:45:23.746582+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:45:27.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:26 smithi028 bash[21481]: cluster 2024-03-25T00:45:25.746985+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:45:28.613 INFO:teuthology.orchestra.run.smithi028.stdout:Added host 'smithi134' with addr '172.21.15.134' 2024-03-25T00:45:29.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:28 smithi028 bash[21481]: cluster 2024-03-25T00:45:27.747419+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:45:29.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:28 smithi028 bash[21481]: audit 2024-03-25T00:45:28.612331+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:29.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:28 smithi028 bash[21481]: audit 2024-03-25T00:45:28.658021+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:45:29.328 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph orch host ls --format=json 2024-03-25T00:45:30.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:30 smithi028 bash[21481]: cephadm 2024-03-25T00:45:28.613236+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi134 2024-03-25T00:45:30.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:30 smithi028 bash[21481]: audit 2024-03-25T00:45:29.130813+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:31.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:31 smithi028 bash[21481]: cluster 2024-03-25T00:45:29.747850+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:45:31.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:31 smithi028 bash[21481]: audit 2024-03-25T00:45:30.606461+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:31.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:31 smithi028 bash[21481]: audit 2024-03-25T00:45:30.612166+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:31.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:31 smithi028 bash[21481]: audit 2024-03-25T00:45:30.613919+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi134", "name": "osd_memory_target"}]: dispatch 2024-03-25T00:45:31.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:31 smithi028 bash[21481]: audit 2024-03-25T00:45:30.616070+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:45:31.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:31 smithi028 bash[21481]: audit 2024-03-25T00:45:30.617911+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:45:32.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:32 smithi028 bash[21481]: cephadm 2024-03-25T00:45:30.620530+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.conf 2024-03-25T00:45:32.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:32 smithi028 bash[21481]: cephadm 2024-03-25T00:45:30.836807+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi134:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:45:32.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:32 smithi028 bash[21481]: cephadm 2024-03-25T00:45:31.052211+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.client.admin.keyring 2024-03-25T00:45:32.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:32 smithi028 bash[21481]: cephadm 2024-03-25T00:45:31.217560+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi134:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-25T00:45:32.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:32 smithi028 bash[21481]: audit 2024-03-25T00:45:31.387146+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:32.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:32 smithi028 bash[21481]: audit 2024-03-25T00:45:31.392713+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:32.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:32 smithi028 bash[21481]: audit 2024-03-25T00:45:31.396278+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi134", "caps": []}]: dispatch 2024-03-25T00:45:32.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:32 smithi028 bash[21481]: audit 2024-03-25T00:45:31.397654+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi134", "caps": []}]': finished 2024-03-25T00:45:33.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:33 smithi028 bash[21481]: cluster 2024-03-25T00:45:31.748211+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:45:33.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:33 smithi028 bash[21481]: cephadm 2024-03-25T00:45:31.914789+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi134 on smithi134 2024-03-25T00:45:33.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:33 smithi028 bash[21481]: audit 2024-03-25T00:45:32.840319+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:33.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:33 smithi028 bash[21481]: audit 2024-03-25T00:45:32.886685+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:33.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:33 smithi028 bash[21481]: audit 2024-03-25T00:45:32.892371+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:33.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:33 smithi028 bash[21481]: audit 2024-03-25T00:45:32.960497+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:45:33.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:33 smithi028 bash[21481]: audit 2024-03-25T00:45:32.964882+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:45:33.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:33 smithi028 bash[21481]: audit 2024-03-25T00:45:32.966572+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:45:33.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:33 smithi028 bash[21481]: audit 2024-03-25T00:45:32.974624+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:33.844 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:33 smithi028 bash[21481]: audit 2024-03-25T00:45:33.045062+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:45:33.844 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:33 smithi028 bash[21481]: audit 2024-03-25T00:45:33.049804+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:45:33.844 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:33 smithi028 bash[21481]: audit 2024-03-25T00:45:33.051715+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:45:33.844 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:33 smithi028 bash[21481]: audit 2024-03-25T00:45:33.059892+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:33.844 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:33 smithi028 bash[21481]: audit 2024-03-25T00:45:33.311949+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:34.046 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.a/config 2024-03-25T00:45:35.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:35 smithi028 bash[21481]: cluster 2024-03-25T00:45:33.748609+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:45:35.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:35 smithi028 bash[21481]: audit 2024-03-25T00:45:34.381707+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:35.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:35 smithi028 bash[21481]: audit 2024-03-25T00:45:34.389745+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:37.069 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:36 smithi028 bash[21481]: cluster 2024-03-25T00:45:35.749005+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:45:37.069 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:36 smithi028 bash[21481]: audit 2024-03-25T00:45:35.831445+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:37.188 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-25T00:45:37.188 INFO:teuthology.orchestra.run.smithi028.stdout:[{"addr": "172.21.15.28", "hostname": "smithi028", "labels": [], "status": ""}, {"addr": "172.21.15.134", "hostname": "smithi134", "labels": [], "status": ""}] 2024-03-25T00:45:38.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:37 smithi028 bash[21481]: audit 2024-03-25T00:45:37.187663+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:45:38.320 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi149 2024-03-25T00:45:38.320 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-03-25T00:45:38.320 DEBUG:teuthology.orchestra.run.smithi149:> dd of=/etc/ceph/ceph.conf 2024-03-25T00:45:38.327 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-03-25T00:45:38.327 DEBUG:teuthology.orchestra.run.smithi149:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-25T00:45:38.376 INFO:tasks.cephadm:Adding host smithi149 to orchestrator... 2024-03-25T00:45:38.376 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph orch host add smithi149 2024-03-25T00:45:39.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:38 smithi028 bash[21481]: cluster 2024-03-25T00:45:37.749413+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:45:41.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:40 smithi028 bash[21481]: cluster 2024-03-25T00:45:39.749927+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:45:43.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:42 smithi028 bash[21481]: audit 2024-03-25T00:45:41.706458+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:43.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:42 smithi028 bash[21481]: audit 2024-03-25T00:45:41.709034+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:43.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:42 smithi028 bash[21481]: audit 2024-03-25T00:45:41.712539+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:43.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:42 smithi028 bash[21481]: cluster 2024-03-25T00:45:41.750349+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:45:43.528 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.a/config 2024-03-25T00:45:45.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:44 smithi028 bash[21481]: cluster 2024-03-25T00:45:43.750688+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:45:47.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:46 smithi028 bash[21481]: cluster 2024-03-25T00:45:45.751063+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:45:47.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:46 smithi028 bash[21481]: audit 2024-03-25T00:45:46.005174+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi149", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:45:48.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:48 smithi028 bash[21481]: cephadm 2024-03-25T00:45:46.755981+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi149 2024-03-25T00:45:48.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:48 smithi028 bash[21481]: audit 2024-03-25T00:45:47.252636+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:48.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:48 smithi028 bash[21481]: audit 2024-03-25T00:45:47.261259+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:49.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:49 smithi028 bash[21481]: cluster 2024-03-25T00:45:47.751471+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:45:51.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:51 smithi028 bash[21481]: cluster 2024-03-25T00:45:49.751848+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:45:52.099 INFO:teuthology.orchestra.run.smithi028.stdout:Added host 'smithi149' with addr '172.21.15.149' 2024-03-25T00:45:52.768 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph orch host ls --format=json 2024-03-25T00:45:53.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:53 smithi028 bash[21481]: cluster 2024-03-25T00:45:51.752239+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:45:53.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:53 smithi028 bash[21481]: audit 2024-03-25T00:45:52.097918+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:53.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:53 smithi028 bash[21481]: cephadm 2024-03-25T00:45:52.098730+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi149 2024-03-25T00:45:53.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:53 smithi028 bash[21481]: audit 2024-03-25T00:45:52.119554+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:45:53.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:53 smithi028 bash[21481]: audit 2024-03-25T00:45:52.592706+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:55.054 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:54 smithi028 bash[21481]: cluster 2024-03-25T00:45:53.752692+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:45:55.054 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:54 smithi028 bash[21481]: audit 2024-03-25T00:45:53.956775+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:55.054 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:54 smithi028 bash[21481]: audit 2024-03-25T00:45:53.963072+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:55.054 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:54 smithi028 bash[21481]: audit 2024-03-25T00:45:53.971937+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:55.055 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:54 smithi028 bash[21481]: audit 2024-03-25T00:45:54.066179+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:55.055 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:54 smithi028 bash[21481]: audit 2024-03-25T00:45:54.069429+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:55.055 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:54 smithi028 bash[21481]: audit 2024-03-25T00:45:54.070215+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi149", "name": "osd_memory_target"}]: dispatch 2024-03-25T00:45:55.055 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:54 smithi028 bash[21481]: audit 2024-03-25T00:45:54.071551+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:45:55.055 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:54 smithi028 bash[21481]: audit 2024-03-25T00:45:54.072857+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:45:55.055 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:54 smithi028 bash[21481]: cephadm 2024-03-25T00:45:54.074522+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-03-25T00:45:55.055 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:54 smithi028 bash[21481]: cephadm 2024-03-25T00:45:54.239268+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi149:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:45:56.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:56 smithi028 bash[21481]: cephadm 2024-03-25T00:45:54.404194+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.client.admin.keyring 2024-03-25T00:45:56.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:56 smithi028 bash[21481]: cephadm 2024-03-25T00:45:54.903600+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi149:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-25T00:45:56.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:56 smithi028 bash[21481]: audit 2024-03-25T00:45:55.074103+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:56.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:56 smithi028 bash[21481]: audit 2024-03-25T00:45:55.079428+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:56.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:56 smithi028 bash[21481]: audit 2024-03-25T00:45:55.081491+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]: dispatch 2024-03-25T00:45:56.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:56 smithi028 bash[21481]: audit 2024-03-25T00:45:55.082888+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]': finished 2024-03-25T00:45:57.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:57 smithi028 bash[21481]: cluster 2024-03-25T00:45:55.753080+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:45:57.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:57 smithi028 bash[21481]: cephadm 2024-03-25T00:45:55.778195+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi149 on smithi149 2024-03-25T00:45:57.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:57 smithi028 bash[21481]: audit 2024-03-25T00:45:56.721436+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:57.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:57 smithi028 bash[21481]: audit 2024-03-25T00:45:56.746723+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:57.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:57 smithi028 bash[21481]: audit 2024-03-25T00:45:56.749099+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:57.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:57 smithi028 bash[21481]: audit 2024-03-25T00:45:56.847162+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:45:57.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:57 smithi028 bash[21481]: audit 2024-03-25T00:45:56.850979+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:45:57.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:57 smithi028 bash[21481]: audit 2024-03-25T00:45:56.852068+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:45:57.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:57 smithi028 bash[21481]: audit 2024-03-25T00:45:56.857467+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:57.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:57 smithi028 bash[21481]: audit 2024-03-25T00:45:56.990308+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:45:57.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:57 smithi028 bash[21481]: audit 2024-03-25T00:45:56.992950+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:45:57.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:57 smithi028 bash[21481]: audit 2024-03-25T00:45:56.993819+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:45:57.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:57 smithi028 bash[21481]: audit 2024-03-25T00:45:56.998060+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:58.029 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.a/config 2024-03-25T00:45:58.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:58 smithi028 bash[21481]: audit 2024-03-25T00:45:57.212089+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:59.512 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:59 smithi028 bash[21481]: cluster 2024-03-25T00:45:57.753512+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:45:59.512 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:59 smithi028 bash[21481]: audit 2024-03-25T00:45:58.265973+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:45:59.512 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:45:59 smithi028 bash[21481]: audit 2024-03-25T00:45:58.273659+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:00.618 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-25T00:46:00.618 INFO:teuthology.orchestra.run.smithi028.stdout:[{"addr": "172.21.15.28", "hostname": "smithi028", "labels": [], "status": ""}, {"addr": "172.21.15.134", "hostname": "smithi134", "labels": [], "status": ""}, {"addr": "172.21.15.149", "hostname": "smithi149", "labels": [], "status": ""}] 2024-03-25T00:46:01.264 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-25T00:46:01.265 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph osd crush tunables default 2024-03-25T00:46:01.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:01 smithi028 bash[21481]: cluster 2024-03-25T00:45:59.753953+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:01.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:01 smithi028 bash[21481]: audit 2024-03-25T00:46:00.845547+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:02.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:02 smithi028 bash[21481]: audit 2024-03-25T00:46:00.617863+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:46:02.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:02 smithi028 bash[21481]: audit 2024-03-25T00:46:01.857979+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:02.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:02 smithi028 bash[21481]: audit 2024-03-25T00:46:01.861424+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:02.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:02 smithi028 bash[21481]: audit 2024-03-25T00:46:01.866731+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:03.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:03 smithi028 bash[21481]: cluster 2024-03-25T00:46:01.754307+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:05.121 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.a/config 2024-03-25T00:46:05.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:05 smithi028 bash[21481]: cluster 2024-03-25T00:46:03.754647+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:07.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:07 smithi028 bash[21481]: cluster 2024-03-25T00:46:05.755076+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:08.286 INFO:teuthology.orchestra.run.smithi028.stderr:adjusted tunables profile to default 2024-03-25T00:46:08.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:08 smithi028 bash[21481]: audit 2024-03-25T00:46:07.740941+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.28:0/1440284406' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-25T00:46:08.933 INFO:tasks.cephadm:Adding mon.a on smithi028 2024-03-25T00:46:08.934 INFO:tasks.cephadm:Adding mon.b on smithi134 2024-03-25T00:46:08.934 INFO:tasks.cephadm:Adding mon.c on smithi149 2024-03-25T00:46:08.934 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph orch apply mon '3;smithi028:172.21.15.28=a;smithi134:172.21.15.134=b;smithi149:172.21.15.149=c' 2024-03-25T00:46:09.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:09 smithi028 bash[21481]: cluster 2024-03-25T00:46:07.755500+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:09.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:09 smithi028 bash[21481]: audit 2024-03-25T00:46:08.280533+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.28:0/1440284406' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-25T00:46:09.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:09 smithi028 bash[21481]: cluster 2024-03-25T00:46:08.282965+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-25T00:46:10.132 INFO:teuthology.orchestra.run.smithi149.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:46:11.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:11 smithi028 bash[21481]: cluster 2024-03-25T00:46:09.755912+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:12.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:12 smithi028 bash[21481]: audit 2024-03-25T00:46:11.496835+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:12.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:12 smithi028 bash[21481]: audit 2024-03-25T00:46:11.504762+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:12.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:12 smithi028 bash[21481]: cluster 2024-03-25T00:46:11.756336+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:13.070 INFO:teuthology.orchestra.run.smithi149.stdout:Scheduled mon update... 2024-03-25T00:46:13.851 DEBUG:teuthology.orchestra.run.smithi134:mon.b> sudo journalctl -f -n 0 -u ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@mon.b.service 2024-03-25T00:46:13.854 DEBUG:teuthology.orchestra.run.smithi149:mon.c> sudo journalctl -f -n 0 -u ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@mon.c.service 2024-03-25T00:46:13.856 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-25T00:46:13.856 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-25T00:46:14.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:14 smithi028 bash[21481]: audit 2024-03-25T00:46:13.057827+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi028:172.21.15.28=a;smithi134:172.21.15.134=b;smithi149:172.21.15.149=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:46:14.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:14 smithi028 bash[21481]: cephadm 2024-03-25T00:46:13.063407+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi028:172.21.15.28=a;smithi134:172.21.15.134=b;smithi149:172.21.15.149=c;count:3 2024-03-25T00:46:14.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:14 smithi028 bash[21481]: audit 2024-03-25T00:46:13.069055+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:14.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:14 smithi028 bash[21481]: audit 2024-03-25T00:46:13.101214+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:46:14.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:14 smithi028 bash[21481]: audit 2024-03-25T00:46:13.106942+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:14.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:14 smithi028 bash[21481]: audit 2024-03-25T00:46:13.108713+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:46:14.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:14 smithi028 bash[21481]: audit 2024-03-25T00:46:13.116872+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:14.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:14 smithi028 bash[21481]: audit 2024-03-25T00:46:13.121980+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-25T00:46:14.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:14 smithi028 bash[21481]: audit 2024-03-25T00:46:13.123766+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:14.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:14 smithi028 bash[21481]: cephadm 2024-03-25T00:46:13.125979+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi149 2024-03-25T00:46:15.532 INFO:teuthology.orchestra.run.smithi149.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:46:15.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:15 smithi028 bash[21481]: cluster 2024-03-25T00:46:13.756817+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:15.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:15 smithi028 bash[21481]: audit 2024-03-25T00:46:14.176675+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:15.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:15 smithi028 bash[21481]: audit 2024-03-25T00:46:14.182877+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:15.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:15 smithi028 bash[21481]: audit 2024-03-25T00:46:14.190840+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:17.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:17 smithi028 bash[21481]: cluster 2024-03-25T00:46:15.757130+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:18.941 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-03-25T00:46:18.941 INFO:teuthology.orchestra.run.smithi149.stdout:{"epoch":1,"fsid":"8327fbb6-ea40-11ee-95cd-87774f69a715","modified":"2024-03-25T00:43:33.191211Z","created":"2024-03-25T00:43:33.191211Z","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.28:3300","nonce":0},{"type":"v1","addr":"172.21.15.28:6789","nonce":0}]},"addr":"172.21.15.28:6789/0","public_addr":"172.21.15.28:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-03-25T00:46:18.944 INFO:teuthology.orchestra.run.smithi149.stderr:dumped monmap epoch 1 2024-03-25T00:46:19.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:19 smithi028 bash[21481]: cluster 2024-03-25T00:46:17.757508+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:19.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:19 smithi028 bash[21481]: audit 2024-03-25T00:46:18.349573+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:19.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:19 smithi028 bash[21481]: audit 2024-03-25T00:46:18.355650+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:19.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:19 smithi028 bash[21481]: audit 2024-03-25T00:46:18.408265+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:19.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:19 smithi028 bash[21481]: audit 2024-03-25T00:46:18.409822+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-25T00:46:19.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:19 smithi028 bash[21481]: audit 2024-03-25T00:46:18.411946+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:19.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:19 smithi028 bash[21481]: audit 2024-03-25T00:46:18.940748+0000 mon.a (mon.0) 221 : audit [DBG] from='client.? 172.21.15.149:0/2654012406' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-25T00:46:20.377 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: debug 2024-03-25T00:46:20.343+0000 7fbc4ee89c80 1 mon.c@-1(???) e0 preinit fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:46:20.377 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: debug 2024-03-25T00:46:20.371+0000 7fbc405ea700 0 mon.c@-1(synchronizing).mds e1 new map 2024-03-25T00:46:20.377 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: debug 2024-03-25T00:46:20.371+0000 7fbc405ea700 0 mon.c@-1(synchronizing).mds e1 print_map 2024-03-25T00:46:20.377 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: e1 2024-03-25T00:46:20.383 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-25T00:46:20.383 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: 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-03-25T00:46:20.383 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: legacy client fscid: -1 2024-03-25T00:46:20.384 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: 2024-03-25T00:46:20.384 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: No filesystems configured 2024-03-25T00:46:20.384 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: debug 2024-03-25T00:46:20.371+0000 7fbc405ea700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-25T00:46:20.384 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: debug 2024-03-25T00:46:20.371+0000 7fbc405ea700 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-03-25T00:46:20.384 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: debug 2024-03-25T00:46:20.371+0000 7fbc405ea700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-25T00:46:20.384 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: debug 2024-03-25T00:46:20.371+0000 7fbc405ea700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-25T00:46:20.384 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: debug 2024-03-25T00:46:20.371+0000 7fbc405ea700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-25T00:46:20.384 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: debug 2024-03-25T00:46:20.371+0000 7fbc405ea700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-25T00:46:20.384 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: debug 2024-03-25T00:46:20.371+0000 7fbc405ea700 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-25T00:46:20.384 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: debug 2024-03-25T00:46:20.371+0000 7fbc405ea700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-25T00:46:20.384 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: debug 2024-03-25T00:46:20.371+0000 7fbc405ea700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-25T00:46:20.384 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: debug 2024-03-25T00:46:20.371+0000 7fbc405ea700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-25T00:46:20.385 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:45:11.744227+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.385 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:13.265942+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.385 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:13.291968+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:46:20.385 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:13.293985+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:20.385 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:13.294745+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:46:20.385 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:13.261862+0000 mgr.a (mgr.14152) 14 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:46:20.385 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cephadm 2024-03-25T00:45:13.295731+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-03-25T00:46:20.385 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:13.809398+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.385 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:13.814562+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.385 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:13.818832+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.385 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cephadm 2024-03-25T00:45:13.410298+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi028:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:46:20.385 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cephadm 2024-03-25T00:45:13.524602+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.client.admin.keyring 2024-03-25T00:46:20.386 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cephadm 2024-03-25T00:45:13.639051+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi028:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-25T00:46:20.386 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:45:13.744601+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.386 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:45:15.744989+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.386 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:45:17.745378+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.386 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:45:19.745787+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.386 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:21.573599+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.386 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:21.576449+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.386 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:21.579996+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.386 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:45:21.746196+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.386 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:22.457535+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi134", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:46:20.386 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cephadm 2024-03-25T00:45:23.278419+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi134 2024-03-25T00:46:20.386 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:45:23.746582+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.387 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:45:25.746985+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.387 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:45:27.747419+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.387 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:28.612331+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.387 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:28.658021+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:46:20.387 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cephadm 2024-03-25T00:45:28.613236+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi134 2024-03-25T00:46:20.387 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:29.130813+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.387 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:45:29.747850+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.387 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:30.606461+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.387 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:30.612166+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.387 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:30.613919+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi134", "name": "osd_memory_target"}]: dispatch 2024-03-25T00:46:20.387 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:30.616070+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:20.387 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:30.617911+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:46:20.387 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cephadm 2024-03-25T00:45:30.620530+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.conf 2024-03-25T00:46:20.387 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cephadm 2024-03-25T00:45:30.836807+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi134:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:46:20.388 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cephadm 2024-03-25T00:45:31.052211+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.client.admin.keyring 2024-03-25T00:46:20.388 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cephadm 2024-03-25T00:45:31.217560+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi134:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-25T00:46:20.388 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:31.387146+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.388 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:31.392713+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.388 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:31.396278+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi134", "caps": []}]: dispatch 2024-03-25T00:46:20.388 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:31.397654+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi134", "caps": []}]': finished 2024-03-25T00:46:20.388 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:45:31.748211+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.388 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cephadm 2024-03-25T00:45:31.914789+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi134 on smithi134 2024-03-25T00:46:20.388 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:32.840319+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.388 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:32.886685+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.388 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:32.892371+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.388 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:32.960497+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:46:20.388 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:32.964882+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:20.388 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:32.966572+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:46:20.390 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:32.974624+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.390 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:33.045062+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:46:20.390 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:33.049804+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:20.390 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:33.051715+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:46:20.390 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:33.059892+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.390 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:33.311949+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.390 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:45:33.748609+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.390 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:34.381707+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.390 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:34.389745+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.391 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:45:35.749005+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.391 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:35.831445+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.391 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:37.187663+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:46:20.391 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:45:37.749413+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.391 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:45:39.749927+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.391 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:41.706458+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.391 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:41.709034+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.391 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:41.712539+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.391 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:45:41.750349+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.391 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:45:43.750688+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.391 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:45:45.751063+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.391 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:46.005174+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi149", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:46:20.391 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cephadm 2024-03-25T00:45:46.755981+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi149 2024-03-25T00:46:20.392 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:47.252636+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.392 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:47.261259+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.392 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:45:47.751471+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.392 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:45:49.751848+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.392 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:45:51.752239+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.392 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:52.097918+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.392 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cephadm 2024-03-25T00:45:52.098730+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi149 2024-03-25T00:46:20.392 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:52.119554+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:46:20.392 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:52.592706+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.392 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:45:53.752692+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.392 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:53.956775+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.393 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:53.963072+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.393 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:53.971937+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.393 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:54.066179+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.393 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:54.069429+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.393 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:54.070215+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi149", "name": "osd_memory_target"}]: dispatch 2024-03-25T00:46:20.393 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:54.071551+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:20.393 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:54.072857+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:46:20.393 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cephadm 2024-03-25T00:45:54.074522+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-03-25T00:46:20.393 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cephadm 2024-03-25T00:45:54.239268+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi149:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:46:20.393 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cephadm 2024-03-25T00:45:54.404194+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.client.admin.keyring 2024-03-25T00:46:20.393 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cephadm 2024-03-25T00:45:54.903600+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi149:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-25T00:46:20.393 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:55.074103+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.393 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:55.079428+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.394 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:55.081491+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]: dispatch 2024-03-25T00:46:20.394 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:55.082888+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]': finished 2024-03-25T00:46:20.394 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:45:55.753080+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.394 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cephadm 2024-03-25T00:45:55.778195+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi149 on smithi149 2024-03-25T00:46:20.394 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:56.721436+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.394 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:56.746723+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.394 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:56.749099+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.394 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:56.847162+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:46:20.394 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:56.850979+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:20.394 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:56.852068+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:46:20.394 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:56.857467+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.394 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:56.990308+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:46:20.394 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:56.992950+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:20.394 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:56.993819+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:46:20.395 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:56.998060+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.395 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:57.212089+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.395 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:45:57.753512+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.395 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:58.265973+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.395 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:45:58.273659+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.395 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:45:59.753953+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.395 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:46:00.845547+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.395 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:46:00.617863+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:46:20.395 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:46:01.857979+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.395 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:46:01.861424+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.395 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:46:01.866731+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.395 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:46:01.754307+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.395 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:46:03.754647+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.396 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:46:05.755076+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.396 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:46:07.740941+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.28:0/1440284406' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-25T00:46:20.396 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:46:07.755500+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.396 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:46:08.280533+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.28:0/1440284406' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-25T00:46:20.396 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:46:08.282965+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-25T00:46:20.396 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:46:09.755912+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.396 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:46:11.496835+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.396 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:46:11.504762+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.396 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:46:11.756336+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.396 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:46:13.057827+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi028:172.21.15.28=a;smithi134:172.21.15.134=b;smithi149:172.21.15.149=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:46:20.396 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cephadm 2024-03-25T00:46:13.063407+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi028:172.21.15.28=a;smithi134:172.21.15.134=b;smithi149:172.21.15.149=c;count:3 2024-03-25T00:46:20.396 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:46:13.069055+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.396 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:46:13.101214+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:46:20.396 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:46:13.106942+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:20.397 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:46:13.108713+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:46:20.397 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:46:13.116872+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.397 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:46:13.121980+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-25T00:46:20.397 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:46:13.123766+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:20.397 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cephadm 2024-03-25T00:46:13.125979+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi149 2024-03-25T00:46:20.397 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:46:13.756817+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.397 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:46:14.176675+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.397 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:46:14.182877+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.397 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:46:14.190840+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.397 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:46:15.757130+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.397 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cluster 2024-03-25T00:46:17.757508+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:20.397 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:46:18.349573+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.397 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:46:18.355650+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.397 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:46:18.408265+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:20.397 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:46:18.409822+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-25T00:46:20.398 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:46:18.411946+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:20.398 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: audit 2024-03-25T00:46:18.940748+0000 mon.a (mon.0) 221 : audit [DBG] from='client.? 172.21.15.149:0/2654012406' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-25T00:46:20.398 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: cephadm 2024-03-25T00:46:18.414231+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi134 2024-03-25T00:46:20.398 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:20 smithi149 bash[22110]: debug 2024-03-25T00:46:20.371+0000 7fbc405ea700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-03-25T00:46:20.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:20 smithi028 bash[21481]: cephadm 2024-03-25T00:46:18.414231+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi134 2024-03-25T00:46:21.058 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-25T00:46:21.059 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph mon dump -f json 2024-03-25T00:46:22.855 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:22 smithi134 systemd[1]: Started Ceph mon.b for 8327fbb6-ea40-11ee-95cd-87774f69a715. 2024-03-25T00:46:23.694 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.650+0000 7f9349469c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-25T00:46:23.694 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.650+0000 7f9349469c80 0 ceph version 19.0.0-2398-g9c429fb6 (9c429fb6abfb5deed62697d56d8997d0f0d6d83f) squid (dev), process ceph-mon, pid 7 2024-03-25T00:46:23.695 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.650+0000 7f9349469c80 0 pidfile_write: ignore empty --pid-file 2024-03-25T00:46:23.695 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 0 load: jerasure load: lrc 2024-03-25T00:46:23.695 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-25T00:46:23.695 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Git sha 0 2024-03-25T00:46:23.695 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Compile date 2024-03-24 19:20:43 2024-03-25T00:46:23.695 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: DB SUMMARY 2024-03-25T00:46:23.695 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: DB Session ID: 64HUBMNQRQAIITITOVW4 2024-03-25T00:46:23.695 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: CURRENT file: CURRENT 2024-03-25T00:46:23.695 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-25T00:46:23.695 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-03-25T00:46:23.695 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-03-25T00:46:23.695 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-03-25T00:46:23.695 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.error_if_exists: 0 2024-03-25T00:46:23.695 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.create_if_missing: 0 2024-03-25T00:46:23.696 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-25T00:46:23.696 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-25T00:46:23.696 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-25T00:46:23.696 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-25T00:46:23.696 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.env: 0x5645aa81cc60 2024-03-25T00:46:23.696 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-25T00:46:23.696 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.info_log: 0x5645acc61b40 2024-03-25T00:46:23.696 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-25T00:46:23.696 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.statistics: (nil) 2024-03-25T00:46:23.696 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.use_fsync: 0 2024-03-25T00:46:23.696 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-25T00:46:23.696 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-25T00:46:23.696 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-25T00:46:23.697 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-25T00:46:23.697 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-25T00:46:23.697 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-25T00:46:23.697 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-25T00:46:23.697 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-25T00:46:23.697 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-25T00:46:23.697 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-25T00:46:23.697 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-25T00:46:23.697 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.db_log_dir: 2024-03-25T00:46:23.697 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.wal_dir: 2024-03-25T00:46:23.697 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-25T00:46:23.697 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-25T00:46:23.697 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-25T00:46:23.698 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-25T00:46:23.698 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-25T00:46:23.698 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-25T00:46:23.698 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-25T00:46:23.698 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-25T00:46:23.698 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.write_buffer_manager: 0x5645acc321e0 2024-03-25T00:46:23.698 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-25T00:46:23.698 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-25T00:46:23.698 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-25T00:46:23.698 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-25T00:46:23.698 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-25T00:46:23.698 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-25T00:46:23.698 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-25T00:46:23.698 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-25T00:46:23.699 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.unordered_write: 0 2024-03-25T00:46:23.699 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-25T00:46:23.699 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-25T00:46:23.699 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-25T00:46:23.699 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-25T00:46:23.699 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.row_cache: None 2024-03-25T00:46:23.699 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.wal_filter: None 2024-03-25T00:46:23.699 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-25T00:46:23.699 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-25T00:46:23.699 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.two_write_queues: 0 2024-03-25T00:46:23.699 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-25T00:46:23.699 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.wal_compression: 0 2024-03-25T00:46:23.699 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.atomic_flush: 0 2024-03-25T00:46:23.699 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-25T00:46:23.699 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-25T00:46:23.700 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-25T00:46:23.700 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-25T00:46:23.700 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-25T00:46:23.700 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-25T00:46:23.700 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-25T00:46:23.700 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-25T00:46:23.700 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-25T00:46:23.700 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-25T00:46:23.700 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-25T00:46:23.700 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-25T00:46:23.700 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-25T00:46:23.703 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-25T00:46:23.703 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-25T00:46:23.703 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-25T00:46:23.703 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-25T00:46:23.703 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-25T00:46:23.703 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-25T00:46:23.703 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-25T00:46:23.703 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-25T00:46:23.703 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-25T00:46:23.703 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.max_open_files: -1 2024-03-25T00:46:23.703 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-25T00:46:23.703 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-25T00:46:23.703 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-25T00:46:23.704 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-25T00:46:23.704 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-25T00:46:23.704 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Compression algorithms supported: 2024-03-25T00:46:23.704 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-25T00:46:23.704 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: kZSTD supported: 0 2024-03-25T00:46:23.704 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: kXpressCompression supported: 0 2024-03-25T00:46:23.704 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-25T00:46:23.704 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: kZlibCompression supported: 1 2024-03-25T00:46:23.704 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-25T00:46:23.704 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-25T00:46:23.704 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-25T00:46:23.704 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-25T00:46:23.704 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-25T00:46:23.704 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-03-25T00:46:23.704 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-25T00:46:23.704 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-25T00:46:23.705 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.merge_operator: 2024-03-25T00:46:23.705 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.compaction_filter: None 2024-03-25T00:46:23.705 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-25T00:46:23.705 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-25T00:46:23.705 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-25T00:46:23.705 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-25T00:46:23.705 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5645acc61c60) 2024-03-25T00:46:23.705 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cache_index_and_filter_blocks: 1 2024-03-25T00:46:23.705 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-25T00:46:23.705 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-25T00:46:23.705 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: pin_top_level_index_and_filter: 1 2024-03-25T00:46:23.705 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: index_type: 0 2024-03-25T00:46:23.705 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: data_block_index_type: 0 2024-03-25T00:46:23.705 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: index_shortening: 1 2024-03-25T00:46:23.705 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: data_block_hash_table_util_ratio: 0.750000 2024-03-25T00:46:23.706 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: checksum: 4 2024-03-25T00:46:23.706 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: no_block_cache: 0 2024-03-25T00:46:23.706 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: block_cache: 0x5645acc63090 2024-03-25T00:46:23.706 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: block_cache_name: BinnedLRUCache 2024-03-25T00:46:23.706 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: block_cache_options: 2024-03-25T00:46:23.706 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: capacity : 536870912 2024-03-25T00:46:23.706 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: num_shard_bits : 4 2024-03-25T00:46:23.706 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: strict_capacity_limit : 0 2024-03-25T00:46:23.706 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: high_pri_pool_ratio: 0.000 2024-03-25T00:46:23.706 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: block_cache_compressed: (nil) 2024-03-25T00:46:23.706 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: persistent_cache: (nil) 2024-03-25T00:46:23.706 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: block_size: 4096 2024-03-25T00:46:23.706 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: block_size_deviation: 10 2024-03-25T00:46:23.706 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: block_restart_interval: 16 2024-03-25T00:46:23.706 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: index_block_restart_interval: 1 2024-03-25T00:46:23.707 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: metadata_block_size: 4096 2024-03-25T00:46:23.707 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: partition_filters: 0 2024-03-25T00:46:23.707 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: use_delta_encoding: 1 2024-03-25T00:46:23.707 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: filter_policy: bloomfilter 2024-03-25T00:46:23.707 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: whole_key_filtering: 1 2024-03-25T00:46:23.707 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: verify_compression: 0 2024-03-25T00:46:23.707 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: read_amp_bytes_per_bit: 0 2024-03-25T00:46:23.707 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: format_version: 5 2024-03-25T00:46:23.707 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: enable_index_compression: 1 2024-03-25T00:46:23.707 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: block_align: 0 2024-03-25T00:46:23.707 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: max_auto_readahead_size: 262144 2024-03-25T00:46:23.707 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: prepopulate_block_cache: 0 2024-03-25T00:46:23.707 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: initial_auto_readahead_size: 8192 2024-03-25T00:46:23.707 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: num_file_reads_for_auto_readahead: 2 2024-03-25T00:46:23.707 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-25T00:46:23.707 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-25T00:46:23.707 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.compression: NoCompression 2024-03-25T00:46:23.708 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-25T00:46:23.708 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-25T00:46:23.708 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-25T00:46:23.708 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.num_levels: 7 2024-03-25T00:46:23.708 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-25T00:46:23.708 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-25T00:46:23.708 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-25T00:46:23.708 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-25T00:46:23.708 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-25T00:46:23.708 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-25T00:46:23.708 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-25T00:46:23.708 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-25T00:46:23.708 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-25T00:46:23.708 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-25T00:46:23.708 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-25T00:46:23.709 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-25T00:46:23.709 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-25T00:46:23.709 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-25T00:46:23.709 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-25T00:46:23.709 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-25T00:46:23.709 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-25T00:46:23.709 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-25T00:46:23.709 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-25T00:46:23.709 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-25T00:46:23.709 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-25T00:46:23.709 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-25T00:46:23.709 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-25T00:46:23.709 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-25T00:46:23.709 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-25T00:46:23.709 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-25T00:46:23.709 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-25T00:46:23.710 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-25T00:46:23.710 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-25T00:46:23.710 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-25T00:46:23.710 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-25T00:46:23.710 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-25T00:46:23.710 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-25T00:46:23.710 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-25T00:46:23.710 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-25T00:46:23.710 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-25T00:46:23.710 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-25T00:46:23.710 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-25T00:46:23.710 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-25T00:46:23.710 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-25T00:46:23.710 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-25T00:46:23.711 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-25T00:46:23.711 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-25T00:46:23.711 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-25T00:46:23.711 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-25T00:46:23.711 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-25T00:46:23.711 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-25T00:46:23.711 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-25T00:46:23.711 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-25T00:46:23.711 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-25T00:46:23.711 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-25T00:46:23.711 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-25T00:46:23.711 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-25T00:46:23.711 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.table_properties_collectors: 2024-03-25T00:46:23.711 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-25T00:46:23.711 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-25T00:46:23.711 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-25T00:46:23.712 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-25T00:46:23.712 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-25T00:46:23.712 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.bloom_locality: 0 2024-03-25T00:46:23.712 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-25T00:46:23.712 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-25T00:46:23.712 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-25T00:46:23.712 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-25T00:46:23.712 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-25T00:46:23.712 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.ttl: 2592000 2024-03-25T00:46:23.712 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-25T00:46:23.712 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-25T00:46:23.712 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-25T00:46:23.712 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.enable_blob_files: false 2024-03-25T00:46:23.712 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.min_blob_size: 0 2024-03-25T00:46:23.712 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-25T00:46:23.713 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-25T00:46:23.713 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-25T00:46:23.713 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-25T00:46:23.713 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-25T00:46:23.713 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-25T00:46:23.713 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-25T00:46:23.713 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-25T00:46:23.713 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 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-03-25T00:46:23.713 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-25T00:46:23.713 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: fb14a388-0901-4919-b2e8-1120cddc79a8 2024-03-25T00:46:23.713 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711327583662374, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-03-25T00:46:23.713 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-03-25T00:46:23.713 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711327583662852, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1622, "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": "[]", "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": 1711327583, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "fb14a388-0901-4919-b2e8-1120cddc79a8", "db_session_id": "64HUBMNQRQAIITITOVW4", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-03-25T00:46:23.713 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1711327583662953, "job": 1, "event": "recovery_finished"} 2024-03-25T00:46:23.714 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.658+0000 7f9349469c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-03-25T00:46:23.714 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.662+0000 7f9349469c80 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-03-25T00:46:23.714 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.662+0000 7f9349469c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5645acd56000 2024-03-25T00:46:23.714 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.662+0000 7f9349469c80 4 rocksdb: DB pointer 0x5645acd40000 2024-03-25T00:46:23.714 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.662+0000 7f9337bc4700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-25T00:46:23.714 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.662+0000 7f9337bc4700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-25T00:46:23.714 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: ** DB Stats ** 2024-03-25T00:46:23.714 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-25T00:46:23.714 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-03-25T00:46:23.714 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-25T00:46:23.714 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-25T00:46:23.714 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-03-25T00:46:23.714 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-25T00:46:23.715 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-25T00:46:23.715 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: ** Compaction Stats [default] ** 2024-03-25T00:46:23.715 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: 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-03-25T00:46:23.715 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-25T00:46:23.715 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-25T00:46:23.715 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-25T00:46:23.715 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: 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.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-25T00:46:23.715 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: ** Compaction Stats [default] ** 2024-03-25T00:46:23.715 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: 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-03-25T00:46:23.715 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-25T00:46:23.715 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: 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.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-25T00:46:23.715 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-25T00:46:23.715 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-25T00:46:23.715 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-25T00:46:23.716 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-25T00:46:23.716 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: AddFile(Total Files): cumulative 0, interval 0 2024-03-25T00:46:23.716 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-25T00:46:23.716 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: AddFile(Keys): cumulative 0, interval 0 2024-03-25T00:46:23.716 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: Cumulative compaction: 0.00 GB write, 0.45 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-25T00:46:23.716 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: Interval compaction: 0.00 GB write, 0.45 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-25T00:46:23.716 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: 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-03-25T00:46:23.716 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: Block cache BinnedLRUCache@0x5645acc63090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.6e-05 secs_since: 0 2024-03-25T00:46:23.716 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: 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-03-25T00:46:23.716 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: ** File Read Latency Histogram By Level [default] ** 2024-03-25T00:46:23.716 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.662+0000 7f9349469c80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-03-25T00:46:23.716 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.662+0000 7f9349469c80 0 using public_addr v2:172.21.15.134:0/0 -> [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] 2024-03-25T00:46:23.716 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.662+0000 7f9349469c80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] at bind addrs [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:46:23.716 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.662+0000 7f9349469c80 1 mon.b@-1(???) e0 preinit fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:46:23.716 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.682+0000 7f933abca700 0 mon.b@-1(synchronizing).mds e1 new map 2024-03-25T00:46:23.717 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.682+0000 7f933abca700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-03-25T00:46:23.717 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: e1 2024-03-25T00:46:23.717 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-25T00:46:23.717 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: 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-03-25T00:46:23.717 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: legacy client fscid: -1 2024-03-25T00:46:23.717 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: 2024-03-25T00:46:23.717 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: No filesystems configured 2024-03-25T00:46:23.717 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.682+0000 7f933abca700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-25T00:46:23.717 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.682+0000 7f933abca700 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-03-25T00:46:23.717 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.682+0000 7f933abca700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-25T00:46:23.717 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.682+0000 7f933abca700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-25T00:46:23.717 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.682+0000 7f933abca700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-25T00:46:23.717 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.682+0000 7f933abca700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-25T00:46:23.717 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.682+0000 7f933abca700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-25T00:46:23.717 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.682+0000 7f933abca700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-25T00:46:23.717 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.682+0000 7f933abca700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-25T00:46:23.718 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.682+0000 7f933abca700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-25T00:46:23.718 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:45:11.744227+0000 mgr.a (mgr.14152) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.718 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:13.265942+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.718 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:13.291968+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:46:23.718 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:13.293985+0000 mon.a (mon.0) 128 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:23.718 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:13.294745+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:46:23.718 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:13.261862+0000 mgr.a (mgr.14152) 14 : audit [DBG] from='client.14176 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:46:23.718 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cephadm 2024-03-25T00:45:13.295731+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-03-25T00:46:23.718 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:13.809398+0000 mon.a (mon.0) 130 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.718 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:13.814562+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.718 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:13.818832+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.718 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cephadm 2024-03-25T00:45:13.410298+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi028:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:46:23.718 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cephadm 2024-03-25T00:45:13.524602+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.client.admin.keyring 2024-03-25T00:46:23.719 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cephadm 2024-03-25T00:45:13.639051+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi028:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-25T00:46:23.719 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:45:13.744601+0000 mgr.a (mgr.14152) 19 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.719 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:45:15.744989+0000 mgr.a (mgr.14152) 20 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.719 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:45:17.745378+0000 mgr.a (mgr.14152) 21 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.719 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:45:19.745787+0000 mgr.a (mgr.14152) 22 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.719 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:21.573599+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.719 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:21.576449+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.719 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:21.579996+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.719 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:45:21.746196+0000 mgr.a (mgr.14152) 23 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.719 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:22.457535+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi134", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:46:23.719 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cephadm 2024-03-25T00:45:23.278419+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi134 2024-03-25T00:46:23.719 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:45:23.746582+0000 mgr.a (mgr.14152) 26 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.719 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:45:25.746985+0000 mgr.a (mgr.14152) 27 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.719 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:45:27.747419+0000 mgr.a (mgr.14152) 28 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.719 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:28.612331+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.719 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:28.658021+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:46:23.720 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cephadm 2024-03-25T00:45:28.613236+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi134 2024-03-25T00:46:23.720 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:29.130813+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.720 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:45:29.747850+0000 mgr.a (mgr.14152) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.720 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:30.606461+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.720 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:30.612166+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.720 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:30.613919+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi134", "name": "osd_memory_target"}]: dispatch 2024-03-25T00:46:23.720 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:30.616070+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:23.720 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:30.617911+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:46:23.720 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cephadm 2024-03-25T00:45:30.620530+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.conf 2024-03-25T00:46:23.720 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cephadm 2024-03-25T00:45:30.836807+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi134:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:46:23.720 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cephadm 2024-03-25T00:45:31.052211+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.client.admin.keyring 2024-03-25T00:46:23.720 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cephadm 2024-03-25T00:45:31.217560+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi134:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-25T00:46:23.720 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:31.387146+0000 mon.a (mon.0) 144 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.720 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:31.392713+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.720 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:31.396278+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi134", "caps": []}]: dispatch 2024-03-25T00:46:23.721 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:31.397654+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi134", "caps": []}]': finished 2024-03-25T00:46:23.721 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:45:31.748211+0000 mgr.a (mgr.14152) 35 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.721 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cephadm 2024-03-25T00:45:31.914789+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi134 on smithi134 2024-03-25T00:46:23.721 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:32.840319+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.721 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:32.886685+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.721 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:32.892371+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.721 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:32.960497+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:46:23.721 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:32.964882+0000 mon.a (mon.0) 152 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:23.721 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:32.966572+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:46:23.721 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:32.974624+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.721 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:33.045062+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:46:23.721 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:33.049804+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:23.721 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:33.051715+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:46:23.721 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:33.059892+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.721 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:33.311949+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.722 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:45:33.748609+0000 mgr.a (mgr.14152) 37 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.722 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:34.381707+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.722 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:34.389745+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.722 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:45:35.749005+0000 mgr.a (mgr.14152) 38 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.722 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:35.831445+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.722 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:37.187663+0000 mgr.a (mgr.14152) 39 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:46:23.722 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:45:37.749413+0000 mgr.a (mgr.14152) 40 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.722 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:45:39.749927+0000 mgr.a (mgr.14152) 41 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.722 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:41.706458+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.722 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:41.709034+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.722 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:41.712539+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.722 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:45:41.750349+0000 mgr.a (mgr.14152) 42 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.722 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:45:43.750688+0000 mgr.a (mgr.14152) 43 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.722 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:45:45.751063+0000 mgr.a (mgr.14152) 44 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.723 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:46.005174+0000 mgr.a (mgr.14152) 45 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi149", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:46:23.723 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cephadm 2024-03-25T00:45:46.755981+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi149 2024-03-25T00:46:23.723 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:47.252636+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.723 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:47.261259+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.723 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:45:47.751471+0000 mgr.a (mgr.14152) 47 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.723 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:45:49.751848+0000 mgr.a (mgr.14152) 48 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.723 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:45:51.752239+0000 mgr.a (mgr.14152) 49 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.723 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:52.097918+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.723 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cephadm 2024-03-25T00:45:52.098730+0000 mgr.a (mgr.14152) 50 : cephadm [INF] Added host smithi149 2024-03-25T00:46:23.723 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:52.119554+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:46:23.723 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:52.592706+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.723 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:45:53.752692+0000 mgr.a (mgr.14152) 51 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.723 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:53.956775+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.723 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:53.963072+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.724 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:53.971937+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.724 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:54.066179+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.724 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:54.069429+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.724 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:54.070215+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi149", "name": "osd_memory_target"}]: dispatch 2024-03-25T00:46:23.724 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:54.071551+0000 mon.a (mon.0) 177 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:23.724 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:54.072857+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:46:23.724 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cephadm 2024-03-25T00:45:54.074522+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-03-25T00:46:23.724 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cephadm 2024-03-25T00:45:54.239268+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi149:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:46:23.724 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cephadm 2024-03-25T00:45:54.404194+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.client.admin.keyring 2024-03-25T00:46:23.724 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cephadm 2024-03-25T00:45:54.903600+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi149:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-25T00:46:23.724 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:55.074103+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.724 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:55.079428+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.724 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:55.081491+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]: dispatch 2024-03-25T00:46:23.724 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:55.082888+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]': finished 2024-03-25T00:46:23.724 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:45:55.753080+0000 mgr.a (mgr.14152) 56 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.724 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cephadm 2024-03-25T00:45:55.778195+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi149 on smithi149 2024-03-25T00:46:23.725 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:56.721436+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.725 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:56.746723+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.725 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:56.749099+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.725 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:56.847162+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:46:23.725 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:56.850979+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:23.725 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:56.852068+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:46:23.725 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:56.857467+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.725 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:56.990308+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:46:23.725 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:56.992950+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:23.725 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:56.993819+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:46:23.725 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:56.998060+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.725 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:57.212089+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.725 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:45:57.753512+0000 mgr.a (mgr.14152) 58 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.725 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:58.265973+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.725 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:45:58.273659+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.725 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:45:59.753953+0000 mgr.a (mgr.14152) 59 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.726 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:46:00.845547+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.726 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:46:00.617863+0000 mgr.a (mgr.14152) 60 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:46:23.726 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:46:01.857979+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.726 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:46:01.861424+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.726 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:46:01.866731+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.726 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:46:01.754307+0000 mgr.a (mgr.14152) 61 : cluster [DBG] pgmap v31: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.726 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:46:03.754647+0000 mgr.a (mgr.14152) 62 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.726 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:46:05.755076+0000 mgr.a (mgr.14152) 63 : cluster [DBG] pgmap v33: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.726 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:46:07.740941+0000 mon.a (mon.0) 201 : audit [INF] from='client.? 172.21.15.28:0/1440284406' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-25T00:46:23.726 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:46:07.755500+0000 mgr.a (mgr.14152) 64 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.726 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:46:08.280533+0000 mon.a (mon.0) 202 : audit [INF] from='client.? 172.21.15.28:0/1440284406' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-25T00:46:23.726 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:46:08.282965+0000 mon.a (mon.0) 203 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-25T00:46:23.726 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:46:09.755912+0000 mgr.a (mgr.14152) 65 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.727 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:46:11.496835+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.727 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:46:11.504762+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.727 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:46:11.756336+0000 mgr.a (mgr.14152) 66 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.727 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:46:13.057827+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi028:172.21.15.28=a;smithi134:172.21.15.134=b;smithi149:172.21.15.149=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:46:23.727 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cephadm 2024-03-25T00:46:13.063407+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi028:172.21.15.28=a;smithi134:172.21.15.134=b;smithi149:172.21.15.149=c;count:3 2024-03-25T00:46:23.727 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:46:13.069055+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.727 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:46:13.101214+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:46:23.727 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:46:13.106942+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:23.727 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:46:13.108713+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:46:23.727 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:46:13.116872+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.727 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:46:13.121980+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-25T00:46:23.727 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:46:13.123766+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:23.727 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cephadm 2024-03-25T00:46:13.125979+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi149 2024-03-25T00:46:23.727 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:46:13.756817+0000 mgr.a (mgr.14152) 70 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.727 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:46:14.176675+0000 mon.a (mon.0) 213 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.727 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:46:14.182877+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.727 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:46:14.190840+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.728 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:46:15.757130+0000 mgr.a (mgr.14152) 71 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.728 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cluster 2024-03-25T00:46:17.757508+0000 mgr.a (mgr.14152) 72 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:23.728 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:46:18.349573+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.728 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:46:18.355650+0000 mon.a (mon.0) 217 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.728 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:46:18.408265+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:23.728 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:46:18.409822+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-25T00:46:23.728 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:46:18.411946+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:23.728 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: audit 2024-03-25T00:46:18.940748+0000 mon.a (mon.0) 221 : audit [DBG] from='client.? 172.21.15.149:0/2654012406' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-25T00:46:23.728 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: cephadm 2024-03-25T00:46:18.414231+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi134 2024-03-25T00:46:23.728 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:23 smithi134 bash[22165]: debug 2024-03-25T00:46:23.686+0000 7f933abca700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-03-25T00:46:25.117 INFO:teuthology.orchestra.run.smithi149.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.c/config 2024-03-25T00:46:25.796 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: cluster 2024-03-25T00:46:19.757803+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:25.797 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: audit 2024-03-25T00:46:20.392172+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-25T00:46:25.797 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: cluster 2024-03-25T00:46:20.392563+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-03-25T00:46:25.797 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: audit 2024-03-25T00:46:20.414013+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:46:25.797 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: audit 2024-03-25T00:46:21.387529+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:46:25.797 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: cluster 2024-03-25T00:46:21.758195+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:25.798 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: audit 2024-03-25T00:46:22.387933+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:46:25.798 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: cluster 2024-03-25T00:46:22.389277+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-25T00:46:25.798 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: audit 2024-03-25T00:46:23.387755+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:46:25.798 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: audit 2024-03-25T00:46:23.693462+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:46:25.798 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: cluster 2024-03-25T00:46:23.758584+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:25.799 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: audit 2024-03-25T00:46:24.388275+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:46:25.799 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: audit 2024-03-25T00:46:24.693742+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:46:25.799 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: audit 2024-03-25T00:46:25.388305+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:46:25.799 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: cluster 2024-03-25T00:46:25.434230+0000 mon.a (mon.0) 233 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-25T00:46:25.799 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: cluster 2024-03-25T00:46:25.440161+0000 mon.a (mon.0) 234 : cluster [DBG] monmap epoch 2 2024-03-25T00:46:25.800 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: cluster 2024-03-25T00:46:25.440207+0000 mon.a (mon.0) 235 : cluster [DBG] fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:46:25.800 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: cluster 2024-03-25T00:46:25.440238+0000 mon.a (mon.0) 236 : cluster [DBG] last_changed 2024-03-25T00:46:20.387086+0000 2024-03-25T00:46:25.800 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: cluster 2024-03-25T00:46:25.440258+0000 mon.a (mon.0) 237 : cluster [DBG] created 2024-03-25T00:43:33.191211+0000 2024-03-25T00:46:25.800 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: cluster 2024-03-25T00:46:25.440281+0000 mon.a (mon.0) 238 : cluster [DBG] min_mon_release 19 (squid) 2024-03-25T00:46:25.800 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: cluster 2024-03-25T00:46:25.440336+0000 mon.a (mon.0) 239 : cluster [DBG] election_strategy: 1 2024-03-25T00:46:25.800 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: cluster 2024-03-25T00:46:25.440359+0000 mon.a (mon.0) 240 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-03-25T00:46:25.800 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: cluster 2024-03-25T00:46:25.440377+0000 mon.a (mon.0) 241 : cluster [DBG] 1: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.c 2024-03-25T00:46:25.801 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: cluster 2024-03-25T00:46:25.457620+0000 mon.a (mon.0) 242 : cluster [DBG] fsmap 2024-03-25T00:46:25.801 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: cluster 2024-03-25T00:46:25.457679+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-25T00:46:25.801 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: cluster 2024-03-25T00:46:25.457961+0000 mon.a (mon.0) 244 : cluster [DBG] mgrmap e13: a(active, since 99s) 2024-03-25T00:46:25.801 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: cluster 2024-03-25T00:46:25.458215+0000 mon.a (mon.0) 245 : cluster [INF] overall HEALTH_OK 2024-03-25T00:46:25.801 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: audit 2024-03-25T00:46:25.465459+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:25.801 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: audit 2024-03-25T00:46:25.471580+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:25.802 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: audit 2024-03-25T00:46:25.477566+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:25.802 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: audit 2024-03-25T00:46:25.483480+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:25.802 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: audit 2024-03-25T00:46:25.489513+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:25.802 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: audit 2024-03-25T00:46:25.495166+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:25.802 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: audit 2024-03-25T00:46:25.501335+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:25.803 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:25 smithi149 bash[22110]: audit 2024-03-25T00:46:25.506941+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:25.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: cluster 2024-03-25T00:46:19.757803+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:25.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: audit 2024-03-25T00:46:20.392172+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-25T00:46:25.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: cluster 2024-03-25T00:46:20.392563+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-03-25T00:46:25.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: audit 2024-03-25T00:46:20.414013+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:46:25.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: audit 2024-03-25T00:46:21.387529+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:46:25.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: cluster 2024-03-25T00:46:21.758195+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:25.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: audit 2024-03-25T00:46:22.387933+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:46:25.844 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: cluster 2024-03-25T00:46:22.389277+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-25T00:46:25.844 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: audit 2024-03-25T00:46:23.387755+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:46:25.844 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: audit 2024-03-25T00:46:23.693462+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:46:25.844 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: cluster 2024-03-25T00:46:23.758584+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:25.844 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: audit 2024-03-25T00:46:24.388275+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:46:25.844 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: audit 2024-03-25T00:46:24.693742+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:46:25.844 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: audit 2024-03-25T00:46:25.388305+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:46:25.845 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: cluster 2024-03-25T00:46:25.434230+0000 mon.a (mon.0) 233 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-25T00:46:25.845 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: cluster 2024-03-25T00:46:25.440161+0000 mon.a (mon.0) 234 : cluster [DBG] monmap epoch 2 2024-03-25T00:46:25.845 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: cluster 2024-03-25T00:46:25.440207+0000 mon.a (mon.0) 235 : cluster [DBG] fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:46:25.845 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: cluster 2024-03-25T00:46:25.440238+0000 mon.a (mon.0) 236 : cluster [DBG] last_changed 2024-03-25T00:46:20.387086+0000 2024-03-25T00:46:25.845 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: cluster 2024-03-25T00:46:25.440258+0000 mon.a (mon.0) 237 : cluster [DBG] created 2024-03-25T00:43:33.191211+0000 2024-03-25T00:46:25.845 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: cluster 2024-03-25T00:46:25.440281+0000 mon.a (mon.0) 238 : cluster [DBG] min_mon_release 19 (squid) 2024-03-25T00:46:25.845 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: cluster 2024-03-25T00:46:25.440336+0000 mon.a (mon.0) 239 : cluster [DBG] election_strategy: 1 2024-03-25T00:46:25.845 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: cluster 2024-03-25T00:46:25.440359+0000 mon.a (mon.0) 240 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-03-25T00:46:25.845 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: cluster 2024-03-25T00:46:25.440377+0000 mon.a (mon.0) 241 : cluster [DBG] 1: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.c 2024-03-25T00:46:25.845 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: cluster 2024-03-25T00:46:25.457620+0000 mon.a (mon.0) 242 : cluster [DBG] fsmap 2024-03-25T00:46:25.845 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: cluster 2024-03-25T00:46:25.457679+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-25T00:46:25.845 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: cluster 2024-03-25T00:46:25.457961+0000 mon.a (mon.0) 244 : cluster [DBG] mgrmap e13: a(active, since 99s) 2024-03-25T00:46:25.845 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: cluster 2024-03-25T00:46:25.458215+0000 mon.a (mon.0) 245 : cluster [INF] overall HEALTH_OK 2024-03-25T00:46:25.845 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: audit 2024-03-25T00:46:25.465459+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:25.846 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: audit 2024-03-25T00:46:25.471580+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:25.846 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: audit 2024-03-25T00:46:25.477566+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:25.846 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: audit 2024-03-25T00:46:25.483480+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:25.846 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: audit 2024-03-25T00:46:25.489513+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:25.846 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: audit 2024-03-25T00:46:25.495166+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:25.846 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: audit 2024-03-25T00:46:25.501335+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:25.846 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:25 smithi028 bash[21481]: audit 2024-03-25T00:46:25.506941+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:26.106 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: cluster 2024-03-25T00:46:19.757803+0000 mgr.a (mgr.14152) 74 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:26.106 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: audit 2024-03-25T00:46:20.392172+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-25T00:46:26.106 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: cluster 2024-03-25T00:46:20.392563+0000 mon.a (mon.0) 224 : cluster [INF] mon.a calling monitor election 2024-03-25T00:46:26.106 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: audit 2024-03-25T00:46:20.414013+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:46:26.106 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: audit 2024-03-25T00:46:21.387529+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:46:26.106 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: cluster 2024-03-25T00:46:21.758195+0000 mgr.a (mgr.14152) 75 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:26.106 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: audit 2024-03-25T00:46:22.387933+0000 mon.a (mon.0) 227 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:46:26.106 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: cluster 2024-03-25T00:46:22.389277+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-25T00:46:26.106 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: audit 2024-03-25T00:46:23.387755+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:46:26.106 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: audit 2024-03-25T00:46:23.693462+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:46:26.106 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: cluster 2024-03-25T00:46:23.758584+0000 mgr.a (mgr.14152) 76 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:26.107 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: audit 2024-03-25T00:46:24.388275+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:46:26.107 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: audit 2024-03-25T00:46:24.693742+0000 mon.a (mon.0) 231 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:46:26.107 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: audit 2024-03-25T00:46:25.388305+0000 mon.a (mon.0) 232 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:46:26.107 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: cluster 2024-03-25T00:46:25.434230+0000 mon.a (mon.0) 233 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-25T00:46:26.107 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: cluster 2024-03-25T00:46:25.440161+0000 mon.a (mon.0) 234 : cluster [DBG] monmap epoch 2 2024-03-25T00:46:26.107 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: cluster 2024-03-25T00:46:25.440207+0000 mon.a (mon.0) 235 : cluster [DBG] fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:46:26.107 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: cluster 2024-03-25T00:46:25.440238+0000 mon.a (mon.0) 236 : cluster [DBG] last_changed 2024-03-25T00:46:20.387086+0000 2024-03-25T00:46:26.107 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: cluster 2024-03-25T00:46:25.440258+0000 mon.a (mon.0) 237 : cluster [DBG] created 2024-03-25T00:43:33.191211+0000 2024-03-25T00:46:26.107 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: cluster 2024-03-25T00:46:25.440281+0000 mon.a (mon.0) 238 : cluster [DBG] min_mon_release 19 (squid) 2024-03-25T00:46:26.107 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: cluster 2024-03-25T00:46:25.440336+0000 mon.a (mon.0) 239 : cluster [DBG] election_strategy: 1 2024-03-25T00:46:26.107 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: cluster 2024-03-25T00:46:25.440359+0000 mon.a (mon.0) 240 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-03-25T00:46:26.107 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: cluster 2024-03-25T00:46:25.440377+0000 mon.a (mon.0) 241 : cluster [DBG] 1: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.c 2024-03-25T00:46:26.107 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: cluster 2024-03-25T00:46:25.457620+0000 mon.a (mon.0) 242 : cluster [DBG] fsmap 2024-03-25T00:46:26.107 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: cluster 2024-03-25T00:46:25.457679+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-25T00:46:26.108 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: cluster 2024-03-25T00:46:25.457961+0000 mon.a (mon.0) 244 : cluster [DBG] mgrmap e13: a(active, since 99s) 2024-03-25T00:46:26.108 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: cluster 2024-03-25T00:46:25.458215+0000 mon.a (mon.0) 245 : cluster [INF] overall HEALTH_OK 2024-03-25T00:46:26.108 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: audit 2024-03-25T00:46:25.465459+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:26.108 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: audit 2024-03-25T00:46:25.471580+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:26.108 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: audit 2024-03-25T00:46:25.477566+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:26.108 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: audit 2024-03-25T00:46:25.483480+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:26.108 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: audit 2024-03-25T00:46:25.489513+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:26.108 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: audit 2024-03-25T00:46:25.495166+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:26.108 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: audit 2024-03-25T00:46:25.501335+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:26.108 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:25 smithi134 bash[22165]: audit 2024-03-25T00:46:25.506941+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:26.842 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:46:26 smithi028 bash[21737]: debug 2024-03-25T00:46:26.381+0000 7fe0f3f40700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-03-25T00:46:31.052 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: cephadm 2024-03-25T00:46:25.632554+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-03-25T00:46:31.052 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: cephadm 2024-03-25T00:46:25.633196+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.conf 2024-03-25T00:46:31.052 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: cephadm 2024-03-25T00:46:25.633719+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-03-25T00:46:31.052 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: audit 2024-03-25T00:46:25.704037+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-25T00:46:31.052 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: cluster 2024-03-25T00:46:25.704354+0000 mon.a (mon.0) 261 : cluster [INF] mon.a calling monitor election 2024-03-25T00:46:31.052 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: cluster 2024-03-25T00:46:25.705041+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-25T00:46:31.053 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: audit 2024-03-25T00:46:25.721533+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:46:31.053 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: audit 2024-03-25T00:46:25.721665+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:46:31.053 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: cluster 2024-03-25T00:46:25.758881+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:31.053 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: cephadm 2024-03-25T00:46:25.847774+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi028:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:46:31.053 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: cephadm 2024-03-25T00:46:25.848420+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi134:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:46:31.053 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: cephadm 2024-03-25T00:46:25.848961+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi149:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:46:31.053 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: audit 2024-03-25T00:46:26.693402+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:46:31.053 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: audit 2024-03-25T00:46:27.693175+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:46:31.053 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: cluster 2024-03-25T00:46:27.700840+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-25T00:46:31.053 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: cluster 2024-03-25T00:46:27.759202+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:31.053 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: audit 2024-03-25T00:46:28.694176+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:46:31.053 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: audit 2024-03-25T00:46:29.694108+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:46:31.053 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: cluster 2024-03-25T00:46:29.759591+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:31.054 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: audit 2024-03-25T00:46:30.694441+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:46:31.054 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: cluster 2024-03-25T00:46:30.742396+0000 mon.a (mon.0) 269 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-25T00:46:31.054 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: cluster 2024-03-25T00:46:30.749501+0000 mon.a (mon.0) 270 : cluster [DBG] monmap epoch 3 2024-03-25T00:46:31.054 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: cluster 2024-03-25T00:46:30.749540+0000 mon.a (mon.0) 271 : cluster [DBG] fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:46:31.054 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: cluster 2024-03-25T00:46:30.749559+0000 mon.a (mon.0) 272 : cluster [DBG] last_changed 2024-03-25T00:46:25.699383+0000 2024-03-25T00:46:31.054 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: cluster 2024-03-25T00:46:30.749582+0000 mon.a (mon.0) 273 : cluster [DBG] created 2024-03-25T00:43:33.191211+0000 2024-03-25T00:46:31.054 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: cluster 2024-03-25T00:46:30.749610+0000 mon.a (mon.0) 274 : cluster [DBG] min_mon_release 19 (squid) 2024-03-25T00:46:31.054 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: cluster 2024-03-25T00:46:30.749630+0000 mon.a (mon.0) 275 : cluster [DBG] election_strategy: 1 2024-03-25T00:46:31.054 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: cluster 2024-03-25T00:46:30.749649+0000 mon.a (mon.0) 276 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-03-25T00:46:31.054 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: cluster 2024-03-25T00:46:30.749668+0000 mon.a (mon.0) 277 : cluster [DBG] 1: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.c 2024-03-25T00:46:31.054 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: cluster 2024-03-25T00:46:30.749691+0000 mon.a (mon.0) 278 : cluster [DBG] 2: [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] mon.b 2024-03-25T00:46:31.054 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: cluster 2024-03-25T00:46:30.769667+0000 mon.a (mon.0) 279 : cluster [DBG] fsmap 2024-03-25T00:46:31.054 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: cluster 2024-03-25T00:46:30.769727+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-25T00:46:31.054 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: cluster 2024-03-25T00:46:30.770004+0000 mon.a (mon.0) 281 : cluster [DBG] mgrmap e13: a(active, since 105s) 2024-03-25T00:46:31.055 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: cluster 2024-03-25T00:46:30.770259+0000 mon.a (mon.0) 282 : cluster [INF] overall HEALTH_OK 2024-03-25T00:46:31.055 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: audit 2024-03-25T00:46:30.778024+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:31.055 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: audit 2024-03-25T00:46:30.783727+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:31.055 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: audit 2024-03-25T00:46:30.790207+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:31.055 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: audit 2024-03-25T00:46:30.796942+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:31.055 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: audit 2024-03-25T00:46:30.803404+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:31.055 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: audit 2024-03-25T00:46:30.809843+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:31.055 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:30 smithi134 bash[22165]: audit 2024-03-25T00:46:30.815362+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:31.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: cephadm 2024-03-25T00:46:25.632554+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-03-25T00:46:31.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: cephadm 2024-03-25T00:46:25.633196+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.conf 2024-03-25T00:46:31.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: cephadm 2024-03-25T00:46:25.633719+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-03-25T00:46:31.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: audit 2024-03-25T00:46:25.704037+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-25T00:46:31.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: cluster 2024-03-25T00:46:25.704354+0000 mon.a (mon.0) 261 : cluster [INF] mon.a calling monitor election 2024-03-25T00:46:31.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: cluster 2024-03-25T00:46:25.705041+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-25T00:46:31.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: audit 2024-03-25T00:46:25.721533+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:46:31.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: audit 2024-03-25T00:46:25.721665+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:46:31.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: cluster 2024-03-25T00:46:25.758881+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:31.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: cephadm 2024-03-25T00:46:25.847774+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi028:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:46:31.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: cephadm 2024-03-25T00:46:25.848420+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi134:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:46:31.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: cephadm 2024-03-25T00:46:25.848961+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi149:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:46:31.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: audit 2024-03-25T00:46:26.693402+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:46:31.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: audit 2024-03-25T00:46:27.693175+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:46:31.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: cluster 2024-03-25T00:46:27.700840+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-25T00:46:31.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: cluster 2024-03-25T00:46:27.759202+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:31.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: audit 2024-03-25T00:46:28.694176+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:46:31.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: audit 2024-03-25T00:46:29.694108+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:46:31.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: cluster 2024-03-25T00:46:29.759591+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:31.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: audit 2024-03-25T00:46:30.694441+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:46:31.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: cluster 2024-03-25T00:46:30.742396+0000 mon.a (mon.0) 269 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-25T00:46:31.095 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: cluster 2024-03-25T00:46:30.749501+0000 mon.a (mon.0) 270 : cluster [DBG] monmap epoch 3 2024-03-25T00:46:31.095 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: cluster 2024-03-25T00:46:30.749540+0000 mon.a (mon.0) 271 : cluster [DBG] fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:46:31.095 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: cluster 2024-03-25T00:46:30.749559+0000 mon.a (mon.0) 272 : cluster [DBG] last_changed 2024-03-25T00:46:25.699383+0000 2024-03-25T00:46:31.095 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: cluster 2024-03-25T00:46:30.749582+0000 mon.a (mon.0) 273 : cluster [DBG] created 2024-03-25T00:43:33.191211+0000 2024-03-25T00:46:31.095 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: cluster 2024-03-25T00:46:30.749610+0000 mon.a (mon.0) 274 : cluster [DBG] min_mon_release 19 (squid) 2024-03-25T00:46:31.095 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: cluster 2024-03-25T00:46:30.749630+0000 mon.a (mon.0) 275 : cluster [DBG] election_strategy: 1 2024-03-25T00:46:31.095 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: cluster 2024-03-25T00:46:30.749649+0000 mon.a (mon.0) 276 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-03-25T00:46:31.095 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: cluster 2024-03-25T00:46:30.749668+0000 mon.a (mon.0) 277 : cluster [DBG] 1: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.c 2024-03-25T00:46:31.095 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: cluster 2024-03-25T00:46:30.749691+0000 mon.a (mon.0) 278 : cluster [DBG] 2: [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] mon.b 2024-03-25T00:46:31.095 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: cluster 2024-03-25T00:46:30.769667+0000 mon.a (mon.0) 279 : cluster [DBG] fsmap 2024-03-25T00:46:31.095 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: cluster 2024-03-25T00:46:30.769727+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-25T00:46:31.095 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: cluster 2024-03-25T00:46:30.770004+0000 mon.a (mon.0) 281 : cluster [DBG] mgrmap e13: a(active, since 105s) 2024-03-25T00:46:31.095 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: cluster 2024-03-25T00:46:30.770259+0000 mon.a (mon.0) 282 : cluster [INF] overall HEALTH_OK 2024-03-25T00:46:31.095 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: audit 2024-03-25T00:46:30.778024+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:31.095 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: audit 2024-03-25T00:46:30.783727+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:31.096 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: audit 2024-03-25T00:46:30.790207+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:31.096 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: audit 2024-03-25T00:46:30.796942+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:31.096 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: audit 2024-03-25T00:46:30.803404+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:31.096 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: audit 2024-03-25T00:46:30.809843+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:31.096 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:30 smithi028 bash[21481]: audit 2024-03-25T00:46:30.815362+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:31.162 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: cephadm 2024-03-25T00:46:25.632554+0000 mgr.a (mgr.14152) 77 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-03-25T00:46:31.162 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: cephadm 2024-03-25T00:46:25.633196+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.conf 2024-03-25T00:46:31.162 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: cephadm 2024-03-25T00:46:25.633719+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-03-25T00:46:31.162 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: audit 2024-03-25T00:46:25.704037+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-25T00:46:31.162 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: cluster 2024-03-25T00:46:25.704354+0000 mon.a (mon.0) 261 : cluster [INF] mon.a calling monitor election 2024-03-25T00:46:31.162 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: cluster 2024-03-25T00:46:25.705041+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-25T00:46:31.162 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: audit 2024-03-25T00:46:25.721533+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:46:31.162 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: audit 2024-03-25T00:46:25.721665+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:46:31.163 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: cluster 2024-03-25T00:46:25.758881+0000 mgr.a (mgr.14152) 80 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:31.163 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: cephadm 2024-03-25T00:46:25.847774+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi028:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:46:31.163 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: cephadm 2024-03-25T00:46:25.848420+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi134:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:46:31.163 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: cephadm 2024-03-25T00:46:25.848961+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi149:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:46:31.163 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: audit 2024-03-25T00:46:26.693402+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:46:31.163 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: audit 2024-03-25T00:46:27.693175+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:46:31.163 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: cluster 2024-03-25T00:46:27.700840+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-25T00:46:31.163 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: cluster 2024-03-25T00:46:27.759202+0000 mgr.a (mgr.14152) 84 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:31.163 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: audit 2024-03-25T00:46:28.694176+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:46:31.163 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: audit 2024-03-25T00:46:29.694108+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:46:31.163 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: cluster 2024-03-25T00:46:29.759591+0000 mgr.a (mgr.14152) 85 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:31.163 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: audit 2024-03-25T00:46:30.694441+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:46:31.163 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: cluster 2024-03-25T00:46:30.742396+0000 mon.a (mon.0) 269 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-25T00:46:31.163 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: cluster 2024-03-25T00:46:30.749501+0000 mon.a (mon.0) 270 : cluster [DBG] monmap epoch 3 2024-03-25T00:46:31.164 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: cluster 2024-03-25T00:46:30.749540+0000 mon.a (mon.0) 271 : cluster [DBG] fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:46:31.164 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: cluster 2024-03-25T00:46:30.749559+0000 mon.a (mon.0) 272 : cluster [DBG] last_changed 2024-03-25T00:46:25.699383+0000 2024-03-25T00:46:31.164 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: cluster 2024-03-25T00:46:30.749582+0000 mon.a (mon.0) 273 : cluster [DBG] created 2024-03-25T00:43:33.191211+0000 2024-03-25T00:46:31.164 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: cluster 2024-03-25T00:46:30.749610+0000 mon.a (mon.0) 274 : cluster [DBG] min_mon_release 19 (squid) 2024-03-25T00:46:31.164 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: cluster 2024-03-25T00:46:30.749630+0000 mon.a (mon.0) 275 : cluster [DBG] election_strategy: 1 2024-03-25T00:46:31.164 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: cluster 2024-03-25T00:46:30.749649+0000 mon.a (mon.0) 276 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-03-25T00:46:31.164 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: cluster 2024-03-25T00:46:30.749668+0000 mon.a (mon.0) 277 : cluster [DBG] 1: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.c 2024-03-25T00:46:31.164 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: cluster 2024-03-25T00:46:30.749691+0000 mon.a (mon.0) 278 : cluster [DBG] 2: [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] mon.b 2024-03-25T00:46:31.164 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: cluster 2024-03-25T00:46:30.769667+0000 mon.a (mon.0) 279 : cluster [DBG] fsmap 2024-03-25T00:46:31.164 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: cluster 2024-03-25T00:46:30.769727+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-25T00:46:31.165 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: cluster 2024-03-25T00:46:30.770004+0000 mon.a (mon.0) 281 : cluster [DBG] mgrmap e13: a(active, since 105s) 2024-03-25T00:46:31.165 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: cluster 2024-03-25T00:46:30.770259+0000 mon.a (mon.0) 282 : cluster [INF] overall HEALTH_OK 2024-03-25T00:46:31.165 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: audit 2024-03-25T00:46:30.778024+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:31.165 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: audit 2024-03-25T00:46:30.783727+0000 mon.a (mon.0) 284 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:31.165 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: audit 2024-03-25T00:46:30.790207+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:31.165 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: audit 2024-03-25T00:46:30.796942+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:31.165 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: audit 2024-03-25T00:46:30.803404+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:31.165 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: audit 2024-03-25T00:46:30.809843+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:31.165 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:30 smithi149 bash[22110]: audit 2024-03-25T00:46:30.815362+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:31.863 INFO:teuthology.orchestra.run.smithi149.stdout: 2024-03-25T00:46:31.864 INFO:teuthology.orchestra.run.smithi149.stdout:{"epoch":3,"fsid":"8327fbb6-ea40-11ee-95cd-87774f69a715","modified":"2024-03-25T00:46:25.699383Z","created":"2024-03-25T00:43:33.191211Z","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.28:3300","nonce":0},{"type":"v1","addr":"172.21.15.28:6789","nonce":0}]},"addr":"172.21.15.28:6789/0","public_addr":"172.21.15.28:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:3300","nonce":0},{"type":"v1","addr":"172.21.15.149:6789","nonce":0}]},"addr":"172.21.15.149:6789/0","public_addr":"172.21.15.149:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:3300","nonce":0},{"type":"v1","addr":"172.21.15.134:6789","nonce":0}]},"addr":"172.21.15.134:6789/0","public_addr":"172.21.15.134:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-03-25T00:46:31.866 INFO:teuthology.orchestra.run.smithi149.stderr:dumped monmap epoch 3 2024-03-25T00:46:32.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:31 smithi028 bash[21481]: audit 2024-03-25T00:46:30.820960+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:32.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:31 smithi028 bash[21481]: audit 2024-03-25T00:46:30.826610+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:32.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:31 smithi028 bash[21481]: audit 2024-03-25T00:46:30.844277+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:32.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:31 smithi028 bash[21481]: cephadm 2024-03-25T00:46:30.845386+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-25T00:46:32.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:31 smithi028 bash[21481]: audit 2024-03-25T00:46:30.850708+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:32.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:31 smithi028 bash[21481]: cephadm 2024-03-25T00:46:30.978367+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-25T00:46:32.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:31 smithi028 bash[21481]: audit 2024-03-25T00:46:30.979180+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-25T00:46:32.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:31 smithi028 bash[21481]: audit 2024-03-25T00:46:30.981101+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-25T00:46:32.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:31 smithi028 bash[21481]: audit 2024-03-25T00:46:30.982892+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:32.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:31 smithi028 bash[21481]: cephadm 2024-03-25T00:46:30.985014+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring daemon mon.a on smithi028 2024-03-25T00:46:32.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:31 smithi028 bash[21481]: audit 2024-03-25T00:46:31.048360+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:32.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:31 smithi028 bash[21481]: audit 2024-03-25T00:46:31.053459+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:32.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:31 smithi028 bash[21481]: audit 2024-03-25T00:46:31.060663+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:32.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:31 smithi028 bash[21481]: audit 2024-03-25T00:46:31.694706+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:46:32.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:31 smithi134 bash[22165]: audit 2024-03-25T00:46:30.820960+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:32.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:31 smithi134 bash[22165]: audit 2024-03-25T00:46:30.826610+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:32.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:31 smithi134 bash[22165]: audit 2024-03-25T00:46:30.844277+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:32.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:31 smithi134 bash[22165]: cephadm 2024-03-25T00:46:30.845386+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-25T00:46:32.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:31 smithi134 bash[22165]: audit 2024-03-25T00:46:30.850708+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:32.106 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:31 smithi134 bash[22165]: cephadm 2024-03-25T00:46:30.978367+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-25T00:46:32.106 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:31 smithi134 bash[22165]: audit 2024-03-25T00:46:30.979180+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-25T00:46:32.106 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:31 smithi134 bash[22165]: audit 2024-03-25T00:46:30.981101+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-25T00:46:32.106 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:31 smithi134 bash[22165]: audit 2024-03-25T00:46:30.982892+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:32.106 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:31 smithi134 bash[22165]: cephadm 2024-03-25T00:46:30.985014+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring daemon mon.a on smithi028 2024-03-25T00:46:32.106 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:31 smithi134 bash[22165]: audit 2024-03-25T00:46:31.048360+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:32.106 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:31 smithi134 bash[22165]: audit 2024-03-25T00:46:31.053459+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:32.106 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:31 smithi134 bash[22165]: audit 2024-03-25T00:46:31.060663+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:32.106 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:31 smithi134 bash[22165]: audit 2024-03-25T00:46:31.694706+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:46:32.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:31 smithi149 bash[22110]: audit 2024-03-25T00:46:30.820960+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:32.162 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:31 smithi149 bash[22110]: audit 2024-03-25T00:46:30.826610+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:32.162 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:31 smithi149 bash[22110]: audit 2024-03-25T00:46:30.844277+0000 mon.a (mon.0) 292 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:32.162 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:31 smithi149 bash[22110]: cephadm 2024-03-25T00:46:30.845386+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-25T00:46:32.162 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:31 smithi149 bash[22110]: audit 2024-03-25T00:46:30.850708+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:32.162 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:31 smithi149 bash[22110]: cephadm 2024-03-25T00:46:30.978367+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-25T00:46:32.162 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:31 smithi149 bash[22110]: audit 2024-03-25T00:46:30.979180+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-25T00:46:32.162 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:31 smithi149 bash[22110]: audit 2024-03-25T00:46:30.981101+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-25T00:46:32.162 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:31 smithi149 bash[22110]: audit 2024-03-25T00:46:30.982892+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:32.162 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:31 smithi149 bash[22110]: cephadm 2024-03-25T00:46:30.985014+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring daemon mon.a on smithi028 2024-03-25T00:46:32.162 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:31 smithi149 bash[22110]: audit 2024-03-25T00:46:31.048360+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:32.162 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:31 smithi149 bash[22110]: audit 2024-03-25T00:46:31.053459+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:32.162 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:31 smithi149 bash[22110]: audit 2024-03-25T00:46:31.060663+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:32.162 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:31 smithi149 bash[22110]: audit 2024-03-25T00:46:31.694706+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:46:32.490 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-25T00:46:32.490 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph config generate-minimal-conf 2024-03-25T00:46:33.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:32 smithi028 bash[21481]: cluster 2024-03-25T00:46:31.759986+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:33.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:32 smithi028 bash[21481]: audit 2024-03-25T00:46:31.863206+0000 mon.a (mon.0) 301 : audit [DBG] from='client.? 172.21.15.149:0/2010827490' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-25T00:46:33.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:32 smithi134 bash[22165]: cluster 2024-03-25T00:46:31.759986+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:33.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:32 smithi134 bash[22165]: audit 2024-03-25T00:46:31.863206+0000 mon.a (mon.0) 301 : audit [DBG] from='client.? 172.21.15.149:0/2010827490' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-25T00:46:33.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:32 smithi149 bash[22110]: cluster 2024-03-25T00:46:31.759986+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:33.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:32 smithi149 bash[22110]: audit 2024-03-25T00:46:31.863206+0000 mon.a (mon.0) 301 : audit [DBG] from='client.? 172.21.15.149:0/2010827490' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-25T00:46:34.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:33 smithi134 bash[22165]: audit 2024-03-25T00:46:32.997176+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:34.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:33 smithi134 bash[22165]: audit 2024-03-25T00:46:33.001995+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:34.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:33 smithi134 bash[22165]: cephadm 2024-03-25T00:46:33.005082+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-25T00:46:34.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:33 smithi134 bash[22165]: audit 2024-03-25T00:46:33.005577+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-25T00:46:34.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:33 smithi134 bash[22165]: audit 2024-03-25T00:46:33.006832+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-25T00:46:34.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:33 smithi134 bash[22165]: audit 2024-03-25T00:46:33.007993+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:34.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:33 smithi134 bash[22165]: cephadm 2024-03-25T00:46:33.009706+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi134 2024-03-25T00:46:34.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:33 smithi134 bash[22165]: audit 2024-03-25T00:46:33.533303+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:34.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:33 smithi028 bash[21481]: audit 2024-03-25T00:46:32.997176+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:34.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:33 smithi028 bash[21481]: audit 2024-03-25T00:46:33.001995+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:34.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:33 smithi028 bash[21481]: cephadm 2024-03-25T00:46:33.005082+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-25T00:46:34.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:33 smithi028 bash[21481]: audit 2024-03-25T00:46:33.005577+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-25T00:46:34.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:33 smithi028 bash[21481]: audit 2024-03-25T00:46:33.006832+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-25T00:46:34.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:33 smithi028 bash[21481]: audit 2024-03-25T00:46:33.007993+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:34.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:33 smithi028 bash[21481]: cephadm 2024-03-25T00:46:33.009706+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi134 2024-03-25T00:46:34.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:33 smithi028 bash[21481]: audit 2024-03-25T00:46:33.533303+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:34.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:33 smithi149 bash[22110]: audit 2024-03-25T00:46:32.997176+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:34.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:33 smithi149 bash[22110]: audit 2024-03-25T00:46:33.001995+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:34.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:33 smithi149 bash[22110]: cephadm 2024-03-25T00:46:33.005082+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-25T00:46:34.412 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:33 smithi149 bash[22110]: audit 2024-03-25T00:46:33.005577+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-25T00:46:34.412 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:33 smithi149 bash[22110]: audit 2024-03-25T00:46:33.006832+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-25T00:46:34.412 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:33 smithi149 bash[22110]: audit 2024-03-25T00:46:33.007993+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:34.412 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:33 smithi149 bash[22110]: cephadm 2024-03-25T00:46:33.009706+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi134 2024-03-25T00:46:34.412 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:33 smithi149 bash[22110]: audit 2024-03-25T00:46:33.533303+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:35.574 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:35 smithi028 bash[21481]: cluster 2024-03-25T00:46:33.760408+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:35.574 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:35 smithi028 bash[21481]: audit 2024-03-25T00:46:34.238233+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:35.574 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:35 smithi028 bash[21481]: audit 2024-03-25T00:46:34.245680+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:35.574 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:35 smithi028 bash[21481]: audit 2024-03-25T00:46:34.255501+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:35.574 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:35 smithi028 bash[21481]: audit 2024-03-25T00:46:34.692867+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:35.574 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:35 smithi028 bash[21481]: audit 2024-03-25T00:46:34.700302+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:35.574 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:35 smithi028 bash[21481]: audit 2024-03-25T00:46:34.733224+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-25T00:46:35.574 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:35 smithi028 bash[21481]: audit 2024-03-25T00:46:34.734589+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-25T00:46:35.575 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:35 smithi028 bash[21481]: audit 2024-03-25T00:46:34.735938+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:35.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:35 smithi134 bash[22165]: cluster 2024-03-25T00:46:33.760408+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:35.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:35 smithi134 bash[22165]: audit 2024-03-25T00:46:34.238233+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:35.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:35 smithi134 bash[22165]: audit 2024-03-25T00:46:34.245680+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:35.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:35 smithi134 bash[22165]: audit 2024-03-25T00:46:34.255501+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:35.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:35 smithi134 bash[22165]: audit 2024-03-25T00:46:34.692867+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:35.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:35 smithi134 bash[22165]: audit 2024-03-25T00:46:34.700302+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:35.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:35 smithi134 bash[22165]: audit 2024-03-25T00:46:34.733224+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-25T00:46:35.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:35 smithi134 bash[22165]: audit 2024-03-25T00:46:34.734589+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-25T00:46:35.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:35 smithi134 bash[22165]: audit 2024-03-25T00:46:34.735938+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:35.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:35 smithi149 bash[22110]: cluster 2024-03-25T00:46:33.760408+0000 mgr.a (mgr.14152) 92 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:35.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:35 smithi149 bash[22110]: audit 2024-03-25T00:46:34.238233+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:35.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:35 smithi149 bash[22110]: audit 2024-03-25T00:46:34.245680+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:35.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:35 smithi149 bash[22110]: audit 2024-03-25T00:46:34.255501+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:35.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:35 smithi149 bash[22110]: audit 2024-03-25T00:46:34.692867+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:35.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:35 smithi149 bash[22110]: audit 2024-03-25T00:46:34.700302+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:35.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:35 smithi149 bash[22110]: audit 2024-03-25T00:46:34.733224+0000 mon.a (mon.0) 313 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-25T00:46:35.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:35 smithi149 bash[22110]: audit 2024-03-25T00:46:34.734589+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-25T00:46:35.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:35 smithi149 bash[22110]: audit 2024-03-25T00:46:34.735938+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:36.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:36 smithi028 bash[21481]: cephadm 2024-03-25T00:46:34.732774+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-25T00:46:36.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:36 smithi028 bash[21481]: cephadm 2024-03-25T00:46:34.737823+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi149 2024-03-25T00:46:36.604 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:36 smithi134 bash[22165]: cephadm 2024-03-25T00:46:34.732774+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-25T00:46:36.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:36 smithi134 bash[22165]: cephadm 2024-03-25T00:46:34.737823+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi149 2024-03-25T00:46:36.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:36 smithi149 bash[22110]: cephadm 2024-03-25T00:46:34.732774+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-25T00:46:36.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:36 smithi149 bash[22110]: cephadm 2024-03-25T00:46:34.737823+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi149 2024-03-25T00:46:37.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:37 smithi028 bash[21481]: cluster 2024-03-25T00:46:35.760883+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:37.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:37 smithi028 bash[21481]: audit 2024-03-25T00:46:36.703816+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:37.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:37 smithi028 bash[21481]: audit 2024-03-25T00:46:36.708559+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:37.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:37 smithi028 bash[21481]: audit 2024-03-25T00:46:36.758787+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:46:37.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:37 smithi028 bash[21481]: audit 2024-03-25T00:46:36.763357+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:37.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:37 smithi028 bash[21481]: audit 2024-03-25T00:46:36.764942+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:46:37.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:37 smithi028 bash[21481]: audit 2024-03-25T00:46:37.151126+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:37.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:37 smithi028 bash[21481]: audit 2024-03-25T00:46:37.155747+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:37.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:37 smithi028 bash[21481]: audit 2024-03-25T00:46:37.203941+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:37.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:37 smithi028 bash[21481]: audit 2024-03-25T00:46:37.209689+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:37.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:37 smithi028 bash[21481]: audit 2024-03-25T00:46:37.214878+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:37.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:37 smithi028 bash[21481]: audit 2024-03-25T00:46:37.219441+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:37.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:37 smithi028 bash[21481]: audit 2024-03-25T00:46:37.224816+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:37.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:37 smithi134 bash[22165]: cluster 2024-03-25T00:46:35.760883+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:37.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:37 smithi134 bash[22165]: audit 2024-03-25T00:46:36.703816+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:37.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:37 smithi134 bash[22165]: audit 2024-03-25T00:46:36.708559+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:37.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:37 smithi134 bash[22165]: audit 2024-03-25T00:46:36.758787+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:46:37.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:37 smithi134 bash[22165]: audit 2024-03-25T00:46:36.763357+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:37.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:37 smithi134 bash[22165]: audit 2024-03-25T00:46:36.764942+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:46:37.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:37 smithi134 bash[22165]: audit 2024-03-25T00:46:37.151126+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:37.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:37 smithi134 bash[22165]: audit 2024-03-25T00:46:37.155747+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:37.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:37 smithi134 bash[22165]: audit 2024-03-25T00:46:37.203941+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:37.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:37 smithi134 bash[22165]: audit 2024-03-25T00:46:37.209689+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:37.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:37 smithi134 bash[22165]: audit 2024-03-25T00:46:37.214878+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:37.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:37 smithi134 bash[22165]: audit 2024-03-25T00:46:37.219441+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:37.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:37 smithi134 bash[22165]: audit 2024-03-25T00:46:37.224816+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:37.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:37 smithi149 bash[22110]: cluster 2024-03-25T00:46:35.760883+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:37.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:37 smithi149 bash[22110]: audit 2024-03-25T00:46:36.703816+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:37.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:37 smithi149 bash[22110]: audit 2024-03-25T00:46:36.708559+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:37.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:37 smithi149 bash[22110]: audit 2024-03-25T00:46:36.758787+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:46:37.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:37 smithi149 bash[22110]: audit 2024-03-25T00:46:36.763357+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:37.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:37 smithi149 bash[22110]: audit 2024-03-25T00:46:36.764942+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:46:37.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:37 smithi149 bash[22110]: audit 2024-03-25T00:46:37.151126+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:37.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:37 smithi149 bash[22110]: audit 2024-03-25T00:46:37.155747+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:37.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:37 smithi149 bash[22110]: audit 2024-03-25T00:46:37.203941+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:37.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:37 smithi149 bash[22110]: audit 2024-03-25T00:46:37.209689+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:37.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:37 smithi149 bash[22110]: audit 2024-03-25T00:46:37.214878+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:37.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:37 smithi149 bash[22110]: audit 2024-03-25T00:46:37.219441+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:37.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:37 smithi149 bash[22110]: audit 2024-03-25T00:46:37.224816+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:38.052 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.a/config 2024-03-25T00:46:38.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:38 smithi028 bash[21481]: cephadm 2024-03-25T00:46:36.767022+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-03-25T00:46:38.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:38 smithi028 bash[21481]: cephadm 2024-03-25T00:46:36.767659+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.conf 2024-03-25T00:46:38.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:38 smithi028 bash[21481]: cephadm 2024-03-25T00:46:36.768858+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-03-25T00:46:38.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:38 smithi028 bash[21481]: cephadm 2024-03-25T00:46:36.982075+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi028:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:46:38.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:38 smithi028 bash[21481]: cephadm 2024-03-25T00:46:36.984218+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi149:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:46:38.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:38 smithi028 bash[21481]: cephadm 2024-03-25T00:46:37.033755+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi134:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:46:38.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:38 smithi134 bash[22165]: cephadm 2024-03-25T00:46:36.767022+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-03-25T00:46:38.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:38 smithi134 bash[22165]: cephadm 2024-03-25T00:46:36.767659+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.conf 2024-03-25T00:46:38.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:38 smithi134 bash[22165]: cephadm 2024-03-25T00:46:36.768858+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-03-25T00:46:38.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:38 smithi134 bash[22165]: cephadm 2024-03-25T00:46:36.982075+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi028:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:46:38.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:38 smithi134 bash[22165]: cephadm 2024-03-25T00:46:36.984218+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi149:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:46:38.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:38 smithi134 bash[22165]: cephadm 2024-03-25T00:46:37.033755+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi134:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:46:38.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:38 smithi149 bash[22110]: cephadm 2024-03-25T00:46:36.767022+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-03-25T00:46:38.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:38 smithi149 bash[22110]: cephadm 2024-03-25T00:46:36.767659+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.conf 2024-03-25T00:46:38.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:38 smithi149 bash[22110]: cephadm 2024-03-25T00:46:36.768858+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-03-25T00:46:38.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:38 smithi149 bash[22110]: cephadm 2024-03-25T00:46:36.982075+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi028:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:46:38.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:38 smithi149 bash[22110]: cephadm 2024-03-25T00:46:36.984218+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi149:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:46:38.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:38 smithi149 bash[22110]: cephadm 2024-03-25T00:46:37.033755+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi134:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:46:39.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:39 smithi028 bash[21481]: cluster 2024-03-25T00:46:37.761269+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:39.607 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:39 smithi134 bash[22165]: cluster 2024-03-25T00:46:37.761269+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:39.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:39 smithi149 bash[22110]: cluster 2024-03-25T00:46:37.761269+0000 mgr.a (mgr.14152) 102 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:40.680 INFO:teuthology.orchestra.run.smithi028.stdout:# minimal ceph.conf for 8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:46:40.680 INFO:teuthology.orchestra.run.smithi028.stdout:[global] 2024-03-25T00:46:40.680 INFO:teuthology.orchestra.run.smithi028.stdout: fsid = 8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:46:40.681 INFO:teuthology.orchestra.run.smithi028.stdout: mon_host = [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] 2024-03-25T00:46:41.274 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-25T00:46:41.274 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-03-25T00:46:41.274 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/ceph/ceph.conf 2024-03-25T00:46:41.289 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-03-25T00:46:41.289 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-25T00:46:41.344 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-03-25T00:46:41.344 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/ceph/ceph.conf 2024-03-25T00:46:41.359 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-03-25T00:46:41.359 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-25T00:46:41.416 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-03-25T00:46:41.416 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/ceph/ceph.conf 2024-03-25T00:46:41.431 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-03-25T00:46:41.432 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-25T00:46:41.488 INFO:tasks.cephadm:Adding mgr.a on smithi028 2024-03-25T00:46:41.488 INFO:tasks.cephadm:Adding mgr.b on smithi134 2024-03-25T00:46:41.488 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph orch apply mgr '2;smithi028=a;smithi134=b' 2024-03-25T00:46:41.540 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:41 smithi149 bash[22110]: cluster 2024-03-25T00:46:39.761690+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:41.540 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:41 smithi149 bash[22110]: audit 2024-03-25T00:46:40.680537+0000 mon.a (mon.0) 328 : audit [DBG] from='client.? 172.21.15.28:0/3355399044' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:41.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:41 smithi028 bash[21481]: cluster 2024-03-25T00:46:39.761690+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:41.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:41 smithi028 bash[21481]: audit 2024-03-25T00:46:40.680537+0000 mon.a (mon.0) 328 : audit [DBG] from='client.? 172.21.15.28:0/3355399044' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:41.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:41 smithi134 bash[22165]: cluster 2024-03-25T00:46:39.761690+0000 mgr.a (mgr.14152) 103 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:41.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:41 smithi134 bash[22165]: audit 2024-03-25T00:46:40.680537+0000 mon.a (mon.0) 328 : audit [DBG] from='client.? 172.21.15.28:0/3355399044' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:43.571 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:43 smithi149 bash[22110]: cluster 2024-03-25T00:46:41.762124+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:43.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:43 smithi028 bash[21481]: cluster 2024-03-25T00:46:41.762124+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:43.604 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:43 smithi134 bash[22165]: cluster 2024-03-25T00:46:41.762124+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:45.224 INFO:teuthology.orchestra.run.smithi149.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.c/config 2024-03-25T00:46:45.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:45 smithi028 bash[21481]: cluster 2024-03-25T00:46:43.762631+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:45.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:45 smithi028 bash[21481]: audit 2024-03-25T00:46:44.707146+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:45.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:45 smithi028 bash[21481]: audit 2024-03-25T00:46:44.715115+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:45.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:45 smithi028 bash[21481]: audit 2024-03-25T00:46:44.724868+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:45.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:45 smithi134 bash[22165]: cluster 2024-03-25T00:46:43.762631+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:45.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:45 smithi134 bash[22165]: audit 2024-03-25T00:46:44.707146+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:45.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:45 smithi134 bash[22165]: audit 2024-03-25T00:46:44.715115+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:45.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:45 smithi134 bash[22165]: audit 2024-03-25T00:46:44.724868+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:45.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:45 smithi149 bash[22110]: cluster 2024-03-25T00:46:43.762631+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:45.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:45 smithi149 bash[22110]: audit 2024-03-25T00:46:44.707146+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:45.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:45 smithi149 bash[22110]: audit 2024-03-25T00:46:44.715115+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:45.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:45 smithi149 bash[22110]: audit 2024-03-25T00:46:44.724868+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:47.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:47 smithi028 bash[21481]: cluster 2024-03-25T00:46:45.763133+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:47.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:47 smithi134 bash[22165]: cluster 2024-03-25T00:46:45.763133+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:47.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:47 smithi149 bash[22110]: cluster 2024-03-25T00:46:45.763133+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:48.306 INFO:teuthology.orchestra.run.smithi149.stdout:Scheduled mgr update... 2024-03-25T00:46:48.942 DEBUG:teuthology.orchestra.run.smithi134:mgr.b> sudo journalctl -f -n 0 -u ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@mgr.b.service 2024-03-25T00:46:48.945 INFO:tasks.cephadm:Deploying OSDs... 2024-03-25T00:46:48.945 DEBUG:teuthology.orchestra.run.smithi028:> set -ex 2024-03-25T00:46:48.945 DEBUG:teuthology.orchestra.run.smithi028:> dd if=/scratch_devs of=/dev/stdout 2024-03-25T00:46:48.951 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-03-25T00:46:48.951 DEBUG:teuthology.orchestra.run.smithi028:> stat /dev/vg_nvme/lv_1 2024-03-25T00:46:49.001 INFO:teuthology.orchestra.run.smithi028.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-25T00:46:49.001 INFO:teuthology.orchestra.run.smithi028.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-25T00:46:49.001 INFO:teuthology.orchestra.run.smithi028.stdout:Device: 5h/5d Inode: 890 Links: 1 2024-03-25T00:46:49.001 INFO:teuthology.orchestra.run.smithi028.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-25T00:46:49.001 INFO:teuthology.orchestra.run.smithi028.stdout:Access: 2024-03-25 00:36:47.694200256 +0000 2024-03-25T00:46:49.001 INFO:teuthology.orchestra.run.smithi028.stdout:Modify: 2024-03-25 00:36:47.690200292 +0000 2024-03-25T00:46:49.001 INFO:teuthology.orchestra.run.smithi028.stdout:Change: 2024-03-25 00:36:47.690200292 +0000 2024-03-25T00:46:49.001 INFO:teuthology.orchestra.run.smithi028.stdout: Birth: - 2024-03-25T00:46:49.002 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-25T00:46:49.055 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records in 2024-03-25T00:46:49.055 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records out 2024-03-25T00:46:49.055 INFO:teuthology.orchestra.run.smithi028.stderr:512 bytes copied, 0.000264511 s, 1.9 MB/s 2024-03-25T00:46:49.057 DEBUG:teuthology.orchestra.run.smithi028:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-25T00:46:49.106 DEBUG:teuthology.orchestra.run.smithi028:> stat /dev/vg_nvme/lv_2 2024-03-25T00:46:49.152 INFO:teuthology.orchestra.run.smithi028.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-25T00:46:49.153 INFO:teuthology.orchestra.run.smithi028.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-25T00:46:49.153 INFO:teuthology.orchestra.run.smithi028.stdout:Device: 5h/5d Inode: 910 Links: 1 2024-03-25T00:46:49.153 INFO:teuthology.orchestra.run.smithi028.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-25T00:46:49.153 INFO:teuthology.orchestra.run.smithi028.stdout:Access: 2024-03-25 00:36:48.410193869 +0000 2024-03-25T00:46:49.153 INFO:teuthology.orchestra.run.smithi028.stdout:Modify: 2024-03-25 00:36:48.158196118 +0000 2024-03-25T00:46:49.153 INFO:teuthology.orchestra.run.smithi028.stdout:Change: 2024-03-25 00:36:48.158196118 +0000 2024-03-25T00:46:49.153 INFO:teuthology.orchestra.run.smithi028.stdout: Birth: - 2024-03-25T00:46:49.153 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-25T00:46:49.206 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records in 2024-03-25T00:46:49.206 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records out 2024-03-25T00:46:49.206 INFO:teuthology.orchestra.run.smithi028.stderr:512 bytes copied, 0.000204711 s, 2.5 MB/s 2024-03-25T00:46:49.208 DEBUG:teuthology.orchestra.run.smithi028:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-25T00:46:49.259 DEBUG:teuthology.orchestra.run.smithi028:> stat /dev/vg_nvme/lv_3 2024-03-25T00:46:49.312 INFO:teuthology.orchestra.run.smithi028.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-25T00:46:49.313 INFO:teuthology.orchestra.run.smithi028.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-25T00:46:49.313 INFO:teuthology.orchestra.run.smithi028.stdout:Device: 5h/5d Inode: 926 Links: 1 2024-03-25T00:46:49.313 INFO:teuthology.orchestra.run.smithi028.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-25T00:46:49.313 INFO:teuthology.orchestra.run.smithi028.stdout:Access: 2024-03-25 00:36:48.654191693 +0000 2024-03-25T00:46:49.313 INFO:teuthology.orchestra.run.smithi028.stdout:Modify: 2024-03-25 00:36:48.650191729 +0000 2024-03-25T00:46:49.313 INFO:teuthology.orchestra.run.smithi028.stdout:Change: 2024-03-25 00:36:48.650191729 +0000 2024-03-25T00:46:49.313 INFO:teuthology.orchestra.run.smithi028.stdout: Birth: - 2024-03-25T00:46:49.313 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-25T00:46:49.367 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records in 2024-03-25T00:46:49.367 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records out 2024-03-25T00:46:49.367 INFO:teuthology.orchestra.run.smithi028.stderr:512 bytes copied, 0.000313219 s, 1.6 MB/s 2024-03-25T00:46:49.369 DEBUG:teuthology.orchestra.run.smithi028:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-25T00:46:49.418 DEBUG:teuthology.orchestra.run.smithi028:> stat /dev/vg_nvme/lv_4 2024-03-25T00:46:49.465 INFO:teuthology.orchestra.run.smithi028.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-25T00:46:49.466 INFO:teuthology.orchestra.run.smithi028.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-25T00:46:49.466 INFO:teuthology.orchestra.run.smithi028.stdout:Device: 5h/5d Inode: 941 Links: 1 2024-03-25T00:46:49.466 INFO:teuthology.orchestra.run.smithi028.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-25T00:46:49.466 INFO:teuthology.orchestra.run.smithi028.stdout:Access: 2024-03-25 00:36:49.454184556 +0000 2024-03-25T00:46:49.466 INFO:teuthology.orchestra.run.smithi028.stdout:Modify: 2024-03-25 00:36:49.170187089 +0000 2024-03-25T00:46:49.466 INFO:teuthology.orchestra.run.smithi028.stdout:Change: 2024-03-25 00:36:49.170187089 +0000 2024-03-25T00:46:49.466 INFO:teuthology.orchestra.run.smithi028.stdout: Birth: - 2024-03-25T00:46:49.466 DEBUG:teuthology.orchestra.run.smithi028:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-25T00:46:49.519 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records in 2024-03-25T00:46:49.519 INFO:teuthology.orchestra.run.smithi028.stderr:1+0 records out 2024-03-25T00:46:49.519 INFO:teuthology.orchestra.run.smithi028.stderr:512 bytes copied, 0.000318442 s, 1.6 MB/s 2024-03-25T00:46:49.520 DEBUG:teuthology.orchestra.run.smithi028:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-25T00:46:49.571 DEBUG:teuthology.orchestra.run.smithi134:> set -ex 2024-03-25T00:46:49.571 DEBUG:teuthology.orchestra.run.smithi134:> dd if=/scratch_devs of=/dev/stdout 2024-03-25T00:46:49.577 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-03-25T00:46:49.577 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_1 2024-03-25T00:46:49.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:49 smithi028 bash[21481]: cluster 2024-03-25T00:46:47.763553+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:49.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:49 smithi028 bash[21481]: audit 2024-03-25T00:46:48.295358+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi028=a;smithi134=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:46:49.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:49 smithi028 bash[21481]: cephadm 2024-03-25T00:46:48.299114+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi028=a;smithi134=b;count:2 2024-03-25T00:46:49.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:49 smithi028 bash[21481]: audit 2024-03-25T00:46:48.304936+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:49.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:49 smithi028 bash[21481]: audit 2024-03-25T00:46:48.351083+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:46:49.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:49 smithi028 bash[21481]: audit 2024-03-25T00:46:48.356677+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:49.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:49 smithi028 bash[21481]: audit 2024-03-25T00:46:48.358707+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:46:49.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:49 smithi028 bash[21481]: audit 2024-03-25T00:46:48.368032+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:49.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:49 smithi028 bash[21481]: audit 2024-03-25T00:46:48.372602+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-25T00:46:49.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:49 smithi028 bash[21481]: audit 2024-03-25T00:46:48.375372+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-25T00:46:49.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:49 smithi028 bash[21481]: audit 2024-03-25T00:46:48.380003+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-25T00:46:49.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:49 smithi028 bash[21481]: audit 2024-03-25T00:46:48.382024+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:49.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:49 smithi028 bash[21481]: cephadm 2024-03-25T00:46:48.384057+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi134 2024-03-25T00:46:49.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:49 smithi028 bash[21481]: audit 2024-03-25T00:46:49.220953+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:49.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:49 smithi028 bash[21481]: audit 2024-03-25T00:46:49.225552+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:49.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:49 smithi028 bash[21481]: audit 2024-03-25T00:46:49.231004+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:49.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:49 smithi134 bash[22165]: cluster 2024-03-25T00:46:47.763553+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:49.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:49 smithi134 bash[22165]: audit 2024-03-25T00:46:48.295358+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi028=a;smithi134=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:46:49.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:49 smithi134 bash[22165]: cephadm 2024-03-25T00:46:48.299114+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi028=a;smithi134=b;count:2 2024-03-25T00:46:49.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:49 smithi134 bash[22165]: audit 2024-03-25T00:46:48.304936+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:49.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:49 smithi134 bash[22165]: audit 2024-03-25T00:46:48.351083+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:46:49.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:49 smithi134 bash[22165]: audit 2024-03-25T00:46:48.356677+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:49.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:49 smithi134 bash[22165]: audit 2024-03-25T00:46:48.358707+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:46:49.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:49 smithi134 bash[22165]: audit 2024-03-25T00:46:48.368032+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:49.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:49 smithi134 bash[22165]: audit 2024-03-25T00:46:48.372602+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-25T00:46:49.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:49 smithi134 bash[22165]: audit 2024-03-25T00:46:48.375372+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-25T00:46:49.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:49 smithi134 bash[22165]: audit 2024-03-25T00:46:48.380003+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-25T00:46:49.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:49 smithi134 bash[22165]: audit 2024-03-25T00:46:48.382024+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:49.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:49 smithi134 bash[22165]: cephadm 2024-03-25T00:46:48.384057+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi134 2024-03-25T00:46:49.607 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:49 smithi134 bash[22165]: audit 2024-03-25T00:46:49.220953+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:49.607 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:49 smithi134 bash[22165]: audit 2024-03-25T00:46:49.225552+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:49.607 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:49 smithi134 bash[22165]: audit 2024-03-25T00:46:49.231004+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:49.612 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-25T00:46:49.612 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-25T00:46:49.612 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 5h/5d Inode: 876 Links: 1 2024-03-25T00:46:49.612 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-25T00:46:49.612 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2024-03-25 00:36:46.436993402 +0000 2024-03-25T00:46:49.612 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2024-03-25 00:36:46.172995761 +0000 2024-03-25T00:46:49.612 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2024-03-25 00:36:46.172995761 +0000 2024-03-25T00:46:49.612 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2024-03-25T00:46:49.613 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-25T00:46:49.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:49 smithi149 bash[22110]: cluster 2024-03-25T00:46:47.763553+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:49.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:49 smithi149 bash[22110]: audit 2024-03-25T00:46:48.295358+0000 mgr.a (mgr.14152) 108 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi028=a;smithi134=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:46:49.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:49 smithi149 bash[22110]: cephadm 2024-03-25T00:46:48.299114+0000 mgr.a (mgr.14152) 109 : cephadm [INF] Saving service mgr spec with placement smithi028=a;smithi134=b;count:2 2024-03-25T00:46:49.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:49 smithi149 bash[22110]: audit 2024-03-25T00:46:48.304936+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:49.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:49 smithi149 bash[22110]: audit 2024-03-25T00:46:48.351083+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:46:49.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:49 smithi149 bash[22110]: audit 2024-03-25T00:46:48.356677+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:49.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:49 smithi149 bash[22110]: audit 2024-03-25T00:46:48.358707+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:46:49.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:49 smithi149 bash[22110]: audit 2024-03-25T00:46:48.368032+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:49.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:49 smithi149 bash[22110]: audit 2024-03-25T00:46:48.372602+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-25T00:46:49.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:49 smithi149 bash[22110]: audit 2024-03-25T00:46:48.375372+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-25T00:46:49.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:49 smithi149 bash[22110]: audit 2024-03-25T00:46:48.380003+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-25T00:46:49.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:49 smithi149 bash[22110]: audit 2024-03-25T00:46:48.382024+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:49.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:49 smithi149 bash[22110]: cephadm 2024-03-25T00:46:48.384057+0000 mgr.a (mgr.14152) 110 : cephadm [INF] Deploying daemon mgr.b on smithi134 2024-03-25T00:46:49.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:49 smithi149 bash[22110]: audit 2024-03-25T00:46:49.220953+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:49.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:49 smithi149 bash[22110]: audit 2024-03-25T00:46:49.225552+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:49.663 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:49 smithi149 bash[22110]: audit 2024-03-25T00:46:49.231004+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:49.669 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2024-03-25T00:46:49.669 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2024-03-25T00:46:49.670 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000405242 s, 1.3 MB/s 2024-03-25T00:46:49.670 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-25T00:46:49.718 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_2 2024-03-25T00:46:49.768 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-25T00:46:49.768 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-25T00:46:49.768 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 5h/5d Inode: 894 Links: 1 2024-03-25T00:46:49.768 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-25T00:46:49.768 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2024-03-25 00:36:46.944988865 +0000 2024-03-25T00:46:49.768 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2024-03-25 00:36:46.660991402 +0000 2024-03-25T00:46:49.768 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2024-03-25 00:36:46.660991402 +0000 2024-03-25T00:46:49.768 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2024-03-25T00:46:49.769 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-25T00:46:49.824 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2024-03-25T00:46:49.824 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2024-03-25T00:46:49.824 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000270552 s, 1.9 MB/s 2024-03-25T00:46:49.825 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-25T00:46:49.876 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_3 2024-03-25T00:46:49.924 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-25T00:46:49.924 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-25T00:46:49.924 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 5h/5d Inode: 911 Links: 1 2024-03-25T00:46:49.924 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-25T00:46:49.924 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2024-03-25 00:36:47.464984221 +0000 2024-03-25T00:46:49.924 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2024-03-25 00:36:47.180986757 +0000 2024-03-25T00:46:49.924 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2024-03-25 00:36:47.180986757 +0000 2024-03-25T00:46:49.924 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2024-03-25T00:46:49.924 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-25T00:46:49.978 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2024-03-25T00:46:49.978 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2024-03-25T00:46:49.978 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000403837 s, 1.3 MB/s 2024-03-25T00:46:49.979 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-25T00:46:50.029 DEBUG:teuthology.orchestra.run.smithi134:> stat /dev/vg_nvme/lv_4 2024-03-25T00:46:50.076 INFO:teuthology.orchestra.run.smithi134.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-25T00:46:50.076 INFO:teuthology.orchestra.run.smithi134.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-25T00:46:50.076 INFO:teuthology.orchestra.run.smithi134.stdout:Device: 5h/5d Inode: 933 Links: 1 2024-03-25T00:46:50.076 INFO:teuthology.orchestra.run.smithi134.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-25T00:46:50.076 INFO:teuthology.orchestra.run.smithi134.stdout:Access: 2024-03-25 00:36:47.952979861 +0000 2024-03-25T00:46:50.076 INFO:teuthology.orchestra.run.smithi134.stdout:Modify: 2024-03-25 00:36:47.696982149 +0000 2024-03-25T00:46:50.076 INFO:teuthology.orchestra.run.smithi134.stdout:Change: 2024-03-25 00:36:47.696982149 +0000 2024-03-25T00:46:50.076 INFO:teuthology.orchestra.run.smithi134.stdout: Birth: - 2024-03-25T00:46:50.077 DEBUG:teuthology.orchestra.run.smithi134:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-25T00:46:50.129 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records in 2024-03-25T00:46:50.129 INFO:teuthology.orchestra.run.smithi134.stderr:1+0 records out 2024-03-25T00:46:50.129 INFO:teuthology.orchestra.run.smithi134.stderr:512 bytes copied, 0.000266483 s, 1.9 MB/s 2024-03-25T00:46:50.130 DEBUG:teuthology.orchestra.run.smithi134:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-25T00:46:50.177 DEBUG:teuthology.orchestra.run.smithi149:> set -ex 2024-03-25T00:46:50.177 DEBUG:teuthology.orchestra.run.smithi149:> dd if=/scratch_devs of=/dev/stdout 2024-03-25T00:46:50.183 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-03-25T00:46:50.184 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/vg_nvme/lv_1 2024-03-25T00:46:50.232 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-25T00:46:50.233 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-25T00:46:50.233 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 5h/5d Inode: 879 Links: 1 2024-03-25T00:46:50.233 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-25T00:46:50.233 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2024-03-25 00:36:47.800054289 +0000 2024-03-25T00:46:50.233 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2024-03-25 00:36:47.560056433 +0000 2024-03-25T00:46:50.233 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2024-03-25 00:36:47.560056433 +0000 2024-03-25T00:46:50.233 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2024-03-25T00:46:50.233 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-25T00:46:50.287 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2024-03-25T00:46:50.287 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2024-03-25T00:46:50.287 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000442159 s, 1.2 MB/s 2024-03-25T00:46:50.288 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-25T00:46:50.341 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/vg_nvme/lv_2 2024-03-25T00:46:50.388 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-25T00:46:50.388 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-25T00:46:50.388 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 5h/5d Inode: 903 Links: 1 2024-03-25T00:46:50.388 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-25T00:46:50.388 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2024-03-25 00:36:48.308049752 +0000 2024-03-25T00:46:50.388 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2024-03-25 00:36:48.016052360 +0000 2024-03-25T00:46:50.388 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2024-03-25 00:36:48.016052360 +0000 2024-03-25T00:46:50.388 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2024-03-25T00:46:50.389 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-25T00:46:50.442 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2024-03-25T00:46:50.443 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2024-03-25T00:46:50.443 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000448069 s, 1.1 MB/s 2024-03-25T00:46:50.444 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-25T00:46:50.493 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/vg_nvme/lv_3 2024-03-25T00:46:50.540 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-25T00:46:50.540 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-25T00:46:50.540 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 5h/5d Inode: 916 Links: 1 2024-03-25T00:46:50.540 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-25T00:46:50.540 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2024-03-25 00:36:48.800045356 +0000 2024-03-25T00:46:50.540 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2024-03-25 00:36:48.520047858 +0000 2024-03-25T00:46:50.540 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2024-03-25 00:36:48.520047858 +0000 2024-03-25T00:46:50.540 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2024-03-25T00:46:50.541 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-25T00:46:50.594 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2024-03-25T00:46:50.594 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2024-03-25T00:46:50.594 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000414414 s, 1.2 MB/s 2024-03-25T00:46:50.595 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-25T00:46:50.645 DEBUG:teuthology.orchestra.run.smithi149:> stat /dev/vg_nvme/lv_4 2024-03-25T00:46:50.692 INFO:teuthology.orchestra.run.smithi149.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-25T00:46:50.692 INFO:teuthology.orchestra.run.smithi149.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-25T00:46:50.692 INFO:teuthology.orchestra.run.smithi149.stdout:Device: 5h/5d Inode: 936 Links: 1 2024-03-25T00:46:50.693 INFO:teuthology.orchestra.run.smithi149.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-25T00:46:50.693 INFO:teuthology.orchestra.run.smithi149.stdout:Access: 2024-03-25 00:36:49.048043141 +0000 2024-03-25T00:46:50.693 INFO:teuthology.orchestra.run.smithi149.stdout:Modify: 2024-03-25 00:36:49.044043177 +0000 2024-03-25T00:46:50.693 INFO:teuthology.orchestra.run.smithi149.stdout:Change: 2024-03-25 00:36:49.044043177 +0000 2024-03-25T00:46:50.693 INFO:teuthology.orchestra.run.smithi149.stdout: Birth: - 2024-03-25T00:46:50.693 DEBUG:teuthology.orchestra.run.smithi149:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-25T00:46:50.747 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records in 2024-03-25T00:46:50.747 INFO:teuthology.orchestra.run.smithi149.stderr:1+0 records out 2024-03-25T00:46:50.747 INFO:teuthology.orchestra.run.smithi149.stderr:512 bytes copied, 0.000351033 s, 1.5 MB/s 2024-03-25T00:46:50.748 DEBUG:teuthology.orchestra.run.smithi149:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-25T00:46:50.798 INFO:tasks.cephadm:Deploying osd.0 on smithi028 with /dev/vg_nvme/lv_4... 2024-03-25T00:46:50.798 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-25T00:46:51.121 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:51 smithi134 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:46:51.122 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:46:51 smithi134 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:46:51.122 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:46:51 smithi134 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:46:51.389 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:51 smithi134 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:46:51.389 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:51 smithi134 bash[22165]: cluster 2024-03-25T00:46:49.763963+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:51.389 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:46:51 smithi134 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:46:51.389 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:46:51 smithi134 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:46:51.390 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:46:51 smithi134 systemd[1]: Started Ceph mgr.b for 8327fbb6-ea40-11ee-95cd-87774f69a715. 2024-03-25T00:46:51.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:51 smithi149 bash[22110]: cluster 2024-03-25T00:46:49.763963+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:51.792 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:51 smithi028 bash[21481]: cluster 2024-03-25T00:46:49.763963+0000 mgr.a (mgr.14152) 111 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:52.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:52 smithi149 bash[22110]: audit 2024-03-25T00:46:51.395732+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:52.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:52 smithi149 bash[22110]: audit 2024-03-25T00:46:51.403422+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:52.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:52 smithi149 bash[22110]: audit 2024-03-25T00:46:51.412497+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:52.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:52 smithi149 bash[22110]: audit 2024-03-25T00:46:51.419190+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:52.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:52 smithi149 bash[22110]: audit 2024-03-25T00:46:51.522849+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:46:52.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:52 smithi149 bash[22110]: audit 2024-03-25T00:46:51.527714+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:52.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:52 smithi149 bash[22110]: audit 2024-03-25T00:46:51.529149+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:46:52.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:52 smithi149 bash[22110]: audit 2024-03-25T00:46:51.537743+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:52.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:52 smithi149 bash[22110]: audit 2024-03-25T00:46:51.639306+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-25T00:46:52.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:52 smithi149 bash[22110]: audit 2024-03-25T00:46:51.641231+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-25T00:46:52.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:52 smithi149 bash[22110]: audit 2024-03-25T00:46:51.642793+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:52.785 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:46:52 smithi134 bash[23191]: debug 2024-03-25T00:46:52.638+0000 7f5ff295f700 1 -- 172.21.15.134:0/1040975148 <== mon.2 v2:172.21.15.134:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x561fa41305a0 con 0x561fa4eb0c00 2024-03-25T00:46:52.786 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:52 smithi134 bash[22165]: audit 2024-03-25T00:46:51.395732+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:52.786 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:52 smithi134 bash[22165]: audit 2024-03-25T00:46:51.403422+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:52.786 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:52 smithi134 bash[22165]: audit 2024-03-25T00:46:51.412497+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:52.786 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:52 smithi134 bash[22165]: audit 2024-03-25T00:46:51.419190+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:52.786 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:52 smithi134 bash[22165]: audit 2024-03-25T00:46:51.522849+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:46:52.786 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:52 smithi134 bash[22165]: audit 2024-03-25T00:46:51.527714+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:52.786 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:52 smithi134 bash[22165]: audit 2024-03-25T00:46:51.529149+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:46:52.786 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:52 smithi134 bash[22165]: audit 2024-03-25T00:46:51.537743+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:52.786 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:52 smithi134 bash[22165]: audit 2024-03-25T00:46:51.639306+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-25T00:46:52.786 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:52 smithi134 bash[22165]: audit 2024-03-25T00:46:51.641231+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-25T00:46:52.787 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:52 smithi134 bash[22165]: audit 2024-03-25T00:46:51.642793+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:52.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:52 smithi028 bash[21481]: audit 2024-03-25T00:46:51.395732+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:52.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:52 smithi028 bash[21481]: audit 2024-03-25T00:46:51.403422+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:52.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:52 smithi028 bash[21481]: audit 2024-03-25T00:46:51.412497+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:52.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:52 smithi028 bash[21481]: audit 2024-03-25T00:46:51.419190+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:52.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:52 smithi028 bash[21481]: audit 2024-03-25T00:46:51.522849+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:46:52.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:52 smithi028 bash[21481]: audit 2024-03-25T00:46:51.527714+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:52.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:52 smithi028 bash[21481]: audit 2024-03-25T00:46:51.529149+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:46:52.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:52 smithi028 bash[21481]: audit 2024-03-25T00:46:51.537743+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:52.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:52 smithi028 bash[21481]: audit 2024-03-25T00:46:51.639306+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-25T00:46:52.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:52 smithi028 bash[21481]: audit 2024-03-25T00:46:51.641231+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-25T00:46:52.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:52 smithi028 bash[21481]: audit 2024-03-25T00:46:51.642793+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:53.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:53 smithi149 bash[22110]: cephadm 2024-03-25T00:46:51.538491+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-25T00:46:53.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:53 smithi149 bash[22110]: cephadm 2024-03-25T00:46:51.638642+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-25T00:46:53.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:53 smithi149 bash[22110]: cephadm 2024-03-25T00:46:51.644663+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring daemon mgr.a on smithi028 2024-03-25T00:46:53.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:53 smithi149 bash[22110]: cluster 2024-03-25T00:46:51.764353+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:53.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:53 smithi028 bash[21481]: cephadm 2024-03-25T00:46:51.538491+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-25T00:46:53.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:53 smithi028 bash[21481]: cephadm 2024-03-25T00:46:51.638642+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-25T00:46:53.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:53 smithi028 bash[21481]: cephadm 2024-03-25T00:46:51.644663+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring daemon mgr.a on smithi028 2024-03-25T00:46:53.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:53 smithi028 bash[21481]: cluster 2024-03-25T00:46:51.764353+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:53.854 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:46:52 smithi134 bash[23191]: debug 2024-03-25T00:46:52.782+0000 7f5ffcb6e200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-25T00:46:53.855 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:53 smithi134 bash[22165]: cephadm 2024-03-25T00:46:51.538491+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-25T00:46:53.855 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:53 smithi134 bash[22165]: cephadm 2024-03-25T00:46:51.638642+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-25T00:46:53.855 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:53 smithi134 bash[22165]: cephadm 2024-03-25T00:46:51.644663+0000 mgr.a (mgr.14152) 114 : cephadm [INF] Reconfiguring daemon mgr.a on smithi028 2024-03-25T00:46:53.855 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:53 smithi134 bash[22165]: cluster 2024-03-25T00:46:51.764353+0000 mgr.a (mgr.14152) 115 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:54.605 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:46:54 smithi134 bash[23191]: debug 2024-03-25T00:46:54.378+0000 7f5ffcb6e200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-25T00:46:54.605 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:46:54 smithi134 bash[23191]: debug 2024-03-25T00:46:54.474+0000 7f5ffcb6e200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-25T00:46:54.911 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:54 smithi149 bash[22110]: audit 2024-03-25T00:46:53.657623+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:54.911 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:54 smithi149 bash[22110]: audit 2024-03-25T00:46:53.663034+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:54.911 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:54 smithi149 bash[22110]: audit 2024-03-25T00:46:53.715632+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:46:54.912 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:54 smithi149 bash[22110]: audit 2024-03-25T00:46:53.720382+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:54.912 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:54 smithi149 bash[22110]: audit 2024-03-25T00:46:53.722056+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:46:54.912 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:54 smithi149 bash[22110]: audit 2024-03-25T00:46:53.730688+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:54.912 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:54 smithi149 bash[22110]: cephadm 2024-03-25T00:46:53.731711+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-25T00:46:54.912 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:54 smithi149 bash[22110]: cluster 2024-03-25T00:46:53.764807+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:54.912 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:54 smithi149 bash[22110]: audit 2024-03-25T00:46:54.384645+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:54.912 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:46:54 smithi134 bash[23191]: debug 2024-03-25T00:46:54.722+0000 7f5ffcb6e200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-25T00:46:54.913 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:54 smithi134 bash[22165]: audit 2024-03-25T00:46:53.657623+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:54.913 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:54 smithi134 bash[22165]: audit 2024-03-25T00:46:53.663034+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:54.913 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:54 smithi134 bash[22165]: audit 2024-03-25T00:46:53.715632+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:46:54.913 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:54 smithi134 bash[22165]: audit 2024-03-25T00:46:53.720382+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:54.913 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:54 smithi134 bash[22165]: audit 2024-03-25T00:46:53.722056+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:46:54.913 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:54 smithi134 bash[22165]: audit 2024-03-25T00:46:53.730688+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:54.913 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:54 smithi134 bash[22165]: cephadm 2024-03-25T00:46:53.731711+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-25T00:46:54.913 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:54 smithi134 bash[22165]: cluster 2024-03-25T00:46:53.764807+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:54.913 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:54 smithi134 bash[22165]: audit 2024-03-25T00:46:54.384645+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:55.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:54 smithi028 bash[21481]: audit 2024-03-25T00:46:53.657623+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:55.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:54 smithi028 bash[21481]: audit 2024-03-25T00:46:53.663034+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:55.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:54 smithi028 bash[21481]: audit 2024-03-25T00:46:53.715632+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:46:55.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:54 smithi028 bash[21481]: audit 2024-03-25T00:46:53.720382+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:46:55.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:54 smithi028 bash[21481]: audit 2024-03-25T00:46:53.722056+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:46:55.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:54 smithi028 bash[21481]: audit 2024-03-25T00:46:53.730688+0000 mon.a (mon.0) 360 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:55.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:54 smithi028 bash[21481]: cephadm 2024-03-25T00:46:53.731711+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-25T00:46:55.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:54 smithi028 bash[21481]: cluster 2024-03-25T00:46:53.764807+0000 mgr.a (mgr.14152) 117 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:55.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:54 smithi028 bash[21481]: audit 2024-03-25T00:46:54.384645+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:55.511 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.a/config 2024-03-25T00:46:55.654 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:46:55 smithi134 bash[23191]: debug 2024-03-25T00:46:55.538+0000 7f5ffcb6e200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-25T00:46:55.987 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:46:55 smithi134 bash[23191]: debug 2024-03-25T00:46:55.650+0000 7f5ffcb6e200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-25T00:46:55.988 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:46:55 smithi134 bash[23191]: debug 2024-03-25T00:46:55.770+0000 7f5ffcb6e200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-25T00:46:56.249 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:46:56 smithi134 bash[23191]: debug 2024-03-25T00:46:56.134+0000 7f5ffcb6e200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-25T00:46:56.605 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:46:56 smithi134 bash[23191]: debug 2024-03-25T00:46:56.246+0000 7f5ffcb6e200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-25T00:46:56.605 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:46:56 smithi134 bash[23191]: debug 2024-03-25T00:46:56.350+0000 7f5ffcb6e200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-25T00:46:57.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:56 smithi028 bash[21481]: cluster 2024-03-25T00:46:55.765162+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:57.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:56 smithi028 bash[21481]: audit 2024-03-25T00:46:55.786526+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:57.104 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:56 smithi134 bash[22165]: cluster 2024-03-25T00:46:55.765162+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:57.116 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:56 smithi134 bash[22165]: audit 2024-03-25T00:46:55.786526+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:57.118 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:46:56 smithi134 bash[23191]: debug 2024-03-25T00:46:56.718+0000 7f5ffcb6e200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-25T00:46:57.118 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:46:56 smithi134 bash[23191]: debug 2024-03-25T00:46:56.962+0000 7f5ffcb6e200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-25T00:46:57.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:56 smithi149 bash[22110]: cluster 2024-03-25T00:46:55.765162+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:57.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:56 smithi149 bash[22110]: audit 2024-03-25T00:46:55.786526+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:57.604 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:46:57 smithi134 bash[23191]: debug 2024-03-25T00:46:57.234+0000 7f5ffcb6e200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-25T00:46:57.605 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:46:57 smithi134 bash[23191]: debug 2024-03-25T00:46:57.350+0000 7f5ffcb6e200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-25T00:46:57.939 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:46:57 smithi134 bash[23191]: debug 2024-03-25T00:46:57.626+0000 7f5ffcb6e200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-25T00:46:58.288 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:46:58 smithi134 bash[23191]: debug 2024-03-25T00:46:58.050+0000 7f5ffcb6e200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-25T00:46:58.604 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:46:58 smithi134 bash[23191]: debug 2024-03-25T00:46:58.286+0000 7f5ffcb6e200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-25T00:46:58.605 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:46:58 smithi134 bash[23191]: debug 2024-03-25T00:46:58.402+0000 7f5ffcb6e200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-25T00:46:59.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:58 smithi028 bash[21481]: cluster 2024-03-25T00:46:57.765577+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:59.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:46:58 smithi028 bash[21481]: audit 2024-03-25T00:46:58.658379+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:59.104 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:46:58 smithi134 bash[23191]: debug 2024-03-25T00:46:58.650+0000 7f5ffcb6e200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-25T00:46:59.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:58 smithi134 bash[22165]: cluster 2024-03-25T00:46:57.765577+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:59.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:46:58 smithi134 bash[22165]: audit 2024-03-25T00:46:58.658379+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:59.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:58 smithi149 bash[22110]: cluster 2024-03-25T00:46:57.765577+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:46:59.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:46:58 smithi149 bash[22110]: audit 2024-03-25T00:46:58.658379+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:46:59.399 INFO:teuthology.orchestra.run.smithi028.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-25T00:46:59.400 INFO:teuthology.orchestra.run.smithi028.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-25T00:46:59.400 INFO:teuthology.orchestra.run.smithi028.stderr: stderr: 10+0 records in 2024-03-25T00:46:59.400 INFO:teuthology.orchestra.run.smithi028.stderr:10+0 records out 2024-03-25T00:46:59.400 INFO:teuthology.orchestra.run.smithi028.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0124171 s, 844 MB/s 2024-03-25T00:46:59.400 INFO:teuthology.orchestra.run.smithi028.stderr:--> Zapping successful for: 2024-03-25T00:46:59.994 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi028:vg_nvme/lv_4 2024-03-25T00:47:00.054 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:46:59 smithi134 bash[23191]: debug 2024-03-25T00:46:59.650+0000 7f5ffcb6e200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-25T00:47:00.055 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:46:59 smithi134 bash[23191]: debug 2024-03-25T00:46:59.762+0000 7f5ffcb6e200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-25T00:47:00.354 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:47:00 smithi134 bash[23191]: debug 2024-03-25T00:47:00.050+0000 7f5ffcb6e200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-25T00:47:00.355 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:47:00 smithi134 bash[23191]: debug 2024-03-25T00:47:00.162+0000 7f5ffcb6e200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-25T00:47:00.997 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:47:00 smithi134 bash[23191]: debug 2024-03-25T00:47:00.606+0000 7f5ffcb6e200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-25T00:47:00.998 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:47:00 smithi134 bash[23191]: debug 2024-03-25T00:47:00.722+0000 7f5ffcb6e200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-25T00:47:00.998 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:00 smithi134 bash[22165]: cluster 2024-03-25T00:46:59.766031+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:00.998 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:00 smithi134 bash[22165]: cluster 2024-03-25T00:47:00.748284+0000 mon.a (mon.0) 364 : cluster [DBG] Standby manager daemon b started 2024-03-25T00:47:00.998 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:00 smithi134 bash[22165]: audit 2024-03-25T00:47:00.749239+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.134:0/3415254393' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-25T00:47:00.998 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:00 smithi134 bash[22165]: audit 2024-03-25T00:47:00.750239+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.134:0/3415254393' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-25T00:47:00.998 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:00 smithi134 bash[22165]: audit 2024-03-25T00:47:00.752337+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.134:0/3415254393' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-25T00:47:00.998 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:00 smithi134 bash[22165]: audit 2024-03-25T00:47:00.752997+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.134:0/3415254393' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-25T00:47:01.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:00 smithi028 bash[21481]: cluster 2024-03-25T00:46:59.766031+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:01.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:00 smithi028 bash[21481]: cluster 2024-03-25T00:47:00.748284+0000 mon.a (mon.0) 364 : cluster [DBG] Standby manager daemon b started 2024-03-25T00:47:01.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:00 smithi028 bash[21481]: audit 2024-03-25T00:47:00.749239+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.134:0/3415254393' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-25T00:47:01.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:00 smithi028 bash[21481]: audit 2024-03-25T00:47:00.750239+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.134:0/3415254393' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-25T00:47:01.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:00 smithi028 bash[21481]: audit 2024-03-25T00:47:00.752337+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.134:0/3415254393' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-25T00:47:01.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:00 smithi028 bash[21481]: audit 2024-03-25T00:47:00.752997+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.134:0/3415254393' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-25T00:47:01.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:00 smithi149 bash[22110]: cluster 2024-03-25T00:46:59.766031+0000 mgr.a (mgr.14152) 120 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:01.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:00 smithi149 bash[22110]: cluster 2024-03-25T00:47:00.748284+0000 mon.a (mon.0) 364 : cluster [DBG] Standby manager daemon b started 2024-03-25T00:47:01.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:00 smithi149 bash[22110]: audit 2024-03-25T00:47:00.749239+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.134:0/3415254393' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-25T00:47:01.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:00 smithi149 bash[22110]: audit 2024-03-25T00:47:00.750239+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.134:0/3415254393' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-25T00:47:01.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:00 smithi149 bash[22110]: audit 2024-03-25T00:47:00.752337+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.134:0/3415254393' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-25T00:47:01.162 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:00 smithi149 bash[22110]: audit 2024-03-25T00:47:00.752997+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.134:0/3415254393' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-25T00:47:02.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:01 smithi028 bash[21481]: cluster 2024-03-25T00:47:00.810769+0000 mon.a (mon.0) 365 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-25T00:47:02.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:01 smithi028 bash[21481]: audit 2024-03-25T00:47:00.811044+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-25T00:47:02.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:01 smithi028 bash[21481]: audit 2024-03-25T00:47:01.352261+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:02.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:01 smithi134 bash[22165]: cluster 2024-03-25T00:47:00.810769+0000 mon.a (mon.0) 365 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-25T00:47:02.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:01 smithi134 bash[22165]: audit 2024-03-25T00:47:00.811044+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-25T00:47:02.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:01 smithi134 bash[22165]: audit 2024-03-25T00:47:01.352261+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:02.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:01 smithi149 bash[22110]: cluster 2024-03-25T00:47:00.810769+0000 mon.a (mon.0) 365 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-25T00:47:02.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:01 smithi149 bash[22110]: audit 2024-03-25T00:47:00.811044+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-25T00:47:02.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:01 smithi149 bash[22110]: audit 2024-03-25T00:47:01.352261+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:03.592 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:03 smithi149 bash[22110]: cluster 2024-03-25T00:47:01.766430+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:03.593 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:03 smithi149 bash[22110]: audit 2024-03-25T00:47:03.209328+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:03.593 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:03 smithi149 bash[22110]: audit 2024-03-25T00:47:03.218401+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:03.593 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:03 smithi149 bash[22110]: audit 2024-03-25T00:47:03.223985+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:47:03.593 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:03 smithi149 bash[22110]: audit 2024-03-25T00:47:03.229056+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:03.593 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:03 smithi149 bash[22110]: audit 2024-03-25T00:47:03.235691+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:47:03.593 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:03 smithi149 bash[22110]: audit 2024-03-25T00:47:03.237504+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:47:03.593 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:03 smithi149 bash[22110]: audit 2024-03-25T00:47:03.247570+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:03.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:03 smithi134 bash[22165]: cluster 2024-03-25T00:47:01.766430+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:03.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:03 smithi134 bash[22165]: audit 2024-03-25T00:47:03.209328+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:03.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:03 smithi134 bash[22165]: audit 2024-03-25T00:47:03.218401+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:03.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:03 smithi134 bash[22165]: audit 2024-03-25T00:47:03.223985+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:47:03.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:03 smithi134 bash[22165]: audit 2024-03-25T00:47:03.229056+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:03.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:03 smithi134 bash[22165]: audit 2024-03-25T00:47:03.235691+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:47:03.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:03 smithi134 bash[22165]: audit 2024-03-25T00:47:03.237504+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:47:03.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:03 smithi134 bash[22165]: audit 2024-03-25T00:47:03.247570+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:03.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:03 smithi028 bash[21481]: cluster 2024-03-25T00:47:01.766430+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:03.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:03 smithi028 bash[21481]: audit 2024-03-25T00:47:03.209328+0000 mon.a (mon.0) 368 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:03.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:03 smithi028 bash[21481]: audit 2024-03-25T00:47:03.218401+0000 mon.a (mon.0) 369 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:03.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:03 smithi028 bash[21481]: audit 2024-03-25T00:47:03.223985+0000 mon.a (mon.0) 370 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:47:03.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:03 smithi028 bash[21481]: audit 2024-03-25T00:47:03.229056+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:03.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:03 smithi028 bash[21481]: audit 2024-03-25T00:47:03.235691+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:47:03.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:03 smithi028 bash[21481]: audit 2024-03-25T00:47:03.237504+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:47:03.843 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:03 smithi028 bash[21481]: audit 2024-03-25T00:47:03.247570+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:04.714 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.a/config 2024-03-25T00:47:05.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:04 smithi028 bash[21481]: cluster 2024-03-25T00:47:03.766751+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:05.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:04 smithi028 bash[21481]: audit 2024-03-25T00:47:03.888000+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:05.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:04 smithi028 bash[21481]: audit 2024-03-25T00:47:03.895460+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:05.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:04 smithi028 bash[21481]: audit 2024-03-25T00:47:03.905074+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:05.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:04 smithi149 bash[22110]: cluster 2024-03-25T00:47:03.766751+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:05.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:04 smithi149 bash[22110]: audit 2024-03-25T00:47:03.888000+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:05.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:04 smithi149 bash[22110]: audit 2024-03-25T00:47:03.895460+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:05.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:04 smithi149 bash[22110]: audit 2024-03-25T00:47:03.905074+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:05.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:04 smithi134 bash[22165]: cluster 2024-03-25T00:47:03.766751+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:05.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:04 smithi134 bash[22165]: audit 2024-03-25T00:47:03.888000+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:05.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:04 smithi134 bash[22165]: audit 2024-03-25T00:47:03.895460+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:05.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:04 smithi134 bash[22165]: audit 2024-03-25T00:47:03.905074+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:07.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:06 smithi149 bash[22110]: cluster 2024-03-25T00:47:05.767015+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:07.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:06 smithi028 bash[21481]: cluster 2024-03-25T00:47:05.767015+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:07.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:06 smithi134 bash[22165]: cluster 2024-03-25T00:47:05.767015+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:08.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:07 smithi149 bash[22110]: audit 2024-03-25T00:47:07.406440+0000 mgr.a (mgr.14152) 124 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:47:08.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:07 smithi149 bash[22110]: audit 2024-03-25T00:47:07.413937+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-25T00:47:08.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:07 smithi149 bash[22110]: audit 2024-03-25T00:47:07.418926+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-25T00:47:08.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:07 smithi149 bash[22110]: audit 2024-03-25T00:47:07.420234+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:47:08.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:07 smithi028 bash[21481]: audit 2024-03-25T00:47:07.406440+0000 mgr.a (mgr.14152) 124 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:47:08.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:07 smithi028 bash[21481]: audit 2024-03-25T00:47:07.413937+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-25T00:47:08.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:07 smithi028 bash[21481]: audit 2024-03-25T00:47:07.418926+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-25T00:47:08.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:07 smithi028 bash[21481]: audit 2024-03-25T00:47:07.420234+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:47:08.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:07 smithi134 bash[22165]: audit 2024-03-25T00:47:07.406440+0000 mgr.a (mgr.14152) 124 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi028:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:47:08.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:07 smithi134 bash[22165]: audit 2024-03-25T00:47:07.413937+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-25T00:47:08.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:07 smithi134 bash[22165]: audit 2024-03-25T00:47:07.418926+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-25T00:47:08.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:07 smithi134 bash[22165]: audit 2024-03-25T00:47:07.420234+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:47:09.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:08 smithi149 bash[22110]: cluster 2024-03-25T00:47:07.767390+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:09.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:08 smithi149 bash[22110]: audit 2024-03-25T00:47:08.435057+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:09.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:08 smithi149 bash[22110]: audit 2024-03-25T00:47:08.442944+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:09.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:08 smithi149 bash[22110]: audit 2024-03-25T00:47:08.453204+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:09.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:08 smithi028 bash[21481]: cluster 2024-03-25T00:47:07.767390+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:09.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:08 smithi028 bash[21481]: audit 2024-03-25T00:47:08.435057+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:09.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:08 smithi028 bash[21481]: audit 2024-03-25T00:47:08.442944+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:09.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:08 smithi028 bash[21481]: audit 2024-03-25T00:47:08.453204+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:09.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:08 smithi134 bash[22165]: cluster 2024-03-25T00:47:07.767390+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:09.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:08 smithi134 bash[22165]: audit 2024-03-25T00:47:08.435057+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:09.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:08 smithi134 bash[22165]: audit 2024-03-25T00:47:08.442944+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:09.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:08 smithi134 bash[22165]: audit 2024-03-25T00:47:08.453204+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:11.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:10 smithi149 bash[22110]: cluster 2024-03-25T00:47:09.767788+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:11.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:10 smithi028 bash[21481]: cluster 2024-03-25T00:47:09.767788+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:11.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:10 smithi134 bash[22165]: cluster 2024-03-25T00:47:09.767788+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:13.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:12 smithi149 bash[22110]: cluster 2024-03-25T00:47:11.768183+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:13.217 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:12 smithi028 bash[21481]: cluster 2024-03-25T00:47:11.768183+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:13.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:12 smithi134 bash[22165]: cluster 2024-03-25T00:47:11.768183+0000 mgr.a (mgr.14152) 127 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:15.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:14 smithi028 bash[21481]: cluster 2024-03-25T00:47:13.768610+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:15.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:14 smithi134 bash[22165]: cluster 2024-03-25T00:47:13.768610+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:15.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:14 smithi149 bash[22110]: cluster 2024-03-25T00:47:13.768610+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:16.196 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:15 smithi134 bash[22165]: audit 2024-03-25T00:47:15.614532+0000 mon.a (mon.0) 384 : audit [INF] from='client.? 172.21.15.28:0/2740930369' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "36179ad5-6fe2-4384-98bd-fc62379ede79"}]: dispatch 2024-03-25T00:47:16.196 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:15 smithi134 bash[22165]: audit 2024-03-25T00:47:15.617179+0000 mon.a (mon.0) 385 : audit [INF] from='client.? 172.21.15.28:0/2740930369' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "36179ad5-6fe2-4384-98bd-fc62379ede79"}]': finished 2024-03-25T00:47:16.196 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:15 smithi134 bash[22165]: cluster 2024-03-25T00:47:15.620222+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-25T00:47:16.196 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:15 smithi134 bash[22165]: audit 2024-03-25T00:47:15.620435+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-25T00:47:16.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:15 smithi028 bash[21481]: audit 2024-03-25T00:47:15.614532+0000 mon.a (mon.0) 384 : audit [INF] from='client.? 172.21.15.28:0/2740930369' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "36179ad5-6fe2-4384-98bd-fc62379ede79"}]: dispatch 2024-03-25T00:47:16.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:15 smithi028 bash[21481]: audit 2024-03-25T00:47:15.617179+0000 mon.a (mon.0) 385 : audit [INF] from='client.? 172.21.15.28:0/2740930369' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "36179ad5-6fe2-4384-98bd-fc62379ede79"}]': finished 2024-03-25T00:47:16.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:15 smithi028 bash[21481]: cluster 2024-03-25T00:47:15.620222+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-25T00:47:16.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:15 smithi028 bash[21481]: audit 2024-03-25T00:47:15.620435+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-25T00:47:16.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:15 smithi149 bash[22110]: audit 2024-03-25T00:47:15.614532+0000 mon.a (mon.0) 384 : audit [INF] from='client.? 172.21.15.28:0/2740930369' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "36179ad5-6fe2-4384-98bd-fc62379ede79"}]: dispatch 2024-03-25T00:47:16.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:15 smithi149 bash[22110]: audit 2024-03-25T00:47:15.617179+0000 mon.a (mon.0) 385 : audit [INF] from='client.? 172.21.15.28:0/2740930369' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "36179ad5-6fe2-4384-98bd-fc62379ede79"}]': finished 2024-03-25T00:47:16.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:15 smithi149 bash[22110]: cluster 2024-03-25T00:47:15.620222+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-25T00:47:16.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:15 smithi149 bash[22110]: audit 2024-03-25T00:47:15.620435+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-25T00:47:17.258 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:16 smithi028 bash[21481]: cluster 2024-03-25T00:47:15.769038+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:17.258 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:16 smithi028 bash[21481]: audit 2024-03-25T00:47:16.337042+0000 mon.a (mon.0) 388 : audit [DBG] from='client.? 172.21.15.28:0/570354138' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-25T00:47:17.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:16 smithi134 bash[22165]: cluster 2024-03-25T00:47:15.769038+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:17.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:16 smithi134 bash[22165]: audit 2024-03-25T00:47:16.337042+0000 mon.a (mon.0) 388 : audit [DBG] from='client.? 172.21.15.28:0/570354138' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-25T00:47:17.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:16 smithi149 bash[22110]: cluster 2024-03-25T00:47:15.769038+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:17.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:16 smithi149 bash[22110]: audit 2024-03-25T00:47:16.337042+0000 mon.a (mon.0) 388 : audit [DBG] from='client.? 172.21.15.28:0/570354138' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-25T00:47:19.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:18 smithi028 bash[21481]: cluster 2024-03-25T00:47:17.769448+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:19.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:18 smithi134 bash[22165]: cluster 2024-03-25T00:47:17.769448+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:19.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:18 smithi149 bash[22110]: cluster 2024-03-25T00:47:17.769448+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:21.226 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:20 smithi028 bash[21481]: cluster 2024-03-25T00:47:19.769814+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:21.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:20 smithi134 bash[22165]: cluster 2024-03-25T00:47:19.769814+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:21.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:20 smithi149 bash[22110]: cluster 2024-03-25T00:47:19.769814+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:23.076 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:22 smithi149 bash[22110]: cluster 2024-03-25T00:47:21.770239+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:23.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:22 smithi028 bash[21481]: cluster 2024-03-25T00:47:21.770239+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:23.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:22 smithi134 bash[22165]: cluster 2024-03-25T00:47:21.770239+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:24.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:24 smithi149 bash[22110]: audit 2024-03-25T00:47:23.121973+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:24.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:24 smithi149 bash[22110]: audit 2024-03-25T00:47:23.130447+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:24.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:24 smithi149 bash[22110]: cephadm 2024-03-25T00:47:23.133639+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi028 2024-03-25T00:47:24.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:24 smithi149 bash[22110]: audit 2024-03-25T00:47:23.140715+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:24.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:24 smithi149 bash[22110]: audit 2024-03-25T00:47:23.437593+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:24.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:24 smithi149 bash[22110]: audit 2024-03-25T00:47:23.446002+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:24.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:24 smithi149 bash[22110]: audit 2024-03-25T00:47:23.456085+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:24.510 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:24 smithi028 bash[21481]: audit 2024-03-25T00:47:23.121973+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:24.510 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:24 smithi028 bash[21481]: audit 2024-03-25T00:47:23.130447+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:24.510 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:24 smithi028 bash[21481]: cephadm 2024-03-25T00:47:23.133639+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi028 2024-03-25T00:47:24.510 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:24 smithi028 bash[21481]: audit 2024-03-25T00:47:23.140715+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:24.510 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:24 smithi028 bash[21481]: audit 2024-03-25T00:47:23.437593+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:24.511 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:24 smithi028 bash[21481]: audit 2024-03-25T00:47:23.446002+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:24.511 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:24 smithi028 bash[21481]: audit 2024-03-25T00:47:23.456085+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:24.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:24 smithi134 bash[22165]: audit 2024-03-25T00:47:23.121973+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:24.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:24 smithi134 bash[22165]: audit 2024-03-25T00:47:23.130447+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:24.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:24 smithi134 bash[22165]: cephadm 2024-03-25T00:47:23.133639+0000 mgr.a (mgr.14152) 133 : cephadm [INF] Detected new or changed devices on smithi028 2024-03-25T00:47:24.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:24 smithi134 bash[22165]: audit 2024-03-25T00:47:23.140715+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:24.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:24 smithi134 bash[22165]: audit 2024-03-25T00:47:23.437593+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:24.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:24 smithi134 bash[22165]: audit 2024-03-25T00:47:23.446002+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:24.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:24 smithi134 bash[22165]: audit 2024-03-25T00:47:23.456085+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:25.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:25 smithi149 bash[22110]: cluster 2024-03-25T00:47:23.770699+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:25.509 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:25 smithi028 bash[21481]: cluster 2024-03-25T00:47:23.770699+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:25.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:25 smithi134 bash[22165]: cluster 2024-03-25T00:47:23.770699+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:27.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:27 smithi149 bash[22110]: cluster 2024-03-25T00:47:25.771122+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:27.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:27 smithi028 bash[21481]: cluster 2024-03-25T00:47:25.771122+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:27.604 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:27 smithi134 bash[22165]: cluster 2024-03-25T00:47:25.771122+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:28.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:28 smithi149 bash[22110]: audit 2024-03-25T00:47:27.762347+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-25T00:47:28.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:28 smithi149 bash[22110]: audit 2024-03-25T00:47:27.764182+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:47:28.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:28 smithi028 bash[21481]: audit 2024-03-25T00:47:27.762347+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-25T00:47:28.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:28 smithi028 bash[21481]: audit 2024-03-25T00:47:27.764182+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:47:28.604 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:28 smithi134 bash[22165]: audit 2024-03-25T00:47:27.762347+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-25T00:47:28.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:28 smithi134 bash[22165]: audit 2024-03-25T00:47:27.764182+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:47:29.316 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:29 smithi028 bash[21481]: cephadm 2024-03-25T00:47:27.765845+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Deploying daemon osd.0 on smithi028 2024-03-25T00:47:29.316 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:29 smithi028 bash[21481]: cluster 2024-03-25T00:47:27.771543+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:29.317 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:29 smithi028 bash[21481]: audit 2024-03-25T00:47:28.654016+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:29.317 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:29 smithi028 bash[21481]: audit 2024-03-25T00:47:28.662242+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:29.317 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:29 smithi028 bash[21481]: audit 2024-03-25T00:47:28.672664+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:29.414 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:29 smithi149 bash[22110]: cephadm 2024-03-25T00:47:27.765845+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Deploying daemon osd.0 on smithi028 2024-03-25T00:47:29.414 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:29 smithi149 bash[22110]: cluster 2024-03-25T00:47:27.771543+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:29.414 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:29 smithi149 bash[22110]: audit 2024-03-25T00:47:28.654016+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:29.414 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:29 smithi149 bash[22110]: audit 2024-03-25T00:47:28.662242+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:29.414 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:29 smithi149 bash[22110]: audit 2024-03-25T00:47:28.672664+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:29.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:29 smithi134 bash[22165]: cephadm 2024-03-25T00:47:27.765845+0000 mgr.a (mgr.14152) 136 : cephadm [INF] Deploying daemon osd.0 on smithi028 2024-03-25T00:47:29.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:29 smithi134 bash[22165]: cluster 2024-03-25T00:47:27.771543+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:29.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:29 smithi134 bash[22165]: audit 2024-03-25T00:47:28.654016+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:29.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:29 smithi134 bash[22165]: audit 2024-03-25T00:47:28.662242+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:29.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:29 smithi134 bash[22165]: audit 2024-03-25T00:47:28.672664+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:31.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:31 smithi149 bash[22110]: cluster 2024-03-25T00:47:29.771857+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:31.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:31 smithi028 bash[21481]: cluster 2024-03-25T00:47:29.771857+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:31.604 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:31 smithi134 bash[22165]: cluster 2024-03-25T00:47:29.771857+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:31.854 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:31 smithi028 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:47:31.855 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:47:31 smithi028 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:47:32.128 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:31 smithi028 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:47:32.128 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:47:31 smithi028 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:47:33.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:33 smithi028 bash[21481]: cluster 2024-03-25T00:47:31.772113+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:33.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:33 smithi028 bash[21481]: audit 2024-03-25T00:47:32.129202+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:33.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:33 smithi028 bash[21481]: audit 2024-03-25T00:47:32.133599+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:33.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:33 smithi028 bash[21481]: audit 2024-03-25T00:47:32.138141+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:47:33.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:33 smithi028 bash[21481]: audit 2024-03-25T00:47:32.142958+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:47:33.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:33 smithi028 bash[21481]: audit 2024-03-25T00:47:32.143976+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:47:33.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:33 smithi028 bash[21481]: audit 2024-03-25T00:47:32.149861+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:33.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:33 smithi149 bash[22110]: cluster 2024-03-25T00:47:31.772113+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:33.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:33 smithi149 bash[22110]: audit 2024-03-25T00:47:32.129202+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:33.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:33 smithi149 bash[22110]: audit 2024-03-25T00:47:32.133599+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:33.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:33 smithi149 bash[22110]: audit 2024-03-25T00:47:32.138141+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:47:33.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:33 smithi149 bash[22110]: audit 2024-03-25T00:47:32.142958+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:47:33.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:33 smithi149 bash[22110]: audit 2024-03-25T00:47:32.143976+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:47:33.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:33 smithi149 bash[22110]: audit 2024-03-25T00:47:32.149861+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:33.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:33 smithi134 bash[22165]: cluster 2024-03-25T00:47:31.772113+0000 mgr.a (mgr.14152) 139 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:33.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:33 smithi134 bash[22165]: audit 2024-03-25T00:47:32.129202+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:33.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:33 smithi134 bash[22165]: audit 2024-03-25T00:47:32.133599+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:33.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:33 smithi134 bash[22165]: audit 2024-03-25T00:47:32.138141+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:47:33.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:33 smithi134 bash[22165]: audit 2024-03-25T00:47:32.142958+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:47:33.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:33 smithi134 bash[22165]: audit 2024-03-25T00:47:32.143976+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:47:33.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:33 smithi134 bash[22165]: audit 2024-03-25T00:47:32.149861+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:35.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:35 smithi149 bash[22110]: cluster 2024-03-25T00:47:33.772522+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:35.446 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:35 smithi028 bash[21481]: cluster 2024-03-25T00:47:33.772522+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:35.604 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:35 smithi134 bash[22165]: cluster 2024-03-25T00:47:33.772522+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:37.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:37 smithi149 bash[22110]: cluster 2024-03-25T00:47:35.772844+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:37.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:37 smithi028 bash[21481]: cluster 2024-03-25T00:47:35.772844+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:37.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:37 smithi134 bash[22165]: cluster 2024-03-25T00:47:35.772844+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:39.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:39 smithi149 bash[22110]: cluster 2024-03-25T00:47:37.773205+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:39.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:39 smithi149 bash[22110]: audit 2024-03-25T00:47:38.392974+0000 mon.a (mon.0) 406 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/3684180871,v1:172.21.15.28:6803/3684180871]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-25T00:47:39.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:39 smithi028 bash[21481]: cluster 2024-03-25T00:47:37.773205+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:39.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:39 smithi028 bash[21481]: audit 2024-03-25T00:47:38.392974+0000 mon.a (mon.0) 406 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/3684180871,v1:172.21.15.28:6803/3684180871]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-25T00:47:39.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:39 smithi134 bash[22165]: cluster 2024-03-25T00:47:37.773205+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:39.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:39 smithi134 bash[22165]: audit 2024-03-25T00:47:38.392974+0000 mon.a (mon.0) 406 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/3684180871,v1:172.21.15.28:6803/3684180871]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-25T00:47:40.406 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:40 smithi028 bash[21481]: audit 2024-03-25T00:47:39.147462+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/3684180871,v1:172.21.15.28:6803/3684180871]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-25T00:47:40.406 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:40 smithi028 bash[21481]: cluster 2024-03-25T00:47:39.150295+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-25T00:47:40.406 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:40 smithi028 bash[21481]: audit 2024-03-25T00:47:39.150783+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/3684180871,v1:172.21.15.28:6803/3684180871]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-03-25T00:47:40.406 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:40 smithi028 bash[21481]: audit 2024-03-25T00:47:39.151214+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-25T00:47:40.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:40 smithi149 bash[22110]: audit 2024-03-25T00:47:39.147462+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/3684180871,v1:172.21.15.28:6803/3684180871]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-25T00:47:40.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:40 smithi149 bash[22110]: cluster 2024-03-25T00:47:39.150295+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-25T00:47:40.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:40 smithi149 bash[22110]: audit 2024-03-25T00:47:39.150783+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/3684180871,v1:172.21.15.28:6803/3684180871]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-03-25T00:47:40.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:40 smithi149 bash[22110]: audit 2024-03-25T00:47:39.151214+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-25T00:47:40.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:40 smithi134 bash[22165]: audit 2024-03-25T00:47:39.147462+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/3684180871,v1:172.21.15.28:6803/3684180871]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-25T00:47:40.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:40 smithi134 bash[22165]: cluster 2024-03-25T00:47:39.150295+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-25T00:47:40.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:40 smithi134 bash[22165]: audit 2024-03-25T00:47:39.150783+0000 mon.a (mon.0) 409 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/3684180871,v1:172.21.15.28:6803/3684180871]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]: dispatch 2024-03-25T00:47:40.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:40 smithi134 bash[22165]: audit 2024-03-25T00:47:39.151214+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-25T00:47:41.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:41 smithi028 bash[21481]: cluster 2024-03-25T00:47:39.773622+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:41.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:41 smithi028 bash[21481]: audit 2024-03-25T00:47:40.149489+0000 mon.a (mon.0) 411 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/3684180871,v1:172.21.15.28:6803/3684180871]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2024-03-25T00:47:41.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:41 smithi028 bash[21481]: cluster 2024-03-25T00:47:40.153074+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-25T00:47:41.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:41 smithi028 bash[21481]: audit 2024-03-25T00:47:40.154302+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-25T00:47:41.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:41 smithi028 bash[21481]: audit 2024-03-25T00:47:40.160947+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-25T00:47:41.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:41 smithi134 bash[22165]: cluster 2024-03-25T00:47:39.773622+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:41.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:41 smithi134 bash[22165]: audit 2024-03-25T00:47:40.149489+0000 mon.a (mon.0) 411 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/3684180871,v1:172.21.15.28:6803/3684180871]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2024-03-25T00:47:41.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:41 smithi134 bash[22165]: cluster 2024-03-25T00:47:40.153074+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-25T00:47:41.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:41 smithi134 bash[22165]: audit 2024-03-25T00:47:40.154302+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-25T00:47:41.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:41 smithi134 bash[22165]: audit 2024-03-25T00:47:40.160947+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-25T00:47:41.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:41 smithi149 bash[22110]: cluster 2024-03-25T00:47:39.773622+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v83: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:41.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:41 smithi149 bash[22110]: audit 2024-03-25T00:47:40.149489+0000 mon.a (mon.0) 411 : audit [INF] from='osd.0 [v2:172.21.15.28:6802/3684180871,v1:172.21.15.28:6803/3684180871]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi028", "root=default"]}]': finished 2024-03-25T00:47:41.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:41 smithi149 bash[22110]: cluster 2024-03-25T00:47:40.153074+0000 mon.a (mon.0) 412 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-25T00:47:41.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:41 smithi149 bash[22110]: audit 2024-03-25T00:47:40.154302+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-25T00:47:41.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:41 smithi149 bash[22110]: audit 2024-03-25T00:47:40.160947+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-25T00:47:41.816 INFO:teuthology.orchestra.run.smithi028.stdout:Created osd(s) 0 on host 'smithi028' 2024-03-25T00:47:42.548 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:42 smithi149 bash[22110]: cluster 2024-03-25T00:47:39.374798+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-25T00:47:42.548 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:42 smithi149 bash[22110]: cluster 2024-03-25T00:47:39.374914+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-25T00:47:42.548 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:42 smithi149 bash[22110]: cluster 2024-03-25T00:47:41.164254+0000 mon.a (mon.0) 415 : cluster [INF] osd.0 [v2:172.21.15.28:6802/3684180871,v1:172.21.15.28:6803/3684180871] boot 2024-03-25T00:47:42.548 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:42 smithi149 bash[22110]: cluster 2024-03-25T00:47:41.164328+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-25T00:47:42.548 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:42 smithi149 bash[22110]: audit 2024-03-25T00:47:41.165057+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-25T00:47:42.548 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:42 smithi149 bash[22110]: audit 2024-03-25T00:47:41.762193+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:42.549 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:42 smithi149 bash[22110]: audit 2024-03-25T00:47:41.769381+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:42.549 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:42 smithi149 bash[22110]: audit 2024-03-25T00:47:41.789254+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:47:42.549 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:42 smithi149 bash[22110]: audit 2024-03-25T00:47:41.793152+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-25T00:47:42.549 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:42 smithi149 bash[22110]: audit 2024-03-25T00:47:41.798260+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:42.549 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:42 smithi149 bash[22110]: audit 2024-03-25T00:47:41.800667+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:47:42.549 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:42 smithi149 bash[22110]: audit 2024-03-25T00:47:41.802042+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:47:42.549 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:42 smithi149 bash[22110]: audit 2024-03-25T00:47:41.808292+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:42.560 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:42 smithi028 bash[21481]: cluster 2024-03-25T00:47:39.374798+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-25T00:47:42.560 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:42 smithi028 bash[21481]: cluster 2024-03-25T00:47:39.374914+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-25T00:47:42.560 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:42 smithi028 bash[21481]: cluster 2024-03-25T00:47:41.164254+0000 mon.a (mon.0) 415 : cluster [INF] osd.0 [v2:172.21.15.28:6802/3684180871,v1:172.21.15.28:6803/3684180871] boot 2024-03-25T00:47:42.560 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:42 smithi028 bash[21481]: cluster 2024-03-25T00:47:41.164328+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-25T00:47:42.560 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:42 smithi028 bash[21481]: audit 2024-03-25T00:47:41.165057+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-25T00:47:42.560 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:42 smithi028 bash[21481]: audit 2024-03-25T00:47:41.762193+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:42.560 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:42 smithi028 bash[21481]: audit 2024-03-25T00:47:41.769381+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:42.561 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:42 smithi028 bash[21481]: audit 2024-03-25T00:47:41.789254+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:47:42.561 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:42 smithi028 bash[21481]: audit 2024-03-25T00:47:41.793152+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-25T00:47:42.561 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:42 smithi028 bash[21481]: audit 2024-03-25T00:47:41.798260+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:42.561 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:42 smithi028 bash[21481]: audit 2024-03-25T00:47:41.800667+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:47:42.561 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:42 smithi028 bash[21481]: audit 2024-03-25T00:47:41.802042+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:47:42.561 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:42 smithi028 bash[21481]: audit 2024-03-25T00:47:41.808292+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:42.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:42 smithi134 bash[22165]: cluster 2024-03-25T00:47:39.374798+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-25T00:47:42.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:42 smithi134 bash[22165]: cluster 2024-03-25T00:47:39.374914+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-25T00:47:42.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:42 smithi134 bash[22165]: cluster 2024-03-25T00:47:41.164254+0000 mon.a (mon.0) 415 : cluster [INF] osd.0 [v2:172.21.15.28:6802/3684180871,v1:172.21.15.28:6803/3684180871] boot 2024-03-25T00:47:42.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:42 smithi134 bash[22165]: cluster 2024-03-25T00:47:41.164328+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-25T00:47:42.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:42 smithi134 bash[22165]: audit 2024-03-25T00:47:41.165057+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-25T00:47:42.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:42 smithi134 bash[22165]: audit 2024-03-25T00:47:41.762193+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:42.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:42 smithi134 bash[22165]: audit 2024-03-25T00:47:41.769381+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:42.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:42 smithi134 bash[22165]: audit 2024-03-25T00:47:41.789254+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:47:42.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:42 smithi134 bash[22165]: audit 2024-03-25T00:47:41.793152+0000 mon.a (mon.0) 421 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-03-25T00:47:42.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:42 smithi134 bash[22165]: audit 2024-03-25T00:47:41.798260+0000 mon.a (mon.0) 422 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:42.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:42 smithi134 bash[22165]: audit 2024-03-25T00:47:41.800667+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:47:42.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:42 smithi134 bash[22165]: audit 2024-03-25T00:47:41.802042+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:47:42.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:42 smithi134 bash[22165]: audit 2024-03-25T00:47:41.808292+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:42.880 DEBUG:teuthology.orchestra.run.smithi028:osd.0> sudo journalctl -f -n 0 -u ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@osd.0.service 2024-03-25T00:47:42.882 INFO:tasks.cephadm:Deploying osd.1 on smithi134 with /dev/vg_nvme/lv_4... 2024-03-25T00:47:42.883 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-25T00:47:43.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:43 smithi028 bash[21481]: cluster 2024-03-25T00:47:41.773902+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:43.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:43 smithi028 bash[21481]: cephadm 2024-03-25T00:47:41.793954+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Adjusting osd_memory_target on smithi028 to 16245M 2024-03-25T00:47:43.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:43 smithi028 bash[21481]: cluster 2024-03-25T00:47:42.180946+0000 mon.a (mon.0) 426 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-25T00:47:43.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:43 smithi149 bash[22110]: cluster 2024-03-25T00:47:41.773902+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:43.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:43 smithi149 bash[22110]: cephadm 2024-03-25T00:47:41.793954+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Adjusting osd_memory_target on smithi028 to 16245M 2024-03-25T00:47:43.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:43 smithi149 bash[22110]: cluster 2024-03-25T00:47:42.180946+0000 mon.a (mon.0) 426 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-25T00:47:43.604 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:43 smithi134 bash[22165]: cluster 2024-03-25T00:47:41.773902+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v86: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-25T00:47:43.604 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:43 smithi134 bash[22165]: cephadm 2024-03-25T00:47:41.793954+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Adjusting osd_memory_target on smithi028 to 16245M 2024-03-25T00:47:43.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:43 smithi134 bash[22165]: cluster 2024-03-25T00:47:42.180946+0000 mon.a (mon.0) 426 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-25T00:47:44.522 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:44 smithi149 bash[22110]: audit 2024-03-25T00:47:43.268300+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:44.522 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:44 smithi149 bash[22110]: audit 2024-03-25T00:47:43.274213+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:44.522 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:44 smithi149 bash[22110]: audit 2024-03-25T00:47:43.277265+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:47:44.522 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:44 smithi149 bash[22110]: audit 2024-03-25T00:47:43.280966+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:44.522 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:44 smithi149 bash[22110]: audit 2024-03-25T00:47:43.281352+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:47:44.522 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:44 smithi149 bash[22110]: audit 2024-03-25T00:47:43.282246+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:47:44.522 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:44 smithi149 bash[22110]: cluster 2024-03-25T00:47:43.283900+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:47:44.522 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:44 smithi149 bash[22110]: audit 2024-03-25T00:47:43.287287+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:44.522 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:44 smithi149 bash[22110]: audit 2024-03-25T00:47:43.663455+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:44.523 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:44 smithi149 bash[22110]: audit 2024-03-25T00:47:43.669728+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:44.523 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:44 smithi149 bash[22110]: audit 2024-03-25T00:47:43.675822+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:44.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:44 smithi028 bash[21481]: audit 2024-03-25T00:47:43.268300+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:44.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:44 smithi028 bash[21481]: audit 2024-03-25T00:47:43.274213+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:44.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:44 smithi028 bash[21481]: audit 2024-03-25T00:47:43.277265+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:47:44.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:44 smithi028 bash[21481]: audit 2024-03-25T00:47:43.280966+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:44.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:44 smithi028 bash[21481]: audit 2024-03-25T00:47:43.281352+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:47:44.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:44 smithi028 bash[21481]: audit 2024-03-25T00:47:43.282246+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:47:44.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:44 smithi028 bash[21481]: cluster 2024-03-25T00:47:43.283900+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:47:44.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:44 smithi028 bash[21481]: audit 2024-03-25T00:47:43.287287+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:44.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:44 smithi028 bash[21481]: audit 2024-03-25T00:47:43.663455+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:44.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:44 smithi028 bash[21481]: audit 2024-03-25T00:47:43.669728+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:44.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:44 smithi028 bash[21481]: audit 2024-03-25T00:47:43.675822+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:44.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:44 smithi134 bash[22165]: audit 2024-03-25T00:47:43.268300+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:44.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:44 smithi134 bash[22165]: audit 2024-03-25T00:47:43.274213+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:44.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:44 smithi134 bash[22165]: audit 2024-03-25T00:47:43.277265+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:47:44.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:44 smithi134 bash[22165]: audit 2024-03-25T00:47:43.280966+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:44.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:44 smithi134 bash[22165]: audit 2024-03-25T00:47:43.281352+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:47:44.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:44 smithi134 bash[22165]: audit 2024-03-25T00:47:43.282246+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:47:44.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:44 smithi134 bash[22165]: cluster 2024-03-25T00:47:43.283900+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:47:44.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:44 smithi134 bash[22165]: audit 2024-03-25T00:47:43.287287+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:44.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:44 smithi134 bash[22165]: audit 2024-03-25T00:47:43.663455+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:44.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:44 smithi134 bash[22165]: audit 2024-03-25T00:47:43.669728+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:44.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:44 smithi134 bash[22165]: audit 2024-03-25T00:47:43.675822+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:45.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:45 smithi028 bash[21481]: cluster 2024-03-25T00:47:44.278913+0000 mon.a (mon.0) 437 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-25T00:47:45.604 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:45 smithi134 bash[22165]: cluster 2024-03-25T00:47:44.278913+0000 mon.a (mon.0) 437 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-25T00:47:45.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:45 smithi149 bash[22110]: cluster 2024-03-25T00:47:44.278913+0000 mon.a (mon.0) 437 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-25T00:47:46.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:46 smithi028 bash[21481]: cluster 2024-03-25T00:47:45.284351+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:47:46.604 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:46 smithi134 bash[22165]: cluster 2024-03-25T00:47:45.284351+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:47:46.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:46 smithi149 bash[22110]: cluster 2024-03-25T00:47:45.284351+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:47:47.596 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.b/config 2024-03-25T00:47:48.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:48 smithi028 bash[21481]: cluster 2024-03-25T00:47:47.284946+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:47:48.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:48 smithi028 bash[21481]: audit 2024-03-25T00:47:47.780477+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:48.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:48 smithi028 bash[21481]: audit 2024-03-25T00:47:47.785275+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:48.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:48 smithi028 bash[21481]: audit 2024-03-25T00:47:47.790151+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:48.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:48 smithi028 bash[21481]: audit 2024-03-25T00:47:47.832946+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:47:48.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:48 smithi028 bash[21481]: audit 2024-03-25T00:47:47.837035+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:47:48.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:48 smithi028 bash[21481]: audit 2024-03-25T00:47:47.838445+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:47:48.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:48 smithi028 bash[21481]: audit 2024-03-25T00:47:47.848461+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:48.599 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:48 smithi134 bash[22165]: cluster 2024-03-25T00:47:47.284946+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:47:48.600 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:48 smithi134 bash[22165]: audit 2024-03-25T00:47:47.780477+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:48.600 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:48 smithi134 bash[22165]: audit 2024-03-25T00:47:47.785275+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:48.600 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:48 smithi134 bash[22165]: audit 2024-03-25T00:47:47.790151+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:48.600 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:48 smithi134 bash[22165]: audit 2024-03-25T00:47:47.832946+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:47:48.600 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:48 smithi134 bash[22165]: audit 2024-03-25T00:47:47.837035+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:47:48.600 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:48 smithi134 bash[22165]: audit 2024-03-25T00:47:47.838445+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:47:48.600 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:48 smithi134 bash[22165]: audit 2024-03-25T00:47:47.848461+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:48.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:48 smithi149 bash[22110]: cluster 2024-03-25T00:47:47.284946+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:47:48.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:48 smithi149 bash[22110]: audit 2024-03-25T00:47:47.780477+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:48.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:48 smithi149 bash[22110]: audit 2024-03-25T00:47:47.785275+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:48.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:48 smithi149 bash[22110]: audit 2024-03-25T00:47:47.790151+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:48.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:48 smithi149 bash[22110]: audit 2024-03-25T00:47:47.832946+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:47:48.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:48 smithi149 bash[22110]: audit 2024-03-25T00:47:47.837035+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:47:48.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:48 smithi149 bash[22110]: audit 2024-03-25T00:47:47.838445+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:47:48.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:48 smithi149 bash[22110]: audit 2024-03-25T00:47:47.848461+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:49.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:49 smithi134 bash[22165]: cluster 2024-03-25T00:47:47.841698+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:47:49.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:49 smithi134 bash[22165]: cluster 2024-03-25T00:47:48.788831+0000 mon.a (mon.0) 445 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-25T00:47:49.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:49 smithi134 bash[22165]: cluster 2024-03-25T00:47:48.788885+0000 mon.a (mon.0) 446 : cluster [INF] Cluster is now healthy 2024-03-25T00:47:49.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:49 smithi134 bash[22165]: audit 2024-03-25T00:47:48.841665+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:49.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:49 smithi134 bash[22165]: audit 2024-03-25T00:47:48.850245+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:49.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:49 smithi134 bash[22165]: audit 2024-03-25T00:47:48.860248+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:49.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:49 smithi149 bash[22110]: cluster 2024-03-25T00:47:47.841698+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:47:49.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:49 smithi149 bash[22110]: cluster 2024-03-25T00:47:48.788831+0000 mon.a (mon.0) 445 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-25T00:47:49.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:49 smithi149 bash[22110]: cluster 2024-03-25T00:47:48.788885+0000 mon.a (mon.0) 446 : cluster [INF] Cluster is now healthy 2024-03-25T00:47:49.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:49 smithi149 bash[22110]: audit 2024-03-25T00:47:48.841665+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:49.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:49 smithi149 bash[22110]: audit 2024-03-25T00:47:48.850245+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:49.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:49 smithi149 bash[22110]: audit 2024-03-25T00:47:48.860248+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:49.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:49 smithi028 bash[21481]: cluster 2024-03-25T00:47:47.841698+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:47:49.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:49 smithi028 bash[21481]: cluster 2024-03-25T00:47:48.788831+0000 mon.a (mon.0) 445 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-25T00:47:49.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:49 smithi028 bash[21481]: cluster 2024-03-25T00:47:48.788885+0000 mon.a (mon.0) 446 : cluster [INF] Cluster is now healthy 2024-03-25T00:47:49.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:49 smithi028 bash[21481]: audit 2024-03-25T00:47:48.841665+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:49.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:49 smithi028 bash[21481]: audit 2024-03-25T00:47:48.850245+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:49.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:49 smithi028 bash[21481]: audit 2024-03-25T00:47:48.860248+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:47:50.445 INFO:teuthology.orchestra.run.smithi134.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-25T00:47:50.445 INFO:teuthology.orchestra.run.smithi134.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-25T00:47:50.445 INFO:teuthology.orchestra.run.smithi134.stderr: stderr: 10+0 records in 2024-03-25T00:47:50.446 INFO:teuthology.orchestra.run.smithi134.stderr:10+0 records out 2024-03-25T00:47:50.446 INFO:teuthology.orchestra.run.smithi134.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0138237 s, 759 MB/s 2024-03-25T00:47:50.446 INFO:teuthology.orchestra.run.smithi134.stderr:--> Zapping successful for: 2024-03-25T00:47:51.122 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi134:vg_nvme/lv_4 2024-03-25T00:47:51.604 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:51 smithi134 bash[22165]: cluster 2024-03-25T00:47:49.842130+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:47:51.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:51 smithi149 bash[22110]: cluster 2024-03-25T00:47:49.842130+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:47:51.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:51 smithi028 bash[21481]: cluster 2024-03-25T00:47:49.842130+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:47:53.604 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:53 smithi134 bash[22165]: cluster 2024-03-25T00:47:51.842575+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:47:53.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:53 smithi149 bash[22110]: cluster 2024-03-25T00:47:51.842575+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:47:53.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:53 smithi028 bash[21481]: cluster 2024-03-25T00:47:51.842575+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:47:55.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:55 smithi149 bash[22110]: cluster 2024-03-25T00:47:53.843022+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:47:55.834 INFO:teuthology.orchestra.run.smithi134.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.b/config 2024-03-25T00:47:55.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:55 smithi028 bash[21481]: cluster 2024-03-25T00:47:53.843022+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:47:55.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:55 smithi134 bash[22165]: cluster 2024-03-25T00:47:53.843022+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:47:57.388 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:57 smithi134 bash[22165]: cluster 2024-03-25T00:47:55.843494+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:47:57.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:57 smithi149 bash[22110]: cluster 2024-03-25T00:47:55.843494+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:47:57.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:57 smithi028 bash[21481]: cluster 2024-03-25T00:47:55.843494+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:47:59.604 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:47:59 smithi134 bash[22165]: cluster 2024-03-25T00:47:57.843996+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:47:59.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:47:59 smithi149 bash[22110]: cluster 2024-03-25T00:47:57.843996+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:47:59.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:47:59 smithi028 bash[21481]: cluster 2024-03-25T00:47:57.843996+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:00.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:00 smithi028 bash[21481]: audit 2024-03-25T00:47:59.591522+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-25T00:48:00.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:00 smithi028 bash[21481]: audit 2024-03-25T00:47:59.597222+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-25T00:48:00.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:00 smithi028 bash[21481]: audit 2024-03-25T00:47:59.598265+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:48:00.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:00 smithi149 bash[22110]: audit 2024-03-25T00:47:59.591522+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-25T00:48:00.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:00 smithi149 bash[22110]: audit 2024-03-25T00:47:59.597222+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-25T00:48:00.662 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:00 smithi149 bash[22110]: audit 2024-03-25T00:47:59.598265+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:48:00.855 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:00 smithi134 bash[22165]: audit 2024-03-25T00:47:59.591522+0000 mon.a (mon.0) 450 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-25T00:48:00.855 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:00 smithi134 bash[22165]: audit 2024-03-25T00:47:59.597222+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-25T00:48:00.855 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:00 smithi134 bash[22165]: audit 2024-03-25T00:47:59.598265+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:48:01.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:01 smithi028 bash[21481]: audit 2024-03-25T00:47:59.586718+0000 mgr.a (mgr.14152) 155 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi134:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:48:01.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:01 smithi028 bash[21481]: cluster 2024-03-25T00:47:59.844467+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:01.604 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:01 smithi134 bash[22165]: audit 2024-03-25T00:47:59.586718+0000 mgr.a (mgr.14152) 155 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi134:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:48:01.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:01 smithi134 bash[22165]: cluster 2024-03-25T00:47:59.844467+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:01.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:01 smithi149 bash[22110]: audit 2024-03-25T00:47:59.586718+0000 mgr.a (mgr.14152) 155 : audit [DBG] from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi134:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:48:01.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:01 smithi149 bash[22110]: cluster 2024-03-25T00:47:59.844467+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:03.635 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:03 smithi149 bash[22110]: cluster 2024-03-25T00:48:01.845022+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:03.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:03 smithi028 bash[21481]: cluster 2024-03-25T00:48:01.845022+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:03.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:03 smithi134 bash[22165]: cluster 2024-03-25T00:48:01.845022+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:05.144 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:04 smithi134 bash[22165]: cluster 2024-03-25T00:48:03.845421+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:05.144 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:04 smithi134 bash[22165]: audit 2024-03-25T00:48:03.862831+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:05.144 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:04 smithi134 bash[22165]: audit 2024-03-25T00:48:03.871572+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:05.144 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:04 smithi134 bash[22165]: audit 2024-03-25T00:48:03.881645+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:05.162 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:04 smithi149 bash[22110]: cluster 2024-03-25T00:48:03.845421+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:05.162 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:04 smithi149 bash[22110]: audit 2024-03-25T00:48:03.862831+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:05.162 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:04 smithi149 bash[22110]: audit 2024-03-25T00:48:03.871572+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:05.162 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:04 smithi149 bash[22110]: audit 2024-03-25T00:48:03.881645+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:05.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:04 smithi028 bash[21481]: cluster 2024-03-25T00:48:03.845421+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:05.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:04 smithi028 bash[21481]: audit 2024-03-25T00:48:03.862831+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:05.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:04 smithi028 bash[21481]: audit 2024-03-25T00:48:03.871572+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:05.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:04 smithi028 bash[21481]: audit 2024-03-25T00:48:03.881645+0000 mon.a (mon.0) 455 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:07.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:06 smithi149 bash[22110]: cluster 2024-03-25T00:48:05.845873+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:07.241 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:06 smithi028 bash[21481]: cluster 2024-03-25T00:48:05.845873+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:07.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:06 smithi134 bash[22165]: cluster 2024-03-25T00:48:05.845873+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:08.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:07 smithi149 bash[22110]: audit 2024-03-25T00:48:07.295843+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.134:0/3248160673' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7f1358af-4b51-43a8-b4e6-dcf5cf6a08e0"}]: dispatch 2024-03-25T00:48:08.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:07 smithi149 bash[22110]: audit 2024-03-25T00:48:07.296731+0000 mon.a (mon.0) 456 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7f1358af-4b51-43a8-b4e6-dcf5cf6a08e0"}]: dispatch 2024-03-25T00:48:08.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:07 smithi149 bash[22110]: audit 2024-03-25T00:48:07.298703+0000 mon.a (mon.0) 457 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7f1358af-4b51-43a8-b4e6-dcf5cf6a08e0"}]': finished 2024-03-25T00:48:08.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:07 smithi149 bash[22110]: cluster 2024-03-25T00:48:07.301274+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-25T00:48:08.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:07 smithi149 bash[22110]: audit 2024-03-25T00:48:07.301478+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-25T00:48:08.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:07 smithi149 bash[22110]: audit 2024-03-25T00:48:07.403854+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:08.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:07 smithi149 bash[22110]: audit 2024-03-25T00:48:07.412217+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:08.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:07 smithi149 bash[22110]: audit 2024-03-25T00:48:07.422566+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:08.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:07 smithi028 bash[21481]: audit 2024-03-25T00:48:07.295843+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.134:0/3248160673' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7f1358af-4b51-43a8-b4e6-dcf5cf6a08e0"}]: dispatch 2024-03-25T00:48:08.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:07 smithi028 bash[21481]: audit 2024-03-25T00:48:07.296731+0000 mon.a (mon.0) 456 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7f1358af-4b51-43a8-b4e6-dcf5cf6a08e0"}]: dispatch 2024-03-25T00:48:08.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:07 smithi028 bash[21481]: audit 2024-03-25T00:48:07.298703+0000 mon.a (mon.0) 457 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7f1358af-4b51-43a8-b4e6-dcf5cf6a08e0"}]': finished 2024-03-25T00:48:08.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:07 smithi028 bash[21481]: cluster 2024-03-25T00:48:07.301274+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-25T00:48:08.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:07 smithi028 bash[21481]: audit 2024-03-25T00:48:07.301478+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-25T00:48:08.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:07 smithi028 bash[21481]: audit 2024-03-25T00:48:07.403854+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:08.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:07 smithi028 bash[21481]: audit 2024-03-25T00:48:07.412217+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:08.343 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:07 smithi028 bash[21481]: audit 2024-03-25T00:48:07.422566+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:08.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:07 smithi134 bash[22165]: audit 2024-03-25T00:48:07.295843+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.134:0/3248160673' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7f1358af-4b51-43a8-b4e6-dcf5cf6a08e0"}]: dispatch 2024-03-25T00:48:08.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:07 smithi134 bash[22165]: audit 2024-03-25T00:48:07.296731+0000 mon.a (mon.0) 456 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7f1358af-4b51-43a8-b4e6-dcf5cf6a08e0"}]: dispatch 2024-03-25T00:48:08.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:07 smithi134 bash[22165]: audit 2024-03-25T00:48:07.298703+0000 mon.a (mon.0) 457 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7f1358af-4b51-43a8-b4e6-dcf5cf6a08e0"}]': finished 2024-03-25T00:48:08.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:07 smithi134 bash[22165]: cluster 2024-03-25T00:48:07.301274+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-25T00:48:08.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:07 smithi134 bash[22165]: audit 2024-03-25T00:48:07.301478+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-25T00:48:08.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:07 smithi134 bash[22165]: audit 2024-03-25T00:48:07.403854+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:08.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:07 smithi134 bash[22165]: audit 2024-03-25T00:48:07.412217+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:08.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:07 smithi134 bash[22165]: audit 2024-03-25T00:48:07.422566+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:09.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:08 smithi149 bash[22110]: cluster 2024-03-25T00:48:07.846322+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:09.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:08 smithi149 bash[22110]: audit 2024-03-25T00:48:07.988928+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.134:0/245944458' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-25T00:48:09.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:08 smithi028 bash[21481]: cluster 2024-03-25T00:48:07.846322+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:09.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:08 smithi028 bash[21481]: audit 2024-03-25T00:48:07.988928+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.134:0/245944458' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-25T00:48:09.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:08 smithi134 bash[22165]: cluster 2024-03-25T00:48:07.846322+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:09.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:08 smithi134 bash[22165]: audit 2024-03-25T00:48:07.988928+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.134:0/245944458' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-25T00:48:10.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:10 smithi028 bash[21481]: audit 2024-03-25T00:48:09.050349+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:10.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:10 smithi028 bash[21481]: audit 2024-03-25T00:48:09.058863+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:10.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:10 smithi028 bash[21481]: audit 2024-03-25T00:48:09.068862+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:10.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:10 smithi134 bash[22165]: audit 2024-03-25T00:48:09.050349+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:10.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:10 smithi134 bash[22165]: audit 2024-03-25T00:48:09.058863+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:10.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:10 smithi134 bash[22165]: audit 2024-03-25T00:48:09.068862+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:10.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:10 smithi149 bash[22110]: audit 2024-03-25T00:48:09.050349+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:10.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:10 smithi149 bash[22110]: audit 2024-03-25T00:48:09.058863+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:10.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:10 smithi149 bash[22110]: audit 2024-03-25T00:48:09.068862+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:11.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:11 smithi028 bash[21481]: cluster 2024-03-25T00:48:09.846773+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:11.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:11 smithi134 bash[22165]: cluster 2024-03-25T00:48:09.846773+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:11.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:11 smithi149 bash[22110]: cluster 2024-03-25T00:48:09.846773+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v103: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:13.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:13 smithi028 bash[21481]: cluster 2024-03-25T00:48:11.847201+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:13.359 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:13 smithi134 bash[22165]: cluster 2024-03-25T00:48:11.847201+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:13.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:13 smithi149 bash[22110]: cluster 2024-03-25T00:48:11.847201+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:15.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:15 smithi028 bash[21481]: cluster 2024-03-25T00:48:13.847760+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:15.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:15 smithi134 bash[22165]: cluster 2024-03-25T00:48:13.847760+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:15.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:15 smithi149 bash[22110]: cluster 2024-03-25T00:48:13.847760+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:17.317 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:17 smithi134 bash[22165]: cluster 2024-03-25T00:48:15.848220+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:17.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:17 smithi028 bash[21481]: cluster 2024-03-25T00:48:15.848220+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:17.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:17 smithi149 bash[22110]: cluster 2024-03-25T00:48:15.848220+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:19.277 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:19 smithi028 bash[21481]: cluster 2024-03-25T00:48:17.848777+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:19.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:19 smithi134 bash[22165]: cluster 2024-03-25T00:48:17.848777+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:19.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:19 smithi149 bash[22110]: cluster 2024-03-25T00:48:17.848777+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:20.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:20 smithi134 bash[22165]: audit 2024-03-25T00:48:20.018088+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-25T00:48:20.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:20 smithi134 bash[22165]: audit 2024-03-25T00:48:20.019901+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:48:20.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:20 smithi149 bash[22110]: audit 2024-03-25T00:48:20.018088+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-25T00:48:20.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:20 smithi149 bash[22110]: audit 2024-03-25T00:48:20.019901+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:48:20.426 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:20 smithi028 bash[21481]: audit 2024-03-25T00:48:20.018088+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-25T00:48:20.426 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:20 smithi028 bash[21481]: audit 2024-03-25T00:48:20.019901+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:48:21.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:21 smithi134 bash[22165]: cluster 2024-03-25T00:48:19.849350+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:21.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:21 smithi134 bash[22165]: cephadm 2024-03-25T00:48:20.021632+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Deploying daemon osd.1 on smithi134 2024-03-25T00:48:21.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:21 smithi149 bash[22110]: cluster 2024-03-25T00:48:19.849350+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:21.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:21 smithi149 bash[22110]: cephadm 2024-03-25T00:48:20.021632+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Deploying daemon osd.1 on smithi134 2024-03-25T00:48:21.434 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:21 smithi028 bash[21481]: cluster 2024-03-25T00:48:19.849350+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:21.434 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:21 smithi028 bash[21481]: cephadm 2024-03-25T00:48:20.021632+0000 mgr.a (mgr.14152) 167 : cephadm [INF] Deploying daemon osd.1 on smithi134 2024-03-25T00:48:23.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:23 smithi134 bash[22165]: cluster 2024-03-25T00:48:21.849769+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:23.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:23 smithi149 bash[22110]: cluster 2024-03-25T00:48:21.849769+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:23.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:23 smithi028 bash[21481]: cluster 2024-03-25T00:48:21.849769+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:25.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:25 smithi028 bash[21481]: cluster 2024-03-25T00:48:23.850175+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:25.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:25 smithi028 bash[21481]: audit 2024-03-25T00:48:24.064286+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:25.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:25 smithi028 bash[21481]: audit 2024-03-25T00:48:24.072566+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:25.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:25 smithi028 bash[21481]: cephadm 2024-03-25T00:48:24.075832+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Detected new or changed devices on smithi134 2024-03-25T00:48:25.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:25 smithi028 bash[21481]: audit 2024-03-25T00:48:24.082778+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:25.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:25 smithi134 bash[22165]: cluster 2024-03-25T00:48:23.850175+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:25.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:25 smithi134 bash[22165]: audit 2024-03-25T00:48:24.064286+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:25.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:25 smithi134 bash[22165]: audit 2024-03-25T00:48:24.072566+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:25.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:25 smithi134 bash[22165]: cephadm 2024-03-25T00:48:24.075832+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Detected new or changed devices on smithi134 2024-03-25T00:48:25.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:25 smithi134 bash[22165]: audit 2024-03-25T00:48:24.082778+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:25.407 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:25 smithi149 bash[22110]: cluster 2024-03-25T00:48:23.850175+0000 mgr.a (mgr.14152) 169 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:25.407 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:25 smithi149 bash[22110]: audit 2024-03-25T00:48:24.064286+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:25.407 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:25 smithi149 bash[22110]: audit 2024-03-25T00:48:24.072566+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:25.407 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:25 smithi149 bash[22110]: cephadm 2024-03-25T00:48:24.075832+0000 mgr.a (mgr.14152) 170 : cephadm [INF] Detected new or changed devices on smithi134 2024-03-25T00:48:25.407 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:25 smithi149 bash[22110]: audit 2024-03-25T00:48:24.082778+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:25.688 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:25 smithi134 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:48:25.688 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:48:25 smithi134 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:48:25.954 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:25 smithi134 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:48:25.954 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:48:25 smithi134 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:48:27.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:27 smithi028 bash[21481]: cluster 2024-03-25T00:48:25.850619+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:27.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:27 smithi028 bash[21481]: audit 2024-03-25T00:48:26.004072+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:27.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:27 smithi028 bash[21481]: audit 2024-03-25T00:48:26.012282+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:27.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:27 smithi028 bash[21481]: audit 2024-03-25T00:48:26.019442+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:48:27.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:27 smithi028 bash[21481]: audit 2024-03-25T00:48:26.030221+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:48:27.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:27 smithi028 bash[21481]: audit 2024-03-25T00:48:26.032159+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:48:27.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:27 smithi028 bash[21481]: audit 2024-03-25T00:48:26.045439+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:27.306 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:27 smithi134 bash[22165]: cluster 2024-03-25T00:48:25.850619+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:27.306 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:27 smithi134 bash[22165]: audit 2024-03-25T00:48:26.004072+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:27.306 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:27 smithi134 bash[22165]: audit 2024-03-25T00:48:26.012282+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:27.307 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:27 smithi134 bash[22165]: audit 2024-03-25T00:48:26.019442+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:48:27.307 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:27 smithi134 bash[22165]: audit 2024-03-25T00:48:26.030221+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:48:27.307 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:27 smithi134 bash[22165]: audit 2024-03-25T00:48:26.032159+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:48:27.307 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:27 smithi134 bash[22165]: audit 2024-03-25T00:48:26.045439+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:27.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:27 smithi149 bash[22110]: cluster 2024-03-25T00:48:25.850619+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:27.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:27 smithi149 bash[22110]: audit 2024-03-25T00:48:26.004072+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:27.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:27 smithi149 bash[22110]: audit 2024-03-25T00:48:26.012282+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:27.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:27 smithi149 bash[22110]: audit 2024-03-25T00:48:26.019442+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:48:27.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:27 smithi149 bash[22110]: audit 2024-03-25T00:48:26.030221+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:48:27.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:27 smithi149 bash[22110]: audit 2024-03-25T00:48:26.032159+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:48:27.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:27 smithi149 bash[22110]: audit 2024-03-25T00:48:26.045439+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:28.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:28 smithi028 bash[21481]: audit 2024-03-25T00:48:27.589201+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:28.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:28 smithi028 bash[21481]: audit 2024-03-25T00:48:27.594339+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:28.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:28 smithi028 bash[21481]: audit 2024-03-25T00:48:27.600327+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:28.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:28 smithi028 bash[21481]: cluster 2024-03-25T00:48:27.851075+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:28.855 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:28 smithi134 bash[22165]: audit 2024-03-25T00:48:27.589201+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:28.855 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:28 smithi134 bash[22165]: audit 2024-03-25T00:48:27.594339+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:28.855 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:28 smithi134 bash[22165]: audit 2024-03-25T00:48:27.600327+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:28.855 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:28 smithi134 bash[22165]: cluster 2024-03-25T00:48:27.851075+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:28.910 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:28 smithi149 bash[22110]: audit 2024-03-25T00:48:27.589201+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:28.910 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:28 smithi149 bash[22110]: audit 2024-03-25T00:48:27.594339+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:28.910 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:28 smithi149 bash[22110]: audit 2024-03-25T00:48:27.600327+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:28.910 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:28 smithi149 bash[22110]: cluster 2024-03-25T00:48:27.851075+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:30.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:30 smithi028 bash[21481]: audit 2024-03-25T00:48:29.270081+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:30.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:30 smithi028 bash[21481]: audit 2024-03-25T00:48:29.278128+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:30.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:30 smithi028 bash[21481]: audit 2024-03-25T00:48:29.288056+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:30.604 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:30 smithi134 bash[22165]: audit 2024-03-25T00:48:29.270081+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:30.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:30 smithi134 bash[22165]: audit 2024-03-25T00:48:29.278128+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:30.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:30 smithi134 bash[22165]: audit 2024-03-25T00:48:29.288056+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:30.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:30 smithi149 bash[22110]: audit 2024-03-25T00:48:29.270081+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:30.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:30 smithi149 bash[22110]: audit 2024-03-25T00:48:29.278128+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:30.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:30 smithi149 bash[22110]: audit 2024-03-25T00:48:29.288056+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:31.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:31 smithi028 bash[21481]: cluster 2024-03-25T00:48:29.851525+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:31.604 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:31 smithi134 bash[22165]: cluster 2024-03-25T00:48:29.851525+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:31.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:31 smithi149 bash[22110]: cluster 2024-03-25T00:48:29.851525+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:32.562 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:32 smithi134 bash[22165]: audit 2024-03-25T00:48:32.161543+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.134:6800/2546863230,v1:172.21.15.134:6801/2546863230]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-25T00:48:32.562 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:32 smithi134 bash[22165]: audit 2024-03-25T00:48:32.162470+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-03-25T00:48:32.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:32 smithi028 bash[21481]: audit 2024-03-25T00:48:32.161543+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.134:6800/2546863230,v1:172.21.15.134:6801/2546863230]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-25T00:48:32.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:32 smithi028 bash[21481]: audit 2024-03-25T00:48:32.162470+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-03-25T00:48:32.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:32 smithi149 bash[22110]: audit 2024-03-25T00:48:32.161543+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.134:6800/2546863230,v1:172.21.15.134:6801/2546863230]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-25T00:48:32.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:32 smithi149 bash[22110]: audit 2024-03-25T00:48:32.162470+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-03-25T00:48:33.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:33 smithi028 bash[21481]: cluster 2024-03-25T00:48:31.851952+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:33.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:33 smithi028 bash[21481]: audit 2024-03-25T00:48:32.297533+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-03-25T00:48:33.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:33 smithi028 bash[21481]: cluster 2024-03-25T00:48:32.302363+0000 mon.a (mon.0) 485 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-25T00:48:33.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:33 smithi028 bash[21481]: audit 2024-03-25T00:48:32.302508+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.134:6800/2546863230,v1:172.21.15.134:6801/2546863230]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-03-25T00:48:33.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:33 smithi028 bash[21481]: audit 2024-03-25T00:48:32.303189+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-25T00:48:33.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:33 smithi028 bash[21481]: audit 2024-03-25T00:48:32.304346+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=smithi134", "root=default"]}]: dispatch 2024-03-25T00:48:33.597 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:33 smithi134 bash[22165]: cluster 2024-03-25T00:48:31.851952+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:33.597 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:33 smithi134 bash[22165]: audit 2024-03-25T00:48:32.297533+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-03-25T00:48:33.597 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:33 smithi134 bash[22165]: cluster 2024-03-25T00:48:32.302363+0000 mon.a (mon.0) 485 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-25T00:48:33.598 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:33 smithi134 bash[22165]: audit 2024-03-25T00:48:32.302508+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.134:6800/2546863230,v1:172.21.15.134:6801/2546863230]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-03-25T00:48:33.598 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:33 smithi134 bash[22165]: audit 2024-03-25T00:48:32.303189+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-25T00:48:33.598 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:33 smithi134 bash[22165]: audit 2024-03-25T00:48:32.304346+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=smithi134", "root=default"]}]: dispatch 2024-03-25T00:48:33.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:33 smithi149 bash[22110]: cluster 2024-03-25T00:48:31.851952+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:33.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:33 smithi149 bash[22110]: audit 2024-03-25T00:48:32.297533+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-03-25T00:48:33.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:33 smithi149 bash[22110]: cluster 2024-03-25T00:48:32.302363+0000 mon.a (mon.0) 485 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-25T00:48:33.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:33 smithi149 bash[22110]: audit 2024-03-25T00:48:32.302508+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.134:6800/2546863230,v1:172.21.15.134:6801/2546863230]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi134", "root=default"]}]: dispatch 2024-03-25T00:48:33.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:33 smithi149 bash[22110]: audit 2024-03-25T00:48:32.303189+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-25T00:48:33.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:33 smithi149 bash[22110]: audit 2024-03-25T00:48:32.304346+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=smithi134", "root=default"]}]: dispatch 2024-03-25T00:48:34.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:34 smithi028 bash[21481]: audit 2024-03-25T00:48:33.299946+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=smithi134", "root=default"]}]': finished 2024-03-25T00:48:34.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:34 smithi028 bash[21481]: cluster 2024-03-25T00:48:33.305087+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-25T00:48:34.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:34 smithi028 bash[21481]: audit 2024-03-25T00:48:33.306210+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-25T00:48:34.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:34 smithi028 bash[21481]: audit 2024-03-25T00:48:33.314075+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-25T00:48:34.604 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:34 smithi134 bash[22165]: audit 2024-03-25T00:48:33.299946+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=smithi134", "root=default"]}]': finished 2024-03-25T00:48:34.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:34 smithi134 bash[22165]: cluster 2024-03-25T00:48:33.305087+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-25T00:48:34.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:34 smithi134 bash[22165]: audit 2024-03-25T00:48:33.306210+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-25T00:48:34.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:34 smithi134 bash[22165]: audit 2024-03-25T00:48:33.314075+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-25T00:48:34.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:34 smithi149 bash[22110]: audit 2024-03-25T00:48:33.299946+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=smithi134", "root=default"]}]': finished 2024-03-25T00:48:34.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:34 smithi149 bash[22110]: cluster 2024-03-25T00:48:33.305087+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-25T00:48:34.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:34 smithi149 bash[22110]: audit 2024-03-25T00:48:33.306210+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-25T00:48:34.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:34 smithi149 bash[22110]: audit 2024-03-25T00:48:33.314075+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-25T00:48:35.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:35 smithi028 bash[21481]: cluster 2024-03-25T00:48:33.167155+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-25T00:48:35.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:35 smithi028 bash[21481]: cluster 2024-03-25T00:48:33.167251+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-25T00:48:35.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:35 smithi028 bash[21481]: cluster 2024-03-25T00:48:33.852393+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:35.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:35 smithi028 bash[21481]: cluster 2024-03-25T00:48:34.314938+0000 mon.a (mon.0) 492 : cluster [INF] osd.1 [v2:172.21.15.134:6800/2546863230,v1:172.21.15.134:6801/2546863230] boot 2024-03-25T00:48:35.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:35 smithi028 bash[21481]: cluster 2024-03-25T00:48:34.315051+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-25T00:48:35.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:35 smithi028 bash[21481]: audit 2024-03-25T00:48:34.315748+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-25T00:48:35.604 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:35 smithi134 bash[22165]: cluster 2024-03-25T00:48:33.167155+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-25T00:48:35.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:35 smithi134 bash[22165]: cluster 2024-03-25T00:48:33.167251+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-25T00:48:35.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:35 smithi134 bash[22165]: cluster 2024-03-25T00:48:33.852393+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:35.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:35 smithi134 bash[22165]: cluster 2024-03-25T00:48:34.314938+0000 mon.a (mon.0) 492 : cluster [INF] osd.1 [v2:172.21.15.134:6800/2546863230,v1:172.21.15.134:6801/2546863230] boot 2024-03-25T00:48:35.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:35 smithi134 bash[22165]: cluster 2024-03-25T00:48:34.315051+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-25T00:48:35.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:35 smithi134 bash[22165]: audit 2024-03-25T00:48:34.315748+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-25T00:48:35.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:35 smithi149 bash[22110]: cluster 2024-03-25T00:48:33.167155+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-25T00:48:35.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:35 smithi149 bash[22110]: cluster 2024-03-25T00:48:33.167251+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-25T00:48:35.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:35 smithi149 bash[22110]: cluster 2024-03-25T00:48:33.852393+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v117: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-25T00:48:35.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:35 smithi149 bash[22110]: cluster 2024-03-25T00:48:34.314938+0000 mon.a (mon.0) 492 : cluster [INF] osd.1 [v2:172.21.15.134:6800/2546863230,v1:172.21.15.134:6801/2546863230] boot 2024-03-25T00:48:35.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:35 smithi149 bash[22110]: cluster 2024-03-25T00:48:34.315051+0000 mon.a (mon.0) 493 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-25T00:48:35.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:35 smithi149 bash[22110]: audit 2024-03-25T00:48:34.315748+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-25T00:48:36.009 INFO:teuthology.orchestra.run.smithi134.stdout:Created osd(s) 1 on host 'smithi134' 2024-03-25T00:48:36.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:36 smithi028 bash[21481]: cluster 2024-03-25T00:48:35.330926+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-25T00:48:36.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:36 smithi028 bash[21481]: audit 2024-03-25T00:48:35.963241+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:36.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:36 smithi028 bash[21481]: audit 2024-03-25T00:48:35.971639+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:36.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:36 smithi028 bash[21481]: audit 2024-03-25T00:48:35.981125+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:48:36.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:36 smithi028 bash[21481]: audit 2024-03-25T00:48:35.987372+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-25T00:48:36.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:36 smithi028 bash[21481]: audit 2024-03-25T00:48:35.995167+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:36.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:36 smithi028 bash[21481]: audit 2024-03-25T00:48:35.999133+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:48:36.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:36 smithi028 bash[21481]: audit 2024-03-25T00:48:36.000991+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:48:36.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:36 smithi028 bash[21481]: audit 2024-03-25T00:48:36.011096+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:36.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:36 smithi134 bash[22165]: cluster 2024-03-25T00:48:35.330926+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-25T00:48:36.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:36 smithi134 bash[22165]: audit 2024-03-25T00:48:35.963241+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:36.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:36 smithi134 bash[22165]: audit 2024-03-25T00:48:35.971639+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:36.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:36 smithi134 bash[22165]: audit 2024-03-25T00:48:35.981125+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:48:36.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:36 smithi134 bash[22165]: audit 2024-03-25T00:48:35.987372+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-25T00:48:36.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:36 smithi134 bash[22165]: audit 2024-03-25T00:48:35.995167+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:36.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:36 smithi134 bash[22165]: audit 2024-03-25T00:48:35.999133+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:48:36.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:36 smithi134 bash[22165]: audit 2024-03-25T00:48:36.000991+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:48:36.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:36 smithi134 bash[22165]: audit 2024-03-25T00:48:36.011096+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:36.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:36 smithi149 bash[22110]: cluster 2024-03-25T00:48:35.330926+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-25T00:48:36.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:36 smithi149 bash[22110]: audit 2024-03-25T00:48:35.963241+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:36.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:36 smithi149 bash[22110]: audit 2024-03-25T00:48:35.971639+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:36.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:36 smithi149 bash[22110]: audit 2024-03-25T00:48:35.981125+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:48:36.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:36 smithi149 bash[22110]: audit 2024-03-25T00:48:35.987372+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-25T00:48:36.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:36 smithi149 bash[22110]: audit 2024-03-25T00:48:35.995167+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:36.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:36 smithi149 bash[22110]: audit 2024-03-25T00:48:35.999133+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:48:36.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:36 smithi149 bash[22110]: audit 2024-03-25T00:48:36.000991+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:48:36.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:36 smithi149 bash[22110]: audit 2024-03-25T00:48:36.011096+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:36.685 DEBUG:teuthology.orchestra.run.smithi134:osd.1> sudo journalctl -f -n 0 -u ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@osd.1.service 2024-03-25T00:48:36.689 INFO:tasks.cephadm:Deploying osd.2 on smithi149 with /dev/vg_nvme/lv_4... 2024-03-25T00:48:36.689 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-25T00:48:37.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:37 smithi028 bash[21481]: cluster 2024-03-25T00:48:35.852886+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:37.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:37 smithi028 bash[21481]: cephadm 2024-03-25T00:48:35.988904+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Adjusting osd_memory_target on smithi134 to 16241M 2024-03-25T00:48:37.604 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:37 smithi134 bash[22165]: cluster 2024-03-25T00:48:35.852886+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:37.604 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:37 smithi134 bash[22165]: cephadm 2024-03-25T00:48:35.988904+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Adjusting osd_memory_target on smithi134 to 16241M 2024-03-25T00:48:37.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:37 smithi149 bash[22110]: cluster 2024-03-25T00:48:35.852886+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v120: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:37.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:37 smithi149 bash[22110]: cephadm 2024-03-25T00:48:35.988904+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Adjusting osd_memory_target on smithi134 to 16241M 2024-03-25T00:48:39.604 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:39 smithi134 bash[22165]: cluster 2024-03-25T00:48:37.853304+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:39.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:39 smithi149 bash[22110]: cluster 2024-03-25T00:48:37.853304+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:39.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:39 smithi028 bash[21481]: cluster 2024-03-25T00:48:37.853304+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v121: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:40.389 INFO:teuthology.orchestra.run.smithi149.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.c/config 2024-03-25T00:48:41.517 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:41 smithi149 bash[22110]: cluster 2024-03-25T00:48:39.853762+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:41.597 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:41 smithi134 bash[22165]: cluster 2024-03-25T00:48:39.853762+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:41.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:41 smithi028 bash[21481]: cluster 2024-03-25T00:48:39.853762+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:43.224 INFO:teuthology.orchestra.run.smithi149.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-25T00:48:43.224 INFO:teuthology.orchestra.run.smithi149.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-25T00:48:43.225 INFO:teuthology.orchestra.run.smithi149.stderr: stderr: 10+0 records in 2024-03-25T00:48:43.225 INFO:teuthology.orchestra.run.smithi149.stderr:10+0 records out 2024-03-25T00:48:43.225 INFO:teuthology.orchestra.run.smithi149.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.015739 s, 666 MB/s 2024-03-25T00:48:43.225 INFO:teuthology.orchestra.run.smithi149.stderr:--> Zapping successful for: 2024-03-25T00:48:43.604 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:43 smithi134 bash[22165]: cluster 2024-03-25T00:48:41.854174+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:43.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:43 smithi149 bash[22110]: cluster 2024-03-25T00:48:41.854174+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:43.841 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph orch daemon add osd smithi149:vg_nvme/lv_4 2024-03-25T00:48:43.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:43 smithi028 bash[21481]: cluster 2024-03-25T00:48:41.854174+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:45.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:45 smithi028 bash[21481]: cluster 2024-03-25T00:48:43.854662+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:45.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:45 smithi028 bash[21481]: audit 2024-03-25T00:48:44.294593+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:45.592 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:45 smithi028 bash[21481]: audit 2024-03-25T00:48:44.303137+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:45.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:45 smithi028 bash[21481]: audit 2024-03-25T00:48:44.313497+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:45.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:45 smithi028 bash[21481]: audit 2024-03-25T00:48:44.356423+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:48:45.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:45 smithi028 bash[21481]: audit 2024-03-25T00:48:44.362472+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:48:45.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:45 smithi028 bash[21481]: audit 2024-03-25T00:48:44.364499+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:48:45.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:45 smithi028 bash[21481]: cluster 2024-03-25T00:48:44.368478+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:45.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:45 smithi028 bash[21481]: audit 2024-03-25T00:48:44.375145+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:45.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:45 smithi028 bash[21481]: audit 2024-03-25T00:48:44.917172+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:45.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:45 smithi028 bash[21481]: audit 2024-03-25T00:48:44.926384+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:45.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:45 smithi028 bash[21481]: audit 2024-03-25T00:48:44.936962+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:45.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:45 smithi028 bash[21481]: audit 2024-03-25T00:48:44.947951+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:48:45.593 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:45 smithi028 bash[21481]: audit 2024-03-25T00:48:44.953920+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:48:45.594 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:45 smithi028 bash[21481]: audit 2024-03-25T00:48:44.955949+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:48:45.594 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:45 smithi028 bash[21481]: audit 2024-03-25T00:48:44.966180+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:45.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:45 smithi134 bash[22165]: cluster 2024-03-25T00:48:43.854662+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:45.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:45 smithi134 bash[22165]: audit 2024-03-25T00:48:44.294593+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:45.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:45 smithi134 bash[22165]: audit 2024-03-25T00:48:44.303137+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:45.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:45 smithi134 bash[22165]: audit 2024-03-25T00:48:44.313497+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:45.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:45 smithi134 bash[22165]: audit 2024-03-25T00:48:44.356423+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:48:45.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:45 smithi134 bash[22165]: audit 2024-03-25T00:48:44.362472+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:48:45.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:45 smithi134 bash[22165]: audit 2024-03-25T00:48:44.364499+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:48:45.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:45 smithi134 bash[22165]: cluster 2024-03-25T00:48:44.368478+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:45.605 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:45 smithi134 bash[22165]: audit 2024-03-25T00:48:44.375145+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:45.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:45 smithi134 bash[22165]: audit 2024-03-25T00:48:44.917172+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:45.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:45 smithi134 bash[22165]: audit 2024-03-25T00:48:44.926384+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:45.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:45 smithi134 bash[22165]: audit 2024-03-25T00:48:44.936962+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:45.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:45 smithi134 bash[22165]: audit 2024-03-25T00:48:44.947951+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:48:45.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:45 smithi134 bash[22165]: audit 2024-03-25T00:48:44.953920+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:48:45.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:45 smithi134 bash[22165]: audit 2024-03-25T00:48:44.955949+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:48:45.606 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:45 smithi134 bash[22165]: audit 2024-03-25T00:48:44.966180+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:45.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:45 smithi149 bash[22110]: cluster 2024-03-25T00:48:43.854662+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:45.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:45 smithi149 bash[22110]: audit 2024-03-25T00:48:44.294593+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:45.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:45 smithi149 bash[22110]: audit 2024-03-25T00:48:44.303137+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:45.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:45 smithi149 bash[22110]: audit 2024-03-25T00:48:44.313497+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:45.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:45 smithi149 bash[22110]: audit 2024-03-25T00:48:44.356423+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:48:45.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:45 smithi149 bash[22110]: audit 2024-03-25T00:48:44.362472+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:48:45.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:45 smithi149 bash[22110]: audit 2024-03-25T00:48:44.364499+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:48:45.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:45 smithi149 bash[22110]: cluster 2024-03-25T00:48:44.368478+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:45.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:45 smithi149 bash[22110]: audit 2024-03-25T00:48:44.375145+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:45.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:45 smithi149 bash[22110]: audit 2024-03-25T00:48:44.917172+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:45.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:45 smithi149 bash[22110]: audit 2024-03-25T00:48:44.926384+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:45.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:45 smithi149 bash[22110]: audit 2024-03-25T00:48:44.936962+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:45.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:45 smithi149 bash[22110]: audit 2024-03-25T00:48:44.947951+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:48:45.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:45 smithi149 bash[22110]: audit 2024-03-25T00:48:44.953920+0000 mon.a (mon.0) 515 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:48:45.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:45 smithi149 bash[22110]: audit 2024-03-25T00:48:44.955949+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:48:45.661 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:45 smithi149 bash[22110]: audit 2024-03-25T00:48:44.966180+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:46.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:46 smithi149 bash[22110]: cluster 2024-03-25T00:48:44.959430+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:46.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:46 smithi028 bash[21481]: cluster 2024-03-25T00:48:44.959430+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:46.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:46 smithi134 bash[22165]: cluster 2024-03-25T00:48:44.959430+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:47.802 INFO:teuthology.orchestra.run.smithi149.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.c/config 2024-03-25T00:48:48.618 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:48 smithi149 bash[22110]: cluster 2024-03-25T00:48:46.959833+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:48.619 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:48 smithi149 bash[22110]: audit 2024-03-25T00:48:47.817735+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:48.619 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:48 smithi149 bash[22110]: audit 2024-03-25T00:48:47.826914+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:48.619 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:48 smithi149 bash[22110]: audit 2024-03-25T00:48:47.837200+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:48.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:48 smithi028 bash[21481]: cluster 2024-03-25T00:48:46.959833+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:48.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:48 smithi028 bash[21481]: audit 2024-03-25T00:48:47.817735+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:48.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:48 smithi028 bash[21481]: audit 2024-03-25T00:48:47.826914+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:48.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:48 smithi028 bash[21481]: audit 2024-03-25T00:48:47.837200+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:48.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:48 smithi134 bash[22165]: cluster 2024-03-25T00:48:46.959833+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:48.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:48 smithi134 bash[22165]: audit 2024-03-25T00:48:47.817735+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:48.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:48 smithi134 bash[22165]: audit 2024-03-25T00:48:47.826914+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:48.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:48 smithi134 bash[22165]: audit 2024-03-25T00:48:47.837200+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:50.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:50 smithi149 bash[22110]: cluster 2024-03-25T00:48:48.960306+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:50.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:50 smithi149 bash[22110]: audit 2024-03-25T00:48:49.481305+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:50.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:50 smithi149 bash[22110]: audit 2024-03-25T00:48:49.489012+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:50.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:50 smithi149 bash[22110]: audit 2024-03-25T00:48:49.498936+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:50.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:50 smithi149 bash[22110]: audit 2024-03-25T00:48:50.167275+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-25T00:48:50.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:50 smithi149 bash[22110]: audit 2024-03-25T00:48:50.173935+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-25T00:48:50.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:50 smithi149 bash[22110]: audit 2024-03-25T00:48:50.175641+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:48:50.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:50 smithi028 bash[21481]: cluster 2024-03-25T00:48:48.960306+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:50.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:50 smithi028 bash[21481]: audit 2024-03-25T00:48:49.481305+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:50.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:50 smithi028 bash[21481]: audit 2024-03-25T00:48:49.489012+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:50.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:50 smithi028 bash[21481]: audit 2024-03-25T00:48:49.498936+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:50.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:50 smithi028 bash[21481]: audit 2024-03-25T00:48:50.167275+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-25T00:48:50.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:50 smithi028 bash[21481]: audit 2024-03-25T00:48:50.173935+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-25T00:48:50.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:50 smithi028 bash[21481]: audit 2024-03-25T00:48:50.175641+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:48:50.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:50 smithi134 bash[22165]: cluster 2024-03-25T00:48:48.960306+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:50.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:50 smithi134 bash[22165]: audit 2024-03-25T00:48:49.481305+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:50.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:50 smithi134 bash[22165]: audit 2024-03-25T00:48:49.489012+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:50.855 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:50 smithi134 bash[22165]: audit 2024-03-25T00:48:49.498936+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:48:50.855 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:50 smithi134 bash[22165]: audit 2024-03-25T00:48:50.167275+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-25T00:48:50.855 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:50 smithi134 bash[22165]: audit 2024-03-25T00:48:50.173935+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-25T00:48:50.855 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:50 smithi134 bash[22165]: audit 2024-03-25T00:48:50.175641+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:48:51.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:51 smithi149 bash[22110]: audit 2024-03-25T00:48:50.159572+0000 mgr.a (mgr.14152) 186 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi149:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:48:51.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:51 smithi028 bash[21481]: audit 2024-03-25T00:48:50.159572+0000 mgr.a (mgr.14152) 186 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi149:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:48:51.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:51 smithi134 bash[22165]: audit 2024-03-25T00:48:50.159572+0000 mgr.a (mgr.14152) 186 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi149:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:48:52.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:52 smithi149 bash[22110]: cluster 2024-03-25T00:48:50.960758+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:52.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:52 smithi028 bash[21481]: cluster 2024-03-25T00:48:50.960758+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:52.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:52 smithi134 bash[22165]: cluster 2024-03-25T00:48:50.960758+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:54.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:54 smithi149 bash[22110]: cluster 2024-03-25T00:48:52.961197+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:54.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:54 smithi028 bash[21481]: cluster 2024-03-25T00:48:52.961197+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:54.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:54 smithi134 bash[22165]: cluster 2024-03-25T00:48:52.961197+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:56.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:56 smithi149 bash[22110]: cluster 2024-03-25T00:48:54.961675+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:56.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:56 smithi028 bash[21481]: cluster 2024-03-25T00:48:54.961675+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:56.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:56 smithi134 bash[22165]: cluster 2024-03-25T00:48:54.961675+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:57.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:57 smithi149 bash[22110]: audit 2024-03-25T00:48:57.339130+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.149:0/3922198568' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "62167170-8bf7-4258-b002-61bb9ebaa66a"}]: dispatch 2024-03-25T00:48:57.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:57 smithi149 bash[22110]: audit 2024-03-25T00:48:57.339762+0000 mon.a (mon.0) 527 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "62167170-8bf7-4258-b002-61bb9ebaa66a"}]: dispatch 2024-03-25T00:48:57.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:57 smithi149 bash[22110]: audit 2024-03-25T00:48:57.343190+0000 mon.a (mon.0) 528 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "62167170-8bf7-4258-b002-61bb9ebaa66a"}]': finished 2024-03-25T00:48:57.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:57 smithi149 bash[22110]: cluster 2024-03-25T00:48:57.348773+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-25T00:48:57.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:57 smithi149 bash[22110]: audit 2024-03-25T00:48:57.349264+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-25T00:48:57.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:57 smithi028 bash[21481]: audit 2024-03-25T00:48:57.339130+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.149:0/3922198568' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "62167170-8bf7-4258-b002-61bb9ebaa66a"}]: dispatch 2024-03-25T00:48:57.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:57 smithi028 bash[21481]: audit 2024-03-25T00:48:57.339762+0000 mon.a (mon.0) 527 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "62167170-8bf7-4258-b002-61bb9ebaa66a"}]: dispatch 2024-03-25T00:48:57.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:57 smithi028 bash[21481]: audit 2024-03-25T00:48:57.343190+0000 mon.a (mon.0) 528 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "62167170-8bf7-4258-b002-61bb9ebaa66a"}]': finished 2024-03-25T00:48:57.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:57 smithi028 bash[21481]: cluster 2024-03-25T00:48:57.348773+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-25T00:48:57.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:57 smithi028 bash[21481]: audit 2024-03-25T00:48:57.349264+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-25T00:48:57.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:57 smithi134 bash[22165]: audit 2024-03-25T00:48:57.339130+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.149:0/3922198568' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "62167170-8bf7-4258-b002-61bb9ebaa66a"}]: dispatch 2024-03-25T00:48:57.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:57 smithi134 bash[22165]: audit 2024-03-25T00:48:57.339762+0000 mon.a (mon.0) 527 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "62167170-8bf7-4258-b002-61bb9ebaa66a"}]: dispatch 2024-03-25T00:48:57.855 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:57 smithi134 bash[22165]: audit 2024-03-25T00:48:57.343190+0000 mon.a (mon.0) 528 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "62167170-8bf7-4258-b002-61bb9ebaa66a"}]': finished 2024-03-25T00:48:57.855 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:57 smithi134 bash[22165]: cluster 2024-03-25T00:48:57.348773+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-25T00:48:57.855 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:57 smithi134 bash[22165]: audit 2024-03-25T00:48:57.349264+0000 mon.a (mon.0) 530 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-25T00:48:58.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:58 smithi149 bash[22110]: cluster 2024-03-25T00:48:56.962165+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:58.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:48:58 smithi149 bash[22110]: audit 2024-03-25T00:48:58.095198+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.149:0/1679125912' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-25T00:48:58.744 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:58 smithi134 bash[22165]: cluster 2024-03-25T00:48:56.962165+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:58.744 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:48:58 smithi134 bash[22165]: audit 2024-03-25T00:48:58.095198+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.149:0/1679125912' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-25T00:48:58.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:58 smithi028 bash[21481]: cluster 2024-03-25T00:48:56.962165+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:48:58.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:48:58 smithi028 bash[21481]: audit 2024-03-25T00:48:58.095198+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.149:0/1679125912' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-25T00:49:00.604 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:00 smithi134 bash[22165]: cluster 2024-03-25T00:48:58.962581+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:00.651 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:00 smithi149 bash[22110]: cluster 2024-03-25T00:48:58.962581+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:00.712 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:00 smithi028 bash[21481]: cluster 2024-03-25T00:48:58.962581+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:02.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:02 smithi149 bash[22110]: cluster 2024-03-25T00:49:00.963045+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:02.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:02 smithi028 bash[21481]: cluster 2024-03-25T00:49:00.963045+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:02.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:02 smithi134 bash[22165]: cluster 2024-03-25T00:49:00.963045+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:04.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:04 smithi149 bash[22110]: cluster 2024-03-25T00:49:02.963532+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:04.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:04 smithi149 bash[22110]: audit 2024-03-25T00:49:03.520897+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:04.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:04 smithi149 bash[22110]: audit 2024-03-25T00:49:03.525783+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:04.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:04 smithi149 bash[22110]: audit 2024-03-25T00:49:03.531072+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:04.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:04 smithi028 bash[21481]: cluster 2024-03-25T00:49:02.963532+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:04.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:04 smithi028 bash[21481]: audit 2024-03-25T00:49:03.520897+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:04.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:04 smithi028 bash[21481]: audit 2024-03-25T00:49:03.525783+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:04.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:04 smithi028 bash[21481]: audit 2024-03-25T00:49:03.531072+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:04.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:04 smithi134 bash[22165]: cluster 2024-03-25T00:49:02.963532+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:04.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:04 smithi134 bash[22165]: audit 2024-03-25T00:49:03.520897+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:04.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:04 smithi134 bash[22165]: audit 2024-03-25T00:49:03.525783+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:04.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:04 smithi134 bash[22165]: audit 2024-03-25T00:49:03.531072+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:06.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:06 smithi149 bash[22110]: cluster 2024-03-25T00:49:04.964016+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:06.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:06 smithi028 bash[21481]: cluster 2024-03-25T00:49:04.964016+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:06.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:06 smithi134 bash[22165]: cluster 2024-03-25T00:49:04.964016+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:08.663 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:08 smithi149 bash[22110]: cluster 2024-03-25T00:49:06.964498+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:08.664 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:08 smithi149 bash[22110]: audit 2024-03-25T00:49:08.047017+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:08.664 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:08 smithi149 bash[22110]: audit 2024-03-25T00:49:08.056275+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:08.664 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:08 smithi149 bash[22110]: audit 2024-03-25T00:49:08.066571+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:08.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:08 smithi028 bash[21481]: cluster 2024-03-25T00:49:06.964498+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:08.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:08 smithi028 bash[21481]: audit 2024-03-25T00:49:08.047017+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:08.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:08 smithi028 bash[21481]: audit 2024-03-25T00:49:08.056275+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:08.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:08 smithi028 bash[21481]: audit 2024-03-25T00:49:08.066571+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:08.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:08 smithi134 bash[22165]: cluster 2024-03-25T00:49:06.964498+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:08.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:08 smithi134 bash[22165]: audit 2024-03-25T00:49:08.047017+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:08.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:08 smithi134 bash[22165]: audit 2024-03-25T00:49:08.056275+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:08.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:08 smithi134 bash[22165]: audit 2024-03-25T00:49:08.066571+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:10.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:10 smithi028 bash[21481]: cluster 2024-03-25T00:49:08.964987+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:10.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:10 smithi028 bash[21481]: audit 2024-03-25T00:49:09.680843+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:10.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:10 smithi028 bash[21481]: audit 2024-03-25T00:49:09.688949+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:10.842 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:10 smithi028 bash[21481]: audit 2024-03-25T00:49:09.699152+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:10.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:10 smithi134 bash[22165]: cluster 2024-03-25T00:49:08.964987+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:10.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:10 smithi134 bash[22165]: audit 2024-03-25T00:49:09.680843+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:10.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:10 smithi134 bash[22165]: audit 2024-03-25T00:49:09.688949+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:10.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:10 smithi134 bash[22165]: audit 2024-03-25T00:49:09.699152+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:10.882 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:10 smithi149 bash[22110]: cluster 2024-03-25T00:49:08.964987+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:10.883 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:10 smithi149 bash[22110]: audit 2024-03-25T00:49:09.680843+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:10.883 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:10 smithi149 bash[22110]: audit 2024-03-25T00:49:09.688949+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:10.883 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:10 smithi149 bash[22110]: audit 2024-03-25T00:49:09.699152+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:11.742 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:11 smithi149 bash[22110]: cephadm 2024-03-25T00:49:09.691996+0000 mgr.a (mgr.14152) 197 : cephadm [INF] Detected new or changed devices on smithi149 2024-03-25T00:49:11.743 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:11 smithi149 bash[22110]: audit 2024-03-25T00:49:10.459124+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-25T00:49:11.743 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:11 smithi149 bash[22110]: audit 2024-03-25T00:49:10.461090+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:49:11.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:11 smithi028 bash[21481]: cephadm 2024-03-25T00:49:09.691996+0000 mgr.a (mgr.14152) 197 : cephadm [INF] Detected new or changed devices on smithi149 2024-03-25T00:49:11.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:11 smithi028 bash[21481]: audit 2024-03-25T00:49:10.459124+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-25T00:49:11.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:11 smithi028 bash[21481]: audit 2024-03-25T00:49:10.461090+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:49:11.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:11 smithi134 bash[22165]: cephadm 2024-03-25T00:49:09.691996+0000 mgr.a (mgr.14152) 197 : cephadm [INF] Detected new or changed devices on smithi149 2024-03-25T00:49:11.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:11 smithi134 bash[22165]: audit 2024-03-25T00:49:10.459124+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-25T00:49:11.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:11 smithi134 bash[22165]: audit 2024-03-25T00:49:10.461090+0000 mon.a (mon.0) 541 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:49:12.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:12 smithi149 bash[22110]: cephadm 2024-03-25T00:49:10.462886+0000 mgr.a (mgr.14152) 198 : cephadm [INF] Deploying daemon osd.2 on smithi149 2024-03-25T00:49:12.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:12 smithi149 bash[22110]: cluster 2024-03-25T00:49:10.965444+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:12.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:12 smithi028 bash[21481]: cephadm 2024-03-25T00:49:10.462886+0000 mgr.a (mgr.14152) 198 : cephadm [INF] Deploying daemon osd.2 on smithi149 2024-03-25T00:49:12.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:12 smithi028 bash[21481]: cluster 2024-03-25T00:49:10.965444+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:12.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:12 smithi134 bash[22165]: cephadm 2024-03-25T00:49:10.462886+0000 mgr.a (mgr.14152) 198 : cephadm [INF] Deploying daemon osd.2 on smithi149 2024-03-25T00:49:12.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:12 smithi134 bash[22165]: cluster 2024-03-25T00:49:10.965444+0000 mgr.a (mgr.14152) 199 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:14.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:14 smithi149 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:49:14.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:14 smithi149 bash[22110]: cluster 2024-03-25T00:49:12.965975+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:14.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:14 smithi028 bash[21481]: cluster 2024-03-25T00:49:12.965975+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:14.855 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:14 smithi134 bash[22165]: cluster 2024-03-25T00:49:12.965975+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:15.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:14 smithi149 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:49:15.910 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:15 smithi149 bash[22110]: audit 2024-03-25T00:49:14.808150+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:15.910 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:15 smithi149 bash[22110]: audit 2024-03-25T00:49:14.816827+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:15.910 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:15 smithi149 bash[22110]: audit 2024-03-25T00:49:14.823103+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:49:15.910 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:15 smithi149 bash[22110]: audit 2024-03-25T00:49:14.832545+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:49:15.910 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:15 smithi149 bash[22110]: audit 2024-03-25T00:49:14.835253+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:49:15.911 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:15 smithi149 bash[22110]: audit 2024-03-25T00:49:14.849663+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:15.911 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:15 smithi149 bash[22110]: cluster 2024-03-25T00:49:14.966466+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:16.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:15 smithi028 bash[21481]: audit 2024-03-25T00:49:14.808150+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:16.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:15 smithi028 bash[21481]: audit 2024-03-25T00:49:14.816827+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:16.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:15 smithi028 bash[21481]: audit 2024-03-25T00:49:14.823103+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:49:16.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:15 smithi028 bash[21481]: audit 2024-03-25T00:49:14.832545+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:49:16.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:15 smithi028 bash[21481]: audit 2024-03-25T00:49:14.835253+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:49:16.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:15 smithi028 bash[21481]: audit 2024-03-25T00:49:14.849663+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:16.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:15 smithi028 bash[21481]: cluster 2024-03-25T00:49:14.966466+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:16.104 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:15 smithi134 bash[22165]: audit 2024-03-25T00:49:14.808150+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:16.104 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:15 smithi134 bash[22165]: audit 2024-03-25T00:49:14.816827+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:16.104 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:15 smithi134 bash[22165]: audit 2024-03-25T00:49:14.823103+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:49:16.104 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:15 smithi134 bash[22165]: audit 2024-03-25T00:49:14.832545+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:49:16.104 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:15 smithi134 bash[22165]: audit 2024-03-25T00:49:14.835253+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:49:16.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:15 smithi134 bash[22165]: audit 2024-03-25T00:49:14.849663+0000 mon.a (mon.0) 547 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:16.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:15 smithi134 bash[22165]: cluster 2024-03-25T00:49:14.966466+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:18.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:18 smithi028 bash[21481]: cluster 2024-03-25T00:49:16.966927+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:18.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:18 smithi134 bash[22165]: cluster 2024-03-25T00:49:16.966927+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:18.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:18 smithi149 bash[22110]: cluster 2024-03-25T00:49:16.966927+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:20.219 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:20 smithi028 bash[21481]: cluster 2024-03-25T00:49:18.967418+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:20.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:20 smithi134 bash[22165]: cluster 2024-03-25T00:49:18.967418+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:20.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:20 smithi149 bash[22110]: cluster 2024-03-25T00:49:18.967418+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:21.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:21 smithi028 bash[21481]: audit 2024-03-25T00:49:21.009640+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.149:6800/4227714121,v1:172.21.15.149:6801/4227714121]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-25T00:49:21.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:21 smithi028 bash[21481]: audit 2024-03-25T00:49:21.010365+0000 mon.a (mon.0) 548 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-25T00:49:21.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:21 smithi134 bash[22165]: audit 2024-03-25T00:49:21.009640+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.149:6800/4227714121,v1:172.21.15.149:6801/4227714121]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-25T00:49:21.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:21 smithi134 bash[22165]: audit 2024-03-25T00:49:21.010365+0000 mon.a (mon.0) 548 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-25T00:49:21.381 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:21 smithi149 bash[22110]: audit 2024-03-25T00:49:21.009640+0000 mon.c (mon.1) 5 : audit [INF] from='osd.2 [v2:172.21.15.149:6800/4227714121,v1:172.21.15.149:6801/4227714121]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-25T00:49:21.381 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:21 smithi149 bash[22110]: audit 2024-03-25T00:49:21.010365+0000 mon.a (mon.0) 548 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-25T00:49:22.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:22 smithi028 bash[21481]: cluster 2024-03-25T00:49:20.967953+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:22.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:22 smithi028 bash[21481]: audit 2024-03-25T00:49:21.034256+0000 mon.a (mon.0) 549 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-25T00:49:22.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:22 smithi028 bash[21481]: cluster 2024-03-25T00:49:21.040355+0000 mon.a (mon.0) 550 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-25T00:49:22.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:22 smithi028 bash[21481]: audit 2024-03-25T00:49:21.040999+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-25T00:49:22.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:22 smithi028 bash[21481]: audit 2024-03-25T00:49:21.041053+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.149:6800/4227714121,v1:172.21.15.149:6801/4227714121]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-03-25T00:49:22.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:22 smithi028 bash[21481]: audit 2024-03-25T00:49:21.041757+0000 mon.a (mon.0) 552 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-03-25T00:49:22.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:22 smithi134 bash[22165]: cluster 2024-03-25T00:49:20.967953+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:22.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:22 smithi134 bash[22165]: audit 2024-03-25T00:49:21.034256+0000 mon.a (mon.0) 549 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-25T00:49:22.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:22 smithi134 bash[22165]: cluster 2024-03-25T00:49:21.040355+0000 mon.a (mon.0) 550 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-25T00:49:22.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:22 smithi134 bash[22165]: audit 2024-03-25T00:49:21.040999+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-25T00:49:22.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:22 smithi134 bash[22165]: audit 2024-03-25T00:49:21.041053+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.149:6800/4227714121,v1:172.21.15.149:6801/4227714121]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-03-25T00:49:22.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:22 smithi134 bash[22165]: audit 2024-03-25T00:49:21.041757+0000 mon.a (mon.0) 552 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-03-25T00:49:22.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:22 smithi149 bash[22110]: cluster 2024-03-25T00:49:20.967953+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:22.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:22 smithi149 bash[22110]: audit 2024-03-25T00:49:21.034256+0000 mon.a (mon.0) 549 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-25T00:49:22.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:22 smithi149 bash[22110]: cluster 2024-03-25T00:49:21.040355+0000 mon.a (mon.0) 550 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-25T00:49:22.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:22 smithi149 bash[22110]: audit 2024-03-25T00:49:21.040999+0000 mon.a (mon.0) 551 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-25T00:49:22.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:22 smithi149 bash[22110]: audit 2024-03-25T00:49:21.041053+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.149:6800/4227714121,v1:172.21.15.149:6801/4227714121]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-03-25T00:49:22.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:22 smithi149 bash[22110]: audit 2024-03-25T00:49:21.041757+0000 mon.a (mon.0) 552 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]: dispatch 2024-03-25T00:49:23.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:23 smithi028 bash[21481]: audit 2024-03-25T00:49:22.036305+0000 mon.a (mon.0) 553 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2024-03-25T00:49:23.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:23 smithi028 bash[21481]: cluster 2024-03-25T00:49:22.038957+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-25T00:49:23.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:23 smithi028 bash[21481]: audit 2024-03-25T00:49:22.039484+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-25T00:49:23.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:23 smithi028 bash[21481]: audit 2024-03-25T00:49:22.050903+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-25T00:49:23.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:23 smithi134 bash[22165]: audit 2024-03-25T00:49:22.036305+0000 mon.a (mon.0) 553 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2024-03-25T00:49:23.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:23 smithi134 bash[22165]: cluster 2024-03-25T00:49:22.038957+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-25T00:49:23.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:23 smithi134 bash[22165]: audit 2024-03-25T00:49:22.039484+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-25T00:49:23.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:23 smithi134 bash[22165]: audit 2024-03-25T00:49:22.050903+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-25T00:49:23.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:23 smithi149 bash[22110]: audit 2024-03-25T00:49:22.036305+0000 mon.a (mon.0) 553 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi149", "root=default"]}]': finished 2024-03-25T00:49:23.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:23 smithi149 bash[22110]: cluster 2024-03-25T00:49:22.038957+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-25T00:49:23.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:23 smithi149 bash[22110]: audit 2024-03-25T00:49:22.039484+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-25T00:49:23.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:23 smithi149 bash[22110]: audit 2024-03-25T00:49:22.050903+0000 mon.a (mon.0) 556 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-25T00:49:24.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:24 smithi028 bash[21481]: cluster 2024-03-25T00:49:21.992597+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-25T00:49:24.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:24 smithi028 bash[21481]: cluster 2024-03-25T00:49:21.992755+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-25T00:49:24.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:24 smithi028 bash[21481]: cluster 2024-03-25T00:49:22.968444+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:24.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:24 smithi028 bash[21481]: audit 2024-03-25T00:49:23.053045+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-25T00:49:24.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:24 smithi028 bash[21481]: cluster 2024-03-25T00:49:23.060370+0000 mon.a (mon.0) 558 : cluster [INF] osd.2 [v2:172.21.15.149:6800/4227714121,v1:172.21.15.149:6801/4227714121] boot 2024-03-25T00:49:24.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:24 smithi028 bash[21481]: cluster 2024-03-25T00:49:23.060467+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-25T00:49:24.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:24 smithi028 bash[21481]: audit 2024-03-25T00:49:23.060692+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-25T00:49:24.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:24 smithi028 bash[21481]: audit 2024-03-25T00:49:23.736151+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:24.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:24 smithi028 bash[21481]: audit 2024-03-25T00:49:23.744951+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:24.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:24 smithi028 bash[21481]: audit 2024-03-25T00:49:23.755161+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:24.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:24 smithi028 bash[21481]: audit 2024-03-25T00:49:23.961273+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' 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-03-25T00:49:24.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:24 smithi134 bash[22165]: cluster 2024-03-25T00:49:21.992597+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-25T00:49:24.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:24 smithi134 bash[22165]: cluster 2024-03-25T00:49:21.992755+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-25T00:49:24.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:24 smithi134 bash[22165]: cluster 2024-03-25T00:49:22.968444+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:24.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:24 smithi134 bash[22165]: audit 2024-03-25T00:49:23.053045+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-25T00:49:24.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:24 smithi134 bash[22165]: cluster 2024-03-25T00:49:23.060370+0000 mon.a (mon.0) 558 : cluster [INF] osd.2 [v2:172.21.15.149:6800/4227714121,v1:172.21.15.149:6801/4227714121] boot 2024-03-25T00:49:24.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:24 smithi134 bash[22165]: cluster 2024-03-25T00:49:23.060467+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-25T00:49:24.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:24 smithi134 bash[22165]: audit 2024-03-25T00:49:23.060692+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-25T00:49:24.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:24 smithi134 bash[22165]: audit 2024-03-25T00:49:23.736151+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:24.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:24 smithi134 bash[22165]: audit 2024-03-25T00:49:23.744951+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:24.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:24 smithi134 bash[22165]: audit 2024-03-25T00:49:23.755161+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:24.355 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:24 smithi134 bash[22165]: audit 2024-03-25T00:49:23.961273+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' 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-03-25T00:49:24.387 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:24 smithi149 bash[22110]: cluster 2024-03-25T00:49:21.992597+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-25T00:49:24.387 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:24 smithi149 bash[22110]: cluster 2024-03-25T00:49:21.992755+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-25T00:49:24.387 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:24 smithi149 bash[22110]: cluster 2024-03-25T00:49:22.968444+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v148: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-25T00:49:24.387 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:24 smithi149 bash[22110]: audit 2024-03-25T00:49:23.053045+0000 mon.a (mon.0) 557 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-25T00:49:24.387 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:24 smithi149 bash[22110]: cluster 2024-03-25T00:49:23.060370+0000 mon.a (mon.0) 558 : cluster [INF] osd.2 [v2:172.21.15.149:6800/4227714121,v1:172.21.15.149:6801/4227714121] boot 2024-03-25T00:49:24.387 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:24 smithi149 bash[22110]: cluster 2024-03-25T00:49:23.060467+0000 mon.a (mon.0) 559 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-25T00:49:24.387 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:24 smithi149 bash[22110]: audit 2024-03-25T00:49:23.060692+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-25T00:49:24.387 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:24 smithi149 bash[22110]: audit 2024-03-25T00:49:23.736151+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:24.387 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:24 smithi149 bash[22110]: audit 2024-03-25T00:49:23.744951+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:24.387 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:24 smithi149 bash[22110]: audit 2024-03-25T00:49:23.755161+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:24.388 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:24 smithi149 bash[22110]: audit 2024-03-25T00:49:23.961273+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' 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-03-25T00:49:24.983 INFO:teuthology.orchestra.run.smithi149.stdout:Created osd(s) 2 on host 'smithi149' 2024-03-25T00:49:25.583 DEBUG:teuthology.orchestra.run.smithi149:osd.2> sudo journalctl -f -n 0 -u ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@osd.2.service 2024-03-25T00:49:25.586 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-03-25T00:49:25.586 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph osd stat -f json 2024-03-25T00:49:25.910 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:25 smithi149 bash[22110]: audit 2024-03-25T00:49:24.754585+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' 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-03-25T00:49:25.910 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:25 smithi149 bash[22110]: cluster 2024-03-25T00:49:24.760462+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-25T00:49:25.910 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:25 smithi149 bash[22110]: audit 2024-03-25T00:49:24.762349+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-25T00:49:25.910 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:25 smithi149 bash[22110]: audit 2024-03-25T00:49:24.924660+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:25.910 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:25 smithi149 bash[22110]: audit 2024-03-25T00:49:24.933634+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:25.910 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:25 smithi149 bash[22110]: audit 2024-03-25T00:49:24.934668+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:49:25.911 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:25 smithi149 bash[22110]: audit 2024-03-25T00:49:24.940961+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-25T00:49:25.911 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:25 smithi149 bash[22110]: cephadm 2024-03-25T00:49:24.942524+0000 mgr.a (mgr.14152) 206 : cephadm [INF] Adjusting osd_memory_target on smithi149 to 9064M 2024-03-25T00:49:25.911 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:25 smithi149 bash[22110]: audit 2024-03-25T00:49:24.949336+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:25.911 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:25 smithi149 bash[22110]: audit 2024-03-25T00:49:24.953771+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:49:25.911 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:25 smithi149 bash[22110]: audit 2024-03-25T00:49:24.955607+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:49:25.911 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:25 smithi149 bash[22110]: audit 2024-03-25T00:49:24.966576+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:25.911 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:25 smithi149 bash[22110]: cluster 2024-03-25T00:49:24.968988+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:26.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:25 smithi028 bash[21481]: audit 2024-03-25T00:49:24.754585+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' 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-03-25T00:49:26.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:25 smithi028 bash[21481]: cluster 2024-03-25T00:49:24.760462+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-25T00:49:26.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:25 smithi028 bash[21481]: audit 2024-03-25T00:49:24.762349+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-25T00:49:26.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:25 smithi028 bash[21481]: audit 2024-03-25T00:49:24.924660+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:26.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:25 smithi028 bash[21481]: audit 2024-03-25T00:49:24.933634+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:26.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:25 smithi028 bash[21481]: audit 2024-03-25T00:49:24.934668+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:49:26.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:25 smithi028 bash[21481]: audit 2024-03-25T00:49:24.940961+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-25T00:49:26.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:25 smithi028 bash[21481]: cephadm 2024-03-25T00:49:24.942524+0000 mgr.a (mgr.14152) 206 : cephadm [INF] Adjusting osd_memory_target on smithi149 to 9064M 2024-03-25T00:49:26.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:25 smithi028 bash[21481]: audit 2024-03-25T00:49:24.949336+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:26.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:25 smithi028 bash[21481]: audit 2024-03-25T00:49:24.953771+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:49:26.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:25 smithi028 bash[21481]: audit 2024-03-25T00:49:24.955607+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:49:26.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:25 smithi028 bash[21481]: audit 2024-03-25T00:49:24.966576+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:26.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:25 smithi028 bash[21481]: cluster 2024-03-25T00:49:24.968988+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:26.104 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:25 smithi134 bash[22165]: audit 2024-03-25T00:49:24.754585+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' 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-03-25T00:49:26.104 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:25 smithi134 bash[22165]: cluster 2024-03-25T00:49:24.760462+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-25T00:49:26.104 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:25 smithi134 bash[22165]: audit 2024-03-25T00:49:24.762349+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-25T00:49:26.104 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:25 smithi134 bash[22165]: audit 2024-03-25T00:49:24.924660+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:26.104 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:25 smithi134 bash[22165]: audit 2024-03-25T00:49:24.933634+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:26.104 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:25 smithi134 bash[22165]: audit 2024-03-25T00:49:24.934668+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:49:26.104 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:25 smithi134 bash[22165]: audit 2024-03-25T00:49:24.940961+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-25T00:49:26.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:25 smithi134 bash[22165]: cephadm 2024-03-25T00:49:24.942524+0000 mgr.a (mgr.14152) 206 : cephadm [INF] Adjusting osd_memory_target on smithi149 to 9064M 2024-03-25T00:49:26.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:25 smithi134 bash[22165]: audit 2024-03-25T00:49:24.949336+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:26.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:25 smithi134 bash[22165]: audit 2024-03-25T00:49:24.953771+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:49:26.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:25 smithi134 bash[22165]: audit 2024-03-25T00:49:24.955607+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:49:26.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:25 smithi134 bash[22165]: audit 2024-03-25T00:49:24.966576+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:26.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:25 smithi134 bash[22165]: cluster 2024-03-25T00:49:24.968988+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v151: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:27.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:26 smithi028 bash[21481]: audit 2024-03-25T00:49:25.756887+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-25T00:49:27.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:26 smithi028 bash[21481]: cluster 2024-03-25T00:49:25.762025+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-25T00:49:27.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:26 smithi028 bash[21481]: cluster 2024-03-25T00:49:25.962704+0000 mon.a (mon.0) 578 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-25T00:49:27.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:26 smithi028 bash[21481]: audit 2024-03-25T00:49:26.079058+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:27.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:26 smithi028 bash[21481]: audit 2024-03-25T00:49:26.183050+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:27.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:26 smithi028 bash[21481]: audit 2024-03-25T00:49:26.292359+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:27.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:26 smithi028 bash[21481]: audit 2024-03-25T00:49:26.295146+0000 mon.a (mon.0) 582 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-25T00:49:27.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:26 smithi028 bash[21481]: audit 2024-03-25T00:49:26.351969+0000 mon.a (mon.0) 583 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-25T00:49:27.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:26 smithi028 bash[21481]: audit 2024-03-25T00:49:26.352380+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-25T00:49:27.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:26 smithi028 bash[21481]: audit 2024-03-25T00:49:26.352702+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:49:27.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:26 smithi028 bash[21481]: audit 2024-03-25T00:49:26.353003+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:49:27.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:26 smithi028 bash[21481]: audit 2024-03-25T00:49:26.355309+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-25T00:49:27.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:26 smithi028 bash[21481]: audit 2024-03-25T00:49:26.355603+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-25T00:49:27.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:26 smithi028 bash[21481]: audit 2024-03-25T00:49:26.355831+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:49:27.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:26 smithi028 bash[21481]: audit 2024-03-25T00:49:26.356053+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:49:27.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:26 smithi028 bash[21481]: audit 2024-03-25T00:49:26.396235+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-25T00:49:27.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:26 smithi028 bash[21481]: audit 2024-03-25T00:49:26.399500+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-25T00:49:27.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:26 smithi028 bash[21481]: audit 2024-03-25T00:49:26.400250+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-25T00:49:27.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:26 smithi028 bash[21481]: audit 2024-03-25T00:49:26.400504+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:49:27.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:26 smithi028 bash[21481]: audit 2024-03-25T00:49:26.400785+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:49:27.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:26 smithi028 bash[21481]: audit 2024-03-25T00:49:26.452133+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-25T00:49:27.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:26 smithi134 bash[22165]: audit 2024-03-25T00:49:25.756887+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-25T00:49:27.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:26 smithi134 bash[22165]: cluster 2024-03-25T00:49:25.762025+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-25T00:49:27.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:26 smithi134 bash[22165]: cluster 2024-03-25T00:49:25.962704+0000 mon.a (mon.0) 578 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-25T00:49:27.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:26 smithi134 bash[22165]: audit 2024-03-25T00:49:26.079058+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:27.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:26 smithi134 bash[22165]: audit 2024-03-25T00:49:26.183050+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:27.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:26 smithi134 bash[22165]: audit 2024-03-25T00:49:26.292359+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:27.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:26 smithi134 bash[22165]: audit 2024-03-25T00:49:26.295146+0000 mon.a (mon.0) 582 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-25T00:49:27.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:26 smithi134 bash[22165]: audit 2024-03-25T00:49:26.351969+0000 mon.a (mon.0) 583 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-25T00:49:27.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:26 smithi134 bash[22165]: audit 2024-03-25T00:49:26.352380+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-25T00:49:27.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:26 smithi134 bash[22165]: audit 2024-03-25T00:49:26.352702+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:49:27.106 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:26 smithi134 bash[22165]: audit 2024-03-25T00:49:26.353003+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:49:27.106 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:26 smithi134 bash[22165]: audit 2024-03-25T00:49:26.355309+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-25T00:49:27.106 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:26 smithi134 bash[22165]: audit 2024-03-25T00:49:26.355603+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-25T00:49:27.106 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:26 smithi134 bash[22165]: audit 2024-03-25T00:49:26.355831+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:49:27.106 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:26 smithi134 bash[22165]: audit 2024-03-25T00:49:26.356053+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:49:27.106 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:26 smithi134 bash[22165]: audit 2024-03-25T00:49:26.396235+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-25T00:49:27.106 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:26 smithi134 bash[22165]: audit 2024-03-25T00:49:26.399500+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-25T00:49:27.106 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:26 smithi134 bash[22165]: audit 2024-03-25T00:49:26.400250+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-25T00:49:27.106 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:26 smithi134 bash[22165]: audit 2024-03-25T00:49:26.400504+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:49:27.106 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:26 smithi134 bash[22165]: audit 2024-03-25T00:49:26.400785+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:49:27.106 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:26 smithi134 bash[22165]: audit 2024-03-25T00:49:26.452133+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-25T00:49:27.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:26 smithi149 bash[22110]: audit 2024-03-25T00:49:25.756887+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-25T00:49:27.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:26 smithi149 bash[22110]: cluster 2024-03-25T00:49:25.762025+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-25T00:49:27.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:26 smithi149 bash[22110]: cluster 2024-03-25T00:49:25.962704+0000 mon.a (mon.0) 578 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-25T00:49:27.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:26 smithi149 bash[22110]: audit 2024-03-25T00:49:26.079058+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:27.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:26 smithi149 bash[22110]: audit 2024-03-25T00:49:26.183050+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:27.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:26 smithi149 bash[22110]: audit 2024-03-25T00:49:26.292359+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:27.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:26 smithi149 bash[22110]: audit 2024-03-25T00:49:26.295146+0000 mon.a (mon.0) 582 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-25T00:49:27.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:26 smithi149 bash[22110]: audit 2024-03-25T00:49:26.351969+0000 mon.a (mon.0) 583 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-25T00:49:27.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:26 smithi149 bash[22110]: audit 2024-03-25T00:49:26.352380+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-25T00:49:27.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:26 smithi149 bash[22110]: audit 2024-03-25T00:49:26.352702+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:49:27.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:26 smithi149 bash[22110]: audit 2024-03-25T00:49:26.353003+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:49:27.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:26 smithi149 bash[22110]: audit 2024-03-25T00:49:26.355309+0000 mon.c (mon.1) 7 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-25T00:49:27.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:26 smithi149 bash[22110]: audit 2024-03-25T00:49:26.355603+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-25T00:49:27.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:26 smithi149 bash[22110]: audit 2024-03-25T00:49:26.355831+0000 mon.a (mon.0) 588 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:49:27.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:26 smithi149 bash[22110]: audit 2024-03-25T00:49:26.356053+0000 mon.a (mon.0) 589 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:49:27.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:26 smithi149 bash[22110]: audit 2024-03-25T00:49:26.396235+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-25T00:49:27.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:26 smithi149 bash[22110]: audit 2024-03-25T00:49:26.399500+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-25T00:49:27.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:26 smithi149 bash[22110]: audit 2024-03-25T00:49:26.400250+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-25T00:49:27.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:26 smithi149 bash[22110]: audit 2024-03-25T00:49:26.400504+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:49:27.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:26 smithi149 bash[22110]: audit 2024-03-25T00:49:26.400785+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:49:27.161 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:26 smithi149 bash[22110]: audit 2024-03-25T00:49:26.452133+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-25T00:49:28.059 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:27 smithi149 bash[22110]: cluster 2024-03-25T00:49:26.783084+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-25T00:49:28.059 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:27 smithi149 bash[22110]: cluster 2024-03-25T00:49:26.969505+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v154: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:28.059 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:27 smithi149 bash[22110]: cluster 2024-03-25T00:49:27.095067+0000 mon.a (mon.0) 594 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-25T00:49:28.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:27 smithi028 bash[21481]: cluster 2024-03-25T00:49:26.783084+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-25T00:49:28.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:27 smithi028 bash[21481]: cluster 2024-03-25T00:49:26.969505+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v154: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:28.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:27 smithi028 bash[21481]: cluster 2024-03-25T00:49:27.095067+0000 mon.a (mon.0) 594 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-25T00:49:28.104 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:27 smithi134 bash[22165]: cluster 2024-03-25T00:49:26.783084+0000 mon.a (mon.0) 593 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-25T00:49:28.104 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:27 smithi134 bash[22165]: cluster 2024-03-25T00:49:26.969505+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v154: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:28.104 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:27 smithi134 bash[22165]: cluster 2024-03-25T00:49:27.095067+0000 mon.a (mon.0) 594 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-25T00:49:29.044 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:28 smithi149 bash[22110]: cluster 2024-03-25T00:49:27.778688+0000 mon.a (mon.0) 595 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-25T00:49:29.044 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:28 smithi149 bash[22110]: cluster 2024-03-25T00:49:27.778762+0000 mon.a (mon.0) 596 : cluster [INF] Cluster is now healthy 2024-03-25T00:49:29.044 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:28 smithi149 bash[22110]: audit 2024-03-25T00:49:28.251779+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:29.045 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:28 smithi149 bash[22110]: audit 2024-03-25T00:49:28.258746+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:29.045 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:28 smithi149 bash[22110]: audit 2024-03-25T00:49:28.267987+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:29.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:28 smithi028 bash[21481]: cluster 2024-03-25T00:49:27.778688+0000 mon.a (mon.0) 595 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-25T00:49:29.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:28 smithi028 bash[21481]: cluster 2024-03-25T00:49:27.778762+0000 mon.a (mon.0) 596 : cluster [INF] Cluster is now healthy 2024-03-25T00:49:29.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:28 smithi028 bash[21481]: audit 2024-03-25T00:49:28.251779+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:29.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:28 smithi028 bash[21481]: audit 2024-03-25T00:49:28.258746+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:29.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:28 smithi028 bash[21481]: audit 2024-03-25T00:49:28.267987+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:29.104 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:28 smithi134 bash[22165]: cluster 2024-03-25T00:49:27.778688+0000 mon.a (mon.0) 595 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-25T00:49:29.104 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:28 smithi134 bash[22165]: cluster 2024-03-25T00:49:27.778762+0000 mon.a (mon.0) 596 : cluster [INF] Cluster is now healthy 2024-03-25T00:49:29.104 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:28 smithi134 bash[22165]: audit 2024-03-25T00:49:28.251779+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:29.104 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:28 smithi134 bash[22165]: audit 2024-03-25T00:49:28.258746+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:29.105 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:28 smithi134 bash[22165]: audit 2024-03-25T00:49:28.267987+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:29.623 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.a/config 2024-03-25T00:49:30.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:29 smithi028 bash[21481]: cluster 2024-03-25T00:49:28.970033+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v155: 1 pgs: 1 creating+peering; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:30.104 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:29 smithi134 bash[22165]: cluster 2024-03-25T00:49:28.970033+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v155: 1 pgs: 1 creating+peering; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:30.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:29 smithi149 bash[22110]: cluster 2024-03-25T00:49:28.970033+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v155: 1 pgs: 1 creating+peering; 0 B data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:31.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:30 smithi149 bash[22110]: audit 2024-03-25T00:49:29.884837+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:31.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:30 smithi149 bash[22110]: audit 2024-03-25T00:49:29.893575+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:31.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:30 smithi149 bash[22110]: audit 2024-03-25T00:49:29.904576+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:31.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:30 smithi149 bash[22110]: audit 2024-03-25T00:49:29.905507+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:49:31.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:30 smithi149 bash[22110]: audit 2024-03-25T00:49:29.911636+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:49:31.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:30 smithi149 bash[22110]: audit 2024-03-25T00:49:29.913560+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:49:31.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:30 smithi149 bash[22110]: cluster 2024-03-25T00:49:29.917600+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v156: 1 pgs: 1 creating+peering; 0 B data, 82 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:31.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:30 smithi149 bash[22110]: audit 2024-03-25T00:49:29.924570+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:31.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:30 smithi028 bash[21481]: audit 2024-03-25T00:49:29.884837+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:31.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:30 smithi028 bash[21481]: audit 2024-03-25T00:49:29.893575+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:31.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:30 smithi028 bash[21481]: audit 2024-03-25T00:49:29.904576+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:31.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:30 smithi028 bash[21481]: audit 2024-03-25T00:49:29.905507+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:49:31.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:30 smithi028 bash[21481]: audit 2024-03-25T00:49:29.911636+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:49:31.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:30 smithi028 bash[21481]: audit 2024-03-25T00:49:29.913560+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:49:31.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:30 smithi028 bash[21481]: cluster 2024-03-25T00:49:29.917600+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v156: 1 pgs: 1 creating+peering; 0 B data, 82 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:31.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:30 smithi028 bash[21481]: audit 2024-03-25T00:49:29.924570+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:31.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:30 smithi134 bash[22165]: audit 2024-03-25T00:49:29.884837+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:31.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:30 smithi134 bash[22165]: audit 2024-03-25T00:49:29.893575+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:31.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:30 smithi134 bash[22165]: audit 2024-03-25T00:49:29.904576+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:31.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:30 smithi134 bash[22165]: audit 2024-03-25T00:49:29.905507+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:49:31.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:30 smithi134 bash[22165]: audit 2024-03-25T00:49:29.911636+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:49:31.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:30 smithi134 bash[22165]: audit 2024-03-25T00:49:29.913560+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:49:31.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:30 smithi134 bash[22165]: cluster 2024-03-25T00:49:29.917600+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v156: 1 pgs: 1 creating+peering; 0 B data, 82 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:31.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:30 smithi134 bash[22165]: audit 2024-03-25T00:49:29.924570+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:32.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:31 smithi149 bash[22110]: cluster 2024-03-25T00:49:30.900563+0000 mon.a (mon.0) 607 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-25T00:49:32.160 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:31 smithi028 bash[21481]: cluster 2024-03-25T00:49:30.900563+0000 mon.a (mon.0) 607 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-25T00:49:32.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:31 smithi134 bash[22165]: cluster 2024-03-25T00:49:30.900563+0000 mon.a (mon.0) 607 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-25T00:49:32.525 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-25T00:49:33.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:32 smithi149 bash[22110]: cluster 2024-03-25T00:49:31.918133+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:33.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:32 smithi149 bash[22110]: audit 2024-03-25T00:49:32.526068+0000 mon.a (mon.0) 608 : audit [DBG] from='client.? 172.21.15.28:0/989511337' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-25T00:49:33.244 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:32 smithi028 bash[21481]: cluster 2024-03-25T00:49:31.918133+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:33.244 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:32 smithi028 bash[21481]: audit 2024-03-25T00:49:32.526068+0000 mon.a (mon.0) 608 : audit [DBG] from='client.? 172.21.15.28:0/989511337' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-25T00:49:33.245 INFO:teuthology.orchestra.run.smithi028.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1711327763,"num_in_osds":3,"osd_in_since":1711327737,"num_remapped_pgs":0} 2024-03-25T00:49:33.245 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-25T00:49:33.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:32 smithi134 bash[22165]: cluster 2024-03-25T00:49:31.918133+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:33.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:32 smithi134 bash[22165]: audit 2024-03-25T00:49:32.526068+0000 mon.a (mon.0) 608 : audit [DBG] from='client.? 172.21.15.28:0/989511337' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-25T00:49:35.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:34 smithi028 bash[21481]: cluster 2024-03-25T00:49:33.918697+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:35.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:34 smithi134 bash[22165]: cluster 2024-03-25T00:49:33.918697+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:35.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:34 smithi149 bash[22110]: cluster 2024-03-25T00:49:33.918697+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:37.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:36 smithi028 bash[21481]: cluster 2024-03-25T00:49:35.919249+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:37.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:36 smithi134 bash[22165]: cluster 2024-03-25T00:49:35.919249+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:37.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:36 smithi149 bash[22110]: cluster 2024-03-25T00:49:35.919249+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:37.972 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.a/config 2024-03-25T00:49:39.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:38 smithi028 bash[21481]: audit 2024-03-25T00:49:37.895500+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:39.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:38 smithi028 bash[21481]: audit 2024-03-25T00:49:37.904802+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:39.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:38 smithi028 bash[21481]: audit 2024-03-25T00:49:37.915672+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:39.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:38 smithi028 bash[21481]: audit 2024-03-25T00:49:37.916589+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:49:39.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:38 smithi028 bash[21481]: cluster 2024-03-25T00:49:37.919804+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:39.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:38 smithi028 bash[21481]: audit 2024-03-25T00:49:37.922647+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:49:39.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:38 smithi028 bash[21481]: audit 2024-03-25T00:49:37.924575+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:49:39.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:38 smithi028 bash[21481]: cluster 2024-03-25T00:49:37.928220+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:39.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:38 smithi028 bash[21481]: audit 2024-03-25T00:49:37.935398+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:39.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:38 smithi149 bash[22110]: audit 2024-03-25T00:49:37.895500+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:39.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:38 smithi149 bash[22110]: audit 2024-03-25T00:49:37.904802+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:39.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:38 smithi149 bash[22110]: audit 2024-03-25T00:49:37.915672+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:39.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:38 smithi149 bash[22110]: audit 2024-03-25T00:49:37.916589+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:49:39.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:38 smithi149 bash[22110]: cluster 2024-03-25T00:49:37.919804+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:39.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:38 smithi149 bash[22110]: audit 2024-03-25T00:49:37.922647+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:49:39.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:38 smithi149 bash[22110]: audit 2024-03-25T00:49:37.924575+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:49:39.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:38 smithi149 bash[22110]: cluster 2024-03-25T00:49:37.928220+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:39.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:38 smithi149 bash[22110]: audit 2024-03-25T00:49:37.935398+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:39.221 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:38 smithi134 bash[22165]: audit 2024-03-25T00:49:37.895500+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:39.221 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:38 smithi134 bash[22165]: audit 2024-03-25T00:49:37.904802+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:39.221 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:38 smithi134 bash[22165]: audit 2024-03-25T00:49:37.915672+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:39.221 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:38 smithi134 bash[22165]: audit 2024-03-25T00:49:37.916589+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:49:39.221 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:38 smithi134 bash[22165]: cluster 2024-03-25T00:49:37.919804+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:39.221 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:38 smithi134 bash[22165]: audit 2024-03-25T00:49:37.922647+0000 mon.a (mon.0) 613 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:49:39.221 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:38 smithi134 bash[22165]: audit 2024-03-25T00:49:37.924575+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:49:39.221 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:38 smithi134 bash[22165]: cluster 2024-03-25T00:49:37.928220+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:39.221 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:38 smithi134 bash[22165]: audit 2024-03-25T00:49:37.935398+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:40.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:39 smithi028 bash[21481]: cluster 2024-03-25T00:49:38.911746+0000 mon.a (mon.0) 616 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-25T00:49:40.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:39 smithi028 bash[21481]: cluster 2024-03-25T00:49:38.911795+0000 mon.a (mon.0) 617 : cluster [INF] Cluster is now healthy 2024-03-25T00:49:40.104 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:39 smithi134 bash[22165]: cluster 2024-03-25T00:49:38.911746+0000 mon.a (mon.0) 616 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-25T00:49:40.104 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:39 smithi134 bash[22165]: cluster 2024-03-25T00:49:38.911795+0000 mon.a (mon.0) 617 : cluster [INF] Cluster is now healthy 2024-03-25T00:49:40.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:39 smithi149 bash[22110]: cluster 2024-03-25T00:49:38.911746+0000 mon.a (mon.0) 616 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-25T00:49:40.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:39 smithi149 bash[22110]: cluster 2024-03-25T00:49:38.911795+0000 mon.a (mon.0) 617 : cluster [INF] Cluster is now healthy 2024-03-25T00:49:41.156 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:40 smithi028 bash[21481]: cluster 2024-03-25T00:49:39.928916+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:41.172 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:40 smithi149 bash[22110]: cluster 2024-03-25T00:49:39.928916+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:41.257 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-25T00:49:41.257 INFO:teuthology.orchestra.run.smithi028.stdout:{"epoch":21,"fsid":"8327fbb6-ea40-11ee-95cd-87774f69a715","created":"2024-03-25T00:43:37.401458+0000","modified":"2024-03-25T00:49:26.766397+0000","last_up_change":"2024-03-25T00:49:23.045066+0000","last_in_change":"2024-03-25T00:48:57.340690+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-03-25T00:49:23.968520+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":"36179ad5-6fe2-4384-98bd-fc62379ede79","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.28:6802","nonce":3684180871},{"type":"v1","addr":"172.21.15.28:6803","nonce":3684180871}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6804","nonce":3684180871},{"type":"v1","addr":"172.21.15.28:6805","nonce":3684180871}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6808","nonce":3684180871},{"type":"v1","addr":"172.21.15.28:6809","nonce":3684180871}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6806","nonce":3684180871},{"type":"v1","addr":"172.21.15.28:6807","nonce":3684180871}]},"public_addr":"172.21.15.28:6803/3684180871","cluster_addr":"172.21.15.28:6805/3684180871","heartbeat_back_addr":"172.21.15.28:6809/3684180871","heartbeat_front_addr":"172.21.15.28:6807/3684180871","state":["exists","up"]},{"osd":1,"uuid":"7f1358af-4b51-43a8-b4e6-dcf5cf6a08e0","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.134:6800","nonce":2546863230},{"type":"v1","addr":"172.21.15.134:6801","nonce":2546863230}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6802","nonce":2546863230},{"type":"v1","addr":"172.21.15.134:6803","nonce":2546863230}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6806","nonce":2546863230},{"type":"v1","addr":"172.21.15.134:6807","nonce":2546863230}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6804","nonce":2546863230},{"type":"v1","addr":"172.21.15.134:6805","nonce":2546863230}]},"public_addr":"172.21.15.134:6801/2546863230","cluster_addr":"172.21.15.134:6803/2546863230","heartbeat_back_addr":"172.21.15.134:6807/2546863230","heartbeat_front_addr":"172.21.15.134:6805/2546863230","state":["exists","up"]},{"osd":2,"uuid":"62167170-8bf7-4258-b002-61bb9ebaa66a","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.149:6800","nonce":4227714121},{"type":"v1","addr":"172.21.15.149:6801","nonce":4227714121}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6802","nonce":4227714121},{"type":"v1","addr":"172.21.15.149:6803","nonce":4227714121}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6806","nonce":4227714121},{"type":"v1","addr":"172.21.15.149:6807","nonce":4227714121}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6804","nonce":4227714121},{"type":"v1","addr":"172.21.15.149:6805","nonce":4227714121}]},"public_addr":"172.21.15.149:6801/4227714121","cluster_addr":"172.21.15.149:6803/4227714121","heartbeat_back_addr":"172.21.15.149:6807/4227714121","heartbeat_front_addr":"172.21.15.149:6805/4227714121","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-03-25T00:47:39.374919+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-03-25T00:48:33.167255+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-03-25T00:49:21.992768+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.28:0/1760271026":"2024-03-26T00:44:45.727345+0000","172.21.15.28:6801/1475059037":"2024-03-26T00:44:45.727345+0000","172.21.15.28:6800/2157352262":"2024-03-26T00:44:09.726552+0000","172.21.15.28:6801/2157352262":"2024-03-26T00:44:09.726552+0000","172.21.15.28:0/79797211":"2024-03-26T00:44:45.727345+0000","172.21.15.28:0/1212728681":"2024-03-26T00:44:09.726552+0000","172.21.15.28:0/1642840439":"2024-03-26T00:44:45.727345+0000","172.21.15.28:0/820400648":"2024-03-26T00:44:09.726552+0000","172.21.15.28:6800/1475059037":"2024-03-26T00:44:45.727345+0000","172.21.15.28:0/811471543":"2024-03-26T00:44:09.726552+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-03-25T00:49:41.312 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:40 smithi134 bash[22165]: cluster 2024-03-25T00:49:39.928916+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:42.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:41 smithi028 bash[21481]: audit 2024-03-25T00:49:41.257416+0000 mon.a (mon.0) 618 : audit [DBG] from='client.? 172.21.15.28:0/4095572109' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-25T00:49:42.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:41 smithi149 bash[22110]: audit 2024-03-25T00:49:41.257416+0000 mon.a (mon.0) 618 : audit [DBG] from='client.? 172.21.15.28:0/4095572109' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-25T00:49:42.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:41 smithi134 bash[22165]: audit 2024-03-25T00:49:41.257416+0000 mon.a (mon.0) 618 : audit [DBG] from='client.? 172.21.15.28:0/4095572109' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-25T00:49:42.566 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-03-25T00:49:23.968520+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-03-25T00:49:42.567 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-03-25T00:49:43.090 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:42 smithi028 bash[21481]: cluster 2024-03-25T00:49:41.929483+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:43.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:42 smithi134 bash[22165]: cluster 2024-03-25T00:49:41.929483+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:43.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:42 smithi149 bash[22110]: cluster 2024-03-25T00:49:41.929483+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:45.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:44 smithi028 bash[21481]: cluster 2024-03-25T00:49:43.930118+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:45.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:44 smithi028 bash[21481]: audit 2024-03-25T00:49:43.964160+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:45.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:44 smithi028 bash[21481]: audit 2024-03-25T00:49:43.973151+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:45.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:44 smithi028 bash[21481]: audit 2024-03-25T00:49:43.983515+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:45.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:44 smithi134 bash[22165]: cluster 2024-03-25T00:49:43.930118+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:45.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:44 smithi134 bash[22165]: audit 2024-03-25T00:49:43.964160+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:45.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:44 smithi134 bash[22165]: audit 2024-03-25T00:49:43.973151+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:45.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:44 smithi134 bash[22165]: audit 2024-03-25T00:49:43.983515+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:45.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:44 smithi149 bash[22110]: cluster 2024-03-25T00:49:43.930118+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:45.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:44 smithi149 bash[22110]: audit 2024-03-25T00:49:43.964160+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:45.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:44 smithi149 bash[22110]: audit 2024-03-25T00:49:43.973151+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:45.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:44 smithi149 bash[22110]: audit 2024-03-25T00:49:43.983515+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:47.284 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:46 smithi149 bash[22110]: cluster 2024-03-25T00:49:45.930786+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:47.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:46 smithi028 bash[21481]: cluster 2024-03-25T00:49:45.930786+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:47.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:46 smithi134 bash[22165]: cluster 2024-03-25T00:49:45.930786+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:47.818 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.a/config 2024-03-25T00:49:49.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:48 smithi028 bash[21481]: cluster 2024-03-25T00:49:47.931388+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:49.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:48 smithi028 bash[21481]: audit 2024-03-25T00:49:48.471806+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:49.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:48 smithi028 bash[21481]: audit 2024-03-25T00:49:48.478042+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:49.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:48 smithi028 bash[21481]: audit 2024-03-25T00:49:48.485532+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:49.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:48 smithi149 bash[22110]: cluster 2024-03-25T00:49:47.931388+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:49.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:48 smithi149 bash[22110]: audit 2024-03-25T00:49:48.471806+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:49.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:48 smithi149 bash[22110]: audit 2024-03-25T00:49:48.478042+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:49.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:48 smithi149 bash[22110]: audit 2024-03-25T00:49:48.485532+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:49.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:48 smithi134 bash[22165]: cluster 2024-03-25T00:49:47.931388+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:49.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:48 smithi134 bash[22165]: audit 2024-03-25T00:49:48.471806+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:49.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:48 smithi134 bash[22165]: audit 2024-03-25T00:49:48.478042+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:49.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:48 smithi134 bash[22165]: audit 2024-03-25T00:49:48.485532+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:50.395 INFO:teuthology.orchestra.run.smithi028.stdout:pg_num: 1 2024-03-25T00:49:51.064 INFO:tasks.cephadm:Setting up client nodes... 2024-03-25T00:49:51.065 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-25T00:49:51.065 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-25T00:49:51.065 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph mgr dump --format=json 2024-03-25T00:49:51.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:50 smithi028 bash[21481]: cluster 2024-03-25T00:49:49.932045+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:51.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:50 smithi028 bash[21481]: audit 2024-03-25T00:49:50.396695+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.28:0/2157301742' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-25T00:49:51.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:50 smithi134 bash[22165]: cluster 2024-03-25T00:49:49.932045+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:51.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:50 smithi134 bash[22165]: audit 2024-03-25T00:49:50.396695+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.28:0/2157301742' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-25T00:49:51.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:50 smithi149 bash[22110]: cluster 2024-03-25T00:49:49.932045+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:51.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:50 smithi149 bash[22110]: audit 2024-03-25T00:49:50.396695+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.28:0/2157301742' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-25T00:49:53.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:52 smithi028 bash[21481]: cluster 2024-03-25T00:49:51.932636+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:53.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:52 smithi134 bash[22165]: cluster 2024-03-25T00:49:51.932636+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:53.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:52 smithi149 bash[22110]: cluster 2024-03-25T00:49:51.932636+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:55.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:54 smithi028 bash[21481]: cluster 2024-03-25T00:49:53.933114+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:55.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:54 smithi134 bash[22165]: cluster 2024-03-25T00:49:53.933114+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:55.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:54 smithi149 bash[22110]: cluster 2024-03-25T00:49:53.933114+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:55.791 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.a/config 2024-03-25T00:49:57.090 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:56 smithi028 bash[21481]: cluster 2024-03-25T00:49:55.933703+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:57.322 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:56 smithi149 bash[22110]: cluster 2024-03-25T00:49:55.933703+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:57.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:56 smithi134 bash[22165]: cluster 2024-03-25T00:49:55.933703+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:58.551 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-25T00:49:58.763 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:58 smithi028 bash[21481]: audit 2024-03-25T00:49:57.490226+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:58.764 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:58 smithi028 bash[21481]: audit 2024-03-25T00:49:57.499321+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:58.764 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:58 smithi028 bash[21481]: audit 2024-03-25T00:49:57.509580+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:58.764 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:58 smithi028 bash[21481]: cluster 2024-03-25T00:49:57.934231+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:58.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:58 smithi134 bash[22165]: audit 2024-03-25T00:49:57.490226+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:58.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:58 smithi134 bash[22165]: audit 2024-03-25T00:49:57.499321+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:58.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:58 smithi134 bash[22165]: audit 2024-03-25T00:49:57.509580+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:58.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:58 smithi134 bash[22165]: cluster 2024-03-25T00:49:57.934231+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:58.909 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:58 smithi149 bash[22110]: audit 2024-03-25T00:49:57.490226+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:58.909 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:58 smithi149 bash[22110]: audit 2024-03-25T00:49:57.499321+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:58.909 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:58 smithi149 bash[22110]: audit 2024-03-25T00:49:57.509580+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:49:58.909 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:58 smithi149 bash[22110]: cluster 2024-03-25T00:49:57.934231+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:49:59.225 INFO:teuthology.orchestra.run.smithi028.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6800","nonce":204032919},{"type":"v1","addr":"172.21.15.28:6801","nonce":204032919}]},"active_addr":"172.21.15.28:6801/204032919","active_change":"2024-03-25T00:44:45.727533+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24110,"name":"b","mgr_features":4540701547738038271,"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs","restful"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command's persistent logging","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.25.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:9.4.12","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.5.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.0.0","min":"","max":"","enum_allowed":[],"desc":"Nvme-of container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.43.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:2.4.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"location of dashboards to include in grafana deployments","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Deploy hw monitoring daemon on every host.","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default address for RedFish API (oob management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://172.21.15.28:8443/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"reef":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"squid":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"]},"last_failure_osd_epoch":3,"active_clients":[{"name":"devicehealth","addrvec":[{"type":"v2","addr":"172.21.15.28:0","nonce":1099586339}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.28:0","nonce":1586546549}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.28:0","nonce":805845639}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.28:0","nonce":2849032422}]}]} 2024-03-25T00:49:59.234 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-25T00:49:59.234 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-25T00:49:59.235 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-25T00:49:59.734 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:49:59 smithi134 bash[22165]: audit 2024-03-25T00:49:58.543335+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.28:0/3714556552' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-25T00:49:59.840 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:49:59 smithi028 bash[21481]: audit 2024-03-25T00:49:58.543335+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.28:0/3714556552' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-25T00:49:59.909 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:49:59 smithi149 bash[22110]: audit 2024-03-25T00:49:58.543335+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.28:0/3714556552' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-25T00:50:00.802 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:00 smithi134 bash[22165]: cluster 2024-03-25T00:49:59.934762+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:00.803 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:00 smithi134 bash[22165]: cluster 2024-03-25T00:50:00.000162+0000 mon.a (mon.0) 630 : cluster [INF] overall HEALTH_OK 2024-03-25T00:50:00.840 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:00 smithi028 bash[21481]: cluster 2024-03-25T00:49:59.934762+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:00.840 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:00 smithi028 bash[21481]: cluster 2024-03-25T00:50:00.000162+0000 mon.a (mon.0) 630 : cluster [INF] overall HEALTH_OK 2024-03-25T00:50:00.909 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:00 smithi149 bash[22110]: cluster 2024-03-25T00:49:59.934762+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:00.909 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:00 smithi149 bash[22110]: cluster 2024-03-25T00:50:00.000162+0000 mon.a (mon.0) 630 : cluster [INF] overall HEALTH_OK 2024-03-25T00:50:03.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:02 smithi028 bash[21481]: cluster 2024-03-25T00:50:01.935274+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:03.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:02 smithi134 bash[22165]: cluster 2024-03-25T00:50:01.935274+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:03.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:02 smithi149 bash[22110]: cluster 2024-03-25T00:50:01.935274+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:03.961 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.a/config 2024-03-25T00:50:05.463 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:05 smithi028 bash[21481]: cluster 2024-03-25T00:50:03.935793+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:05.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:05 smithi028 bash[21481]: audit 2024-03-25T00:50:04.172285+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:05.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:05 smithi028 bash[21481]: audit 2024-03-25T00:50:04.180152+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:05.464 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:05 smithi028 bash[21481]: audit 2024-03-25T00:50:04.188358+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:05.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:05 smithi134 bash[22165]: cluster 2024-03-25T00:50:03.935793+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:05.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:05 smithi134 bash[22165]: audit 2024-03-25T00:50:04.172285+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:05.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:05 smithi134 bash[22165]: audit 2024-03-25T00:50:04.180152+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:05.604 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:05 smithi134 bash[22165]: audit 2024-03-25T00:50:04.188358+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:05.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:05 smithi149 bash[22110]: cluster 2024-03-25T00:50:03.935793+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:05.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:05 smithi149 bash[22110]: audit 2024-03-25T00:50:04.172285+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:05.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:05 smithi149 bash[22110]: audit 2024-03-25T00:50:04.180152+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:05.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:05 smithi149 bash[22110]: audit 2024-03-25T00:50:04.188358+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:07.026 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-25T00:50:07.026 INFO:teuthology.orchestra.run.smithi028.stdout:{"epoch":21,"fsid":"8327fbb6-ea40-11ee-95cd-87774f69a715","created":"2024-03-25T00:43:37.401458+0000","modified":"2024-03-25T00:49:26.766397+0000","last_up_change":"2024-03-25T00:49:23.045066+0000","last_in_change":"2024-03-25T00:48:57.340690+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-03-25T00:49:23.968520+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":"36179ad5-6fe2-4384-98bd-fc62379ede79","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.28:6802","nonce":3684180871},{"type":"v1","addr":"172.21.15.28:6803","nonce":3684180871}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6804","nonce":3684180871},{"type":"v1","addr":"172.21.15.28:6805","nonce":3684180871}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6808","nonce":3684180871},{"type":"v1","addr":"172.21.15.28:6809","nonce":3684180871}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6806","nonce":3684180871},{"type":"v1","addr":"172.21.15.28:6807","nonce":3684180871}]},"public_addr":"172.21.15.28:6803/3684180871","cluster_addr":"172.21.15.28:6805/3684180871","heartbeat_back_addr":"172.21.15.28:6809/3684180871","heartbeat_front_addr":"172.21.15.28:6807/3684180871","state":["exists","up"]},{"osd":1,"uuid":"7f1358af-4b51-43a8-b4e6-dcf5cf6a08e0","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.134:6800","nonce":2546863230},{"type":"v1","addr":"172.21.15.134:6801","nonce":2546863230}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6802","nonce":2546863230},{"type":"v1","addr":"172.21.15.134:6803","nonce":2546863230}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6806","nonce":2546863230},{"type":"v1","addr":"172.21.15.134:6807","nonce":2546863230}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6804","nonce":2546863230},{"type":"v1","addr":"172.21.15.134:6805","nonce":2546863230}]},"public_addr":"172.21.15.134:6801/2546863230","cluster_addr":"172.21.15.134:6803/2546863230","heartbeat_back_addr":"172.21.15.134:6807/2546863230","heartbeat_front_addr":"172.21.15.134:6805/2546863230","state":["exists","up"]},{"osd":2,"uuid":"62167170-8bf7-4258-b002-61bb9ebaa66a","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.149:6800","nonce":4227714121},{"type":"v1","addr":"172.21.15.149:6801","nonce":4227714121}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6802","nonce":4227714121},{"type":"v1","addr":"172.21.15.149:6803","nonce":4227714121}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6806","nonce":4227714121},{"type":"v1","addr":"172.21.15.149:6807","nonce":4227714121}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6804","nonce":4227714121},{"type":"v1","addr":"172.21.15.149:6805","nonce":4227714121}]},"public_addr":"172.21.15.149:6801/4227714121","cluster_addr":"172.21.15.149:6803/4227714121","heartbeat_back_addr":"172.21.15.149:6807/4227714121","heartbeat_front_addr":"172.21.15.149:6805/4227714121","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-03-25T00:47:39.374919+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-03-25T00:48:33.167255+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-03-25T00:49:21.992768+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.28:0/1760271026":"2024-03-26T00:44:45.727345+0000","172.21.15.28:6801/1475059037":"2024-03-26T00:44:45.727345+0000","172.21.15.28:6800/2157352262":"2024-03-26T00:44:09.726552+0000","172.21.15.28:6801/2157352262":"2024-03-26T00:44:09.726552+0000","172.21.15.28:0/79797211":"2024-03-26T00:44:45.727345+0000","172.21.15.28:0/1212728681":"2024-03-26T00:44:09.726552+0000","172.21.15.28:0/1642840439":"2024-03-26T00:44:45.727345+0000","172.21.15.28:0/820400648":"2024-03-26T00:44:09.726552+0000","172.21.15.28:6800/1475059037":"2024-03-26T00:44:45.727345+0000","172.21.15.28:0/811471543":"2024-03-26T00:44:09.726552+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-03-25T00:50:07.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:07 smithi028 bash[21481]: cluster 2024-03-25T00:50:05.936286+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:07.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:07 smithi028 bash[21481]: audit 2024-03-25T00:50:07.027506+0000 mon.a (mon.0) 634 : audit [DBG] from='client.? 172.21.15.28:0/1378714194' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-25T00:50:07.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:07 smithi134 bash[22165]: cluster 2024-03-25T00:50:05.936286+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:07.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:07 smithi134 bash[22165]: audit 2024-03-25T00:50:07.027506+0000 mon.a (mon.0) 634 : audit [DBG] from='client.? 172.21.15.28:0/1378714194' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-25T00:50:07.626 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-25T00:50:07.627 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph osd dump --format=json 2024-03-25T00:50:07.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:07 smithi149 bash[22110]: cluster 2024-03-25T00:50:05.936286+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:07.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:07 smithi149 bash[22110]: audit 2024-03-25T00:50:07.027506+0000 mon.a (mon.0) 634 : audit [DBG] from='client.? 172.21.15.28:0/1378714194' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-25T00:50:09.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:09 smithi028 bash[21481]: cluster 2024-03-25T00:50:07.936836+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:09.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:09 smithi028 bash[21481]: audit 2024-03-25T00:50:08.678878+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:09.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:09 smithi028 bash[21481]: audit 2024-03-25T00:50:08.688074+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:09.591 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:09 smithi028 bash[21481]: audit 2024-03-25T00:50:08.698331+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:09.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:09 smithi134 bash[22165]: cluster 2024-03-25T00:50:07.936836+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:09.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:09 smithi134 bash[22165]: audit 2024-03-25T00:50:08.678878+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:09.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:09 smithi134 bash[22165]: audit 2024-03-25T00:50:08.688074+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:09.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:09 smithi134 bash[22165]: audit 2024-03-25T00:50:08.698331+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:09.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:09 smithi149 bash[22110]: cluster 2024-03-25T00:50:07.936836+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:09.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:09 smithi149 bash[22110]: audit 2024-03-25T00:50:08.678878+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:09.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:09 smithi149 bash[22110]: audit 2024-03-25T00:50:08.688074+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:09.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:09 smithi149 bash[22110]: audit 2024-03-25T00:50:08.698331+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:11.437 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.a/config 2024-03-25T00:50:11.460 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:11 smithi028 bash[21481]: cluster 2024-03-25T00:50:09.937322+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:11.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:11 smithi134 bash[22165]: cluster 2024-03-25T00:50:09.937322+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:11.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:11 smithi149 bash[22110]: cluster 2024-03-25T00:50:09.937322+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:13.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:13 smithi028 bash[21481]: cluster 2024-03-25T00:50:11.937855+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:13.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:13 smithi134 bash[22165]: cluster 2024-03-25T00:50:11.937855+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:13.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:13 smithi149 bash[22110]: cluster 2024-03-25T00:50:11.937855+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:14.002 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-25T00:50:14.003 INFO:teuthology.orchestra.run.smithi028.stdout:{"epoch":21,"fsid":"8327fbb6-ea40-11ee-95cd-87774f69a715","created":"2024-03-25T00:43:37.401458+0000","modified":"2024-03-25T00:49:26.766397+0000","last_up_change":"2024-03-25T00:49:23.045066+0000","last_in_change":"2024-03-25T00:48:57.340690+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-03-25T00:49:23.968520+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":"36179ad5-6fe2-4384-98bd-fc62379ede79","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.28:6802","nonce":3684180871},{"type":"v1","addr":"172.21.15.28:6803","nonce":3684180871}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6804","nonce":3684180871},{"type":"v1","addr":"172.21.15.28:6805","nonce":3684180871}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6808","nonce":3684180871},{"type":"v1","addr":"172.21.15.28:6809","nonce":3684180871}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.28:6806","nonce":3684180871},{"type":"v1","addr":"172.21.15.28:6807","nonce":3684180871}]},"public_addr":"172.21.15.28:6803/3684180871","cluster_addr":"172.21.15.28:6805/3684180871","heartbeat_back_addr":"172.21.15.28:6809/3684180871","heartbeat_front_addr":"172.21.15.28:6807/3684180871","state":["exists","up"]},{"osd":1,"uuid":"7f1358af-4b51-43a8-b4e6-dcf5cf6a08e0","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.134:6800","nonce":2546863230},{"type":"v1","addr":"172.21.15.134:6801","nonce":2546863230}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6802","nonce":2546863230},{"type":"v1","addr":"172.21.15.134:6803","nonce":2546863230}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6806","nonce":2546863230},{"type":"v1","addr":"172.21.15.134:6807","nonce":2546863230}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.134:6804","nonce":2546863230},{"type":"v1","addr":"172.21.15.134:6805","nonce":2546863230}]},"public_addr":"172.21.15.134:6801/2546863230","cluster_addr":"172.21.15.134:6803/2546863230","heartbeat_back_addr":"172.21.15.134:6807/2546863230","heartbeat_front_addr":"172.21.15.134:6805/2546863230","state":["exists","up"]},{"osd":2,"uuid":"62167170-8bf7-4258-b002-61bb9ebaa66a","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.149:6800","nonce":4227714121},{"type":"v1","addr":"172.21.15.149:6801","nonce":4227714121}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6802","nonce":4227714121},{"type":"v1","addr":"172.21.15.149:6803","nonce":4227714121}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6806","nonce":4227714121},{"type":"v1","addr":"172.21.15.149:6807","nonce":4227714121}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.149:6804","nonce":4227714121},{"type":"v1","addr":"172.21.15.149:6805","nonce":4227714121}]},"public_addr":"172.21.15.149:6801/4227714121","cluster_addr":"172.21.15.149:6803/4227714121","heartbeat_back_addr":"172.21.15.149:6807/4227714121","heartbeat_front_addr":"172.21.15.149:6805/4227714121","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-03-25T00:47:39.374919+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-03-25T00:48:33.167255+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-03-25T00:49:21.992768+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.28:0/1760271026":"2024-03-26T00:44:45.727345+0000","172.21.15.28:6801/1475059037":"2024-03-26T00:44:45.727345+0000","172.21.15.28:6800/2157352262":"2024-03-26T00:44:09.726552+0000","172.21.15.28:6801/2157352262":"2024-03-26T00:44:09.726552+0000","172.21.15.28:0/79797211":"2024-03-26T00:44:45.727345+0000","172.21.15.28:0/1212728681":"2024-03-26T00:44:09.726552+0000","172.21.15.28:0/1642840439":"2024-03-26T00:44:45.727345+0000","172.21.15.28:0/820400648":"2024-03-26T00:44:09.726552+0000","172.21.15.28:6800/1475059037":"2024-03-26T00:44:45.727345+0000","172.21.15.28:0/811471543":"2024-03-26T00:44:09.726552+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-03-25T00:50:14.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:14 smithi028 bash[21481]: audit 2024-03-25T00:50:14.003924+0000 mon.a (mon.0) 638 : audit [DBG] from='client.? 172.21.15.28:0/819323013' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-25T00:50:14.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:14 smithi134 bash[22165]: audit 2024-03-25T00:50:14.003924+0000 mon.a (mon.0) 638 : audit [DBG] from='client.? 172.21.15.28:0/819323013' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-25T00:50:14.647 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-03-25T00:50:14.648 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-03-25T00:50:14.648 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-03-25T00:50:14.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:14 smithi149 bash[22110]: audit 2024-03-25T00:50:14.003924+0000 mon.a (mon.0) 638 : audit [DBG] from='client.? 172.21.15.28:0/819323013' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-25T00:50:15.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:15 smithi028 bash[21481]: cluster 2024-03-25T00:50:13.938346+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:15.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:15 smithi134 bash[22165]: cluster 2024-03-25T00:50:13.938346+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:15.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:15 smithi149 bash[22110]: cluster 2024-03-25T00:50:13.938346+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:17.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:17 smithi028 bash[21481]: cluster 2024-03-25T00:50:15.938888+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:17.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:17 smithi134 bash[22165]: cluster 2024-03-25T00:50:15.938888+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:17.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:17 smithi149 bash[22110]: cluster 2024-03-25T00:50:15.938888+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:19.090 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:18 smithi028 bash[21481]: audit 2024-03-25T00:50:17.712365+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:19.090 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:18 smithi028 bash[21481]: audit 2024-03-25T00:50:17.721289+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:19.090 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:18 smithi028 bash[21481]: audit 2024-03-25T00:50:17.731678+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:19.090 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:18 smithi028 bash[21481]: cluster 2024-03-25T00:50:17.939410+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:19.103 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:18 smithi134 bash[22165]: audit 2024-03-25T00:50:17.712365+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:19.103 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:18 smithi134 bash[22165]: audit 2024-03-25T00:50:17.721289+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:19.103 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:18 smithi134 bash[22165]: audit 2024-03-25T00:50:17.731678+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:19.103 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:18 smithi134 bash[22165]: cluster 2024-03-25T00:50:17.939410+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:19.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:18 smithi149 bash[22110]: audit 2024-03-25T00:50:17.712365+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:19.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:18 smithi149 bash[22110]: audit 2024-03-25T00:50:17.721289+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:19.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:18 smithi149 bash[22110]: audit 2024-03-25T00:50:17.731678+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:19.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:18 smithi149 bash[22110]: cluster 2024-03-25T00:50:17.939410+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:19.378 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.a/config 2024-03-25T00:50:19.379 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.a/config 2024-03-25T00:50:19.379 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.a/config 2024-03-25T00:50:21.103 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:20 smithi134 bash[22165]: cluster 2024-03-25T00:50:19.939979+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:21.321 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:20 smithi028 bash[21481]: cluster 2024-03-25T00:50:19.939979+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:21.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:20 smithi149 bash[22110]: cluster 2024-03-25T00:50:19.939979+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:23.342 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:22 smithi028 bash[21481]: cluster 2024-03-25T00:50:21.940505+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:23.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:22 smithi134 bash[22165]: cluster 2024-03-25T00:50:21.940505+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:23.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:22 smithi149 bash[22110]: cluster 2024-03-25T00:50:21.940505+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:25.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:25 smithi149 bash[22110]: cluster 2024-03-25T00:50:23.941008+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:25.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:25 smithi149 bash[22110]: audit 2024-03-25T00:50:24.374542+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:25.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:25 smithi149 bash[22110]: audit 2024-03-25T00:50:24.379328+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:25.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:25 smithi149 bash[22110]: audit 2024-03-25T00:50:24.384427+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:25.787 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:25 smithi028 bash[21481]: cluster 2024-03-25T00:50:23.941008+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:25.787 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:25 smithi028 bash[21481]: audit 2024-03-25T00:50:24.374542+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:25.787 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:25 smithi028 bash[21481]: audit 2024-03-25T00:50:24.379328+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:25.787 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:25 smithi028 bash[21481]: audit 2024-03-25T00:50:24.384427+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:25.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:25 smithi134 bash[22165]: cluster 2024-03-25T00:50:23.941008+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:25.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:25 smithi134 bash[22165]: audit 2024-03-25T00:50:24.374542+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:25.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:25 smithi134 bash[22165]: audit 2024-03-25T00:50:24.379328+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:25.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:25 smithi134 bash[22165]: audit 2024-03-25T00:50:24.384427+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:26.145 INFO:teuthology.orchestra.run.smithi028.stdout:77309411344 2024-03-25T00:50:26.145 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-03-25T00:50:27.646 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:27 smithi028 bash[21481]: cluster 2024-03-25T00:50:25.941548+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:27.647 INFO:teuthology.orchestra.run.smithi028.stdout:55834574874 2024-03-25T00:50:27.648 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-03-25T00:50:27.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:27 smithi149 bash[22110]: cluster 2024-03-25T00:50:25.941548+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:27.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:27 smithi134 bash[22165]: cluster 2024-03-25T00:50:25.941548+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:28.082 INFO:teuthology.orchestra.run.smithi028.stdout:34359738404 2024-03-25T00:50:28.082 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-03-25T00:50:29.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:29 smithi149 bash[22110]: cluster 2024-03-25T00:50:27.942040+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:29.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:29 smithi149 bash[22110]: audit 2024-03-25T00:50:28.799187+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:29.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:29 smithi149 bash[22110]: audit 2024-03-25T00:50:28.804050+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:29.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:29 smithi149 bash[22110]: audit 2024-03-25T00:50:28.818855+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:29.840 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:29 smithi028 bash[21481]: cluster 2024-03-25T00:50:27.942040+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:29.840 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:29 smithi028 bash[21481]: audit 2024-03-25T00:50:28.799187+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:29.840 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:29 smithi028 bash[21481]: audit 2024-03-25T00:50:28.804050+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:29.840 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:29 smithi028 bash[21481]: audit 2024-03-25T00:50:28.818855+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:29.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:29 smithi134 bash[22165]: cluster 2024-03-25T00:50:27.942040+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:29.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:29 smithi134 bash[22165]: audit 2024-03-25T00:50:28.799187+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:29.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:29 smithi134 bash[22165]: audit 2024-03-25T00:50:28.804050+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:29.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:29 smithi134 bash[22165]: audit 2024-03-25T00:50:28.818855+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:31.053 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.a/config 2024-03-25T00:50:31.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:31 smithi149 bash[22110]: cluster 2024-03-25T00:50:29.942583+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:31.790 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:31 smithi028 bash[21481]: cluster 2024-03-25T00:50:29.942583+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:31.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:31 smithi134 bash[22165]: cluster 2024-03-25T00:50:29.942583+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:32.059 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.a/config 2024-03-25T00:50:33.298 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.a/config 2024-03-25T00:50:33.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:33 smithi149 bash[22110]: cluster 2024-03-25T00:50:31.943029+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:33.713 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:33 smithi028 bash[21481]: cluster 2024-03-25T00:50:31.943029+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:33.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:33 smithi134 bash[22165]: cluster 2024-03-25T00:50:31.943029+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:34.753 INFO:teuthology.orchestra.run.smithi028.stdout:77309411345 2024-03-25T00:50:35.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:35 smithi028 bash[21481]: cluster 2024-03-25T00:50:33.943614+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:35.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:35 smithi028 bash[21481]: audit 2024-03-25T00:50:34.755802+0000 mon.a (mon.0) 648 : audit [DBG] from='client.? 172.21.15.28:0/2217763115' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-25T00:50:35.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:35 smithi149 bash[22110]: cluster 2024-03-25T00:50:33.943614+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:35.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:35 smithi149 bash[22110]: audit 2024-03-25T00:50:34.755802+0000 mon.a (mon.0) 648 : audit [DBG] from='client.? 172.21.15.28:0/2217763115' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-25T00:50:35.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:35 smithi134 bash[22165]: cluster 2024-03-25T00:50:33.943614+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:35.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:35 smithi134 bash[22165]: audit 2024-03-25T00:50:34.755802+0000 mon.a (mon.0) 648 : audit [DBG] from='client.? 172.21.15.28:0/2217763115' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-25T00:50:36.297 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411344 got 77309411345 for osd.2 2024-03-25T00:50:36.297 DEBUG:teuthology.parallel:result is None 2024-03-25T00:50:37.403 INFO:teuthology.orchestra.run.smithi028.stdout:55834574876 2024-03-25T00:50:37.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:37 smithi149 bash[22110]: cluster 2024-03-25T00:50:35.944179+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:37.839 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:37 smithi028 bash[21481]: cluster 2024-03-25T00:50:35.944179+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:37.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:37 smithi134 bash[22165]: cluster 2024-03-25T00:50:35.944179+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:38.292 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574874 got 55834574876 for osd.1 2024-03-25T00:50:38.292 DEBUG:teuthology.parallel:result is None 2024-03-25T00:50:38.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:38 smithi028 bash[21481]: audit 2024-03-25T00:50:37.406390+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.28:0/1878781270' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-25T00:50:38.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:38 smithi028 bash[21481]: audit 2024-03-25T00:50:37.937298+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:38.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:38 smithi028 bash[21481]: audit 2024-03-25T00:50:37.945925+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:38.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:38 smithi028 bash[21481]: audit 2024-03-25T00:50:37.956069+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:38.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:38 smithi028 bash[21481]: audit 2024-03-25T00:50:38.042463+0000 mon.a (mon.0) 653 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:50:38.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:38 smithi028 bash[21481]: audit 2024-03-25T00:50:38.048196+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:50:38.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:38 smithi028 bash[21481]: audit 2024-03-25T00:50:38.050043+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:50:38.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:38 smithi028 bash[21481]: audit 2024-03-25T00:50:38.060470+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:38.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:38 smithi149 bash[22110]: audit 2024-03-25T00:50:37.406390+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.28:0/1878781270' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-25T00:50:38.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:38 smithi149 bash[22110]: audit 2024-03-25T00:50:37.937298+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:38.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:38 smithi149 bash[22110]: audit 2024-03-25T00:50:37.945925+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:38.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:38 smithi149 bash[22110]: audit 2024-03-25T00:50:37.956069+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:38.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:38 smithi149 bash[22110]: audit 2024-03-25T00:50:38.042463+0000 mon.a (mon.0) 653 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:50:38.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:38 smithi149 bash[22110]: audit 2024-03-25T00:50:38.048196+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:50:38.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:38 smithi149 bash[22110]: audit 2024-03-25T00:50:38.050043+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:50:38.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:38 smithi149 bash[22110]: audit 2024-03-25T00:50:38.060470+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:38.672 INFO:teuthology.orchestra.run.smithi028.stdout:34359738406 2024-03-25T00:50:38.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:38 smithi134 bash[22165]: audit 2024-03-25T00:50:37.406390+0000 mon.a (mon.0) 649 : audit [DBG] from='client.? 172.21.15.28:0/1878781270' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-25T00:50:38.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:38 smithi134 bash[22165]: audit 2024-03-25T00:50:37.937298+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:38.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:38 smithi134 bash[22165]: audit 2024-03-25T00:50:37.945925+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:38.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:38 smithi134 bash[22165]: audit 2024-03-25T00:50:37.956069+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:38.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:38 smithi134 bash[22165]: audit 2024-03-25T00:50:38.042463+0000 mon.a (mon.0) 653 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:50:38.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:38 smithi134 bash[22165]: audit 2024-03-25T00:50:38.048196+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:50:38.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:38 smithi134 bash[22165]: audit 2024-03-25T00:50:38.050043+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:50:38.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:38 smithi134 bash[22165]: audit 2024-03-25T00:50:38.060470+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:39.381 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738404 got 34359738406 for osd.0 2024-03-25T00:50:39.382 DEBUG:teuthology.parallel:result is None 2024-03-25T00:50:39.382 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-25T00:50:39.382 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph pg dump --format=json 2024-03-25T00:50:39.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:39 smithi149 bash[22110]: cluster 2024-03-25T00:50:37.944758+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:39.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:39 smithi149 bash[22110]: audit 2024-03-25T00:50:38.675173+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.28:0/631427722' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-25T00:50:39.840 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:39 smithi028 bash[21481]: cluster 2024-03-25T00:50:37.944758+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:39.840 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:39 smithi028 bash[21481]: audit 2024-03-25T00:50:38.675173+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.28:0/631427722' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-25T00:50:39.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:39 smithi134 bash[22165]: cluster 2024-03-25T00:50:37.944758+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:39.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:39 smithi134 bash[22165]: audit 2024-03-25T00:50:38.675173+0000 mon.a (mon.0) 657 : audit [DBG] from='client.? 172.21.15.28:0/631427722' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-25T00:50:41.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:41 smithi134 bash[22165]: cluster 2024-03-25T00:50:39.945280+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:41.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:41 smithi149 bash[22110]: cluster 2024-03-25T00:50:39.945280+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:41.839 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:41 smithi028 bash[21481]: cluster 2024-03-25T00:50:39.945280+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:43.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:43 smithi149 bash[22110]: cluster 2024-03-25T00:50:41.945769+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:43.839 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:43 smithi028 bash[21481]: cluster 2024-03-25T00:50:41.945769+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:43.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:43 smithi134 bash[22165]: cluster 2024-03-25T00:50:41.945769+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:44.110 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.a/config 2024-03-25T00:50:45.840 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:45 smithi028 bash[21481]: cluster 2024-03-25T00:50:43.946281+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:45.840 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:45 smithi028 bash[21481]: audit 2024-03-25T00:50:44.582754+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:45.840 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:45 smithi028 bash[21481]: audit 2024-03-25T00:50:44.587797+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:45.840 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:45 smithi028 bash[21481]: audit 2024-03-25T00:50:44.593812+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:45.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:45 smithi134 bash[22165]: cluster 2024-03-25T00:50:43.946281+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:45.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:45 smithi134 bash[22165]: audit 2024-03-25T00:50:44.582754+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:45.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:45 smithi134 bash[22165]: audit 2024-03-25T00:50:44.587797+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:45.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:45 smithi134 bash[22165]: audit 2024-03-25T00:50:44.593812+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:45.909 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:45 smithi149 bash[22110]: cluster 2024-03-25T00:50:43.946281+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:45.909 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:45 smithi149 bash[22110]: audit 2024-03-25T00:50:44.582754+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:45.909 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:45 smithi149 bash[22110]: audit 2024-03-25T00:50:44.587797+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:45.909 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:45 smithi149 bash[22110]: audit 2024-03-25T00:50:44.593812+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:47.630 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:47 smithi028 bash[21481]: cluster 2024-03-25T00:50:45.946768+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:47.746 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-25T00:50:47.749 INFO:teuthology.orchestra.run.smithi028.stderr:dumped all 2024-03-25T00:50:47.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:47 smithi134 bash[22165]: cluster 2024-03-25T00:50:45.946768+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:47.909 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:47 smithi149 bash[22110]: cluster 2024-03-25T00:50:45.946768+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:48.304 INFO:teuthology.orchestra.run.smithi028.stdout:{"pg_ready":true,"pg_map":{"version":195,"stamp":"2024-03-25T00:50:45.946532+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":85200,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150256,"statfs":{"total":287985106944,"available":287897862144,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003205"},"pg_stats":[{"pgid":"1.0","version":"20'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-03-25T00:49:26.781816+0000","last_change":"2024-03-25T00:49:25.764464+0000","last_active":"2024-03-25T00:49:26.781816+0000","last_peered":"2024-03-25T00:49:26.781816+0000","last_clean":"2024-03-25T00:49:26.781816+0000","last_became_active":"2024-03-25T00:49:25.763751+0000","last_became_peered":"2024-03-25T00:49:25.763751+0000","last_unstale":"2024-03-25T00:49:26.781816+0000","last_undegraded":"2024-03-25T00:49:26.781816+0000","last_fullsized":"2024-03-25T00:49:26.781816+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-25T00:49:24.751698+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-25T00:49:24.751698+0000","last_clean_scrub_stamp":"2024-03-25T00:49:24.751698+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-26T12:16:52.937058+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411348,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28400,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716752,"statfs":{"total":95995035648,"available":95965954048,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738408,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28400,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716752,"statfs":{"total":95995035648,"available":95965954048,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574878,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28400,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716752,"statfs":{"total":95995035648,"available":95965954048,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-25T00:50:48.305 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph pg dump --format=json 2024-03-25T00:50:49.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:49 smithi149 bash[22110]: audit 2024-03-25T00:50:47.748980+0000 mgr.a (mgr.14152) 250 : audit [DBG] from='client.14343 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:50:49.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:49 smithi149 bash[22110]: cluster 2024-03-25T00:50:47.947316+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:49.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:49 smithi149 bash[22110]: audit 2024-03-25T00:50:48.997217+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:49.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:49 smithi149 bash[22110]: audit 2024-03-25T00:50:49.005105+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:49.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:49 smithi149 bash[22110]: audit 2024-03-25T00:50:49.015561+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:49.839 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:49 smithi028 bash[21481]: audit 2024-03-25T00:50:47.748980+0000 mgr.a (mgr.14152) 250 : audit [DBG] from='client.14343 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:50:49.840 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:49 smithi028 bash[21481]: cluster 2024-03-25T00:50:47.947316+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:49.840 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:49 smithi028 bash[21481]: audit 2024-03-25T00:50:48.997217+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:49.840 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:49 smithi028 bash[21481]: audit 2024-03-25T00:50:49.005105+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:49.840 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:49 smithi028 bash[21481]: audit 2024-03-25T00:50:49.015561+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:49.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:49 smithi134 bash[22165]: audit 2024-03-25T00:50:47.748980+0000 mgr.a (mgr.14152) 250 : audit [DBG] from='client.14343 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:50:49.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:49 smithi134 bash[22165]: cluster 2024-03-25T00:50:47.947316+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:49.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:49 smithi134 bash[22165]: audit 2024-03-25T00:50:48.997217+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:49.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:49 smithi134 bash[22165]: audit 2024-03-25T00:50:49.005105+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:49.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:49 smithi134 bash[22165]: audit 2024-03-25T00:50:49.015561+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:51.839 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:51 smithi028 bash[21481]: cluster 2024-03-25T00:50:49.947856+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:51.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:51 smithi134 bash[22165]: cluster 2024-03-25T00:50:49.947856+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:51.909 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:51 smithi149 bash[22110]: cluster 2024-03-25T00:50:49.947856+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:52.642 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.a/config 2024-03-25T00:50:53.673 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:53 smithi028 bash[21481]: cluster 2024-03-25T00:50:51.948381+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:53.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:53 smithi134 bash[22165]: cluster 2024-03-25T00:50:51.948381+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:53.908 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:53 smithi149 bash[22110]: cluster 2024-03-25T00:50:51.948381+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:55.172 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-25T00:50:55.175 INFO:teuthology.orchestra.run.smithi028.stderr:dumped all 2024-03-25T00:50:55.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:55 smithi028 bash[21481]: cluster 2024-03-25T00:50:53.948943+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:55.772 INFO:teuthology.orchestra.run.smithi028.stdout:{"pg_ready":true,"pg_map":{"version":199,"stamp":"2024-03-25T00:50:53.948669+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":3,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":281235456,"kb_used":85200,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150256,"statfs":{"total":287985106944,"available":287897862144,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4785,"internal_metadata":82963791},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003157"},"pg_stats":[{"pgid":"1.0","version":"20'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-03-25T00:49:26.781816+0000","last_change":"2024-03-25T00:49:25.764464+0000","last_active":"2024-03-25T00:49:26.781816+0000","last_peered":"2024-03-25T00:49:26.781816+0000","last_clean":"2024-03-25T00:49:26.781816+0000","last_became_active":"2024-03-25T00:49:25.763751+0000","last_became_peered":"2024-03-25T00:49:25.763751+0000","last_unstale":"2024-03-25T00:49:26.781816+0000","last_undegraded":"2024-03-25T00:49:26.781816+0000","last_fullsized":"2024-03-25T00:49:26.781816+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-03-25T00:49:24.751698+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-25T00:49:24.751698+0000","last_clean_scrub_stamp":"2024-03-25T00:49:24.751698+0000","objects_scrubbed":0,"log_size":137,"log_dups_size":0,"ondisk_log_size":137,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2024-03-26T12:16:52.937058+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":126,"num_read_kb":109,"num_write":181,"num_write_kb":2938,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":137,"ondisk_log_size":137,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":18,"seq":77309411349,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28400,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716752,"statfs":{"total":95995035648,"available":95965954048,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738410,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28400,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716752,"statfs":{"total":95995035648,"available":95965954048,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574879,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28400,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716752,"statfs":{"total":95995035648,"available":95965954048,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-03-25T00:50:55.772 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-25T00:50:55.772 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-25T00:50:55.773 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-25T00:50:55.773 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- ceph health --format=json 2024-03-25T00:50:55.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:55 smithi134 bash[22165]: cluster 2024-03-25T00:50:53.948943+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:55.909 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:55 smithi149 bash[22110]: cluster 2024-03-25T00:50:53.948943+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:56.839 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:56 smithi028 bash[21481]: audit 2024-03-25T00:50:55.174610+0000 mgr.a (mgr.14152) 255 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:50:56.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:56 smithi134 bash[22165]: audit 2024-03-25T00:50:55.174610+0000 mgr.a (mgr.14152) 255 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:50:56.908 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:56 smithi149 bash[22110]: audit 2024-03-25T00:50:55.174610+0000 mgr.a (mgr.14152) 255 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:50:57.839 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:57 smithi028 bash[21481]: cluster 2024-03-25T00:50:55.949467+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:57.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:57 smithi134 bash[22165]: cluster 2024-03-25T00:50:55.949467+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:57.908 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:57 smithi149 bash[22110]: cluster 2024-03-25T00:50:55.949467+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:59.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:59 smithi149 bash[22110]: cluster 2024-03-25T00:50:57.949999+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:59.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:59 smithi149 bash[22110]: audit 2024-03-25T00:50:58.156328+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:59.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:59 smithi149 bash[22110]: audit 2024-03-25T00:50:58.164951+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:59.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:50:59 smithi149 bash[22110]: audit 2024-03-25T00:50:58.175087+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:59.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:59 smithi028 bash[21481]: cluster 2024-03-25T00:50:57.949999+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:59.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:59 smithi028 bash[21481]: audit 2024-03-25T00:50:58.156328+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:59.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:59 smithi028 bash[21481]: audit 2024-03-25T00:50:58.164951+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:59.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:50:59 smithi028 bash[21481]: audit 2024-03-25T00:50:58.175087+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:59.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:59 smithi134 bash[22165]: cluster 2024-03-25T00:50:57.949999+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:50:59.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:59 smithi134 bash[22165]: audit 2024-03-25T00:50:58.156328+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:59.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:59 smithi134 bash[22165]: audit 2024-03-25T00:50:58.164951+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:50:59.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:50:59 smithi134 bash[22165]: audit 2024-03-25T00:50:58.175087+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:00.498 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.a/config 2024-03-25T00:51:01.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:01 smithi134 bash[22165]: cluster 2024-03-25T00:50:59.950518+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:01.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:01 smithi149 bash[22110]: cluster 2024-03-25T00:50:59.950518+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:01.446 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:01 smithi028 bash[21481]: cluster 2024-03-25T00:50:59.950518+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:03.211 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-25T00:51:03.211 INFO:teuthology.orchestra.run.smithi028.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-25T00:51:03.426 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:03 smithi134 bash[22165]: cluster 2024-03-25T00:51:01.951063+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:03.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:03 smithi028 bash[21481]: cluster 2024-03-25T00:51:01.951063+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:03.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:03 smithi149 bash[22110]: cluster 2024-03-25T00:51:01.951063+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:03.900 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-25T00:51:03.900 INFO:tasks.cephadm:Setup complete, yielding 2024-03-25T00:51:03.901 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-25T00:51:03.910 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi028.front.sepia.ceph.com 2024-03-25T00:51:03.911 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9c429fb6abfb5deed62697d56d8997d0f0d6d83f shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 -- bash -c 'set -e 2024-03-25T00:51:03.911 DEBUG:teuthology.orchestra.run.smithi028:> set -x 2024-03-25T00:51:03.911 DEBUG:teuthology.orchestra.run.smithi028:> ceph orch apply node-exporter 2024-03-25T00:51:03.911 DEBUG:teuthology.orchestra.run.smithi028:> ceph orch apply grafana 2024-03-25T00:51:03.911 DEBUG:teuthology.orchestra.run.smithi028:> ceph orch apply alertmanager 2024-03-25T00:51:03.911 DEBUG:teuthology.orchestra.run.smithi028:> ceph orch apply prometheus 2024-03-25T00:51:03.911 DEBUG:teuthology.orchestra.run.smithi028:> sleep 240 2024-03-25T00:51:03.911 DEBUG:teuthology.orchestra.run.smithi028:> ceph orch ls 2024-03-25T00:51:03.911 DEBUG:teuthology.orchestra.run.smithi028:> ceph orch ps 2024-03-25T00:51:03.911 DEBUG:teuthology.orchestra.run.smithi028:> ceph orch host ls 2024-03-25T00:51:03.911 DEBUG:teuthology.orchestra.run.smithi028:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-03-25T00:51:03.912 DEBUG:teuthology.orchestra.run.smithi028:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-03-25T00:51:03.912 DEBUG:teuthology.orchestra.run.smithi028:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-03-25T00:51:03.912 DEBUG:teuthology.orchestra.run.smithi028:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-03-25T00:51:03.912 DEBUG:teuthology.orchestra.run.smithi028:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-03-25T00:51:03.912 DEBUG:teuthology.orchestra.run.smithi028:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-03-25T00:51:03.912 DEBUG:teuthology.orchestra.run.smithi028:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-03-25T00:51:03.912 DEBUG:teuthology.orchestra.run.smithi028:> # check each host node-exporter metrics endpoint is responsive 2024-03-25T00:51:03.912 DEBUG:teuthology.orchestra.run.smithi028:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-03-25T00:51:03.912 DEBUG:teuthology.orchestra.run.smithi028:> for ip in $ALL_HOST_IPS; do 2024-03-25T00:51:03.912 DEBUG:teuthology.orchestra.run.smithi028:> curl -s http://${ip}:9100/metric 2024-03-25T00:51:03.912 DEBUG:teuthology.orchestra.run.smithi028:> done 2024-03-25T00:51:03.912 DEBUG:teuthology.orchestra.run.smithi028:> # check grafana endpoints are responsive and database health is okay 2024-03-25T00:51:03.912 DEBUG:teuthology.orchestra.run.smithi028:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-03-25T00:51:03.912 DEBUG:teuthology.orchestra.run.smithi028:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-03-25T00:51:03.912 DEBUG:teuthology.orchestra.run.smithi028:> # stop mon daemon in order to trigger an alert 2024-03-25T00:51:03.912 DEBUG:teuthology.orchestra.run.smithi028:> ceph orch daemon stop $MON_DAEMON 2024-03-25T00:51:03.913 DEBUG:teuthology.orchestra.run.smithi028:> sleep 120 2024-03-25T00:51:03.913 DEBUG:teuthology.orchestra.run.smithi028:> # check prometheus endpoints are responsive and mon down alert is firing 2024-03-25T00:51:03.913 DEBUG:teuthology.orchestra.run.smithi028:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-03-25T00:51:03.913 DEBUG:teuthology.orchestra.run.smithi028:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-03-25T00:51:03.913 DEBUG:teuthology.orchestra.run.smithi028:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-03-25T00:51:03.913 DEBUG:teuthology.orchestra.run.smithi028:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-03-25T00:51:03.913 DEBUG:teuthology.orchestra.run.smithi028:> # check alertmanager endpoints are responsive and mon down alert is active 2024-03-25T00:51:03.913 DEBUG:teuthology.orchestra.run.smithi028:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-03-25T00:51:03.913 DEBUG:teuthology.orchestra.run.smithi028:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-03-25T00:51:03.913 DEBUG:teuthology.orchestra.run.smithi028:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-03-25T00:51:03.913 DEBUG:teuthology.orchestra.run.smithi028:> ' 2024-03-25T00:51:04.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:04 smithi028 bash[21481]: audit 2024-03-25T00:51:03.214594+0000 mon.a (mon.0) 667 : audit [DBG] from='client.? 172.21.15.28:0/4266675527' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-25T00:51:04.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:04 smithi134 bash[22165]: audit 2024-03-25T00:51:03.214594+0000 mon.a (mon.0) 667 : audit [DBG] from='client.? 172.21.15.28:0/4266675527' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-25T00:51:04.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:04 smithi149 bash[22110]: audit 2024-03-25T00:51:03.214594+0000 mon.a (mon.0) 667 : audit [DBG] from='client.? 172.21.15.28:0/4266675527' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-25T00:51:05.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:05 smithi028 bash[21481]: cluster 2024-03-25T00:51:03.951492+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:05.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:05 smithi028 bash[21481]: audit 2024-03-25T00:51:04.808909+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:05.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:05 smithi028 bash[21481]: audit 2024-03-25T00:51:04.818106+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:05.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:05 smithi028 bash[21481]: audit 2024-03-25T00:51:04.828500+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:05.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:05 smithi134 bash[22165]: cluster 2024-03-25T00:51:03.951492+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:05.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:05 smithi134 bash[22165]: audit 2024-03-25T00:51:04.808909+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:05.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:05 smithi134 bash[22165]: audit 2024-03-25T00:51:04.818106+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:05.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:05 smithi134 bash[22165]: audit 2024-03-25T00:51:04.828500+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:05.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:05 smithi149 bash[22110]: cluster 2024-03-25T00:51:03.951492+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:05.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:05 smithi149 bash[22110]: audit 2024-03-25T00:51:04.808909+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:05.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:05 smithi149 bash[22110]: audit 2024-03-25T00:51:04.818106+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:05.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:05 smithi149 bash[22110]: audit 2024-03-25T00:51:04.828500+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:07.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:07 smithi028 bash[21481]: cluster 2024-03-25T00:51:05.952027+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:07.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:07 smithi134 bash[22165]: cluster 2024-03-25T00:51:05.952027+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:07.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:07 smithi149 bash[22110]: cluster 2024-03-25T00:51:05.952027+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:09.187 INFO:teuthology.orchestra.run.smithi028.stderr:Inferring config /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/mon.a/config 2024-03-25T00:51:09.491 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:09 smithi149 bash[22110]: cluster 2024-03-25T00:51:07.952688+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:09.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:09 smithi028 bash[21481]: cluster 2024-03-25T00:51:07.952688+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:09.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:09 smithi134 bash[22165]: cluster 2024-03-25T00:51:07.952688+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:10.286 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:10 smithi028 bash[21481]: audit 2024-03-25T00:51:09.216871+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:10.287 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:10 smithi028 bash[21481]: audit 2024-03-25T00:51:09.221920+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:10.287 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:10 smithi028 bash[21481]: audit 2024-03-25T00:51:09.228272+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:10.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:10 smithi134 bash[22165]: audit 2024-03-25T00:51:09.216871+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:10.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:10 smithi134 bash[22165]: audit 2024-03-25T00:51:09.221920+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:10.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:10 smithi134 bash[22165]: audit 2024-03-25T00:51:09.228272+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:10.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:10 smithi149 bash[22110]: audit 2024-03-25T00:51:09.216871+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:10.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:10 smithi149 bash[22110]: audit 2024-03-25T00:51:09.221920+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:10.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:10 smithi149 bash[22110]: audit 2024-03-25T00:51:09.228272+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:11.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:11 smithi149 bash[22110]: cluster 2024-03-25T00:51:09.953249+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:11.490 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:11 smithi028 bash[21481]: cluster 2024-03-25T00:51:09.953249+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:11.529 INFO:teuthology.orchestra.run.smithi028.stderr:+ ceph orch apply node-exporter 2024-03-25T00:51:11.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:11 smithi134 bash[22165]: cluster 2024-03-25T00:51:09.953249+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:11.885 INFO:teuthology.orchestra.run.smithi028.stdout:Scheduled node-exporter update... 2024-03-25T00:51:11.899 INFO:teuthology.orchestra.run.smithi028.stderr:+ ceph orch apply grafana 2024-03-25T00:51:12.247 INFO:teuthology.orchestra.run.smithi028.stdout:Scheduled grafana update... 2024-03-25T00:51:12.260 INFO:teuthology.orchestra.run.smithi028.stderr:+ ceph orch apply alertmanager 2024-03-25T00:51:12.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:12 smithi028 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:51:12.589 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:51:12 smithi028 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:51:12.589 INFO:journalctl@ceph.osd.0.smithi028.stdout:Mar 25 00:51:12 smithi028 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:51:12.634 INFO:teuthology.orchestra.run.smithi028.stdout:Scheduled alertmanager update... 2024-03-25T00:51:12.647 INFO:teuthology.orchestra.run.smithi028.stderr:+ ceph orch apply prometheus 2024-03-25T00:51:12.906 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:51:12 smithi028 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:51:12.906 INFO:journalctl@ceph.osd.0.smithi028.stdout:Mar 25 00:51:12 smithi028 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:51:12.906 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:12 smithi028 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:51:12.907 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:12 smithi028 bash[21481]: audit 2024-03-25T00:51:11.880690+0000 mgr.a (mgr.14152) 264 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:51:12.907 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:12 smithi028 bash[21481]: cephadm 2024-03-25T00:51:11.881858+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Saving service node-exporter spec with placement * 2024-03-25T00:51:12.907 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:12 smithi028 bash[21481]: audit 2024-03-25T00:51:11.887996+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:12.907 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:12 smithi028 bash[21481]: audit 2024-03-25T00:51:11.919644+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:51:12.907 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:12 smithi028 bash[21481]: audit 2024-03-25T00:51:11.922995+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:51:12.907 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:12 smithi028 bash[21481]: audit 2024-03-25T00:51:11.924073+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:51:12.907 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:12 smithi028 bash[21481]: audit 2024-03-25T00:51:11.931224+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:12.907 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:12 smithi028 bash[21481]: cephadm 2024-03-25T00:51:11.935347+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Deploying daemon node-exporter.smithi028 on smithi028 2024-03-25T00:51:12.907 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:12 smithi028 bash[21481]: cluster 2024-03-25T00:51:11.953750+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:12.907 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:12 smithi028 bash[21481]: audit 2024-03-25T00:51:12.242854+0000 mgr.a (mgr.14152) 268 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:51:12.907 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:12 smithi028 bash[21481]: cephadm 2024-03-25T00:51:12.244661+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Saving service grafana spec with placement count:1 2024-03-25T00:51:12.907 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:12 smithi028 bash[21481]: audit 2024-03-25T00:51:12.249640+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:12.908 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:12 smithi028 bash[21481]: audit 2024-03-25T00:51:12.636792+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:13.005 INFO:teuthology.orchestra.run.smithi028.stdout:Scheduled prometheus update... 2024-03-25T00:51:13.017 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 240 2024-03-25T00:51:13.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:12 smithi149 bash[22110]: audit 2024-03-25T00:51:11.880690+0000 mgr.a (mgr.14152) 264 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:51:13.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:12 smithi149 bash[22110]: cephadm 2024-03-25T00:51:11.881858+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Saving service node-exporter spec with placement * 2024-03-25T00:51:13.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:12 smithi149 bash[22110]: audit 2024-03-25T00:51:11.887996+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:13.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:12 smithi149 bash[22110]: audit 2024-03-25T00:51:11.919644+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:51:13.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:12 smithi149 bash[22110]: audit 2024-03-25T00:51:11.922995+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:51:13.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:12 smithi149 bash[22110]: audit 2024-03-25T00:51:11.924073+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:51:13.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:12 smithi149 bash[22110]: audit 2024-03-25T00:51:11.931224+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:13.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:12 smithi149 bash[22110]: cephadm 2024-03-25T00:51:11.935347+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Deploying daemon node-exporter.smithi028 on smithi028 2024-03-25T00:51:13.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:12 smithi149 bash[22110]: cluster 2024-03-25T00:51:11.953750+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:13.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:12 smithi149 bash[22110]: audit 2024-03-25T00:51:12.242854+0000 mgr.a (mgr.14152) 268 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:51:13.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:12 smithi149 bash[22110]: cephadm 2024-03-25T00:51:12.244661+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Saving service grafana spec with placement count:1 2024-03-25T00:51:13.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:12 smithi149 bash[22110]: audit 2024-03-25T00:51:12.249640+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:13.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:12 smithi149 bash[22110]: audit 2024-03-25T00:51:12.636792+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:13.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:12 smithi134 bash[22165]: audit 2024-03-25T00:51:11.880690+0000 mgr.a (mgr.14152) 264 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:51:13.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:12 smithi134 bash[22165]: cephadm 2024-03-25T00:51:11.881858+0000 mgr.a (mgr.14152) 265 : cephadm [INF] Saving service node-exporter spec with placement * 2024-03-25T00:51:13.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:12 smithi134 bash[22165]: audit 2024-03-25T00:51:11.887996+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:13.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:12 smithi134 bash[22165]: audit 2024-03-25T00:51:11.919644+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:51:13.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:12 smithi134 bash[22165]: audit 2024-03-25T00:51:11.922995+0000 mon.a (mon.0) 676 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:51:13.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:12 smithi134 bash[22165]: audit 2024-03-25T00:51:11.924073+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:51:13.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:12 smithi134 bash[22165]: audit 2024-03-25T00:51:11.931224+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:13.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:12 smithi134 bash[22165]: cephadm 2024-03-25T00:51:11.935347+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Deploying daemon node-exporter.smithi028 on smithi028 2024-03-25T00:51:13.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:12 smithi134 bash[22165]: cluster 2024-03-25T00:51:11.953750+0000 mgr.a (mgr.14152) 267 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:13.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:12 smithi134 bash[22165]: audit 2024-03-25T00:51:12.242854+0000 mgr.a (mgr.14152) 268 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:51:13.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:12 smithi134 bash[22165]: cephadm 2024-03-25T00:51:12.244661+0000 mgr.a (mgr.14152) 269 : cephadm [INF] Saving service grafana spec with placement count:1 2024-03-25T00:51:13.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:12 smithi134 bash[22165]: audit 2024-03-25T00:51:12.249640+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:13.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:12 smithi134 bash[22165]: audit 2024-03-25T00:51:12.636792+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:13.904 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:51:13 smithi134 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:51:13.904 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:51:13 smithi134 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:51:13.904 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:13 smithi134 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:51:13.904 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:13 smithi134 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:51:13.904 INFO:journalctl@ceph.osd.1.smithi134.stdout:Mar 25 00:51:13 smithi134 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:51:13.905 INFO:journalctl@ceph.osd.1.smithi134.stdout:Mar 25 00:51:13 smithi134 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:51:14.158 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:13 smithi149 bash[22110]: audit 2024-03-25T00:51:12.629951+0000 mgr.a (mgr.14152) 270 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:51:14.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:13 smithi149 bash[22110]: cephadm 2024-03-25T00:51:12.631468+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-03-25T00:51:14.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:13 smithi149 bash[22110]: audit 2024-03-25T00:51:12.907571+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:14.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:13 smithi149 bash[22110]: audit 2024-03-25T00:51:12.911957+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:14.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:13 smithi149 bash[22110]: audit 2024-03-25T00:51:12.954890+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:14.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:13 smithi149 bash[22110]: cephadm 2024-03-25T00:51:12.955673+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Deploying daemon node-exporter.smithi134 on smithi134 2024-03-25T00:51:14.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:13 smithi149 bash[22110]: audit 2024-03-25T00:51:13.001684+0000 mgr.a (mgr.14152) 273 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:51:14.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:13 smithi149 bash[22110]: cephadm 2024-03-25T00:51:13.003471+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-03-25T00:51:14.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:13 smithi149 bash[22110]: audit 2024-03-25T00:51:13.007383+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:14.165 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:13 smithi028 bash[21481]: audit 2024-03-25T00:51:12.629951+0000 mgr.a (mgr.14152) 270 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:51:14.165 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:13 smithi028 bash[21481]: cephadm 2024-03-25T00:51:12.631468+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-03-25T00:51:14.165 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:13 smithi028 bash[21481]: audit 2024-03-25T00:51:12.907571+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:14.166 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:13 smithi028 bash[21481]: audit 2024-03-25T00:51:12.911957+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:14.166 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:13 smithi028 bash[21481]: audit 2024-03-25T00:51:12.954890+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:14.166 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:13 smithi028 bash[21481]: cephadm 2024-03-25T00:51:12.955673+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Deploying daemon node-exporter.smithi134 on smithi134 2024-03-25T00:51:14.166 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:13 smithi028 bash[21481]: audit 2024-03-25T00:51:13.001684+0000 mgr.a (mgr.14152) 273 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:51:14.166 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:13 smithi028 bash[21481]: cephadm 2024-03-25T00:51:13.003471+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-03-25T00:51:14.166 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:13 smithi028 bash[21481]: audit 2024-03-25T00:51:13.007383+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:14.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:13 smithi134 bash[22165]: audit 2024-03-25T00:51:12.629951+0000 mgr.a (mgr.14152) 270 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:51:14.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:13 smithi134 bash[22165]: cephadm 2024-03-25T00:51:12.631468+0000 mgr.a (mgr.14152) 271 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-03-25T00:51:14.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:13 smithi134 bash[22165]: audit 2024-03-25T00:51:12.907571+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:14.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:13 smithi134 bash[22165]: audit 2024-03-25T00:51:12.911957+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:14.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:13 smithi134 bash[22165]: audit 2024-03-25T00:51:12.954890+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:14.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:13 smithi134 bash[22165]: cephadm 2024-03-25T00:51:12.955673+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Deploying daemon node-exporter.smithi134 on smithi134 2024-03-25T00:51:14.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:13 smithi134 bash[22165]: audit 2024-03-25T00:51:13.001684+0000 mgr.a (mgr.14152) 273 : audit [DBG] from='client.14379 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:51:14.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:13 smithi134 bash[22165]: cephadm 2024-03-25T00:51:13.003471+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-03-25T00:51:14.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:13 smithi134 bash[22165]: audit 2024-03-25T00:51:13.007383+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:14.817 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:14 smithi149 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:51:14.817 INFO:journalctl@ceph.osd.2.smithi149.stdout:Mar 25 00:51:14 smithi149 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:51:15.088 INFO:journalctl@ceph.osd.2.smithi149.stdout:Mar 25 00:51:14 smithi149 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:51:15.088 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:14 smithi149 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:51:15.088 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:15 smithi149 bash[22110]: cluster 2024-03-25T00:51:13.954242+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:15.088 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:15 smithi149 bash[22110]: audit 2024-03-25T00:51:14.019113+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:15.089 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:15 smithi149 bash[22110]: audit 2024-03-25T00:51:14.028518+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:15.089 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:15 smithi149 bash[22110]: audit 2024-03-25T00:51:14.079018+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:15.089 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:15 smithi149 bash[22110]: cephadm 2024-03-25T00:51:14.080884+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Deploying daemon node-exporter.smithi149 on smithi149 2024-03-25T00:51:15.167 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:15 smithi028 bash[21481]: cluster 2024-03-25T00:51:13.954242+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:15.167 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:15 smithi028 bash[21481]: audit 2024-03-25T00:51:14.019113+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:15.167 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:15 smithi028 bash[21481]: audit 2024-03-25T00:51:14.028518+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:15.167 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:15 smithi028 bash[21481]: audit 2024-03-25T00:51:14.079018+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:15.167 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:15 smithi028 bash[21481]: cephadm 2024-03-25T00:51:14.080884+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Deploying daemon node-exporter.smithi149 on smithi149 2024-03-25T00:51:15.215 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:15 smithi134 bash[22165]: cluster 2024-03-25T00:51:13.954242+0000 mgr.a (mgr.14152) 275 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:15.216 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:15 smithi134 bash[22165]: audit 2024-03-25T00:51:14.019113+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:15.216 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:15 smithi134 bash[22165]: audit 2024-03-25T00:51:14.028518+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:15.216 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:15 smithi134 bash[22165]: audit 2024-03-25T00:51:14.079018+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:15.216 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:15 smithi134 bash[22165]: cephadm 2024-03-25T00:51:14.080884+0000 mgr.a (mgr.14152) 276 : cephadm [INF] Deploying daemon node-exporter.smithi149 on smithi149 2024-03-25T00:51:16.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:16 smithi134 bash[22165]: audit 2024-03-25T00:51:15.098982+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:16.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:16 smithi134 bash[22165]: audit 2024-03-25T00:51:15.103727+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:16.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:16 smithi134 bash[22165]: audit 2024-03-25T00:51:15.154785+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:16.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:16 smithi134 bash[22165]: audit 2024-03-25T00:51:15.162096+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:16.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:16 smithi134 bash[22165]: audit 2024-03-25T00:51:15.266779+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:51:16.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:16 smithi134 bash[22165]: audit 2024-03-25T00:51:15.270036+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:51:16.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:16 smithi134 bash[22165]: audit 2024-03-25T00:51:15.270939+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:51:16.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:16 smithi134 bash[22165]: audit 2024-03-25T00:51:15.277327+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:16.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:16 smithi134 bash[22165]: cephadm 2024-03-25T00:51:15.277842+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-25T00:51:16.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:16 smithi134 bash[22165]: audit 2024-03-25T00:51:15.328684+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:51:16.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:16 smithi134 bash[22165]: audit 2024-03-25T00:51:15.331370+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:51:16.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:16 smithi134 bash[22165]: audit 2024-03-25T00:51:15.332173+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:51:16.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:16 smithi134 bash[22165]: audit 2024-03-25T00:51:15.338496+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:16.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:16 smithi134 bash[22165]: cephadm 2024-03-25T00:51:15.338950+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-25T00:51:16.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:16 smithi134 bash[22165]: audit 2024-03-25T00:51:15.804142+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:16.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:16 smithi149 bash[22110]: audit 2024-03-25T00:51:15.098982+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:16.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:16 smithi149 bash[22110]: audit 2024-03-25T00:51:15.103727+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:16.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:16 smithi149 bash[22110]: audit 2024-03-25T00:51:15.154785+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:16.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:16 smithi149 bash[22110]: audit 2024-03-25T00:51:15.162096+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:16.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:16 smithi149 bash[22110]: audit 2024-03-25T00:51:15.266779+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:51:16.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:16 smithi149 bash[22110]: audit 2024-03-25T00:51:15.270036+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:51:16.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:16 smithi149 bash[22110]: audit 2024-03-25T00:51:15.270939+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:51:16.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:16 smithi149 bash[22110]: audit 2024-03-25T00:51:15.277327+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:16.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:16 smithi149 bash[22110]: cephadm 2024-03-25T00:51:15.277842+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-25T00:51:16.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:16 smithi149 bash[22110]: audit 2024-03-25T00:51:15.328684+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:51:16.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:16 smithi149 bash[22110]: audit 2024-03-25T00:51:15.331370+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:51:16.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:16 smithi149 bash[22110]: audit 2024-03-25T00:51:15.332173+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:51:16.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:16 smithi149 bash[22110]: audit 2024-03-25T00:51:15.338496+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:16.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:16 smithi149 bash[22110]: cephadm 2024-03-25T00:51:15.338950+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-25T00:51:16.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:16 smithi149 bash[22110]: audit 2024-03-25T00:51:15.804142+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:16.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:16 smithi028 bash[21481]: audit 2024-03-25T00:51:15.098982+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:16.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:16 smithi028 bash[21481]: audit 2024-03-25T00:51:15.103727+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:16.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:16 smithi028 bash[21481]: audit 2024-03-25T00:51:15.154785+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:16.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:16 smithi028 bash[21481]: audit 2024-03-25T00:51:15.162096+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:16.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:16 smithi028 bash[21481]: audit 2024-03-25T00:51:15.266779+0000 mon.a (mon.0) 692 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:51:16.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:16 smithi028 bash[21481]: audit 2024-03-25T00:51:15.270036+0000 mon.a (mon.0) 693 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:51:16.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:16 smithi028 bash[21481]: audit 2024-03-25T00:51:15.270939+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:51:16.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:16 smithi028 bash[21481]: audit 2024-03-25T00:51:15.277327+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:16.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:16 smithi028 bash[21481]: cephadm 2024-03-25T00:51:15.277842+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-25T00:51:16.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:16 smithi028 bash[21481]: audit 2024-03-25T00:51:15.328684+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:51:16.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:16 smithi028 bash[21481]: audit 2024-03-25T00:51:15.331370+0000 mon.a (mon.0) 697 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:51:16.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:16 smithi028 bash[21481]: audit 2024-03-25T00:51:15.332173+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:51:16.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:16 smithi028 bash[21481]: audit 2024-03-25T00:51:15.338496+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:16.591 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:16 smithi028 bash[21481]: cephadm 2024-03-25T00:51:15.338950+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-25T00:51:16.591 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:16 smithi028 bash[21481]: audit 2024-03-25T00:51:15.804142+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:17.158 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:17 smithi149 bash[22110]: cluster 2024-03-25T00:51:15.954553+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:17.339 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:17 smithi028 bash[21481]: cluster 2024-03-25T00:51:15.954553+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:17.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:17 smithi134 bash[22165]: cluster 2024-03-25T00:51:15.954553+0000 mgr.a (mgr.14152) 279 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:19.339 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:19 smithi028 bash[21481]: cluster 2024-03-25T00:51:17.955101+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:19.339 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:19 smithi028 bash[21481]: audit 2024-03-25T00:51:18.327372+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:19.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:19 smithi149 bash[22110]: cluster 2024-03-25T00:51:17.955101+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:19.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:19 smithi149 bash[22110]: audit 2024-03-25T00:51:18.327372+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:19.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:19 smithi134 bash[22165]: cluster 2024-03-25T00:51:17.955101+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:19.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:19 smithi134 bash[22165]: audit 2024-03-25T00:51:18.327372+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:21.158 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:20 smithi149 bash[22110]: audit 2024-03-25T00:51:19.882029+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:21.158 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:20 smithi149 bash[22110]: cluster 2024-03-25T00:51:19.955747+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:21.189 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:20 smithi134 bash[22165]: audit 2024-03-25T00:51:19.882029+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:21.190 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:20 smithi134 bash[22165]: cluster 2024-03-25T00:51:19.955747+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:21.339 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:20 smithi028 bash[21481]: audit 2024-03-25T00:51:19.882029+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:21.339 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:20 smithi028 bash[21481]: cluster 2024-03-25T00:51:19.955747+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:22.339 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:21 smithi028 bash[21481]: audit 2024-03-25T00:51:20.930390+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:22.339 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:21 smithi028 bash[21481]: audit 2024-03-25T00:51:21.321228+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:22.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:21 smithi134 bash[22165]: audit 2024-03-25T00:51:20.930390+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:22.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:21 smithi134 bash[22165]: audit 2024-03-25T00:51:21.321228+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:22.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:21 smithi149 bash[22110]: audit 2024-03-25T00:51:20.930390+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:22.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:21 smithi149 bash[22110]: audit 2024-03-25T00:51:21.321228+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:23.339 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:22 smithi028 bash[21481]: cluster 2024-03-25T00:51:21.956311+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:23.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:22 smithi134 bash[22165]: cluster 2024-03-25T00:51:21.956311+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:23.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:22 smithi149 bash[22110]: cluster 2024-03-25T00:51:21.956311+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:24.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:24 smithi149 bash[22110]: audit 2024-03-25T00:51:23.149225+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:24.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:24 smithi028 bash[21481]: audit 2024-03-25T00:51:23.149225+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:24.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:24 smithi134 bash[22165]: audit 2024-03-25T00:51:23.149225+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:25.302 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:25 smithi028 bash[21481]: cluster 2024-03-25T00:51:23.956862+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:25.303 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:25 smithi028 bash[21481]: audit 2024-03-25T00:51:24.838588+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:25.303 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:25 smithi028 bash[21481]: audit 2024-03-25T00:51:24.843817+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:25.303 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:25 smithi028 bash[21481]: audit 2024-03-25T00:51:24.849938+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:25.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:25 smithi149 bash[22110]: cluster 2024-03-25T00:51:23.956862+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:25.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:25 smithi149 bash[22110]: audit 2024-03-25T00:51:24.838588+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:25.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:25 smithi149 bash[22110]: audit 2024-03-25T00:51:24.843817+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:25.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:25 smithi149 bash[22110]: audit 2024-03-25T00:51:24.849938+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:25.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:25 smithi134 bash[22165]: cluster 2024-03-25T00:51:23.956862+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:25.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:25 smithi134 bash[22165]: audit 2024-03-25T00:51:24.838588+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:25.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:25 smithi134 bash[22165]: audit 2024-03-25T00:51:24.843817+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:25.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:25 smithi134 bash[22165]: audit 2024-03-25T00:51:24.849938+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:26.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:26 smithi028 bash[21481]: audit 2024-03-25T00:51:25.287219+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:26.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:26 smithi028 bash[21481]: audit 2024-03-25T00:51:25.294901+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:26.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:26 smithi028 bash[21481]: audit 2024-03-25T00:51:25.303954+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:26.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:26 smithi028 bash[21481]: audit 2024-03-25T00:51:25.777071+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:26.591 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:26 smithi028 bash[21481]: audit 2024-03-25T00:51:25.786138+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:26.591 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:26 smithi028 bash[21481]: audit 2024-03-25T00:51:25.796685+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:26.591 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:26 smithi028 bash[21481]: audit 2024-03-25T00:51:25.832829+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:51:26.591 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:26 smithi028 bash[21481]: audit 2024-03-25T00:51:25.838892+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:51:26.591 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:26 smithi028 bash[21481]: audit 2024-03-25T00:51:25.840885+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:51:26.591 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:26 smithi028 bash[21481]: audit 2024-03-25T00:51:25.851165+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:26.591 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:26 smithi028 bash[21481]: audit 2024-03-25T00:51:26.005086+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:26.591 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:26 smithi028 bash[21481]: audit 2024-03-25T00:51:26.011451+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:26.591 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:26 smithi028 bash[21481]: audit 2024-03-25T00:51:26.015649+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-25T00:51:26.591 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:26 smithi028 bash[21481]: audit 2024-03-25T00:51:26.022125+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:26.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:26 smithi134 bash[22165]: audit 2024-03-25T00:51:25.287219+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:26.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:26 smithi134 bash[22165]: audit 2024-03-25T00:51:25.294901+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:26.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:26 smithi134 bash[22165]: audit 2024-03-25T00:51:25.303954+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:26.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:26 smithi134 bash[22165]: audit 2024-03-25T00:51:25.777071+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:26.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:26 smithi134 bash[22165]: audit 2024-03-25T00:51:25.786138+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:26.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:26 smithi134 bash[22165]: audit 2024-03-25T00:51:25.796685+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:26.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:26 smithi134 bash[22165]: audit 2024-03-25T00:51:25.832829+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:51:26.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:26 smithi134 bash[22165]: audit 2024-03-25T00:51:25.838892+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:51:26.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:26 smithi134 bash[22165]: audit 2024-03-25T00:51:25.840885+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:51:26.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:26 smithi134 bash[22165]: audit 2024-03-25T00:51:25.851165+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:26.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:26 smithi134 bash[22165]: audit 2024-03-25T00:51:26.005086+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:26.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:26 smithi134 bash[22165]: audit 2024-03-25T00:51:26.011451+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:26.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:26 smithi134 bash[22165]: audit 2024-03-25T00:51:26.015649+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-25T00:51:26.603 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:26 smithi134 bash[22165]: audit 2024-03-25T00:51:26.022125+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:26.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:26 smithi149 bash[22110]: audit 2024-03-25T00:51:25.287219+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:26.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:26 smithi149 bash[22110]: audit 2024-03-25T00:51:25.294901+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:26.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:26 smithi149 bash[22110]: audit 2024-03-25T00:51:25.303954+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:26.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:26 smithi149 bash[22110]: audit 2024-03-25T00:51:25.777071+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:26.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:26 smithi149 bash[22110]: audit 2024-03-25T00:51:25.786138+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:26.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:26 smithi149 bash[22110]: audit 2024-03-25T00:51:25.796685+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:26.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:26 smithi149 bash[22110]: audit 2024-03-25T00:51:25.832829+0000 mon.a (mon.0) 715 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:51:26.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:26 smithi149 bash[22110]: audit 2024-03-25T00:51:25.838892+0000 mon.a (mon.0) 716 : audit [DBG] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:51:26.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:26 smithi149 bash[22110]: audit 2024-03-25T00:51:25.840885+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:51:26.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:26 smithi149 bash[22110]: audit 2024-03-25T00:51:25.851165+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:26.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:26 smithi149 bash[22110]: audit 2024-03-25T00:51:26.005086+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:26.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:26 smithi149 bash[22110]: audit 2024-03-25T00:51:26.011451+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:26.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:26 smithi149 bash[22110]: audit 2024-03-25T00:51:26.015649+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-25T00:51:26.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:26 smithi149 bash[22110]: audit 2024-03-25T00:51:26.022125+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:27.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:27 smithi028 bash[21481]: cephadm 2024-03-25T00:51:25.902813+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-25T00:51:27.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:27 smithi028 bash[21481]: cluster 2024-03-25T00:51:25.957329+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:27.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:27 smithi028 bash[21481]: audit 2024-03-25T00:51:26.016229+0000 mgr.a (mgr.14152) 286 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-25T00:51:27.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:27 smithi028 bash[21481]: cephadm 2024-03-25T00:51:26.047575+0000 mgr.a (mgr.14152) 287 : cephadm [INF] Deploying daemon grafana.smithi028 on smithi028 2024-03-25T00:51:27.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:27 smithi134 bash[22165]: cephadm 2024-03-25T00:51:25.902813+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-25T00:51:27.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:27 smithi134 bash[22165]: cluster 2024-03-25T00:51:25.957329+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:27.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:27 smithi134 bash[22165]: audit 2024-03-25T00:51:26.016229+0000 mgr.a (mgr.14152) 286 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-25T00:51:27.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:27 smithi134 bash[22165]: cephadm 2024-03-25T00:51:26.047575+0000 mgr.a (mgr.14152) 287 : cephadm [INF] Deploying daemon grafana.smithi028 on smithi028 2024-03-25T00:51:27.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:27 smithi149 bash[22110]: cephadm 2024-03-25T00:51:25.902813+0000 mgr.a (mgr.14152) 284 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-25T00:51:27.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:27 smithi149 bash[22110]: cluster 2024-03-25T00:51:25.957329+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:27.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:27 smithi149 bash[22110]: audit 2024-03-25T00:51:26.016229+0000 mgr.a (mgr.14152) 286 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-25T00:51:27.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:27 smithi149 bash[22110]: cephadm 2024-03-25T00:51:26.047575+0000 mgr.a (mgr.14152) 287 : cephadm [INF] Deploying daemon grafana.smithi028 on smithi028 2024-03-25T00:51:29.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:29 smithi028 bash[21481]: cluster 2024-03-25T00:51:27.957848+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:29.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:29 smithi134 bash[22165]: cluster 2024-03-25T00:51:27.957848+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:29.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:29 smithi149 bash[22110]: cluster 2024-03-25T00:51:27.957848+0000 mgr.a (mgr.14152) 288 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:31.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:31 smithi028 bash[21481]: cluster 2024-03-25T00:51:29.958488+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:31.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:31 smithi134 bash[22165]: cluster 2024-03-25T00:51:29.958488+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:31.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:31 smithi149 bash[22110]: cluster 2024-03-25T00:51:29.958488+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:33.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:33 smithi028 bash[21481]: cluster 2024-03-25T00:51:31.958941+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:33.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:33 smithi134 bash[22165]: cluster 2024-03-25T00:51:31.958941+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:33.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:33 smithi149 bash[22110]: cluster 2024-03-25T00:51:31.958941+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:35.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:35 smithi028 bash[21481]: cluster 2024-03-25T00:51:33.959476+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:35.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:35 smithi134 bash[22165]: cluster 2024-03-25T00:51:33.959476+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:35.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:35 smithi149 bash[22110]: cluster 2024-03-25T00:51:33.959476+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:37.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:37 smithi028 bash[21481]: cluster 2024-03-25T00:51:35.960154+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:37.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:37 smithi134 bash[22165]: cluster 2024-03-25T00:51:35.960154+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:37.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:37 smithi149 bash[22110]: cluster 2024-03-25T00:51:35.960154+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:39.557 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:39 smithi028 bash[21481]: cluster 2024-03-25T00:51:37.960861+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:39.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:39 smithi134 bash[22165]: cluster 2024-03-25T00:51:37.960861+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:39.618 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:39 smithi149 bash[22110]: cluster 2024-03-25T00:51:37.960861+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:41.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:41 smithi028 bash[21481]: cluster 2024-03-25T00:51:39.961533+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:41.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:41 smithi134 bash[22165]: cluster 2024-03-25T00:51:39.961533+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:41.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:41 smithi149 bash[22110]: cluster 2024-03-25T00:51:39.961533+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:42.382 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:51:42 smithi028 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:51:42.382 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:42 smithi028 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:51:42.383 INFO:journalctl@ceph.osd.0.smithi028.stdout:Mar 25 00:51:42 smithi028 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:51:42.659 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:42 smithi028 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:51:42.659 INFO:journalctl@ceph.osd.0.smithi028.stdout:Mar 25 00:51:42 smithi028 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:51:42.660 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:51:42 smithi028 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:51:43.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:43 smithi149 bash[22110]: cluster 2024-03-25T00:51:41.962207+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:43.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:43 smithi149 bash[22110]: audit 2024-03-25T00:51:42.665464+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:43.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:43 smithi149 bash[22110]: audit 2024-03-25T00:51:42.671544+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:43.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:43 smithi149 bash[22110]: audit 2024-03-25T00:51:42.711325+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:43.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:43 smithi149 bash[22110]: audit 2024-03-25T00:51:42.716287+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:43.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:43 smithi028 bash[21481]: cluster 2024-03-25T00:51:41.962207+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:43.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:43 smithi028 bash[21481]: audit 2024-03-25T00:51:42.665464+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:43.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:43 smithi028 bash[21481]: audit 2024-03-25T00:51:42.671544+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:43.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:43 smithi028 bash[21481]: audit 2024-03-25T00:51:42.711325+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:43.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:43 smithi028 bash[21481]: audit 2024-03-25T00:51:42.716287+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:43.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:43 smithi134 bash[22165]: cluster 2024-03-25T00:51:41.962207+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:43.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:43 smithi134 bash[22165]: audit 2024-03-25T00:51:42.665464+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:43.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:43 smithi134 bash[22165]: audit 2024-03-25T00:51:42.671544+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:43.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:43 smithi134 bash[22165]: audit 2024-03-25T00:51:42.711325+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:43.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:43 smithi134 bash[22165]: audit 2024-03-25T00:51:42.716287+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:44.335 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:44 smithi028 bash[21481]: cephadm 2024-03-25T00:51:42.730019+0000 mgr.a (mgr.14152) 296 : cephadm [INF] Deploying daemon alertmanager.smithi149 on smithi149 2024-03-25T00:51:44.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:44 smithi134 bash[22165]: cephadm 2024-03-25T00:51:42.730019+0000 mgr.a (mgr.14152) 296 : cephadm [INF] Deploying daemon alertmanager.smithi149 on smithi149 2024-03-25T00:51:44.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:44 smithi149 bash[22110]: cephadm 2024-03-25T00:51:42.730019+0000 mgr.a (mgr.14152) 296 : cephadm [INF] Deploying daemon alertmanager.smithi149 on smithi149 2024-03-25T00:51:45.635 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:45 smithi028 bash[21481]: cluster 2024-03-25T00:51:43.962605+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:45.635 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:45 smithi028 bash[21481]: audit 2024-03-25T00:51:44.394928+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:45.635 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:45 smithi028 bash[21481]: audit 2024-03-25T00:51:44.400687+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:45.635 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:45 smithi028 bash[21481]: audit 2024-03-25T00:51:44.406802+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:45.635 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:45 smithi028 bash[21481]: audit 2024-03-25T00:51:45.017554+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:45.635 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:45 smithi028 bash[21481]: audit 2024-03-25T00:51:45.026477+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:45.635 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:45 smithi028 bash[21481]: audit 2024-03-25T00:51:45.036770+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:45.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:45 smithi149 bash[22110]: cluster 2024-03-25T00:51:43.962605+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:45.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:45 smithi149 bash[22110]: audit 2024-03-25T00:51:44.394928+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:45.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:45 smithi149 bash[22110]: audit 2024-03-25T00:51:44.400687+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:45.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:45 smithi149 bash[22110]: audit 2024-03-25T00:51:44.406802+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:45.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:45 smithi149 bash[22110]: audit 2024-03-25T00:51:45.017554+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:45.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:45 smithi149 bash[22110]: audit 2024-03-25T00:51:45.026477+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:45.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:45 smithi149 bash[22110]: audit 2024-03-25T00:51:45.036770+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:45.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:45 smithi134 bash[22165]: cluster 2024-03-25T00:51:43.962605+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:45.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:45 smithi134 bash[22165]: audit 2024-03-25T00:51:44.394928+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:45.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:45 smithi134 bash[22165]: audit 2024-03-25T00:51:44.400687+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:45.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:45 smithi134 bash[22165]: audit 2024-03-25T00:51:44.406802+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:45.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:45 smithi134 bash[22165]: audit 2024-03-25T00:51:45.017554+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:45.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:45 smithi134 bash[22165]: audit 2024-03-25T00:51:45.026477+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:45.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:45 smithi134 bash[22165]: audit 2024-03-25T00:51:45.036770+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:46.540 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:46 smithi028 bash[21481]: audit 2024-03-25T00:51:45.461794+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:46.540 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:46 smithi028 bash[21481]: audit 2024-03-25T00:51:45.813573+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:46.832 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:46 smithi149 bash[22110]: audit 2024-03-25T00:51:45.461794+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:46.832 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:46 smithi149 bash[22110]: audit 2024-03-25T00:51:45.813573+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:46.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:46 smithi134 bash[22165]: audit 2024-03-25T00:51:45.461794+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:46.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:46 smithi134 bash[22165]: audit 2024-03-25T00:51:45.813573+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:47.828 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:47 smithi149 bash[22110]: cluster 2024-03-25T00:51:45.963114+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:47.839 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:47 smithi028 bash[21481]: cluster 2024-03-25T00:51:45.963114+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:47.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:47 smithi134 bash[22165]: cluster 2024-03-25T00:51:45.963114+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:49.549 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:49 smithi028 bash[21481]: cluster 2024-03-25T00:51:47.963634+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:49.549 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:49 smithi028 bash[21481]: audit 2024-03-25T00:51:49.281762+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:49.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:49 smithi134 bash[22165]: cluster 2024-03-25T00:51:47.963634+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:49.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:49 smithi134 bash[22165]: audit 2024-03-25T00:51:49.281762+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:49.890 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:49 smithi149 bash[22110]: cluster 2024-03-25T00:51:47.963634+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:49.890 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:49 smithi149 bash[22110]: audit 2024-03-25T00:51:49.281762+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:50.683 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:50 smithi028 bash[21481]: cluster 2024-03-25T00:51:49.964142+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:50.768 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:50 smithi149 bash[22110]: cluster 2024-03-25T00:51:49.964142+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:50.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:50 smithi134 bash[22165]: cluster 2024-03-25T00:51:49.964142+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:51.023 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:50 smithi149 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:51:51.024 INFO:journalctl@ceph.osd.2.smithi149.stdout:Mar 25 00:51:50 smithi149 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:51:51.304 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:51 smithi149 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:51:51.305 INFO:journalctl@ceph.osd.2.smithi149.stdout:Mar 25 00:51:51 smithi149 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:51:52.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:52 smithi134 bash[22165]: audit 2024-03-25T00:51:51.310823+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:52.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:52 smithi134 bash[22165]: audit 2024-03-25T00:51:51.316904+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:52.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:52 smithi134 bash[22165]: audit 2024-03-25T00:51:51.369443+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:52.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:52 smithi134 bash[22165]: audit 2024-03-25T00:51:51.376130+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:52.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:52 smithi134 bash[22165]: audit 2024-03-25T00:51:51.408558+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:52.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:52 smithi149 bash[22110]: audit 2024-03-25T00:51:51.310823+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:52.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:52 smithi149 bash[22110]: audit 2024-03-25T00:51:51.316904+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:52.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:52 smithi149 bash[22110]: audit 2024-03-25T00:51:51.369443+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:52.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:52 smithi149 bash[22110]: audit 2024-03-25T00:51:51.376130+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:52.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:52 smithi149 bash[22110]: audit 2024-03-25T00:51:51.408558+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:52.561 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:52 smithi028 bash[21481]: audit 2024-03-25T00:51:51.310823+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:52.561 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:52 smithi028 bash[21481]: audit 2024-03-25T00:51:51.316904+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:52.561 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:52 smithi028 bash[21481]: audit 2024-03-25T00:51:51.369443+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:52.562 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:52 smithi028 bash[21481]: audit 2024-03-25T00:51:51.376130+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:52.562 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:52 smithi028 bash[21481]: audit 2024-03-25T00:51:51.408558+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:53.646 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:53 smithi028 bash[21481]: cephadm 2024-03-25T00:51:51.650610+0000 mgr.a (mgr.14152) 301 : cephadm [INF] Deploying daemon prometheus.smithi134 on smithi134 2024-03-25T00:51:53.646 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:53 smithi028 bash[21481]: cluster 2024-03-25T00:51:51.964620+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:53.646 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:53 smithi028 bash[21481]: audit 2024-03-25T00:51:52.946836+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:53.647 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:53 smithi028 bash[21481]: audit 2024-03-25T00:51:52.952199+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:53.647 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:53 smithi028 bash[21481]: audit 2024-03-25T00:51:52.957214+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:53.647 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:53 smithi149 bash[22110]: cephadm 2024-03-25T00:51:51.650610+0000 mgr.a (mgr.14152) 301 : cephadm [INF] Deploying daemon prometheus.smithi134 on smithi134 2024-03-25T00:51:53.647 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:53 smithi149 bash[22110]: cluster 2024-03-25T00:51:51.964620+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:53.647 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:53 smithi149 bash[22110]: audit 2024-03-25T00:51:52.946836+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:53.647 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:53 smithi149 bash[22110]: audit 2024-03-25T00:51:52.952199+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:53.647 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:53 smithi149 bash[22110]: audit 2024-03-25T00:51:52.957214+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:53.851 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:53 smithi134 bash[22165]: cephadm 2024-03-25T00:51:51.650610+0000 mgr.a (mgr.14152) 301 : cephadm [INF] Deploying daemon prometheus.smithi134 on smithi134 2024-03-25T00:51:53.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:53 smithi134 bash[22165]: cluster 2024-03-25T00:51:51.964620+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:53.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:53 smithi134 bash[22165]: audit 2024-03-25T00:51:52.946836+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:53.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:53 smithi134 bash[22165]: audit 2024-03-25T00:51:52.952199+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:53.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:53 smithi134 bash[22165]: audit 2024-03-25T00:51:52.957214+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:55.479 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:55 smithi028 bash[21481]: cluster 2024-03-25T00:51:53.965123+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:55.673 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:55 smithi149 bash[22110]: cluster 2024-03-25T00:51:53.965123+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:55.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:55 smithi134 bash[22165]: cluster 2024-03-25T00:51:53.965123+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:56.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:56 smithi028 bash[21481]: audit 2024-03-25T00:51:55.822838+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:56.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:56 smithi028 bash[21481]: cluster 2024-03-25T00:51:55.965633+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:56.841 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:56 smithi028 bash[21481]: audit 2024-03-25T00:51:56.523618+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:57.102 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:56 smithi134 bash[22165]: audit 2024-03-25T00:51:55.822838+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:57.102 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:56 smithi134 bash[22165]: cluster 2024-03-25T00:51:55.965633+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:57.102 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:56 smithi134 bash[22165]: audit 2024-03-25T00:51:56.523618+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:57.158 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:56 smithi149 bash[22110]: audit 2024-03-25T00:51:55.822838+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:57.158 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:56 smithi149 bash[22110]: cluster 2024-03-25T00:51:55.965633+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:57.158 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:56 smithi149 bash[22110]: audit 2024-03-25T00:51:56.523618+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:51:59.261 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:51:59 smithi028 bash[21481]: cluster 2024-03-25T00:51:57.966180+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:59.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:51:59 smithi134 bash[22165]: cluster 2024-03-25T00:51:57.966180+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:51:59.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:51:59 smithi149 bash[22110]: cluster 2024-03-25T00:51:57.966180+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:00.839 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:00 smithi028 bash[21481]: audit 2024-03-25T00:51:59.581816+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:52:00.839 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:00 smithi028 bash[21481]: audit 2024-03-25T00:51:59.591432+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:52:00.839 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:00 smithi028 bash[21481]: audit 2024-03-25T00:51:59.602574+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:52:00.839 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:00 smithi028 bash[21481]: cluster 2024-03-25T00:51:59.966701+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:00.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:00 smithi134 bash[22165]: audit 2024-03-25T00:51:59.581816+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:52:00.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:00 smithi134 bash[22165]: audit 2024-03-25T00:51:59.591432+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:52:00.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:00 smithi134 bash[22165]: audit 2024-03-25T00:51:59.602574+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:52:00.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:00 smithi134 bash[22165]: cluster 2024-03-25T00:51:59.966701+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:00.908 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:00 smithi149 bash[22110]: audit 2024-03-25T00:51:59.581816+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:52:00.908 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:00 smithi149 bash[22110]: audit 2024-03-25T00:51:59.591432+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:52:00.908 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:00 smithi149 bash[22110]: audit 2024-03-25T00:51:59.602574+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:52:00.908 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:00 smithi149 bash[22110]: cluster 2024-03-25T00:51:59.966701+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:03.066 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:03 smithi028 bash[21481]: cluster 2024-03-25T00:52:01.967242+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:03.102 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:03 smithi134 bash[22165]: cluster 2024-03-25T00:52:01.967242+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:03.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:03 smithi149 bash[22110]: cluster 2024-03-25T00:52:01.967242+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:04.039 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:03 smithi134 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:52:04.039 INFO:journalctl@ceph.osd.1.smithi134.stdout:Mar 25 00:52:03 smithi134 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:52:04.040 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:03 smithi134 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:52:04.351 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:04 smithi134 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:52:04.352 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:04 smithi134 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:52:04.352 INFO:journalctl@ceph.osd.1.smithi134.stdout:Mar 25 00:52:04 smithi134 systemd[1]: /etc/systemd/system/ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@.service:23: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please update your service to use a safer KillMode=, such as 'mixed' or 'control-group'. Support for KillMode=none is deprecated and will eventually be removed. 2024-03-25T00:52:05.537 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:05 smithi028 bash[21481]: cluster 2024-03-25T00:52:03.967726+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:05.537 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:05 smithi028 bash[21481]: audit 2024-03-25T00:52:04.298849+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:52:05.537 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:05 smithi028 bash[21481]: audit 2024-03-25T00:52:04.309021+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:52:05.538 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:05 smithi028 bash[21481]: audit 2024-03-25T00:52:04.366253+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:52:05.538 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:05 smithi028 bash[21481]: audit 2024-03-25T00:52:04.375052+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-25T00:52:05.538 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:05 smithi028 bash[21481]: audit 2024-03-25T00:52:04.576193+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:52:05.538 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:05 smithi028 bash[21481]: audit 2024-03-25T00:52:04.585856+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:52:05.538 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:05 smithi028 bash[21481]: audit 2024-03-25T00:52:04.597047+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:52:05.543 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:05 smithi134 bash[22165]: cluster 2024-03-25T00:52:03.967726+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:05.544 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:05 smithi134 bash[22165]: audit 2024-03-25T00:52:04.298849+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:52:05.544 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:05 smithi134 bash[22165]: audit 2024-03-25T00:52:04.309021+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:52:05.544 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:05 smithi134 bash[22165]: audit 2024-03-25T00:52:04.366253+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:52:05.544 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:05 smithi134 bash[22165]: audit 2024-03-25T00:52:04.375052+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-25T00:52:05.544 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:05 smithi134 bash[22165]: audit 2024-03-25T00:52:04.576193+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:52:05.544 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:05 smithi134 bash[22165]: audit 2024-03-25T00:52:04.585856+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:52:05.544 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:05 smithi134 bash[22165]: audit 2024-03-25T00:52:04.597047+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:52:05.549 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:05 smithi149 bash[22110]: cluster 2024-03-25T00:52:03.967726+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:05.549 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:05 smithi149 bash[22110]: audit 2024-03-25T00:52:04.298849+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:52:05.549 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:05 smithi149 bash[22110]: audit 2024-03-25T00:52:04.309021+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:52:05.549 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:05 smithi149 bash[22110]: audit 2024-03-25T00:52:04.366253+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:52:05.550 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:05 smithi149 bash[22110]: audit 2024-03-25T00:52:04.375052+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-25T00:52:05.550 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:05 smithi149 bash[22110]: audit 2024-03-25T00:52:04.576193+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:52:05.550 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:05 smithi149 bash[22110]: audit 2024-03-25T00:52:04.585856+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:52:05.550 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:05 smithi149 bash[22110]: audit 2024-03-25T00:52:04.597047+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' 2024-03-25T00:52:05.794 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:05 smithi028 bash[21737]: ignoring --setuser ceph since I am not root 2024-03-25T00:52:05.794 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:05 smithi028 bash[21737]: ignoring --setgroup ceph since I am not root 2024-03-25T00:52:05.794 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:05 smithi028 bash[21737]: debug 2024-03-25T00:52:05.711+0000 7efd3623e200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-25T00:52:05.851 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:05 smithi134 bash[23191]: ignoring --setuser ceph since I am not root 2024-03-25T00:52:05.852 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:05 smithi134 bash[23191]: ignoring --setgroup ceph since I am not root 2024-03-25T00:52:05.852 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:05 smithi134 bash[23191]: debug 2024-03-25T00:52:05.570+0000 7fda0cc06700 1 -- 172.21.15.134:0/171462536 <== mon.2 v2:172.21.15.134:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x559e8b00a5a0 con 0x559e8bd88800 2024-03-25T00:52:05.852 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:05 smithi134 bash[23191]: debug 2024-03-25T00:52:05.734+0000 7fda169f7200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-25T00:52:06.759 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:06 smithi028 bash[21481]: audit 2024-03-25T00:52:05.502353+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-25T00:52:06.759 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:06 smithi028 bash[21481]: cluster 2024-03-25T00:52:05.510480+0000 mon.a (mon.0) 757 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-03-25T00:52:06.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:06 smithi134 bash[22165]: audit 2024-03-25T00:52:05.502353+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-25T00:52:06.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:06 smithi134 bash[22165]: cluster 2024-03-25T00:52:05.510480+0000 mon.a (mon.0) 757 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-03-25T00:52:06.908 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:06 smithi149 bash[22110]: audit 2024-03-25T00:52:05.502353+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.28:0/3296449294' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-25T00:52:06.908 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:06 smithi149 bash[22110]: cluster 2024-03-25T00:52:05.510480+0000 mon.a (mon.0) 757 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-03-25T00:52:07.476 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:07 smithi028 bash[21737]: debug 2024-03-25T00:52:07.375+0000 7efd3623e200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-25T00:52:07.601 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:07 smithi134 bash[23191]: debug 2024-03-25T00:52:07.298+0000 7fda169f7200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-25T00:52:07.602 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:07 smithi134 bash[23191]: debug 2024-03-25T00:52:07.394+0000 7fda169f7200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-25T00:52:07.732 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:07 smithi028 bash[21737]: debug 2024-03-25T00:52:07.475+0000 7efd3623e200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-25T00:52:08.088 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:07 smithi028 bash[21737]: debug 2024-03-25T00:52:07.731+0000 7efd3623e200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-25T00:52:08.101 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:07 smithi134 bash[23191]: debug 2024-03-25T00:52:07.642+0000 7fda169f7200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-25T00:52:08.710 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:08 smithi028 bash[21737]: debug 2024-03-25T00:52:08.591+0000 7efd3623e200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-25T00:52:08.851 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:08 smithi134 bash[23191]: debug 2024-03-25T00:52:08.430+0000 7fda169f7200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-25T00:52:08.851 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:08 smithi134 bash[23191]: debug 2024-03-25T00:52:08.538+0000 7fda169f7200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-25T00:52:08.852 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:08 smithi134 bash[23191]: debug 2024-03-25T00:52:08.638+0000 7fda169f7200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-25T00:52:09.088 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:08 smithi028 bash[21737]: debug 2024-03-25T00:52:08.711+0000 7efd3623e200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-25T00:52:09.089 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:08 smithi028 bash[21737]: debug 2024-03-25T00:52:08.819+0000 7efd3623e200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-25T00:52:09.351 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:08 smithi134 bash[23191]: debug 2024-03-25T00:52:08.994+0000 7fda169f7200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-25T00:52:09.352 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:09 smithi134 bash[23191]: debug 2024-03-25T00:52:09.106+0000 7fda169f7200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-25T00:52:09.352 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:09 smithi134 bash[23191]: debug 2024-03-25T00:52:09.206+0000 7fda169f7200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-25T00:52:09.588 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:09 smithi028 bash[21737]: debug 2024-03-25T00:52:09.195+0000 7efd3623e200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-25T00:52:09.589 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:09 smithi028 bash[21737]: debug 2024-03-25T00:52:09.315+0000 7efd3623e200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-25T00:52:09.589 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:09 smithi028 bash[21737]: debug 2024-03-25T00:52:09.427+0000 7efd3623e200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-25T00:52:09.851 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:09 smithi134 bash[23191]: debug 2024-03-25T00:52:09.562+0000 7fda169f7200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-25T00:52:09.852 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:09 smithi134 bash[23191]: debug 2024-03-25T00:52:09.802+0000 7fda169f7200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-25T00:52:10.086 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:09 smithi028 bash[21737]: debug 2024-03-25T00:52:09.811+0000 7efd3623e200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-25T00:52:10.338 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:10 smithi028 bash[21737]: debug 2024-03-25T00:52:10.087+0000 7efd3623e200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-25T00:52:10.351 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:10 smithi134 bash[23191]: debug 2024-03-25T00:52:10.058+0000 7fda169f7200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-25T00:52:10.352 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:10 smithi134 bash[23191]: debug 2024-03-25T00:52:10.170+0000 7fda169f7200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-25T00:52:10.768 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:10 smithi028 bash[21737]: debug 2024-03-25T00:52:10.363+0000 7efd3623e200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-25T00:52:10.768 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:10 smithi028 bash[21737]: debug 2024-03-25T00:52:10.479+0000 7efd3623e200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-25T00:52:10.853 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:10 smithi134 bash[23191]: debug 2024-03-25T00:52:10.438+0000 7fda169f7200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-25T00:52:11.222 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:10 smithi134 bash[23191]: debug 2024-03-25T00:52:10.870+0000 7fda169f7200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-25T00:52:11.223 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:11 smithi134 bash[23191]: debug 2024-03-25T00:52:11.106+0000 7fda169f7200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-25T00:52:11.569 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:10 smithi028 bash[21737]: debug 2024-03-25T00:52:10.767+0000 7efd3623e200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-25T00:52:11.569 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:11 smithi028 bash[21737]: debug 2024-03-25T00:52:11.195+0000 7efd3623e200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-25T00:52:11.569 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:11 smithi028 bash[21737]: debug 2024-03-25T00:52:11.443+0000 7efd3623e200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-25T00:52:11.601 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:11 smithi134 bash[23191]: debug 2024-03-25T00:52:11.222+0000 7fda169f7200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-25T00:52:11.602 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:11 smithi134 bash[23191]: debug 2024-03-25T00:52:11.466+0000 7fda169f7200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-25T00:52:11.829 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:11 smithi028 bash[21737]: debug 2024-03-25T00:52:11.571+0000 7efd3623e200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-25T00:52:11.829 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:11 smithi028 bash[21737]: debug 2024-03-25T00:52:11.831+0000 7efd3623e200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-25T00:52:12.851 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:12 smithi134 bash[23191]: debug 2024-03-25T00:52:12.466+0000 7fda169f7200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-25T00:52:12.852 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:12 smithi134 bash[23191]: debug 2024-03-25T00:52:12.582+0000 7fda169f7200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-25T00:52:13.317 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:12 smithi028 bash[21737]: debug 2024-03-25T00:52:12.883+0000 7efd3623e200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-25T00:52:13.318 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:13 smithi028 bash[21737]: debug 2024-03-25T00:52:13.007+0000 7efd3623e200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-25T00:52:13.351 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:12 smithi134 bash[23191]: debug 2024-03-25T00:52:12.870+0000 7fda169f7200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-25T00:52:13.352 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:12 smithi134 bash[23191]: debug 2024-03-25T00:52:12.982+0000 7fda169f7200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-25T00:52:13.589 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:13 smithi028 bash[21737]: debug 2024-03-25T00:52:13.319+0000 7efd3623e200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-25T00:52:13.589 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:13 smithi028 bash[21737]: debug 2024-03-25T00:52:13.439+0000 7efd3623e200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-25T00:52:13.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:13 smithi134 bash[22165]: cluster 2024-03-25T00:52:13.571977+0000 mon.a (mon.0) 758 : cluster [DBG] Standby manager daemon b restarted 2024-03-25T00:52:13.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:13 smithi134 bash[22165]: cluster 2024-03-25T00:52:13.572144+0000 mon.a (mon.0) 759 : cluster [DBG] Standby manager daemon b started 2024-03-25T00:52:13.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:13 smithi134 bash[22165]: audit 2024-03-25T00:52:13.573338+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.134:0/1200164483' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-25T00:52:13.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:13 smithi134 bash[22165]: audit 2024-03-25T00:52:13.574219+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.134:0/1200164483' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-25T00:52:13.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:13 smithi134 bash[22165]: audit 2024-03-25T00:52:13.577027+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.134:0/1200164483' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-25T00:52:13.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:13 smithi134 bash[22165]: audit 2024-03-25T00:52:13.577684+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.134:0/1200164483' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-25T00:52:13.852 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:13 smithi134 bash[23191]: debug 2024-03-25T00:52:13.426+0000 7fda169f7200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-25T00:52:13.852 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:13 smithi134 bash[23191]: debug 2024-03-25T00:52:13.546+0000 7fda169f7200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-25T00:52:13.852 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:13 smithi134 bash[23191]: [25/Mar/2024:00:52:13] ENGINE Bus STARTING 2024-03-25T00:52:13.853 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:13 smithi134 bash[23191]: CherryPy Checker: 2024-03-25T00:52:13.853 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:13 smithi134 bash[23191]: The Application mounted at '' has an empty config. 2024-03-25T00:52:13.853 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:13 smithi134 bash[23191]: [25/Mar/2024:00:52:13] ENGINE Serving on http://:::9283 2024-03-25T00:52:13.853 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:52:13 smithi134 bash[23191]: [25/Mar/2024:00:52:13] ENGINE Bus STARTED 2024-03-25T00:52:13.908 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:13 smithi149 bash[22110]: cluster 2024-03-25T00:52:13.571977+0000 mon.a (mon.0) 758 : cluster [DBG] Standby manager daemon b restarted 2024-03-25T00:52:13.908 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:13 smithi149 bash[22110]: cluster 2024-03-25T00:52:13.572144+0000 mon.a (mon.0) 759 : cluster [DBG] Standby manager daemon b started 2024-03-25T00:52:13.908 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:13 smithi149 bash[22110]: audit 2024-03-25T00:52:13.573338+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.134:0/1200164483' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-25T00:52:13.908 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:13 smithi149 bash[22110]: audit 2024-03-25T00:52:13.574219+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.134:0/1200164483' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-25T00:52:13.908 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:13 smithi149 bash[22110]: audit 2024-03-25T00:52:13.577027+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.134:0/1200164483' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-25T00:52:13.908 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:13 smithi149 bash[22110]: audit 2024-03-25T00:52:13.577684+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.134:0/1200164483' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-25T00:52:13.916 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:13 smithi028 bash[21481]: cluster 2024-03-25T00:52:13.571977+0000 mon.a (mon.0) 758 : cluster [DBG] Standby manager daemon b restarted 2024-03-25T00:52:13.916 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:13 smithi028 bash[21481]: cluster 2024-03-25T00:52:13.572144+0000 mon.a (mon.0) 759 : cluster [DBG] Standby manager daemon b started 2024-03-25T00:52:13.916 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:13 smithi028 bash[21481]: audit 2024-03-25T00:52:13.573338+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.134:0/1200164483' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-25T00:52:13.916 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:13 smithi028 bash[21481]: audit 2024-03-25T00:52:13.574219+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.134:0/1200164483' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-25T00:52:13.916 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:13 smithi028 bash[21481]: audit 2024-03-25T00:52:13.577027+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.134:0/1200164483' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-25T00:52:13.916 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:13 smithi028 bash[21481]: audit 2024-03-25T00:52:13.577684+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.134:0/1200164483' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-25T00:52:14.174 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:13 smithi028 bash[21737]: debug 2024-03-25T00:52:13.915+0000 7efd3623e200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-25T00:52:14.174 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21737]: debug 2024-03-25T00:52:14.043+0000 7efd3623e200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-25T00:52:14.174 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21737]: [25/Mar/2024:00:52:14] ENGINE Bus STARTING 2024-03-25T00:52:14.588 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21737]: CherryPy Checker: 2024-03-25T00:52:14.588 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21737]: The Application mounted at '' has an empty config. 2024-03-25T00:52:14.589 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21737]: [25/Mar/2024:00:52:14] ENGINE Serving on http://:::9283 2024-03-25T00:52:14.589 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21737]: [25/Mar/2024:00:52:14] ENGINE Bus STARTED 2024-03-25T00:52:14.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: cluster 2024-03-25T00:52:13.631741+0000 mon.a (mon.0) 760 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-03-25T00:52:14.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: cluster 2024-03-25T00:52:14.067203+0000 mon.a (mon.0) 761 : cluster [INF] Active manager daemon a restarted 2024-03-25T00:52:14.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: cluster 2024-03-25T00:52:14.067535+0000 mon.a (mon.0) 762 : cluster [INF] Activating manager daemon a 2024-03-25T00:52:14.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: cluster 2024-03-25T00:52:14.073573+0000 mon.a (mon.0) 763 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-25T00:52:14.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: cluster 2024-03-25T00:52:14.073831+0000 mon.a (mon.0) 764 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00642383s), standbys: b 2024-03-25T00:52:14.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: audit 2024-03-25T00:52:14.078931+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-25T00:52:14.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: audit 2024-03-25T00:52:14.079169+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:52:14.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: audit 2024-03-25T00:52:14.079395+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:52:14.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: audit 2024-03-25T00:52:14.080680+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-25T00:52:14.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: audit 2024-03-25T00:52:14.080836+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-25T00:52:14.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: audit 2024-03-25T00:52:14.081725+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-25T00:52:14.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: audit 2024-03-25T00:52:14.082071+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-25T00:52:14.853 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: audit 2024-03-25T00:52:14.082271+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-25T00:52:14.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: audit 2024-03-25T00:52:14.082544+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-25T00:52:14.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: audit 2024-03-25T00:52:14.082706+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-25T00:52:14.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: audit 2024-03-25T00:52:14.083145+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-25T00:52:14.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: cluster 2024-03-25T00:52:14.115016+0000 mon.a (mon.0) 776 : cluster [INF] Manager daemon a is now available 2024-03-25T00:52:14.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: audit 2024-03-25T00:52:14.147052+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:14.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: audit 2024-03-25T00:52:14.150669+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:52:14.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: audit 2024-03-25T00:52:14.157695+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi028", "name": "osd_memory_target"}]: dispatch 2024-03-25T00:52:14.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: audit 2024-03-25T00:52:14.159008+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi149", "name": "osd_memory_target"}]: dispatch 2024-03-25T00:52:14.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: audit 2024-03-25T00:52:14.161967+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi028", "name": "osd_memory_target"}]': finished 2024-03-25T00:52:14.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: audit 2024-03-25T00:52:14.164078+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi134", "name": "osd_memory_target"}]: dispatch 2024-03-25T00:52:14.854 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: audit 2024-03-25T00:52:14.167120+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi149", "name": "osd_memory_target"}]': finished 2024-03-25T00:52:14.855 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: audit 2024-03-25T00:52:14.173938+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:14.855 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: audit 2024-03-25T00:52:14.177186+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:52:14.855 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: audit 2024-03-25T00:52:14.179313+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi134", "name": "osd_memory_target"}]': finished 2024-03-25T00:52:14.855 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: audit 2024-03-25T00:52:14.184758+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:52:14.855 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: audit 2024-03-25T00:52:14.188611+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:52:14.855 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: audit 2024-03-25T00:52:14.194120+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-25T00:52:14.855 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: cephadm 2024-03-25T00:52:14.194497+0000 mgr.a (mgr.14385) 1 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-03-25T00:52:14.855 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: cephadm 2024-03-25T00:52:14.195768+0000 mgr.a (mgr.14385) 2 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.conf 2024-03-25T00:52:14.855 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: cephadm 2024-03-25T00:52:14.196812+0000 mgr.a (mgr.14385) 3 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-03-25T00:52:14.855 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:14 smithi134 bash[22165]: audit 2024-03-25T00:52:14.203089+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-25T00:52:14.908 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: cluster 2024-03-25T00:52:13.631741+0000 mon.a (mon.0) 760 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-03-25T00:52:14.909 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: cluster 2024-03-25T00:52:14.067203+0000 mon.a (mon.0) 761 : cluster [INF] Active manager daemon a restarted 2024-03-25T00:52:14.909 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: cluster 2024-03-25T00:52:14.067535+0000 mon.a (mon.0) 762 : cluster [INF] Activating manager daemon a 2024-03-25T00:52:14.909 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: cluster 2024-03-25T00:52:14.073573+0000 mon.a (mon.0) 763 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-25T00:52:14.909 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: cluster 2024-03-25T00:52:14.073831+0000 mon.a (mon.0) 764 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00642383s), standbys: b 2024-03-25T00:52:14.909 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: audit 2024-03-25T00:52:14.078931+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-25T00:52:14.909 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: audit 2024-03-25T00:52:14.079169+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:52:14.909 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: audit 2024-03-25T00:52:14.079395+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:52:14.909 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: audit 2024-03-25T00:52:14.080680+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-25T00:52:14.909 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: audit 2024-03-25T00:52:14.080836+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-25T00:52:14.909 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: audit 2024-03-25T00:52:14.081725+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-25T00:52:14.909 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: audit 2024-03-25T00:52:14.082071+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-25T00:52:14.909 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: audit 2024-03-25T00:52:14.082271+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-25T00:52:14.910 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: audit 2024-03-25T00:52:14.082544+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-25T00:52:14.910 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: audit 2024-03-25T00:52:14.082706+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-25T00:52:14.910 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: audit 2024-03-25T00:52:14.083145+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-25T00:52:14.910 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: cluster 2024-03-25T00:52:14.115016+0000 mon.a (mon.0) 776 : cluster [INF] Manager daemon a is now available 2024-03-25T00:52:14.910 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: audit 2024-03-25T00:52:14.147052+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:14.910 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: audit 2024-03-25T00:52:14.150669+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:52:14.910 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: audit 2024-03-25T00:52:14.157695+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi028", "name": "osd_memory_target"}]: dispatch 2024-03-25T00:52:14.910 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: audit 2024-03-25T00:52:14.159008+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi149", "name": "osd_memory_target"}]: dispatch 2024-03-25T00:52:14.910 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: audit 2024-03-25T00:52:14.161967+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi028", "name": "osd_memory_target"}]': finished 2024-03-25T00:52:14.910 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: audit 2024-03-25T00:52:14.164078+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi134", "name": "osd_memory_target"}]: dispatch 2024-03-25T00:52:14.910 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: audit 2024-03-25T00:52:14.167120+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi149", "name": "osd_memory_target"}]': finished 2024-03-25T00:52:14.910 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: audit 2024-03-25T00:52:14.173938+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:14.911 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: audit 2024-03-25T00:52:14.177186+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:52:14.911 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: audit 2024-03-25T00:52:14.179313+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi134", "name": "osd_memory_target"}]': finished 2024-03-25T00:52:14.911 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: audit 2024-03-25T00:52:14.184758+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:52:14.911 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: audit 2024-03-25T00:52:14.188611+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:52:14.911 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: audit 2024-03-25T00:52:14.194120+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-25T00:52:14.911 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: cephadm 2024-03-25T00:52:14.194497+0000 mgr.a (mgr.14385) 1 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-03-25T00:52:14.911 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: cephadm 2024-03-25T00:52:14.195768+0000 mgr.a (mgr.14385) 2 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.conf 2024-03-25T00:52:14.911 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: cephadm 2024-03-25T00:52:14.196812+0000 mgr.a (mgr.14385) 3 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-03-25T00:52:14.911 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:14 smithi149 bash[22110]: audit 2024-03-25T00:52:14.203089+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-25T00:52:15.089 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: cluster 2024-03-25T00:52:13.631741+0000 mon.a (mon.0) 760 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-03-25T00:52:15.089 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: cluster 2024-03-25T00:52:14.067203+0000 mon.a (mon.0) 761 : cluster [INF] Active manager daemon a restarted 2024-03-25T00:52:15.089 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: cluster 2024-03-25T00:52:14.067535+0000 mon.a (mon.0) 762 : cluster [INF] Activating manager daemon a 2024-03-25T00:52:15.089 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: cluster 2024-03-25T00:52:14.073573+0000 mon.a (mon.0) 763 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-25T00:52:15.089 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: cluster 2024-03-25T00:52:14.073831+0000 mon.a (mon.0) 764 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00642383s), standbys: b 2024-03-25T00:52:15.089 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: audit 2024-03-25T00:52:14.078931+0000 mon.a (mon.0) 765 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-25T00:52:15.090 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: audit 2024-03-25T00:52:14.079169+0000 mon.a (mon.0) 766 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-25T00:52:15.090 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: audit 2024-03-25T00:52:14.079395+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-25T00:52:15.090 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: audit 2024-03-25T00:52:14.080680+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-25T00:52:15.090 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: audit 2024-03-25T00:52:14.080836+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-25T00:52:15.090 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: audit 2024-03-25T00:52:14.081725+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-25T00:52:15.090 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: audit 2024-03-25T00:52:14.082071+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-25T00:52:15.090 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: audit 2024-03-25T00:52:14.082271+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-25T00:52:15.090 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: audit 2024-03-25T00:52:14.082544+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-25T00:52:15.090 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: audit 2024-03-25T00:52:14.082706+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-25T00:52:15.090 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: audit 2024-03-25T00:52:14.083145+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-25T00:52:15.090 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: cluster 2024-03-25T00:52:14.115016+0000 mon.a (mon.0) 776 : cluster [INF] Manager daemon a is now available 2024-03-25T00:52:15.090 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: audit 2024-03-25T00:52:14.147052+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:15.090 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: audit 2024-03-25T00:52:14.150669+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:52:15.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: audit 2024-03-25T00:52:14.157695+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi028", "name": "osd_memory_target"}]: dispatch 2024-03-25T00:52:15.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: audit 2024-03-25T00:52:14.159008+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi149", "name": "osd_memory_target"}]: dispatch 2024-03-25T00:52:15.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: audit 2024-03-25T00:52:14.161967+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi028", "name": "osd_memory_target"}]': finished 2024-03-25T00:52:15.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: audit 2024-03-25T00:52:14.164078+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi134", "name": "osd_memory_target"}]: dispatch 2024-03-25T00:52:15.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: audit 2024-03-25T00:52:14.167120+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi149", "name": "osd_memory_target"}]': finished 2024-03-25T00:52:15.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: audit 2024-03-25T00:52:14.173938+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:15.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: audit 2024-03-25T00:52:14.177186+0000 mon.a (mon.0) 785 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:52:15.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: audit 2024-03-25T00:52:14.179313+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi134", "name": "osd_memory_target"}]': finished 2024-03-25T00:52:15.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: audit 2024-03-25T00:52:14.184758+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:52:15.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: audit 2024-03-25T00:52:14.188611+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:52:15.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: audit 2024-03-25T00:52:14.194120+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-25T00:52:15.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: cephadm 2024-03-25T00:52:14.194497+0000 mgr.a (mgr.14385) 1 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.conf 2024-03-25T00:52:15.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: cephadm 2024-03-25T00:52:14.195768+0000 mgr.a (mgr.14385) 2 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.conf 2024-03-25T00:52:15.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: cephadm 2024-03-25T00:52:14.196812+0000 mgr.a (mgr.14385) 3 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.conf 2024-03-25T00:52:15.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:14 smithi028 bash[21481]: audit 2024-03-25T00:52:14.203089+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-25T00:52:16.339 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:16 smithi028 bash[21481]: cephadm 2024-03-25T00:52:14.778182+0000 mgr.a (mgr.14385) 4 : cephadm [INF] Updating smithi028:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:52:16.339 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:16 smithi028 bash[21481]: cephadm 2024-03-25T00:52:14.783499+0000 mgr.a (mgr.14385) 5 : cephadm [INF] Updating smithi149:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:52:16.339 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:16 smithi028 bash[21481]: cephadm 2024-03-25T00:52:14.800171+0000 mgr.a (mgr.14385) 6 : cephadm [INF] Updating smithi134:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:52:16.339 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:16 smithi028 bash[21481]: cephadm 2024-03-25T00:52:14.942566+0000 mgr.a (mgr.14385) 7 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.client.admin.keyring 2024-03-25T00:52:16.339 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:16 smithi028 bash[21481]: cephadm 2024-03-25T00:52:14.998016+0000 mgr.a (mgr.14385) 8 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.client.admin.keyring 2024-03-25T00:52:16.339 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:16 smithi028 bash[21481]: cephadm 2024-03-25T00:52:15.015250+0000 mgr.a (mgr.14385) 9 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.client.admin.keyring 2024-03-25T00:52:16.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:16 smithi028 bash[21481]: cluster 2024-03-25T00:52:15.083267+0000 mon.a (mon.0) 791 : cluster [DBG] mgrmap e19: a(active, since 1.01585s), standbys: b 2024-03-25T00:52:16.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:16 smithi028 bash[21481]: cluster 2024-03-25T00:52:15.086426+0000 mgr.a (mgr.14385) 10 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:16.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:16 smithi028 bash[21481]: cephadm 2024-03-25T00:52:15.107979+0000 mgr.a (mgr.14385) 11 : cephadm [INF] Updating smithi028:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-25T00:52:16.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:16 smithi028 bash[21481]: cephadm 2024-03-25T00:52:15.212321+0000 mgr.a (mgr.14385) 12 : cephadm [INF] Updating smithi149:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-25T00:52:16.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:16 smithi028 bash[21481]: cephadm 2024-03-25T00:52:15.230172+0000 mgr.a (mgr.14385) 13 : cephadm [INF] Updating smithi134:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-25T00:52:16.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:16 smithi028 bash[21481]: audit 2024-03-25T00:52:15.276710+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:16.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:16 smithi028 bash[21481]: audit 2024-03-25T00:52:15.281352+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:16.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:16 smithi028 bash[21481]: audit 2024-03-25T00:52:15.382582+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:16.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:16 smithi028 bash[21481]: audit 2024-03-25T00:52:15.390114+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:16.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:16 smithi028 bash[21481]: audit 2024-03-25T00:52:15.401057+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:16.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:16 smithi028 bash[21481]: audit 2024-03-25T00:52:15.409107+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:16.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:16 smithi028 bash[21481]: audit 2024-03-25T00:52:15.416333+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:16.340 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:16 smithi028 bash[21481]: cephadm 2024-03-25T00:52:15.417290+0000 mgr.a (mgr.14385) 14 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-25T00:52:16.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:16 smithi028 bash[21481]: audit 2024-03-25T00:52:15.424402+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:16.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:16 smithi028 bash[21481]: cephadm 2024-03-25T00:52:15.504479+0000 mgr.a (mgr.14385) 15 : cephadm [INF] [25/Mar/2024:00:52:15] ENGINE Bus STARTING 2024-03-25T00:52:16.341 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:16 smithi028 bash[21481]: audit 2024-03-25T00:52:15.520708+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi028", "caps": []}]: dispatch 2024-03-25T00:52:16.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:16 smithi134 bash[22165]: cephadm 2024-03-25T00:52:14.778182+0000 mgr.a (mgr.14385) 4 : cephadm [INF] Updating smithi028:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:52:16.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:16 smithi134 bash[22165]: cephadm 2024-03-25T00:52:14.783499+0000 mgr.a (mgr.14385) 5 : cephadm [INF] Updating smithi149:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:52:16.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:16 smithi134 bash[22165]: cephadm 2024-03-25T00:52:14.800171+0000 mgr.a (mgr.14385) 6 : cephadm [INF] Updating smithi134:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:52:16.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:16 smithi134 bash[22165]: cephadm 2024-03-25T00:52:14.942566+0000 mgr.a (mgr.14385) 7 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.client.admin.keyring 2024-03-25T00:52:16.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:16 smithi134 bash[22165]: cephadm 2024-03-25T00:52:14.998016+0000 mgr.a (mgr.14385) 8 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.client.admin.keyring 2024-03-25T00:52:16.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:16 smithi134 bash[22165]: cephadm 2024-03-25T00:52:15.015250+0000 mgr.a (mgr.14385) 9 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.client.admin.keyring 2024-03-25T00:52:16.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:16 smithi134 bash[22165]: cluster 2024-03-25T00:52:15.083267+0000 mon.a (mon.0) 791 : cluster [DBG] mgrmap e19: a(active, since 1.01585s), standbys: b 2024-03-25T00:52:16.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:16 smithi134 bash[22165]: cluster 2024-03-25T00:52:15.086426+0000 mgr.a (mgr.14385) 10 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:16.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:16 smithi134 bash[22165]: cephadm 2024-03-25T00:52:15.107979+0000 mgr.a (mgr.14385) 11 : cephadm [INF] Updating smithi028:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-25T00:52:16.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:16 smithi134 bash[22165]: cephadm 2024-03-25T00:52:15.212321+0000 mgr.a (mgr.14385) 12 : cephadm [INF] Updating smithi149:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-25T00:52:16.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:16 smithi134 bash[22165]: cephadm 2024-03-25T00:52:15.230172+0000 mgr.a (mgr.14385) 13 : cephadm [INF] Updating smithi134:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-25T00:52:16.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:16 smithi134 bash[22165]: audit 2024-03-25T00:52:15.276710+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:16.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:16 smithi134 bash[22165]: audit 2024-03-25T00:52:15.281352+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:16.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:16 smithi134 bash[22165]: audit 2024-03-25T00:52:15.382582+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:16.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:16 smithi134 bash[22165]: audit 2024-03-25T00:52:15.390114+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:16.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:16 smithi134 bash[22165]: audit 2024-03-25T00:52:15.401057+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:16.353 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:16 smithi134 bash[22165]: audit 2024-03-25T00:52:15.409107+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:16.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:16 smithi134 bash[22165]: audit 2024-03-25T00:52:15.416333+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:16.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:16 smithi134 bash[22165]: cephadm 2024-03-25T00:52:15.417290+0000 mgr.a (mgr.14385) 14 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-25T00:52:16.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:16 smithi134 bash[22165]: audit 2024-03-25T00:52:15.424402+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:16.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:16 smithi134 bash[22165]: cephadm 2024-03-25T00:52:15.504479+0000 mgr.a (mgr.14385) 15 : cephadm [INF] [25/Mar/2024:00:52:15] ENGINE Bus STARTING 2024-03-25T00:52:16.354 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:16 smithi134 bash[22165]: audit 2024-03-25T00:52:15.520708+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi028", "caps": []}]: dispatch 2024-03-25T00:52:16.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:16 smithi149 bash[22110]: cephadm 2024-03-25T00:52:14.778182+0000 mgr.a (mgr.14385) 4 : cephadm [INF] Updating smithi028:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:52:16.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:16 smithi149 bash[22110]: cephadm 2024-03-25T00:52:14.783499+0000 mgr.a (mgr.14385) 5 : cephadm [INF] Updating smithi149:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:52:16.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:16 smithi149 bash[22110]: cephadm 2024-03-25T00:52:14.800171+0000 mgr.a (mgr.14385) 6 : cephadm [INF] Updating smithi134:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.conf 2024-03-25T00:52:16.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:16 smithi149 bash[22110]: cephadm 2024-03-25T00:52:14.942566+0000 mgr.a (mgr.14385) 7 : cephadm [INF] Updating smithi028:/etc/ceph/ceph.client.admin.keyring 2024-03-25T00:52:16.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:16 smithi149 bash[22110]: cephadm 2024-03-25T00:52:14.998016+0000 mgr.a (mgr.14385) 8 : cephadm [INF] Updating smithi149:/etc/ceph/ceph.client.admin.keyring 2024-03-25T00:52:16.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:16 smithi149 bash[22110]: cephadm 2024-03-25T00:52:15.015250+0000 mgr.a (mgr.14385) 9 : cephadm [INF] Updating smithi134:/etc/ceph/ceph.client.admin.keyring 2024-03-25T00:52:16.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:16 smithi149 bash[22110]: cluster 2024-03-25T00:52:15.083267+0000 mon.a (mon.0) 791 : cluster [DBG] mgrmap e19: a(active, since 1.01585s), standbys: b 2024-03-25T00:52:16.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:16 smithi149 bash[22110]: cluster 2024-03-25T00:52:15.086426+0000 mgr.a (mgr.14385) 10 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:16.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:16 smithi149 bash[22110]: cephadm 2024-03-25T00:52:15.107979+0000 mgr.a (mgr.14385) 11 : cephadm [INF] Updating smithi028:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-25T00:52:16.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:16 smithi149 bash[22110]: cephadm 2024-03-25T00:52:15.212321+0000 mgr.a (mgr.14385) 12 : cephadm [INF] Updating smithi149:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-25T00:52:16.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:16 smithi149 bash[22110]: cephadm 2024-03-25T00:52:15.230172+0000 mgr.a (mgr.14385) 13 : cephadm [INF] Updating smithi134:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/config/ceph.client.admin.keyring 2024-03-25T00:52:16.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:16 smithi149 bash[22110]: audit 2024-03-25T00:52:15.276710+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:16.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:16 smithi149 bash[22110]: audit 2024-03-25T00:52:15.281352+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:16.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:16 smithi149 bash[22110]: audit 2024-03-25T00:52:15.382582+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:16.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:16 smithi149 bash[22110]: audit 2024-03-25T00:52:15.390114+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:16.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:16 smithi149 bash[22110]: audit 2024-03-25T00:52:15.401057+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:16.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:16 smithi149 bash[22110]: audit 2024-03-25T00:52:15.409107+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:16.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:16 smithi149 bash[22110]: audit 2024-03-25T00:52:15.416333+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:16.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:16 smithi149 bash[22110]: cephadm 2024-03-25T00:52:15.417290+0000 mgr.a (mgr.14385) 14 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-25T00:52:16.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:16 smithi149 bash[22110]: audit 2024-03-25T00:52:15.424402+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:16.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:16 smithi149 bash[22110]: cephadm 2024-03-25T00:52:15.504479+0000 mgr.a (mgr.14385) 15 : cephadm [INF] [25/Mar/2024:00:52:15] ENGINE Bus STARTING 2024-03-25T00:52:16.411 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:16 smithi149 bash[22110]: audit 2024-03-25T00:52:15.520708+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi028", "caps": []}]: dispatch 2024-03-25T00:52:17.338 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:17 smithi028 bash[21481]: cephadm 2024-03-25T00:52:15.631781+0000 mgr.a (mgr.14385) 16 : cephadm [INF] [25/Mar/2024:00:52:15] ENGINE Serving on https://172.21.15.28:7151 2024-03-25T00:52:17.339 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:17 smithi028 bash[21481]: cephadm 2024-03-25T00:52:15.732894+0000 mgr.a (mgr.14385) 17 : cephadm [INF] [25/Mar/2024:00:52:15] ENGINE Serving on http://172.21.15.28:8765 2024-03-25T00:52:17.339 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:17 smithi028 bash[21481]: cephadm 2024-03-25T00:52:15.733055+0000 mgr.a (mgr.14385) 18 : cephadm [INF] [25/Mar/2024:00:52:15] ENGINE Bus STARTED 2024-03-25T00:52:17.339 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:17 smithi028 bash[21481]: cluster 2024-03-25T00:52:16.082595+0000 mgr.a (mgr.14385) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:17.339 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:17 smithi028 bash[21481]: audit 2024-03-25T00:52:16.144920+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi134", "caps": []}]: dispatch 2024-03-25T00:52:17.339 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:17 smithi028 bash[21481]: audit 2024-03-25T00:52:16.825406+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:17.339 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:17 smithi028 bash[21481]: audit 2024-03-25T00:52:16.935883+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:17.351 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:17 smithi134 bash[22165]: cephadm 2024-03-25T00:52:15.631781+0000 mgr.a (mgr.14385) 16 : cephadm [INF] [25/Mar/2024:00:52:15] ENGINE Serving on https://172.21.15.28:7151 2024-03-25T00:52:17.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:17 smithi134 bash[22165]: cephadm 2024-03-25T00:52:15.732894+0000 mgr.a (mgr.14385) 17 : cephadm [INF] [25/Mar/2024:00:52:15] ENGINE Serving on http://172.21.15.28:8765 2024-03-25T00:52:17.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:17 smithi134 bash[22165]: cephadm 2024-03-25T00:52:15.733055+0000 mgr.a (mgr.14385) 18 : cephadm [INF] [25/Mar/2024:00:52:15] ENGINE Bus STARTED 2024-03-25T00:52:17.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:17 smithi134 bash[22165]: cluster 2024-03-25T00:52:16.082595+0000 mgr.a (mgr.14385) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:17.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:17 smithi134 bash[22165]: audit 2024-03-25T00:52:16.144920+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi134", "caps": []}]: dispatch 2024-03-25T00:52:17.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:17 smithi134 bash[22165]: audit 2024-03-25T00:52:16.825406+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:17.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:17 smithi134 bash[22165]: audit 2024-03-25T00:52:16.935883+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:17.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:17 smithi149 bash[22110]: cephadm 2024-03-25T00:52:15.631781+0000 mgr.a (mgr.14385) 16 : cephadm [INF] [25/Mar/2024:00:52:15] ENGINE Serving on https://172.21.15.28:7151 2024-03-25T00:52:17.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:17 smithi149 bash[22110]: cephadm 2024-03-25T00:52:15.732894+0000 mgr.a (mgr.14385) 17 : cephadm [INF] [25/Mar/2024:00:52:15] ENGINE Serving on http://172.21.15.28:8765 2024-03-25T00:52:17.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:17 smithi149 bash[22110]: cephadm 2024-03-25T00:52:15.733055+0000 mgr.a (mgr.14385) 18 : cephadm [INF] [25/Mar/2024:00:52:15] ENGINE Bus STARTED 2024-03-25T00:52:17.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:17 smithi149 bash[22110]: cluster 2024-03-25T00:52:16.082595+0000 mgr.a (mgr.14385) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:17.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:17 smithi149 bash[22110]: audit 2024-03-25T00:52:16.144920+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi134", "caps": []}]: dispatch 2024-03-25T00:52:17.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:17 smithi149 bash[22110]: audit 2024-03-25T00:52:16.825406+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:17.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:17 smithi149 bash[22110]: audit 2024-03-25T00:52:16.935883+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:18.351 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:18 smithi134 bash[22165]: audit 2024-03-25T00:52:17.090328+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:18.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:18 smithi134 bash[22165]: cluster 2024-03-25T00:52:17.101210+0000 mon.a (mon.0) 805 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-03-25T00:52:18.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:18 smithi134 bash[22165]: audit 2024-03-25T00:52:17.419568+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]: dispatch 2024-03-25T00:52:18.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:18 smithi149 bash[22110]: audit 2024-03-25T00:52:17.090328+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:18.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:18 smithi149 bash[22110]: cluster 2024-03-25T00:52:17.101210+0000 mon.a (mon.0) 805 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-03-25T00:52:18.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:18 smithi149 bash[22110]: audit 2024-03-25T00:52:17.419568+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]: dispatch 2024-03-25T00:52:18.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:18 smithi028 bash[21481]: audit 2024-03-25T00:52:17.090328+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:18.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:18 smithi028 bash[21481]: cluster 2024-03-25T00:52:17.101210+0000 mon.a (mon.0) 805 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-03-25T00:52:18.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:18 smithi028 bash[21481]: audit 2024-03-25T00:52:17.419568+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi149", "caps": []}]: dispatch 2024-03-25T00:52:19.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:19 smithi134 bash[22165]: cephadm 2024-03-25T00:52:17.739085+0000 mgr.a (mgr.14385) 20 : cephadm [INF] Reconfiguring alertmanager.smithi149 (dependencies changed)... 2024-03-25T00:52:19.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:19 smithi134 bash[22165]: cephadm 2024-03-25T00:52:17.751851+0000 mgr.a (mgr.14385) 21 : cephadm [INF] Reconfiguring daemon alertmanager.smithi149 on smithi149 2024-03-25T00:52:19.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:19 smithi134 bash[22165]: cluster 2024-03-25T00:52:18.082925+0000 mgr.a (mgr.14385) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:19.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:19 smithi134 bash[22165]: cluster 2024-03-25T00:52:18.108403+0000 mon.a (mon.0) 807 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-03-25T00:52:19.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:19 smithi134 bash[22165]: audit 2024-03-25T00:52:18.545783+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:19.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:19 smithi134 bash[22165]: audit 2024-03-25T00:52:18.675281+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:19.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:19 smithi134 bash[22165]: audit 2024-03-25T00:52:18.817051+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:19.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:19 smithi134 bash[22165]: audit 2024-03-25T00:52:18.822050+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:19.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:19 smithi134 bash[22165]: audit 2024-03-25T00:52:18.951829+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:19.358 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:19 smithi028 bash[21481]: cephadm 2024-03-25T00:52:17.739085+0000 mgr.a (mgr.14385) 20 : cephadm [INF] Reconfiguring alertmanager.smithi149 (dependencies changed)... 2024-03-25T00:52:19.358 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:19 smithi028 bash[21481]: cephadm 2024-03-25T00:52:17.751851+0000 mgr.a (mgr.14385) 21 : cephadm [INF] Reconfiguring daemon alertmanager.smithi149 on smithi149 2024-03-25T00:52:19.358 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:19 smithi028 bash[21481]: cluster 2024-03-25T00:52:18.082925+0000 mgr.a (mgr.14385) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:19.358 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:19 smithi028 bash[21481]: cluster 2024-03-25T00:52:18.108403+0000 mon.a (mon.0) 807 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-03-25T00:52:19.358 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:19 smithi028 bash[21481]: audit 2024-03-25T00:52:18.545783+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:19.358 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:19 smithi028 bash[21481]: audit 2024-03-25T00:52:18.675281+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:19.358 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:19 smithi028 bash[21481]: audit 2024-03-25T00:52:18.817051+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:19.359 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:19 smithi028 bash[21481]: audit 2024-03-25T00:52:18.822050+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:19.359 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:19 smithi028 bash[21481]: audit 2024-03-25T00:52:18.951829+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:19.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:19 smithi149 bash[22110]: cephadm 2024-03-25T00:52:17.739085+0000 mgr.a (mgr.14385) 20 : cephadm [INF] Reconfiguring alertmanager.smithi149 (dependencies changed)... 2024-03-25T00:52:19.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:19 smithi149 bash[22110]: cephadm 2024-03-25T00:52:17.751851+0000 mgr.a (mgr.14385) 21 : cephadm [INF] Reconfiguring daemon alertmanager.smithi149 on smithi149 2024-03-25T00:52:19.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:19 smithi149 bash[22110]: cluster 2024-03-25T00:52:18.082925+0000 mgr.a (mgr.14385) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:19.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:19 smithi149 bash[22110]: cluster 2024-03-25T00:52:18.108403+0000 mon.a (mon.0) 807 : cluster [DBG] mgrmap e21: a(active, since 4s), standbys: b 2024-03-25T00:52:19.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:19 smithi149 bash[22110]: audit 2024-03-25T00:52:18.545783+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:19.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:19 smithi149 bash[22110]: audit 2024-03-25T00:52:18.675281+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:19.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:19 smithi149 bash[22110]: audit 2024-03-25T00:52:18.817051+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:19.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:19 smithi149 bash[22110]: audit 2024-03-25T00:52:18.822050+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:19.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:19 smithi149 bash[22110]: audit 2024-03-25T00:52:18.951829+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:20.338 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:20 smithi028 bash[21481]: audit 2024-03-25T00:52:19.175952+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:20.339 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:20 smithi028 bash[21481]: audit 2024-03-25T00:52:19.527810+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:20.562 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:20 smithi149 bash[22110]: audit 2024-03-25T00:52:19.175952+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:20.562 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:20 smithi149 bash[22110]: audit 2024-03-25T00:52:19.527810+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:20.601 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:20 smithi134 bash[22165]: audit 2024-03-25T00:52:19.175952+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:20.601 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:20 smithi134 bash[22165]: audit 2024-03-25T00:52:19.527810+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:21.812 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:21 smithi028 bash[21481]: cluster 2024-03-25T00:52:20.083228+0000 mgr.a (mgr.14385) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:21.813 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:21 smithi028 bash[21481]: audit 2024-03-25T00:52:20.845340+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:21.851 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:21 smithi134 bash[22165]: cluster 2024-03-25T00:52:20.083228+0000 mgr.a (mgr.14385) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:21.851 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:21 smithi134 bash[22165]: audit 2024-03-25T00:52:20.845340+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:21.908 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:21 smithi149 bash[22110]: cluster 2024-03-25T00:52:20.083228+0000 mgr.a (mgr.14385) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:21.908 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:21 smithi149 bash[22110]: audit 2024-03-25T00:52:20.845340+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:22.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:22 smithi028 bash[21481]: audit 2024-03-25T00:52:21.537089+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:22.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:22 smithi028 bash[21481]: audit 2024-03-25T00:52:21.542308+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:22.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:22 smithi028 bash[21481]: audit 2024-03-25T00:52:21.547387+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:22.808 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:22 smithi149 bash[22110]: audit 2024-03-25T00:52:21.537089+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:22.809 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:22 smithi149 bash[22110]: audit 2024-03-25T00:52:21.542308+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:22.809 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:22 smithi149 bash[22110]: audit 2024-03-25T00:52:21.547387+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:22.851 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:22 smithi134 bash[22165]: audit 2024-03-25T00:52:21.537089+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:22.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:22 smithi134 bash[22165]: audit 2024-03-25T00:52:21.542308+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:22.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:22 smithi134 bash[22165]: audit 2024-03-25T00:52:21.547387+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:23.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:23 smithi149 bash[22110]: cluster 2024-03-25T00:52:22.083595+0000 mgr.a (mgr.14385) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-25T00:52:23.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:23 smithi149 bash[22110]: audit 2024-03-25T00:52:22.701428+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:23.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:23 smithi149 bash[22110]: audit 2024-03-25T00:52:22.810648+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:23.694 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:23 smithi134 bash[22165]: cluster 2024-03-25T00:52:22.083595+0000 mgr.a (mgr.14385) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-25T00:52:23.694 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:23 smithi134 bash[22165]: audit 2024-03-25T00:52:22.701428+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:23.694 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:23 smithi134 bash[22165]: audit 2024-03-25T00:52:22.810648+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:23.839 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:23 smithi028 bash[21481]: cluster 2024-03-25T00:52:22.083595+0000 mgr.a (mgr.14385) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-25T00:52:23.839 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:23 smithi028 bash[21481]: audit 2024-03-25T00:52:22.701428+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:23.839 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:23 smithi028 bash[21481]: audit 2024-03-25T00:52:22.810648+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:24.339 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:23 smithi028 bash[21737]: [25/Mar/2024:00:52:23] ENGINE Bus STOPPING 2024-03-25T00:52:24.339 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:23 smithi028 bash[21737]: [25/Mar/2024:00:52:23] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-25T00:52:24.339 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:23 smithi028 bash[21737]: [25/Mar/2024:00:52:23] ENGINE Bus STOPPED 2024-03-25T00:52:24.339 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:23 smithi028 bash[21737]: [25/Mar/2024:00:52:23] ENGINE Bus STARTING 2024-03-25T00:52:24.339 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:24 smithi028 bash[21737]: [25/Mar/2024:00:52:24] ENGINE Serving on http://:::9283 2024-03-25T00:52:24.339 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:24 smithi028 bash[21737]: [25/Mar/2024:00:52:24] ENGINE Bus STARTED 2024-03-25T00:52:25.091 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:24 smithi028 bash[21481]: audit 2024-03-25T00:52:23.912856+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:25.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:24 smithi028 bash[21481]: audit 2024-03-25T00:52:23.918040+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:25.092 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:24 smithi028 bash[21481]: audit 2024-03-25T00:52:23.936707+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-25T00:52:25.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:24 smithi028 bash[21481]: audit 2024-03-25T00:52:23.937252+0000 mgr.a (mgr.14385) 25 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-25T00:52:25.093 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:24 smithi028 bash[21481]: audit 2024-03-25T00:52:23.938608+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi149.front.sepia.ceph.com:9093"}]: dispatch 2024-03-25T00:52:25.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:24 smithi028 bash[21481]: audit 2024-03-25T00:52:23.939027+0000 mgr.a (mgr.14385) 26 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi149.front.sepia.ceph.com:9093"}]: dispatch 2024-03-25T00:52:25.094 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:24 smithi028 bash[21481]: audit 2024-03-25T00:52:23.946978+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:25.095 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:24 smithi028 bash[21481]: audit 2024-03-25T00:52:23.968101+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:52:25.098 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:24 smithi028 bash[21481]: audit 2024-03-25T00:52:23.972710+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:52:25.098 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:24 smithi028 bash[21481]: audit 2024-03-25T00:52:23.973516+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:52:25.098 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:24 smithi028 bash[21481]: audit 2024-03-25T00:52:23.978537+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:25.098 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:24 smithi028 bash[21481]: cephadm 2024-03-25T00:52:23.978963+0000 mgr.a (mgr.14385) 27 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-25T00:52:25.098 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:24 smithi028 bash[21481]: cluster 2024-03-25T00:52:24.083946+0000 mgr.a (mgr.14385) 28 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-25T00:52:25.098 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:24 smithi028 bash[21481]: audit 2024-03-25T00:52:24.722151+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:25.098 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:24 smithi028 bash[21481]: audit 2024-03-25T00:52:24.729047+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:25.098 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:24 smithi028 bash[21481]: audit 2024-03-25T00:52:24.737715+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:25.173 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:24 smithi149 bash[22110]: audit 2024-03-25T00:52:23.912856+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:25.174 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:24 smithi149 bash[22110]: audit 2024-03-25T00:52:23.918040+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:25.174 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:24 smithi149 bash[22110]: audit 2024-03-25T00:52:23.936707+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-25T00:52:25.174 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:24 smithi149 bash[22110]: audit 2024-03-25T00:52:23.937252+0000 mgr.a (mgr.14385) 25 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-25T00:52:25.174 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:24 smithi149 bash[22110]: audit 2024-03-25T00:52:23.938608+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi149.front.sepia.ceph.com:9093"}]: dispatch 2024-03-25T00:52:25.174 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:24 smithi149 bash[22110]: audit 2024-03-25T00:52:23.939027+0000 mgr.a (mgr.14385) 26 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi149.front.sepia.ceph.com:9093"}]: dispatch 2024-03-25T00:52:25.175 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:24 smithi149 bash[22110]: audit 2024-03-25T00:52:23.946978+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:25.175 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:24 smithi149 bash[22110]: audit 2024-03-25T00:52:23.968101+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:52:25.175 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:24 smithi149 bash[22110]: audit 2024-03-25T00:52:23.972710+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:52:25.175 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:24 smithi149 bash[22110]: audit 2024-03-25T00:52:23.973516+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:52:25.175 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:24 smithi149 bash[22110]: audit 2024-03-25T00:52:23.978537+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:25.176 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:24 smithi149 bash[22110]: cephadm 2024-03-25T00:52:23.978963+0000 mgr.a (mgr.14385) 27 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-25T00:52:25.176 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:24 smithi149 bash[22110]: cluster 2024-03-25T00:52:24.083946+0000 mgr.a (mgr.14385) 28 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-25T00:52:25.176 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:24 smithi149 bash[22110]: audit 2024-03-25T00:52:24.722151+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:25.176 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:24 smithi149 bash[22110]: audit 2024-03-25T00:52:24.729047+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:25.176 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:24 smithi149 bash[22110]: audit 2024-03-25T00:52:24.737715+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:25.351 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:24 smithi134 bash[22165]: audit 2024-03-25T00:52:23.912856+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:25.351 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:24 smithi134 bash[22165]: audit 2024-03-25T00:52:23.918040+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:25.351 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:24 smithi134 bash[22165]: audit 2024-03-25T00:52:23.936707+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-25T00:52:25.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:24 smithi134 bash[22165]: audit 2024-03-25T00:52:23.937252+0000 mgr.a (mgr.14385) 25 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-25T00:52:25.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:24 smithi134 bash[22165]: audit 2024-03-25T00:52:23.938608+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi149.front.sepia.ceph.com:9093"}]: dispatch 2024-03-25T00:52:25.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:24 smithi134 bash[22165]: audit 2024-03-25T00:52:23.939027+0000 mgr.a (mgr.14385) 26 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi149.front.sepia.ceph.com:9093"}]: dispatch 2024-03-25T00:52:25.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:24 smithi134 bash[22165]: audit 2024-03-25T00:52:23.946978+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:25.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:24 smithi134 bash[22165]: audit 2024-03-25T00:52:23.968101+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:52:25.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:24 smithi134 bash[22165]: audit 2024-03-25T00:52:23.972710+0000 mon.a (mon.0) 827 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:52:25.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:24 smithi134 bash[22165]: audit 2024-03-25T00:52:23.973516+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:52:25.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:24 smithi134 bash[22165]: audit 2024-03-25T00:52:23.978537+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:25.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:24 smithi134 bash[22165]: cephadm 2024-03-25T00:52:23.978963+0000 mgr.a (mgr.14385) 27 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-25T00:52:25.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:24 smithi134 bash[22165]: cluster 2024-03-25T00:52:24.083946+0000 mgr.a (mgr.14385) 28 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-25T00:52:25.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:24 smithi134 bash[22165]: audit 2024-03-25T00:52:24.722151+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:25.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:24 smithi134 bash[22165]: audit 2024-03-25T00:52:24.729047+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:25.352 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:24 smithi134 bash[22165]: audit 2024-03-25T00:52:24.737715+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:27.088 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:26 smithi028 bash[21481]: audit 2024-03-25T00:52:25.758934+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:27.089 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:26 smithi028 bash[21481]: cluster 2024-03-25T00:52:26.084639+0000 mgr.a (mgr.14385) 29 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-25T00:52:27.089 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:26 smithi028 bash[21481]: audit 2024-03-25T00:52:26.509722+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:27.101 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:26 smithi134 bash[22165]: audit 2024-03-25T00:52:25.758934+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:27.101 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:26 smithi134 bash[22165]: cluster 2024-03-25T00:52:26.084639+0000 mgr.a (mgr.14385) 29 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-25T00:52:27.101 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:26 smithi134 bash[22165]: audit 2024-03-25T00:52:26.509722+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:27.158 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:26 smithi149 bash[22110]: audit 2024-03-25T00:52:25.758934+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:27.158 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:26 smithi149 bash[22110]: cluster 2024-03-25T00:52:26.084639+0000 mgr.a (mgr.14385) 29 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-25T00:52:27.158 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:26 smithi149 bash[22110]: audit 2024-03-25T00:52:26.509722+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:28.101 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:27 smithi134 bash[22165]: audit 2024-03-25T00:52:26.856133+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:28.158 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:27 smithi149 bash[22110]: audit 2024-03-25T00:52:26.856133+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:28.338 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:27 smithi028 bash[21481]: audit 2024-03-25T00:52:26.856133+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:29.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:29 smithi149 bash[22110]: cluster 2024-03-25T00:52:28.085193+0000 mgr.a (mgr.14385) 30 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-25T00:52:29.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:29 smithi149 bash[22110]: audit 2024-03-25T00:52:28.407012+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:29.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:29 smithi149 bash[22110]: audit 2024-03-25T00:52:28.417173+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:29.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:29 smithi149 bash[22110]: audit 2024-03-25T00:52:28.428687+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:29.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:29 smithi149 bash[22110]: audit 2024-03-25T00:52:28.429725+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:52:29.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:29 smithi149 bash[22110]: audit 2024-03-25T00:52:28.435985+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:52:29.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:29 smithi149 bash[22110]: audit 2024-03-25T00:52:28.437703+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:52:29.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:29 smithi149 bash[22110]: audit 2024-03-25T00:52:28.448057+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:29.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:29 smithi149 bash[22110]: cephadm 2024-03-25T00:52:28.449064+0000 mgr.a (mgr.14385) 31 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-25T00:52:29.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:29 smithi149 bash[22110]: cephadm 2024-03-25T00:52:28.551069+0000 mgr.a (mgr.14385) 32 : cephadm [INF] Reconfiguring grafana.smithi028 (dependencies changed)... 2024-03-25T00:52:29.659 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:29 smithi149 bash[22110]: audit 2024-03-25T00:52:29.181698+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:52:29.814 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:29 smithi028 bash[21481]: cluster 2024-03-25T00:52:28.085193+0000 mgr.a (mgr.14385) 30 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-25T00:52:29.814 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:29 smithi028 bash[21481]: audit 2024-03-25T00:52:28.407012+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:29.814 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:29 smithi028 bash[21481]: audit 2024-03-25T00:52:28.417173+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:29.814 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:29 smithi028 bash[21481]: audit 2024-03-25T00:52:28.428687+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:29.814 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:29 smithi028 bash[21481]: audit 2024-03-25T00:52:28.429725+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:52:29.815 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:29 smithi028 bash[21481]: audit 2024-03-25T00:52:28.435985+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:52:29.815 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:29 smithi028 bash[21481]: audit 2024-03-25T00:52:28.437703+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:52:29.815 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:29 smithi028 bash[21481]: audit 2024-03-25T00:52:28.448057+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:29.815 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:29 smithi028 bash[21481]: cephadm 2024-03-25T00:52:28.449064+0000 mgr.a (mgr.14385) 31 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-25T00:52:29.815 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:29 smithi028 bash[21481]: cephadm 2024-03-25T00:52:28.551069+0000 mgr.a (mgr.14385) 32 : cephadm [INF] Reconfiguring grafana.smithi028 (dependencies changed)... 2024-03-25T00:52:29.815 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:29 smithi028 bash[21481]: audit 2024-03-25T00:52:29.181698+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:52:29.851 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:29 smithi134 bash[22165]: cluster 2024-03-25T00:52:28.085193+0000 mgr.a (mgr.14385) 30 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-25T00:52:29.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:29 smithi134 bash[22165]: audit 2024-03-25T00:52:28.407012+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:29.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:29 smithi134 bash[22165]: audit 2024-03-25T00:52:28.417173+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:29.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:29 smithi134 bash[22165]: audit 2024-03-25T00:52:28.428687+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:29.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:29 smithi134 bash[22165]: audit 2024-03-25T00:52:28.429725+0000 mon.a (mon.0) 839 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:52:29.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:29 smithi134 bash[22165]: audit 2024-03-25T00:52:28.435985+0000 mon.a (mon.0) 840 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:52:29.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:29 smithi134 bash[22165]: audit 2024-03-25T00:52:28.437703+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:52:29.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:29 smithi134 bash[22165]: audit 2024-03-25T00:52:28.448057+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:29.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:29 smithi134 bash[22165]: cephadm 2024-03-25T00:52:28.449064+0000 mgr.a (mgr.14385) 31 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-25T00:52:29.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:29 smithi134 bash[22165]: cephadm 2024-03-25T00:52:28.551069+0000 mgr.a (mgr.14385) 32 : cephadm [INF] Reconfiguring grafana.smithi028 (dependencies changed)... 2024-03-25T00:52:29.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:29 smithi134 bash[22165]: audit 2024-03-25T00:52:29.181698+0000 mon.a (mon.0) 843 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:52:30.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:30 smithi149 bash[22110]: cephadm 2024-03-25T00:52:28.597260+0000 mgr.a (mgr.14385) 33 : cephadm [INF] Reconfiguring daemon grafana.smithi028 on smithi028 2024-03-25T00:52:30.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:30 smithi149 bash[22110]: audit 2024-03-25T00:52:29.940811+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:30.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:30 smithi149 bash[22110]: audit 2024-03-25T00:52:29.950164+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:30.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:30 smithi149 bash[22110]: audit 2024-03-25T00:52:29.961180+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:30.695 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:30 smithi028 bash[21481]: cephadm 2024-03-25T00:52:28.597260+0000 mgr.a (mgr.14385) 33 : cephadm [INF] Reconfiguring daemon grafana.smithi028 on smithi028 2024-03-25T00:52:30.695 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:30 smithi028 bash[21481]: audit 2024-03-25T00:52:29.940811+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:30.696 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:30 smithi028 bash[21481]: audit 2024-03-25T00:52:29.950164+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:30.696 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:30 smithi028 bash[21481]: audit 2024-03-25T00:52:29.961180+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:30.851 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:30 smithi134 bash[22165]: cephadm 2024-03-25T00:52:28.597260+0000 mgr.a (mgr.14385) 33 : cephadm [INF] Reconfiguring daemon grafana.smithi028 on smithi028 2024-03-25T00:52:30.851 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:30 smithi134 bash[22165]: audit 2024-03-25T00:52:29.940811+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:30.851 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:30 smithi134 bash[22165]: audit 2024-03-25T00:52:29.950164+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:30.852 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:30 smithi134 bash[22165]: audit 2024-03-25T00:52:29.961180+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:31.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:31 smithi149 bash[22110]: cluster 2024-03-25T00:52:30.085795+0000 mgr.a (mgr.14385) 34 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-25T00:52:31.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:31 smithi149 bash[22110]: audit 2024-03-25T00:52:30.590827+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:31.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:31 smithi149 bash[22110]: audit 2024-03-25T00:52:30.600285+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:31.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:31 smithi149 bash[22110]: audit 2024-03-25T00:52:30.611215+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:31.838 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:31 smithi028 bash[21481]: cluster 2024-03-25T00:52:30.085795+0000 mgr.a (mgr.14385) 34 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-25T00:52:31.839 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:31 smithi028 bash[21481]: audit 2024-03-25T00:52:30.590827+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:31.839 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:31 smithi028 bash[21481]: audit 2024-03-25T00:52:30.600285+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:31.839 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:31 smithi028 bash[21481]: audit 2024-03-25T00:52:30.611215+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:31.851 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:31 smithi134 bash[22165]: cluster 2024-03-25T00:52:30.085795+0000 mgr.a (mgr.14385) 34 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-25T00:52:31.851 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:31 smithi134 bash[22165]: audit 2024-03-25T00:52:30.590827+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:31.851 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:31 smithi134 bash[22165]: audit 2024-03-25T00:52:30.600285+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:31.851 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:31 smithi134 bash[22165]: audit 2024-03-25T00:52:30.611215+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:33.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:33 smithi028 bash[21481]: cluster 2024-03-25T00:52:32.086568+0000 mgr.a (mgr.14385) 35 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-25T00:52:33.851 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:33 smithi134 bash[22165]: cluster 2024-03-25T00:52:32.086568+0000 mgr.a (mgr.14385) 35 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-25T00:52:33.908 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:33 smithi149 bash[22110]: cluster 2024-03-25T00:52:32.086568+0000 mgr.a (mgr.14385) 35 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-25T00:52:34.089 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:33 smithi028 bash[21737]: [25/Mar/2024:00:52:33] ENGINE Bus STOPPING 2024-03-25T00:52:34.089 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:33 smithi028 bash[21737]: [25/Mar/2024:00:52:33] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-25T00:52:34.089 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:33 smithi028 bash[21737]: [25/Mar/2024:00:52:33] ENGINE Bus STOPPED 2024-03-25T00:52:34.089 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:33 smithi028 bash[21737]: [25/Mar/2024:00:52:33] ENGINE Bus STARTING 2024-03-25T00:52:34.089 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:33 smithi028 bash[21737]: [25/Mar/2024:00:52:33] ENGINE Serving on http://:::9283 2024-03-25T00:52:34.089 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:52:33 smithi028 bash[21737]: [25/Mar/2024:00:52:33] ENGINE Bus STARTED 2024-03-25T00:52:34.866 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:34 smithi028 bash[21481]: audit 2024-03-25T00:52:33.758704+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:34.866 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:34 smithi028 bash[21481]: audit 2024-03-25T00:52:33.764022+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:34.866 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:34 smithi028 bash[21481]: audit 2024-03-25T00:52:33.813304+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-25T00:52:34.866 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:34 smithi028 bash[21481]: audit 2024-03-25T00:52:33.813797+0000 mgr.a (mgr.14385) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-25T00:52:34.866 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:34 smithi028 bash[21481]: audit 2024-03-25T00:52:33.815100+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi028.front.sepia.ceph.com:3000"}]: dispatch 2024-03-25T00:52:34.866 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:34 smithi028 bash[21481]: audit 2024-03-25T00:52:33.815453+0000 mgr.a (mgr.14385) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi028.front.sepia.ceph.com:3000"}]: dispatch 2024-03-25T00:52:34.867 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:34 smithi028 bash[21481]: audit 2024-03-25T00:52:33.819407+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:34.867 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:34 smithi028 bash[21481]: audit 2024-03-25T00:52:33.843496+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:52:34.867 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:34 smithi028 bash[21481]: audit 2024-03-25T00:52:33.846455+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:52:34.867 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:34 smithi028 bash[21481]: audit 2024-03-25T00:52:33.847219+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:52:34.867 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:34 smithi028 bash[21481]: audit 2024-03-25T00:52:33.852541+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:34.867 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:34 smithi028 bash[21481]: audit 2024-03-25T00:52:33.862835+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:34.867 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:34 smithi028 bash[21481]: cluster 2024-03-25T00:52:34.087194+0000 mgr.a (mgr.14385) 38 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:35.101 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:34 smithi134 bash[22165]: audit 2024-03-25T00:52:33.758704+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:35.102 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:34 smithi134 bash[22165]: audit 2024-03-25T00:52:33.764022+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:35.102 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:34 smithi134 bash[22165]: audit 2024-03-25T00:52:33.813304+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-25T00:52:35.102 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:34 smithi134 bash[22165]: audit 2024-03-25T00:52:33.813797+0000 mgr.a (mgr.14385) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-25T00:52:35.102 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:34 smithi134 bash[22165]: audit 2024-03-25T00:52:33.815100+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi028.front.sepia.ceph.com:3000"}]: dispatch 2024-03-25T00:52:35.102 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:34 smithi134 bash[22165]: audit 2024-03-25T00:52:33.815453+0000 mgr.a (mgr.14385) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi028.front.sepia.ceph.com:3000"}]: dispatch 2024-03-25T00:52:35.102 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:34 smithi134 bash[22165]: audit 2024-03-25T00:52:33.819407+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:35.102 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:34 smithi134 bash[22165]: audit 2024-03-25T00:52:33.843496+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:52:35.102 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:34 smithi134 bash[22165]: audit 2024-03-25T00:52:33.846455+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:52:35.102 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:34 smithi134 bash[22165]: audit 2024-03-25T00:52:33.847219+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:52:35.102 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:34 smithi134 bash[22165]: audit 2024-03-25T00:52:33.852541+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:35.102 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:34 smithi134 bash[22165]: audit 2024-03-25T00:52:33.862835+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:35.103 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:34 smithi134 bash[22165]: cluster 2024-03-25T00:52:34.087194+0000 mgr.a (mgr.14385) 38 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:35.158 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:34 smithi149 bash[22110]: audit 2024-03-25T00:52:33.758704+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:35.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:34 smithi149 bash[22110]: audit 2024-03-25T00:52:33.764022+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:35.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:34 smithi149 bash[22110]: audit 2024-03-25T00:52:33.813304+0000 mon.a (mon.0) 852 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-25T00:52:35.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:34 smithi149 bash[22110]: audit 2024-03-25T00:52:33.813797+0000 mgr.a (mgr.14385) 36 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-25T00:52:35.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:34 smithi149 bash[22110]: audit 2024-03-25T00:52:33.815100+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi028.front.sepia.ceph.com:3000"}]: dispatch 2024-03-25T00:52:35.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:34 smithi149 bash[22110]: audit 2024-03-25T00:52:33.815453+0000 mgr.a (mgr.14385) 37 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi028.front.sepia.ceph.com:3000"}]: dispatch 2024-03-25T00:52:35.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:34 smithi149 bash[22110]: audit 2024-03-25T00:52:33.819407+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:35.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:34 smithi149 bash[22110]: audit 2024-03-25T00:52:33.843496+0000 mon.a (mon.0) 855 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:52:35.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:34 smithi149 bash[22110]: audit 2024-03-25T00:52:33.846455+0000 mon.a (mon.0) 856 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:52:35.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:34 smithi149 bash[22110]: audit 2024-03-25T00:52:33.847219+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:52:35.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:34 smithi149 bash[22110]: audit 2024-03-25T00:52:33.852541+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:35.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:34 smithi149 bash[22110]: audit 2024-03-25T00:52:33.862835+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:35.160 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:34 smithi149 bash[22110]: cluster 2024-03-25T00:52:34.087194+0000 mgr.a (mgr.14385) 38 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:37.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:37 smithi149 bash[22110]: cluster 2024-03-25T00:52:36.087743+0000 mgr.a (mgr.14385) 39 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:37.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:37 smithi028 bash[21481]: cluster 2024-03-25T00:52:36.087743+0000 mgr.a (mgr.14385) 39 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:37.601 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:37 smithi134 bash[22165]: cluster 2024-03-25T00:52:36.087743+0000 mgr.a (mgr.14385) 39 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:39.409 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:39 smithi149 bash[22110]: cluster 2024-03-25T00:52:38.088290+0000 mgr.a (mgr.14385) 40 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:39.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:39 smithi028 bash[21481]: cluster 2024-03-25T00:52:38.088290+0000 mgr.a (mgr.14385) 40 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:39.601 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:39 smithi134 bash[22165]: cluster 2024-03-25T00:52:38.088290+0000 mgr.a (mgr.14385) 40 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:41.401 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:41 smithi028 bash[21481]: cluster 2024-03-25T00:52:40.089053+0000 mgr.a (mgr.14385) 41 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:41.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:41 smithi149 bash[22110]: cluster 2024-03-25T00:52:40.089053+0000 mgr.a (mgr.14385) 41 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:41.601 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:41 smithi134 bash[22165]: cluster 2024-03-25T00:52:40.089053+0000 mgr.a (mgr.14385) 41 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:43.338 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:43 smithi028 bash[21481]: cluster 2024-03-25T00:52:42.089747+0000 mgr.a (mgr.14385) 42 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:43.351 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:43 smithi134 bash[22165]: cluster 2024-03-25T00:52:42.089747+0000 mgr.a (mgr.14385) 42 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:43.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:43 smithi149 bash[22110]: cluster 2024-03-25T00:52:42.089747+0000 mgr.a (mgr.14385) 42 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:45.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:45 smithi149 bash[22110]: cluster 2024-03-25T00:52:44.090261+0000 mgr.a (mgr.14385) 43 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:45.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:45 smithi149 bash[22110]: audit 2024-03-25T00:52:44.182749+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:52:45.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:45 smithi149 bash[22110]: audit 2024-03-25T00:52:44.871272+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:45.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:45 smithi149 bash[22110]: audit 2024-03-25T00:52:44.877332+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:45.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:45 smithi149 bash[22110]: audit 2024-03-25T00:52:44.882680+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:45.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:45 smithi028 bash[21481]: cluster 2024-03-25T00:52:44.090261+0000 mgr.a (mgr.14385) 43 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:45.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:45 smithi028 bash[21481]: audit 2024-03-25T00:52:44.182749+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:52:45.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:45 smithi028 bash[21481]: audit 2024-03-25T00:52:44.871272+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:45.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:45 smithi028 bash[21481]: audit 2024-03-25T00:52:44.877332+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:45.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:45 smithi028 bash[21481]: audit 2024-03-25T00:52:44.882680+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:45.601 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:45 smithi134 bash[22165]: cluster 2024-03-25T00:52:44.090261+0000 mgr.a (mgr.14385) 43 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:45.601 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:45 smithi134 bash[22165]: audit 2024-03-25T00:52:44.182749+0000 mon.a (mon.0) 860 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:52:45.601 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:45 smithi134 bash[22165]: audit 2024-03-25T00:52:44.871272+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:45.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:45 smithi134 bash[22165]: audit 2024-03-25T00:52:44.877332+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:45.602 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:45 smithi134 bash[22165]: audit 2024-03-25T00:52:44.882680+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:47.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:47 smithi149 bash[22110]: cluster 2024-03-25T00:52:46.090844+0000 mgr.a (mgr.14385) 44 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:47.531 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:47 smithi028 bash[21481]: cluster 2024-03-25T00:52:46.090844+0000 mgr.a (mgr.14385) 44 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:47.601 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:47 smithi134 bash[22165]: cluster 2024-03-25T00:52:46.090844+0000 mgr.a (mgr.14385) 44 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:49.351 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:49 smithi134 bash[22165]: cluster 2024-03-25T00:52:48.091267+0000 mgr.a (mgr.14385) 45 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:49.351 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:49 smithi134 bash[22165]: audit 2024-03-25T00:52:48.103084+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:49.351 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:49 smithi134 bash[22165]: audit 2024-03-25T00:52:48.111606+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:49.351 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:49 smithi134 bash[22165]: audit 2024-03-25T00:52:48.120005+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:49.351 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:49 smithi134 bash[22165]: audit 2024-03-25T00:52:48.640222+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:49.351 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:49 smithi134 bash[22165]: audit 2024-03-25T00:52:48.649992+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:49.351 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:49 smithi134 bash[22165]: audit 2024-03-25T00:52:48.660644+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:49.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:49 smithi149 bash[22110]: cluster 2024-03-25T00:52:48.091267+0000 mgr.a (mgr.14385) 45 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:49.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:49 smithi149 bash[22110]: audit 2024-03-25T00:52:48.103084+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:49.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:49 smithi149 bash[22110]: audit 2024-03-25T00:52:48.111606+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:49.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:49 smithi149 bash[22110]: audit 2024-03-25T00:52:48.120005+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:49.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:49 smithi149 bash[22110]: audit 2024-03-25T00:52:48.640222+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:49.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:49 smithi149 bash[22110]: audit 2024-03-25T00:52:48.649992+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:49.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:49 smithi149 bash[22110]: audit 2024-03-25T00:52:48.660644+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:49.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:49 smithi028 bash[21481]: cluster 2024-03-25T00:52:48.091267+0000 mgr.a (mgr.14385) 45 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:49.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:49 smithi028 bash[21481]: audit 2024-03-25T00:52:48.103084+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:49.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:49 smithi028 bash[21481]: audit 2024-03-25T00:52:48.111606+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:49.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:49 smithi028 bash[21481]: audit 2024-03-25T00:52:48.120005+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:49.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:49 smithi028 bash[21481]: audit 2024-03-25T00:52:48.640222+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:49.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:49 smithi028 bash[21481]: audit 2024-03-25T00:52:48.649992+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:49.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:49 smithi028 bash[21481]: audit 2024-03-25T00:52:48.660644+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:50.908 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:50 smithi149 bash[22110]: audit 2024-03-25T00:52:49.613668+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:50.908 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:50 smithi149 bash[22110]: audit 2024-03-25T00:52:49.623309+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:50.908 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:50 smithi149 bash[22110]: audit 2024-03-25T00:52:49.634080+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:50.908 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:50 smithi149 bash[22110]: cluster 2024-03-25T00:52:50.091763+0000 mgr.a (mgr.14385) 46 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:51.088 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:50 smithi028 bash[21481]: audit 2024-03-25T00:52:49.613668+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:51.089 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:50 smithi028 bash[21481]: audit 2024-03-25T00:52:49.623309+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:51.089 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:50 smithi028 bash[21481]: audit 2024-03-25T00:52:49.634080+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:51.089 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:50 smithi028 bash[21481]: cluster 2024-03-25T00:52:50.091763+0000 mgr.a (mgr.14385) 46 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:51.101 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:50 smithi134 bash[22165]: audit 2024-03-25T00:52:49.613668+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:51.101 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:50 smithi134 bash[22165]: audit 2024-03-25T00:52:49.623309+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:51.101 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:50 smithi134 bash[22165]: audit 2024-03-25T00:52:49.634080+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:52:51.101 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:50 smithi134 bash[22165]: cluster 2024-03-25T00:52:50.091763+0000 mgr.a (mgr.14385) 46 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:53.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:53 smithi149 bash[22110]: cluster 2024-03-25T00:52:52.092315+0000 mgr.a (mgr.14385) 47 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:53.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:53 smithi028 bash[21481]: cluster 2024-03-25T00:52:52.092315+0000 mgr.a (mgr.14385) 47 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:53.601 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:53 smithi134 bash[22165]: cluster 2024-03-25T00:52:52.092315+0000 mgr.a (mgr.14385) 47 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:55.407 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:55 smithi149 bash[22110]: cluster 2024-03-25T00:52:54.092869+0000 mgr.a (mgr.14385) 48 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:55.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:55 smithi028 bash[21481]: cluster 2024-03-25T00:52:54.092869+0000 mgr.a (mgr.14385) 48 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:55.601 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:55 smithi134 bash[22165]: cluster 2024-03-25T00:52:54.092869+0000 mgr.a (mgr.14385) 48 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:57.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:57 smithi149 bash[22110]: cluster 2024-03-25T00:52:56.093462+0000 mgr.a (mgr.14385) 49 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:57.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:57 smithi028 bash[21481]: cluster 2024-03-25T00:52:56.093462+0000 mgr.a (mgr.14385) 49 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:57.600 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:57 smithi134 bash[22165]: cluster 2024-03-25T00:52:56.093462+0000 mgr.a (mgr.14385) 49 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:59.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:52:59 smithi149 bash[22110]: cluster 2024-03-25T00:52:58.094063+0000 mgr.a (mgr.14385) 50 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:59.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:52:59 smithi028 bash[21481]: cluster 2024-03-25T00:52:58.094063+0000 mgr.a (mgr.14385) 50 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:52:59.601 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:52:59 smithi134 bash[22165]: cluster 2024-03-25T00:52:58.094063+0000 mgr.a (mgr.14385) 50 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:00.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:00 smithi028 bash[21481]: audit 2024-03-25T00:52:59.183264+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:53:00.601 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:00 smithi134 bash[22165]: audit 2024-03-25T00:52:59.183264+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:53:00.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:00 smithi149 bash[22110]: audit 2024-03-25T00:52:59.183264+0000 mon.a (mon.0) 873 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:53:01.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:01 smithi028 bash[21481]: cluster 2024-03-25T00:53:00.094602+0000 mgr.a (mgr.14385) 51 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:01.601 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:01 smithi134 bash[22165]: cluster 2024-03-25T00:53:00.094602+0000 mgr.a (mgr.14385) 51 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:01.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:01 smithi149 bash[22110]: cluster 2024-03-25T00:53:00.094602+0000 mgr.a (mgr.14385) 51 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:03.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:03 smithi028 bash[21481]: cluster 2024-03-25T00:53:02.097575+0000 mgr.a (mgr.14385) 52 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:03.600 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:03 smithi134 bash[22165]: cluster 2024-03-25T00:53:02.097575+0000 mgr.a (mgr.14385) 52 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:03.657 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:03 smithi149 bash[22110]: cluster 2024-03-25T00:53:02.097575+0000 mgr.a (mgr.14385) 52 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:05.407 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:05 smithi149 bash[22110]: cluster 2024-03-25T00:53:04.097942+0000 mgr.a (mgr.14385) 53 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:05.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:05 smithi028 bash[21481]: cluster 2024-03-25T00:53:04.097942+0000 mgr.a (mgr.14385) 53 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:05.600 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:05 smithi134 bash[22165]: cluster 2024-03-25T00:53:04.097942+0000 mgr.a (mgr.14385) 53 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:07.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:07 smithi149 bash[22110]: cluster 2024-03-25T00:53:06.098440+0000 mgr.a (mgr.14385) 54 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:07.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:07 smithi149 bash[22110]: audit 2024-03-25T00:53:06.775914+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:07.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:07 smithi149 bash[22110]: audit 2024-03-25T00:53:06.784084+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:07.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:07 smithi149 bash[22110]: audit 2024-03-25T00:53:06.794468+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:07.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:07 smithi028 bash[21481]: cluster 2024-03-25T00:53:06.098440+0000 mgr.a (mgr.14385) 54 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:07.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:07 smithi028 bash[21481]: audit 2024-03-25T00:53:06.775914+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:07.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:07 smithi028 bash[21481]: audit 2024-03-25T00:53:06.784084+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:07.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:07 smithi028 bash[21481]: audit 2024-03-25T00:53:06.794468+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:07.600 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:07 smithi134 bash[22165]: cluster 2024-03-25T00:53:06.098440+0000 mgr.a (mgr.14385) 54 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:07.601 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:07 smithi134 bash[22165]: audit 2024-03-25T00:53:06.775914+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:07.601 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:07 smithi134 bash[22165]: audit 2024-03-25T00:53:06.784084+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:07.601 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:07 smithi134 bash[22165]: audit 2024-03-25T00:53:06.794468+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:09.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:09 smithi028 bash[21481]: cluster 2024-03-25T00:53:08.098971+0000 mgr.a (mgr.14385) 55 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:09.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:09 smithi028 bash[21481]: audit 2024-03-25T00:53:08.870389+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:09.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:09 smithi028 bash[21481]: audit 2024-03-25T00:53:08.880153+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:09.589 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:09 smithi028 bash[21481]: audit 2024-03-25T00:53:08.890786+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:09.601 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:09 smithi134 bash[22165]: cluster 2024-03-25T00:53:08.098971+0000 mgr.a (mgr.14385) 55 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:09.601 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:09 smithi134 bash[22165]: audit 2024-03-25T00:53:08.870389+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:09.601 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:09 smithi134 bash[22165]: audit 2024-03-25T00:53:08.880153+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:09.601 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:09 smithi134 bash[22165]: audit 2024-03-25T00:53:08.890786+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:09.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:09 smithi149 bash[22110]: cluster 2024-03-25T00:53:08.098971+0000 mgr.a (mgr.14385) 55 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:09.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:09 smithi149 bash[22110]: audit 2024-03-25T00:53:08.870389+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:09.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:09 smithi149 bash[22110]: audit 2024-03-25T00:53:08.880153+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:09.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:09 smithi149 bash[22110]: audit 2024-03-25T00:53:08.890786+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:11.088 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:10 smithi028 bash[21481]: audit 2024-03-25T00:53:09.840638+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:11.089 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:10 smithi028 bash[21481]: audit 2024-03-25T00:53:09.850087+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:11.089 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:10 smithi028 bash[21481]: audit 2024-03-25T00:53:09.861029+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:11.089 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:10 smithi028 bash[21481]: cluster 2024-03-25T00:53:10.099528+0000 mgr.a (mgr.14385) 56 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:11.100 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:10 smithi134 bash[22165]: audit 2024-03-25T00:53:09.840638+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:11.101 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:10 smithi134 bash[22165]: audit 2024-03-25T00:53:09.850087+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:11.101 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:10 smithi134 bash[22165]: audit 2024-03-25T00:53:09.861029+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:11.101 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:10 smithi134 bash[22165]: cluster 2024-03-25T00:53:10.099528+0000 mgr.a (mgr.14385) 56 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:11.158 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:10 smithi149 bash[22110]: audit 2024-03-25T00:53:09.840638+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:11.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:10 smithi149 bash[22110]: audit 2024-03-25T00:53:09.850087+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:11.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:10 smithi149 bash[22110]: audit 2024-03-25T00:53:09.861029+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:11.159 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:10 smithi149 bash[22110]: cluster 2024-03-25T00:53:10.099528+0000 mgr.a (mgr.14385) 56 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:13.410 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:13 smithi149 bash[22110]: cluster 2024-03-25T00:53:12.100089+0000 mgr.a (mgr.14385) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:13.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:13 smithi028 bash[21481]: cluster 2024-03-25T00:53:12.100089+0000 mgr.a (mgr.14385) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:13.600 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:13 smithi134 bash[22165]: cluster 2024-03-25T00:53:12.100089+0000 mgr.a (mgr.14385) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:15.407 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:15 smithi149 bash[22110]: cluster 2024-03-25T00:53:14.100623+0000 mgr.a (mgr.14385) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:15.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:15 smithi149 bash[22110]: audit 2024-03-25T00:53:14.183688+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:53:15.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:15 smithi028 bash[21481]: cluster 2024-03-25T00:53:14.100623+0000 mgr.a (mgr.14385) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:15.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:15 smithi028 bash[21481]: audit 2024-03-25T00:53:14.183688+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:53:15.600 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:15 smithi134 bash[22165]: cluster 2024-03-25T00:53:14.100623+0000 mgr.a (mgr.14385) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:15.601 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:15 smithi134 bash[22165]: audit 2024-03-25T00:53:14.183688+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:53:17.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:17 smithi028 bash[21481]: cluster 2024-03-25T00:53:16.101229+0000 mgr.a (mgr.14385) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:17.588 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:53:17 smithi028 bash[21737]: ::ffff:172.21.15.134 - - [25/Mar/2024:00:53:17] "GET /metrics HTTP/1.1" 200 21444 "" "Prometheus/2.43.0" 2024-03-25T00:53:17.600 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:17 smithi134 bash[22165]: cluster 2024-03-25T00:53:16.101229+0000 mgr.a (mgr.14385) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:17.657 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:17 smithi149 bash[22110]: cluster 2024-03-25T00:53:16.101229+0000 mgr.a (mgr.14385) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:19.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:19 smithi028 bash[21481]: cluster 2024-03-25T00:53:18.101860+0000 mgr.a (mgr.14385) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:19.601 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:19 smithi134 bash[22165]: cluster 2024-03-25T00:53:18.101860+0000 mgr.a (mgr.14385) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:19.657 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:19 smithi149 bash[22110]: cluster 2024-03-25T00:53:18.101860+0000 mgr.a (mgr.14385) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:21.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:21 smithi028 bash[21481]: cluster 2024-03-25T00:53:20.102384+0000 mgr.a (mgr.14385) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:21.600 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:21 smithi134 bash[22165]: cluster 2024-03-25T00:53:20.102384+0000 mgr.a (mgr.14385) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:21.657 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:21 smithi149 bash[22110]: cluster 2024-03-25T00:53:20.102384+0000 mgr.a (mgr.14385) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:23.338 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:23 smithi028 bash[21481]: cluster 2024-03-25T00:53:22.102919+0000 mgr.a (mgr.14385) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:23.535 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:23 smithi134 bash[22165]: cluster 2024-03-25T00:53:22.102919+0000 mgr.a (mgr.14385) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:23.657 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:23 smithi149 bash[22110]: cluster 2024-03-25T00:53:22.102919+0000 mgr.a (mgr.14385) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:25.338 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:25 smithi028 bash[21481]: cluster 2024-03-25T00:53:24.103411+0000 mgr.a (mgr.14385) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:25.350 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:25 smithi134 bash[22165]: cluster 2024-03-25T00:53:24.103411+0000 mgr.a (mgr.14385) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:25.451 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:25 smithi149 bash[22110]: cluster 2024-03-25T00:53:24.103411+0000 mgr.a (mgr.14385) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:27.338 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:27 smithi028 bash[21481]: cluster 2024-03-25T00:53:26.103961+0000 mgr.a (mgr.14385) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:27.338 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:27 smithi028 bash[21481]: audit 2024-03-25T00:53:26.979076+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:27.338 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:27 smithi028 bash[21481]: audit 2024-03-25T00:53:26.988360+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:27.338 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:27 smithi028 bash[21481]: audit 2024-03-25T00:53:26.999298+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:27.350 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:27 smithi134 bash[22165]: cluster 2024-03-25T00:53:26.103961+0000 mgr.a (mgr.14385) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:27.350 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:27 smithi134 bash[22165]: audit 2024-03-25T00:53:26.979076+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:27.350 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:27 smithi134 bash[22165]: audit 2024-03-25T00:53:26.988360+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:27.350 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:27 smithi134 bash[22165]: audit 2024-03-25T00:53:26.999298+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:27.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:27 smithi149 bash[22110]: cluster 2024-03-25T00:53:26.103961+0000 mgr.a (mgr.14385) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:27.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:27 smithi149 bash[22110]: audit 2024-03-25T00:53:26.979076+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:27.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:27 smithi149 bash[22110]: audit 2024-03-25T00:53:26.988360+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:27.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:27 smithi149 bash[22110]: audit 2024-03-25T00:53:26.999298+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:27.838 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:53:27 smithi028 bash[21737]: ::ffff:172.21.15.134 - - [25/Mar/2024:00:53:27] "GET /metrics HTTP/1.1" 200 21444 "" "Prometheus/2.43.0" 2024-03-25T00:53:29.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:29 smithi028 bash[21481]: cluster 2024-03-25T00:53:28.104481+0000 mgr.a (mgr.14385) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:29.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:29 smithi028 bash[21481]: audit 2024-03-25T00:53:29.103047+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:29.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:29 smithi028 bash[21481]: audit 2024-03-25T00:53:29.112835+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:29.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:29 smithi028 bash[21481]: audit 2024-03-25T00:53:29.123479+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:29.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:29 smithi028 bash[21481]: audit 2024-03-25T00:53:29.184082+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:53:29.600 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:29 smithi134 bash[22165]: cluster 2024-03-25T00:53:28.104481+0000 mgr.a (mgr.14385) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:29.600 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:29 smithi134 bash[22165]: audit 2024-03-25T00:53:29.103047+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:29.600 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:29 smithi134 bash[22165]: audit 2024-03-25T00:53:29.112835+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:29.600 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:29 smithi134 bash[22165]: audit 2024-03-25T00:53:29.123479+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:29.600 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:29 smithi134 bash[22165]: audit 2024-03-25T00:53:29.184082+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:53:29.657 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:29 smithi149 bash[22110]: cluster 2024-03-25T00:53:28.104481+0000 mgr.a (mgr.14385) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:29.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:29 smithi149 bash[22110]: audit 2024-03-25T00:53:29.103047+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:29.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:29 smithi149 bash[22110]: audit 2024-03-25T00:53:29.112835+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:29.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:29 smithi149 bash[22110]: audit 2024-03-25T00:53:29.123479+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:29.658 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:29 smithi149 bash[22110]: audit 2024-03-25T00:53:29.184082+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:53:31.338 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:31 smithi028 bash[21481]: audit 2024-03-25T00:53:30.069112+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:31.338 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:31 smithi028 bash[21481]: audit 2024-03-25T00:53:30.078711+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:31.338 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:31 smithi028 bash[21481]: audit 2024-03-25T00:53:30.089270+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:31.338 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:31 smithi028 bash[21481]: cluster 2024-03-25T00:53:30.105081+0000 mgr.a (mgr.14385) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:31.350 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:31 smithi134 bash[22165]: audit 2024-03-25T00:53:30.069112+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:31.350 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:31 smithi134 bash[22165]: audit 2024-03-25T00:53:30.078711+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:31.350 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:31 smithi134 bash[22165]: audit 2024-03-25T00:53:30.089270+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:31.350 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:31 smithi134 bash[22165]: cluster 2024-03-25T00:53:30.105081+0000 mgr.a (mgr.14385) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:31.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:31 smithi149 bash[22110]: audit 2024-03-25T00:53:30.069112+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:31.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:31 smithi149 bash[22110]: audit 2024-03-25T00:53:30.078711+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:31.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:31 smithi149 bash[22110]: audit 2024-03-25T00:53:30.089270+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:31.408 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:31 smithi149 bash[22110]: cluster 2024-03-25T00:53:30.105081+0000 mgr.a (mgr.14385) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:33.407 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:33 smithi149 bash[22110]: cluster 2024-03-25T00:53:32.105556+0000 mgr.a (mgr.14385) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:33.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:33 smithi028 bash[21481]: cluster 2024-03-25T00:53:32.105556+0000 mgr.a (mgr.14385) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:33.600 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:33 smithi134 bash[22165]: cluster 2024-03-25T00:53:32.105556+0000 mgr.a (mgr.14385) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:34.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:34 smithi028 bash[21481]: audit 2024-03-25T00:53:33.959670+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:53:34.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:34 smithi028 bash[21481]: audit 2024-03-25T00:53:33.965687+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:53:34.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:34 smithi028 bash[21481]: audit 2024-03-25T00:53:33.967538+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:53:34.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:34 smithi028 bash[21481]: audit 2024-03-25T00:53:33.978191+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:34.600 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:34 smithi134 bash[22165]: audit 2024-03-25T00:53:33.959670+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:53:34.600 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:34 smithi134 bash[22165]: audit 2024-03-25T00:53:33.965687+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:53:34.600 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:34 smithi134 bash[22165]: audit 2024-03-25T00:53:33.967538+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:53:34.600 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:34 smithi134 bash[22165]: audit 2024-03-25T00:53:33.978191+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:34.657 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:34 smithi149 bash[22110]: audit 2024-03-25T00:53:33.959670+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:53:34.657 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:34 smithi149 bash[22110]: audit 2024-03-25T00:53:33.965687+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:53:34.657 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:34 smithi149 bash[22110]: audit 2024-03-25T00:53:33.967538+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:53:34.657 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:34 smithi149 bash[22110]: audit 2024-03-25T00:53:33.978191+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:35.587 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:35 smithi028 bash[21481]: cluster 2024-03-25T00:53:34.106075+0000 mgr.a (mgr.14385) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:35.600 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:35 smithi134 bash[22165]: cluster 2024-03-25T00:53:34.106075+0000 mgr.a (mgr.14385) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:35.657 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:35 smithi149 bash[22110]: cluster 2024-03-25T00:53:34.106075+0000 mgr.a (mgr.14385) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:37.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:37 smithi028 bash[21481]: cluster 2024-03-25T00:53:36.106632+0000 mgr.a (mgr.14385) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:37.588 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:53:37 smithi028 bash[21737]: ::ffff:172.21.15.134 - - [25/Mar/2024:00:53:37] "GET /metrics HTTP/1.1" 200 21447 "" "Prometheus/2.43.0" 2024-03-25T00:53:37.600 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:37 smithi134 bash[22165]: cluster 2024-03-25T00:53:36.106632+0000 mgr.a (mgr.14385) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:37.657 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:37 smithi149 bash[22110]: cluster 2024-03-25T00:53:36.106632+0000 mgr.a (mgr.14385) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:39.587 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:39 smithi028 bash[21481]: cluster 2024-03-25T00:53:38.107157+0000 mgr.a (mgr.14385) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:39.600 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:39 smithi134 bash[22165]: cluster 2024-03-25T00:53:38.107157+0000 mgr.a (mgr.14385) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:39.657 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:39 smithi149 bash[22110]: cluster 2024-03-25T00:53:38.107157+0000 mgr.a (mgr.14385) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:41.587 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:41 smithi028 bash[21481]: cluster 2024-03-25T00:53:40.107799+0000 mgr.a (mgr.14385) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:41.600 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:41 smithi134 bash[22165]: cluster 2024-03-25T00:53:40.107799+0000 mgr.a (mgr.14385) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:41.657 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:41 smithi149 bash[22110]: cluster 2024-03-25T00:53:40.107799+0000 mgr.a (mgr.14385) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:43.587 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:43 smithi028 bash[21481]: cluster 2024-03-25T00:53:42.108241+0000 mgr.a (mgr.14385) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:43.599 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:43 smithi134 bash[22165]: cluster 2024-03-25T00:53:42.108241+0000 mgr.a (mgr.14385) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:43.660 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:43 smithi149 bash[22110]: cluster 2024-03-25T00:53:42.108241+0000 mgr.a (mgr.14385) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:44.587 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:44 smithi028 bash[21481]: audit 2024-03-25T00:53:44.184645+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:53:44.599 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:44 smithi134 bash[22165]: audit 2024-03-25T00:53:44.184645+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:53:44.657 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:44 smithi149 bash[22110]: audit 2024-03-25T00:53:44.184645+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:53:45.590 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:45 smithi028 bash[21481]: cluster 2024-03-25T00:53:44.108741+0000 mgr.a (mgr.14385) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:45.599 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:45 smithi134 bash[22165]: cluster 2024-03-25T00:53:44.108741+0000 mgr.a (mgr.14385) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:45.657 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:45 smithi149 bash[22110]: cluster 2024-03-25T00:53:44.108741+0000 mgr.a (mgr.14385) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:47.587 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:53:47 smithi028 bash[21737]: ::ffff:172.21.15.134 - - [25/Mar/2024:00:53:47] "GET /metrics HTTP/1.1" 200 21447 "" "Prometheus/2.43.0" 2024-03-25T00:53:47.587 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:47 smithi028 bash[21481]: cluster 2024-03-25T00:53:46.109270+0000 mgr.a (mgr.14385) 74 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:47.587 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:47 smithi028 bash[21481]: audit 2024-03-25T00:53:47.213009+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:47.587 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:47 smithi028 bash[21481]: audit 2024-03-25T00:53:47.222732+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:47.588 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:47 smithi028 bash[21481]: audit 2024-03-25T00:53:47.233067+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:47.599 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:47 smithi134 bash[22165]: cluster 2024-03-25T00:53:46.109270+0000 mgr.a (mgr.14385) 74 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:47.599 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:47 smithi134 bash[22165]: audit 2024-03-25T00:53:47.213009+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:47.599 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:47 smithi134 bash[22165]: audit 2024-03-25T00:53:47.222732+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:47.599 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:47 smithi134 bash[22165]: audit 2024-03-25T00:53:47.233067+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:47.657 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:47 smithi149 bash[22110]: cluster 2024-03-25T00:53:46.109270+0000 mgr.a (mgr.14385) 74 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:47.657 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:47 smithi149 bash[22110]: audit 2024-03-25T00:53:47.213009+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:47.657 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:47 smithi149 bash[22110]: audit 2024-03-25T00:53:47.222732+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:47.657 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:47 smithi149 bash[22110]: audit 2024-03-25T00:53:47.233067+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:49.587 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:49 smithi028 bash[21481]: cluster 2024-03-25T00:53:48.109815+0000 mgr.a (mgr.14385) 75 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:49.587 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:49 smithi028 bash[21481]: audit 2024-03-25T00:53:49.309232+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:49.587 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:49 smithi028 bash[21481]: audit 2024-03-25T00:53:49.319266+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:49.587 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:49 smithi028 bash[21481]: audit 2024-03-25T00:53:49.330287+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:49.599 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:49 smithi134 bash[22165]: cluster 2024-03-25T00:53:48.109815+0000 mgr.a (mgr.14385) 75 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:49.599 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:49 smithi134 bash[22165]: audit 2024-03-25T00:53:49.309232+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:49.599 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:49 smithi134 bash[22165]: audit 2024-03-25T00:53:49.319266+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:49.599 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:49 smithi134 bash[22165]: audit 2024-03-25T00:53:49.330287+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:49.656 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:49 smithi149 bash[22110]: cluster 2024-03-25T00:53:48.109815+0000 mgr.a (mgr.14385) 75 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:49.657 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:49 smithi149 bash[22110]: audit 2024-03-25T00:53:49.309232+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:49.657 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:49 smithi149 bash[22110]: audit 2024-03-25T00:53:49.319266+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:49.657 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:49 smithi149 bash[22110]: audit 2024-03-25T00:53:49.330287+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:51.587 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:51 smithi028 bash[21481]: cluster 2024-03-25T00:53:50.110357+0000 mgr.a (mgr.14385) 76 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:51.587 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:51 smithi028 bash[21481]: audit 2024-03-25T00:53:50.295504+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:51.587 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:51 smithi028 bash[21481]: audit 2024-03-25T00:53:50.304831+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:51.587 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:51 smithi028 bash[21481]: audit 2024-03-25T00:53:50.315219+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:51.599 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:51 smithi134 bash[22165]: cluster 2024-03-25T00:53:50.110357+0000 mgr.a (mgr.14385) 76 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:51.599 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:51 smithi134 bash[22165]: audit 2024-03-25T00:53:50.295504+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:51.599 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:51 smithi134 bash[22165]: audit 2024-03-25T00:53:50.304831+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:51.599 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:51 smithi134 bash[22165]: audit 2024-03-25T00:53:50.315219+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:51.656 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:51 smithi149 bash[22110]: cluster 2024-03-25T00:53:50.110357+0000 mgr.a (mgr.14385) 76 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:51.657 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:51 smithi149 bash[22110]: audit 2024-03-25T00:53:50.295504+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:51.657 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:51 smithi149 bash[22110]: audit 2024-03-25T00:53:50.304831+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:51.657 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:51 smithi149 bash[22110]: audit 2024-03-25T00:53:50.315219+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:53:53.587 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:53 smithi028 bash[21481]: cluster 2024-03-25T00:53:52.110867+0000 mgr.a (mgr.14385) 77 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:53.599 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:53 smithi134 bash[22165]: cluster 2024-03-25T00:53:52.110867+0000 mgr.a (mgr.14385) 77 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:53.656 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:53 smithi149 bash[22110]: cluster 2024-03-25T00:53:52.110867+0000 mgr.a (mgr.14385) 77 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:55.587 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:55 smithi028 bash[21481]: cluster 2024-03-25T00:53:54.111393+0000 mgr.a (mgr.14385) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:55.599 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:55 smithi134 bash[22165]: cluster 2024-03-25T00:53:54.111393+0000 mgr.a (mgr.14385) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:55.656 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:55 smithi149 bash[22110]: cluster 2024-03-25T00:53:54.111393+0000 mgr.a (mgr.14385) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:57.587 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:57 smithi028 bash[21481]: cluster 2024-03-25T00:53:56.111926+0000 mgr.a (mgr.14385) 79 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:57.587 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:53:57 smithi028 bash[21737]: ::ffff:172.21.15.134 - - [25/Mar/2024:00:53:57] "GET /metrics HTTP/1.1" 200 21447 "" "Prometheus/2.43.0" 2024-03-25T00:53:57.598 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:57 smithi134 bash[22165]: cluster 2024-03-25T00:53:56.111926+0000 mgr.a (mgr.14385) 79 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:57.656 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:57 smithi149 bash[22110]: cluster 2024-03-25T00:53:56.111926+0000 mgr.a (mgr.14385) 79 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:59.587 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:59 smithi028 bash[21481]: cluster 2024-03-25T00:53:58.112441+0000 mgr.a (mgr.14385) 80 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:59.587 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:53:59 smithi028 bash[21481]: audit 2024-03-25T00:53:59.185075+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:53:59.598 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:59 smithi134 bash[22165]: cluster 2024-03-25T00:53:58.112441+0000 mgr.a (mgr.14385) 80 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:59.599 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:53:59 smithi134 bash[22165]: audit 2024-03-25T00:53:59.185075+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:53:59.656 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:59 smithi149 bash[22110]: cluster 2024-03-25T00:53:58.112441+0000 mgr.a (mgr.14385) 80 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:53:59.656 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:53:59 smithi149 bash[22110]: audit 2024-03-25T00:53:59.185075+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:54:01.586 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:01 smithi028 bash[21481]: cluster 2024-03-25T00:54:00.112973+0000 mgr.a (mgr.14385) 81 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:01.598 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:01 smithi134 bash[22165]: cluster 2024-03-25T00:54:00.112973+0000 mgr.a (mgr.14385) 81 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:01.656 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:01 smithi149 bash[22110]: cluster 2024-03-25T00:54:00.112973+0000 mgr.a (mgr.14385) 81 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:03.586 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:03 smithi028 bash[21481]: cluster 2024-03-25T00:54:02.113481+0000 mgr.a (mgr.14385) 82 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:03.598 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:03 smithi134 bash[22165]: cluster 2024-03-25T00:54:02.113481+0000 mgr.a (mgr.14385) 82 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:03.656 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:03 smithi149 bash[22110]: cluster 2024-03-25T00:54:02.113481+0000 mgr.a (mgr.14385) 82 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:05.586 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:05 smithi028 bash[21481]: cluster 2024-03-25T00:54:04.114072+0000 mgr.a (mgr.14385) 83 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:05.598 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:05 smithi134 bash[22165]: cluster 2024-03-25T00:54:04.114072+0000 mgr.a (mgr.14385) 83 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:05.656 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:05 smithi149 bash[22110]: cluster 2024-03-25T00:54:04.114072+0000 mgr.a (mgr.14385) 83 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:07.406 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:07 smithi149 bash[22110]: cluster 2024-03-25T00:54:06.114411+0000 mgr.a (mgr.14385) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:07.586 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:07 smithi028 bash[21481]: cluster 2024-03-25T00:54:06.114411+0000 mgr.a (mgr.14385) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:07.586 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:54:07 smithi028 bash[21737]: ::ffff:172.21.15.134 - - [25/Mar/2024:00:54:07] "GET /metrics HTTP/1.1" 200 21448 "" "Prometheus/2.43.0" 2024-03-25T00:54:07.598 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:07 smithi134 bash[22165]: cluster 2024-03-25T00:54:06.114411+0000 mgr.a (mgr.14385) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:08.656 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:08 smithi149 bash[22110]: audit 2024-03-25T00:54:07.428890+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:08.656 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:08 smithi149 bash[22110]: audit 2024-03-25T00:54:07.437700+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:08.656 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:08 smithi149 bash[22110]: audit 2024-03-25T00:54:07.447644+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:08.818 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:08 smithi134 bash[22165]: audit 2024-03-25T00:54:07.428890+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:08.818 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:08 smithi134 bash[22165]: audit 2024-03-25T00:54:07.437700+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:08.818 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:08 smithi134 bash[22165]: audit 2024-03-25T00:54:07.447644+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:08.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:08 smithi028 bash[21481]: audit 2024-03-25T00:54:07.428890+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:08.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:08 smithi028 bash[21481]: audit 2024-03-25T00:54:07.437700+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:08.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:08 smithi028 bash[21481]: audit 2024-03-25T00:54:07.447644+0000 mon.a (mon.0) 911 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:09.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:09 smithi028 bash[21481]: cluster 2024-03-25T00:54:08.114893+0000 mgr.a (mgr.14385) 85 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:09.848 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:09 smithi134 bash[22165]: cluster 2024-03-25T00:54:08.114893+0000 mgr.a (mgr.14385) 85 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:09.905 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:09 smithi149 bash[22110]: cluster 2024-03-25T00:54:08.114893+0000 mgr.a (mgr.14385) 85 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:10.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:10 smithi028 bash[21481]: audit 2024-03-25T00:54:09.547902+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:10.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:10 smithi028 bash[21481]: audit 2024-03-25T00:54:09.557797+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:10.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:10 smithi028 bash[21481]: audit 2024-03-25T00:54:09.568365+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:10.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:10 smithi028 bash[21481]: audit 2024-03-25T00:54:10.517291+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:10.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:10 smithi028 bash[21481]: audit 2024-03-25T00:54:10.526940+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:10.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:10 smithi028 bash[21481]: audit 2024-03-25T00:54:10.537590+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:10.848 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:10 smithi134 bash[22165]: audit 2024-03-25T00:54:09.547902+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:10.848 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:10 smithi134 bash[22165]: audit 2024-03-25T00:54:09.557797+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:10.848 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:10 smithi134 bash[22165]: audit 2024-03-25T00:54:09.568365+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:10.848 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:10 smithi134 bash[22165]: audit 2024-03-25T00:54:10.517291+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:10.849 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:10 smithi134 bash[22165]: audit 2024-03-25T00:54:10.526940+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:10.849 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:10 smithi134 bash[22165]: audit 2024-03-25T00:54:10.537590+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:10.906 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:10 smithi149 bash[22110]: audit 2024-03-25T00:54:09.547902+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:10.906 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:10 smithi149 bash[22110]: audit 2024-03-25T00:54:09.557797+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:10.906 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:10 smithi149 bash[22110]: audit 2024-03-25T00:54:09.568365+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:10.906 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:10 smithi149 bash[22110]: audit 2024-03-25T00:54:10.517291+0000 mon.a (mon.0) 915 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:10.906 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:10 smithi149 bash[22110]: audit 2024-03-25T00:54:10.526940+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:10.906 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:10 smithi149 bash[22110]: audit 2024-03-25T00:54:10.537590+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:11.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:11 smithi028 bash[21481]: cluster 2024-03-25T00:54:10.115449+0000 mgr.a (mgr.14385) 86 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:11.848 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:11 smithi134 bash[22165]: cluster 2024-03-25T00:54:10.115449+0000 mgr.a (mgr.14385) 86 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:11.905 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:11 smithi149 bash[22110]: cluster 2024-03-25T00:54:10.115449+0000 mgr.a (mgr.14385) 86 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:13.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:13 smithi028 bash[21481]: cluster 2024-03-25T00:54:12.116014+0000 mgr.a (mgr.14385) 87 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:13.848 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:13 smithi134 bash[22165]: cluster 2024-03-25T00:54:12.116014+0000 mgr.a (mgr.14385) 87 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:13.905 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:13 smithi149 bash[22110]: cluster 2024-03-25T00:54:12.116014+0000 mgr.a (mgr.14385) 87 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:14.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:14 smithi028 bash[21481]: audit 2024-03-25T00:54:14.185501+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:54:14.848 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:14 smithi134 bash[22165]: audit 2024-03-25T00:54:14.185501+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:54:14.905 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:14 smithi149 bash[22110]: audit 2024-03-25T00:54:14.185501+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:54:15.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:15 smithi028 bash[21481]: cluster 2024-03-25T00:54:14.116570+0000 mgr.a (mgr.14385) 88 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:15.847 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:15 smithi134 bash[22165]: cluster 2024-03-25T00:54:14.116570+0000 mgr.a (mgr.14385) 88 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:15.905 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:15 smithi149 bash[22110]: cluster 2024-03-25T00:54:14.116570+0000 mgr.a (mgr.14385) 88 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:17.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:17 smithi028 bash[21481]: cluster 2024-03-25T00:54:16.117242+0000 mgr.a (mgr.14385) 89 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:17.836 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:54:17 smithi028 bash[21737]: ::ffff:172.21.15.134 - - [25/Mar/2024:00:54:17] "GET /metrics HTTP/1.1" 200 21447 "" "Prometheus/2.43.0" 2024-03-25T00:54:17.847 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:17 smithi134 bash[22165]: cluster 2024-03-25T00:54:16.117242+0000 mgr.a (mgr.14385) 89 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:17.905 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:17 smithi149 bash[22110]: cluster 2024-03-25T00:54:16.117242+0000 mgr.a (mgr.14385) 89 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:19.848 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:19 smithi134 bash[22165]: cluster 2024-03-25T00:54:18.117909+0000 mgr.a (mgr.14385) 90 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:19.905 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:19 smithi149 bash[22110]: cluster 2024-03-25T00:54:18.117909+0000 mgr.a (mgr.14385) 90 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:20.085 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:19 smithi028 bash[21481]: cluster 2024-03-25T00:54:18.117909+0000 mgr.a (mgr.14385) 90 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:21.848 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:21 smithi134 bash[22165]: cluster 2024-03-25T00:54:20.118568+0000 mgr.a (mgr.14385) 91 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:21.905 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:21 smithi149 bash[22110]: cluster 2024-03-25T00:54:20.118568+0000 mgr.a (mgr.14385) 91 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:22.085 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:21 smithi028 bash[21481]: cluster 2024-03-25T00:54:20.118568+0000 mgr.a (mgr.14385) 91 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:22.905 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:22 smithi149 bash[22110]: cluster 2024-03-25T00:54:22.119213+0000 mgr.a (mgr.14385) 92 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:23.085 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:22 smithi028 bash[21481]: cluster 2024-03-25T00:54:22.119213+0000 mgr.a (mgr.14385) 92 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:23.097 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:22 smithi134 bash[22165]: cluster 2024-03-25T00:54:22.119213+0000 mgr.a (mgr.14385) 92 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:25.585 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:25 smithi028 bash[21481]: cluster 2024-03-25T00:54:24.119880+0000 mgr.a (mgr.14385) 93 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:25.597 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:25 smithi134 bash[22165]: cluster 2024-03-25T00:54:24.119880+0000 mgr.a (mgr.14385) 93 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:25.655 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:25 smithi149 bash[22110]: cluster 2024-03-25T00:54:24.119880+0000 mgr.a (mgr.14385) 93 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:27.347 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:27 smithi134 bash[22165]: cluster 2024-03-25T00:54:26.120541+0000 mgr.a (mgr.14385) 94 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:27.434 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:27 smithi028 bash[21481]: cluster 2024-03-25T00:54:26.120541+0000 mgr.a (mgr.14385) 94 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:27.434 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:54:27 smithi028 bash[21737]: ::ffff:172.21.15.134 - - [25/Mar/2024:00:54:27] "GET /metrics HTTP/1.1" 200 21447 "" "Prometheus/2.43.0" 2024-03-25T00:54:27.563 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:27 smithi149 bash[22110]: cluster 2024-03-25T00:54:26.120541+0000 mgr.a (mgr.14385) 94 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:28.655 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:28 smithi149 bash[22110]: audit 2024-03-25T00:54:27.552913+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:28.655 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:28 smithi149 bash[22110]: audit 2024-03-25T00:54:27.561341+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:28.655 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:28 smithi149 bash[22110]: audit 2024-03-25T00:54:27.568815+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:28.706 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:28 smithi134 bash[22165]: audit 2024-03-25T00:54:27.552913+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:28.706 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:28 smithi134 bash[22165]: audit 2024-03-25T00:54:27.561341+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:28.706 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:28 smithi134 bash[22165]: audit 2024-03-25T00:54:27.568815+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:28.835 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:28 smithi028 bash[21481]: audit 2024-03-25T00:54:27.552913+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:28.835 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:28 smithi028 bash[21481]: audit 2024-03-25T00:54:27.561341+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:28.835 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:28 smithi028 bash[21481]: audit 2024-03-25T00:54:27.568815+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:29.835 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:29 smithi028 bash[21481]: cluster 2024-03-25T00:54:28.121098+0000 mgr.a (mgr.14385) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:29.835 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:29 smithi028 bash[21481]: audit 2024-03-25T00:54:29.186184+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:54:29.847 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:29 smithi134 bash[22165]: cluster 2024-03-25T00:54:28.121098+0000 mgr.a (mgr.14385) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:29.848 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:29 smithi134 bash[22165]: audit 2024-03-25T00:54:29.186184+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:54:29.905 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:29 smithi149 bash[22110]: cluster 2024-03-25T00:54:28.121098+0000 mgr.a (mgr.14385) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:29.905 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:29 smithi149 bash[22110]: audit 2024-03-25T00:54:29.186184+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:54:31.085 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:30 smithi028 bash[21481]: audit 2024-03-25T00:54:29.739554+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:31.085 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:30 smithi028 bash[21481]: audit 2024-03-25T00:54:29.749062+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:31.085 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:30 smithi028 bash[21481]: audit 2024-03-25T00:54:29.759572+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:31.085 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:30 smithi028 bash[21481]: cluster 2024-03-25T00:54:30.121609+0000 mgr.a (mgr.14385) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:31.086 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:30 smithi028 bash[21481]: audit 2024-03-25T00:54:30.724254+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:31.086 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:30 smithi028 bash[21481]: audit 2024-03-25T00:54:30.733381+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:31.097 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:30 smithi134 bash[22165]: audit 2024-03-25T00:54:29.739554+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:31.097 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:30 smithi134 bash[22165]: audit 2024-03-25T00:54:29.749062+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:31.097 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:30 smithi134 bash[22165]: audit 2024-03-25T00:54:29.759572+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:31.098 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:30 smithi134 bash[22165]: cluster 2024-03-25T00:54:30.121609+0000 mgr.a (mgr.14385) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:31.098 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:30 smithi134 bash[22165]: audit 2024-03-25T00:54:30.724254+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:31.098 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:30 smithi134 bash[22165]: audit 2024-03-25T00:54:30.733381+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:31.155 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:30 smithi149 bash[22110]: audit 2024-03-25T00:54:29.739554+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:31.155 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:30 smithi149 bash[22110]: audit 2024-03-25T00:54:29.749062+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:31.155 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:30 smithi149 bash[22110]: audit 2024-03-25T00:54:29.759572+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:31.155 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:30 smithi149 bash[22110]: cluster 2024-03-25T00:54:30.121609+0000 mgr.a (mgr.14385) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:31.155 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:30 smithi149 bash[22110]: audit 2024-03-25T00:54:30.724254+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:31.155 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:30 smithi149 bash[22110]: audit 2024-03-25T00:54:30.733381+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:32.085 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:31 smithi028 bash[21481]: audit 2024-03-25T00:54:30.749282+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:32.097 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:31 smithi134 bash[22165]: audit 2024-03-25T00:54:30.749282+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:32.155 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:31 smithi149 bash[22110]: audit 2024-03-25T00:54:30.749282+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:33.085 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:32 smithi028 bash[21481]: cluster 2024-03-25T00:54:32.122119+0000 mgr.a (mgr.14385) 97 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:33.097 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:32 smithi134 bash[22165]: cluster 2024-03-25T00:54:32.122119+0000 mgr.a (mgr.14385) 97 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:33.155 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:32 smithi149 bash[22110]: cluster 2024-03-25T00:54:32.122119+0000 mgr.a (mgr.14385) 97 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:34.405 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:34 smithi149 bash[22110]: audit 2024-03-25T00:54:34.095097+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:54:34.585 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:34 smithi028 bash[21481]: audit 2024-03-25T00:54:34.095097+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:54:34.597 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:34 smithi134 bash[22165]: audit 2024-03-25T00:54:34.095097+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:54:35.585 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:35 smithi028 bash[21481]: cluster 2024-03-25T00:54:34.122724+0000 mgr.a (mgr.14385) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:35.586 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:35 smithi028 bash[21481]: audit 2024-03-25T00:54:34.624027+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:35.586 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:35 smithi028 bash[21481]: audit 2024-03-25T00:54:34.631803+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:35.586 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:35 smithi028 bash[21481]: audit 2024-03-25T00:54:34.633815+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:54:35.586 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:35 smithi028 bash[21481]: audit 2024-03-25T00:54:34.635260+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:54:35.586 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:35 smithi028 bash[21481]: audit 2024-03-25T00:54:34.644218+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:35.597 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:35 smithi134 bash[22165]: cluster 2024-03-25T00:54:34.122724+0000 mgr.a (mgr.14385) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:35.597 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:35 smithi134 bash[22165]: audit 2024-03-25T00:54:34.624027+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:35.597 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:35 smithi134 bash[22165]: audit 2024-03-25T00:54:34.631803+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:35.597 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:35 smithi134 bash[22165]: audit 2024-03-25T00:54:34.633815+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:54:35.597 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:35 smithi134 bash[22165]: audit 2024-03-25T00:54:34.635260+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:54:35.597 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:35 smithi134 bash[22165]: audit 2024-03-25T00:54:34.644218+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:35.655 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:35 smithi149 bash[22110]: cluster 2024-03-25T00:54:34.122724+0000 mgr.a (mgr.14385) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:35.655 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:35 smithi149 bash[22110]: audit 2024-03-25T00:54:34.624027+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:35.655 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:35 smithi149 bash[22110]: audit 2024-03-25T00:54:34.631803+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:35.655 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:35 smithi149 bash[22110]: audit 2024-03-25T00:54:34.633815+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:54:35.656 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:35 smithi149 bash[22110]: audit 2024-03-25T00:54:34.635260+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:54:35.656 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:35 smithi149 bash[22110]: audit 2024-03-25T00:54:34.644218+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:37.586 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:37 smithi028 bash[21481]: cluster 2024-03-25T00:54:36.123313+0000 mgr.a (mgr.14385) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:37.586 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:54:37 smithi028 bash[21737]: ::ffff:172.21.15.134 - - [25/Mar/2024:00:54:37] "GET /metrics HTTP/1.1" 200 21456 "" "Prometheus/2.43.0" 2024-03-25T00:54:37.597 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:37 smithi134 bash[22165]: cluster 2024-03-25T00:54:36.123313+0000 mgr.a (mgr.14385) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:37.654 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:37 smithi149 bash[22110]: cluster 2024-03-25T00:54:36.123313+0000 mgr.a (mgr.14385) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:39.585 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:39 smithi028 bash[21481]: cluster 2024-03-25T00:54:38.123793+0000 mgr.a (mgr.14385) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:39.597 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:39 smithi134 bash[22165]: cluster 2024-03-25T00:54:38.123793+0000 mgr.a (mgr.14385) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:39.654 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:39 smithi149 bash[22110]: cluster 2024-03-25T00:54:38.123793+0000 mgr.a (mgr.14385) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:41.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:41 smithi028 bash[21481]: cluster 2024-03-25T00:54:40.124337+0000 mgr.a (mgr.14385) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:41.596 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:41 smithi134 bash[22165]: cluster 2024-03-25T00:54:40.124337+0000 mgr.a (mgr.14385) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:41.654 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:41 smithi149 bash[22110]: cluster 2024-03-25T00:54:40.124337+0000 mgr.a (mgr.14385) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:43.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:43 smithi028 bash[21481]: cluster 2024-03-25T00:54:42.124845+0000 mgr.a (mgr.14385) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:43.596 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:43 smithi134 bash[22165]: cluster 2024-03-25T00:54:42.124845+0000 mgr.a (mgr.14385) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:43.654 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:43 smithi149 bash[22110]: cluster 2024-03-25T00:54:42.124845+0000 mgr.a (mgr.14385) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:44.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:44 smithi028 bash[21481]: audit 2024-03-25T00:54:44.186445+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:54:44.596 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:44 smithi134 bash[22165]: audit 2024-03-25T00:54:44.186445+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:54:44.654 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:44 smithi149 bash[22110]: audit 2024-03-25T00:54:44.186445+0000 mon.a (mon.0) 935 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:54:45.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:45 smithi028 bash[21481]: cluster 2024-03-25T00:54:44.125356+0000 mgr.a (mgr.14385) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:45.596 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:45 smithi134 bash[22165]: cluster 2024-03-25T00:54:44.125356+0000 mgr.a (mgr.14385) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:45.654 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:45 smithi149 bash[22110]: cluster 2024-03-25T00:54:44.125356+0000 mgr.a (mgr.14385) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:47.311 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:47 smithi134 bash[22165]: cluster 2024-03-25T00:54:46.125855+0000 mgr.a (mgr.14385) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:47.498 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:47 smithi028 bash[21481]: cluster 2024-03-25T00:54:46.125855+0000 mgr.a (mgr.14385) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:47.498 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:54:47 smithi028 bash[21737]: ::ffff:172.21.15.134 - - [25/Mar/2024:00:54:47] "GET /metrics HTTP/1.1" 200 21458 "" "Prometheus/2.43.0" 2024-03-25T00:54:47.654 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:47 smithi149 bash[22110]: cluster 2024-03-25T00:54:46.125855+0000 mgr.a (mgr.14385) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:48.846 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:48 smithi134 bash[22165]: audit 2024-03-25T00:54:47.681420+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:48.847 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:48 smithi134 bash[22165]: audit 2024-03-25T00:54:47.686483+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:48.847 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:48 smithi134 bash[22165]: audit 2024-03-25T00:54:47.693154+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:48.847 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:48 smithi134 bash[22165]: cluster 2024-03-25T00:54:48.126360+0000 mgr.a (mgr.14385) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:49.084 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:48 smithi028 bash[21481]: audit 2024-03-25T00:54:47.681420+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:49.085 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:48 smithi028 bash[21481]: audit 2024-03-25T00:54:47.686483+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:49.085 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:48 smithi028 bash[21481]: audit 2024-03-25T00:54:47.693154+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:49.085 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:48 smithi028 bash[21481]: cluster 2024-03-25T00:54:48.126360+0000 mgr.a (mgr.14385) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:49.154 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:48 smithi149 bash[22110]: audit 2024-03-25T00:54:47.681420+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:49.154 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:48 smithi149 bash[22110]: audit 2024-03-25T00:54:47.686483+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:49.154 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:48 smithi149 bash[22110]: audit 2024-03-25T00:54:47.693154+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:49.155 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:48 smithi149 bash[22110]: cluster 2024-03-25T00:54:48.126360+0000 mgr.a (mgr.14385) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:51.154 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:50 smithi149 bash[22110]: audit 2024-03-25T00:54:49.945993+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:51.154 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:50 smithi149 bash[22110]: audit 2024-03-25T00:54:49.955771+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:51.154 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:50 smithi149 bash[22110]: audit 2024-03-25T00:54:49.966317+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:51.154 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:50 smithi149 bash[22110]: cluster 2024-03-25T00:54:50.126934+0000 mgr.a (mgr.14385) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:51.155 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:50 smithi149 bash[22110]: audit 2024-03-25T00:54:50.889591+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:51.155 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:50 smithi149 bash[22110]: audit 2024-03-25T00:54:50.905107+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:51.155 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:50 smithi149 bash[22110]: audit 2024-03-25T00:54:50.919260+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:51.334 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:50 smithi028 bash[21481]: audit 2024-03-25T00:54:49.945993+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:51.335 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:50 smithi028 bash[21481]: audit 2024-03-25T00:54:49.955771+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:51.335 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:50 smithi028 bash[21481]: audit 2024-03-25T00:54:49.966317+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:51.335 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:50 smithi028 bash[21481]: cluster 2024-03-25T00:54:50.126934+0000 mgr.a (mgr.14385) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:51.335 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:50 smithi028 bash[21481]: audit 2024-03-25T00:54:50.889591+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:51.335 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:50 smithi028 bash[21481]: audit 2024-03-25T00:54:50.905107+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:51.335 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:50 smithi028 bash[21481]: audit 2024-03-25T00:54:50.919260+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:51.346 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:50 smithi134 bash[22165]: audit 2024-03-25T00:54:49.945993+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:51.346 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:50 smithi134 bash[22165]: audit 2024-03-25T00:54:49.955771+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:51.346 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:50 smithi134 bash[22165]: audit 2024-03-25T00:54:49.966317+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:51.347 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:50 smithi134 bash[22165]: cluster 2024-03-25T00:54:50.126934+0000 mgr.a (mgr.14385) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:51.347 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:50 smithi134 bash[22165]: audit 2024-03-25T00:54:50.889591+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:51.347 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:50 smithi134 bash[22165]: audit 2024-03-25T00:54:50.905107+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:51.347 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:50 smithi134 bash[22165]: audit 2024-03-25T00:54:50.919260+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:54:53.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:53 smithi028 bash[21481]: cluster 2024-03-25T00:54:52.127437+0000 mgr.a (mgr.14385) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:53.596 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:53 smithi134 bash[22165]: cluster 2024-03-25T00:54:52.127437+0000 mgr.a (mgr.14385) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:53.654 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:53 smithi149 bash[22110]: cluster 2024-03-25T00:54:52.127437+0000 mgr.a (mgr.14385) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:55.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:55 smithi028 bash[21481]: cluster 2024-03-25T00:54:54.127980+0000 mgr.a (mgr.14385) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:55.596 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:55 smithi134 bash[22165]: cluster 2024-03-25T00:54:54.127980+0000 mgr.a (mgr.14385) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:55.654 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:55 smithi149 bash[22110]: cluster 2024-03-25T00:54:54.127980+0000 mgr.a (mgr.14385) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:57.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:57 smithi028 bash[21481]: cluster 2024-03-25T00:54:56.128528+0000 mgr.a (mgr.14385) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:57.584 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:54:57 smithi028 bash[21737]: ::ffff:172.21.15.134 - - [25/Mar/2024:00:54:57] "GET /metrics HTTP/1.1" 200 21458 "" "Prometheus/2.43.0" 2024-03-25T00:54:57.596 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:57 smithi134 bash[22165]: cluster 2024-03-25T00:54:56.128528+0000 mgr.a (mgr.14385) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:57.654 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:57 smithi149 bash[22110]: cluster 2024-03-25T00:54:56.128528+0000 mgr.a (mgr.14385) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:59.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:59 smithi028 bash[21481]: cluster 2024-03-25T00:54:58.129050+0000 mgr.a (mgr.14385) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:59.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:54:59 smithi028 bash[21481]: audit 2024-03-25T00:54:59.186949+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:54:59.596 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:59 smithi134 bash[22165]: cluster 2024-03-25T00:54:58.129050+0000 mgr.a (mgr.14385) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:59.596 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:54:59 smithi134 bash[22165]: audit 2024-03-25T00:54:59.186949+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:54:59.654 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:59 smithi149 bash[22110]: cluster 2024-03-25T00:54:58.129050+0000 mgr.a (mgr.14385) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:54:59.654 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:54:59 smithi149 bash[22110]: audit 2024-03-25T00:54:59.186949+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:55:01.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:01 smithi028 bash[21481]: cluster 2024-03-25T00:55:00.129561+0000 mgr.a (mgr.14385) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:01.596 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:01 smithi134 bash[22165]: cluster 2024-03-25T00:55:00.129561+0000 mgr.a (mgr.14385) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:01.654 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:01 smithi149 bash[22110]: cluster 2024-03-25T00:55:00.129561+0000 mgr.a (mgr.14385) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:03.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:03 smithi028 bash[21481]: cluster 2024-03-25T00:55:02.130031+0000 mgr.a (mgr.14385) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:03.595 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:03 smithi134 bash[22165]: cluster 2024-03-25T00:55:02.130031+0000 mgr.a (mgr.14385) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:03.653 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:03 smithi149 bash[22110]: cluster 2024-03-25T00:55:02.130031+0000 mgr.a (mgr.14385) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:05.583 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:05 smithi028 bash[21481]: cluster 2024-03-25T00:55:04.130564+0000 mgr.a (mgr.14385) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:05.595 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:05 smithi134 bash[22165]: cluster 2024-03-25T00:55:04.130564+0000 mgr.a (mgr.14385) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:05.653 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:05 smithi149 bash[22110]: cluster 2024-03-25T00:55:04.130564+0000 mgr.a (mgr.14385) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:07.345 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:07 smithi134 bash[22165]: cluster 2024-03-25T00:55:06.130922+0000 mgr.a (mgr.14385) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:07.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:07 smithi028 bash[21481]: cluster 2024-03-25T00:55:06.130922+0000 mgr.a (mgr.14385) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:07.584 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:55:07 smithi028 bash[21737]: ::ffff:172.21.15.134 - - [25/Mar/2024:00:55:07] "GET /metrics HTTP/1.1" 200 21456 "" "Prometheus/2.43.0" 2024-03-25T00:55:07.653 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:07 smithi149 bash[22110]: cluster 2024-03-25T00:55:06.130922+0000 mgr.a (mgr.14385) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:09.153 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:08 smithi149 bash[22110]: audit 2024-03-25T00:55:07.885826+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:09.154 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:08 smithi149 bash[22110]: audit 2024-03-25T00:55:07.891128+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:09.154 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:08 smithi149 bash[22110]: audit 2024-03-25T00:55:07.896809+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:09.154 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:08 smithi149 bash[22110]: cluster 2024-03-25T00:55:08.131412+0000 mgr.a (mgr.14385) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:09.257 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:08 smithi134 bash[22165]: audit 2024-03-25T00:55:07.885826+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:09.258 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:08 smithi134 bash[22165]: audit 2024-03-25T00:55:07.891128+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:09.258 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:08 smithi134 bash[22165]: audit 2024-03-25T00:55:07.896809+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:09.258 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:08 smithi134 bash[22165]: cluster 2024-03-25T00:55:08.131412+0000 mgr.a (mgr.14385) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:09.333 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:08 smithi028 bash[21481]: audit 2024-03-25T00:55:07.885826+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:09.333 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:08 smithi028 bash[21481]: audit 2024-03-25T00:55:07.891128+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:09.333 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:08 smithi028 bash[21481]: audit 2024-03-25T00:55:07.896809+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:09.333 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:08 smithi028 bash[21481]: cluster 2024-03-25T00:55:08.131412+0000 mgr.a (mgr.14385) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:11.403 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:11 smithi149 bash[22110]: audit 2024-03-25T00:55:10.107753+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:11.404 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:11 smithi149 bash[22110]: audit 2024-03-25T00:55:10.117432+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:11.404 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:11 smithi149 bash[22110]: audit 2024-03-25T00:55:10.127823+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:11.404 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:11 smithi149 bash[22110]: cluster 2024-03-25T00:55:10.131971+0000 mgr.a (mgr.14385) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:11.404 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:11 smithi149 bash[22110]: audit 2024-03-25T00:55:11.058766+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:11.404 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:11 smithi149 bash[22110]: audit 2024-03-25T00:55:11.068046+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:11.404 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:11 smithi149 bash[22110]: audit 2024-03-25T00:55:11.078393+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:11.583 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:11 smithi028 bash[21481]: audit 2024-03-25T00:55:10.107753+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:11.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:11 smithi028 bash[21481]: audit 2024-03-25T00:55:10.117432+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:11.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:11 smithi028 bash[21481]: audit 2024-03-25T00:55:10.127823+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:11.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:11 smithi028 bash[21481]: cluster 2024-03-25T00:55:10.131971+0000 mgr.a (mgr.14385) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:11.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:11 smithi028 bash[21481]: audit 2024-03-25T00:55:11.058766+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:11.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:11 smithi028 bash[21481]: audit 2024-03-25T00:55:11.068046+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:11.584 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:11 smithi028 bash[21481]: audit 2024-03-25T00:55:11.078393+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:11.595 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:11 smithi134 bash[22165]: audit 2024-03-25T00:55:10.107753+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:11.596 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:11 smithi134 bash[22165]: audit 2024-03-25T00:55:10.117432+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:11.596 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:11 smithi134 bash[22165]: audit 2024-03-25T00:55:10.127823+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:11.596 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:11 smithi134 bash[22165]: cluster 2024-03-25T00:55:10.131971+0000 mgr.a (mgr.14385) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:11.596 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:11 smithi134 bash[22165]: audit 2024-03-25T00:55:11.058766+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:11.596 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:11 smithi134 bash[22165]: audit 2024-03-25T00:55:11.068046+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:11.596 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:11 smithi134 bash[22165]: audit 2024-03-25T00:55:11.078393+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:13.014 INFO:teuthology.orchestra.run.smithi028.stderr:+ ceph orch ls 2024-03-25T00:55:13.381 INFO:teuthology.orchestra.run.smithi028.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-03-25T00:55:13.381 INFO:teuthology.orchestra.run.smithi028.stdout:agent 3/3 5s ago 2m * 2024-03-25T00:55:13.381 INFO:teuthology.orchestra.run.smithi028.stdout:alertmanager ?:9093,9094 1/1 2s ago 4m count:1 2024-03-25T00:55:13.381 INFO:teuthology.orchestra.run.smithi028.stdout:grafana ?:3000 1/1 5s ago 4m count:1 2024-03-25T00:55:13.381 INFO:teuthology.orchestra.run.smithi028.stdout:mgr 2/2 5s ago 8m smithi028=a;smithi134=b;count:2 2024-03-25T00:55:13.382 INFO:teuthology.orchestra.run.smithi028.stdout:mon 3/3 5s ago 9m smithi028:172.21.15.28=a;smithi134:172.21.15.134=b;smithi149:172.21.15.149=c;count:3 2024-03-25T00:55:13.382 INFO:teuthology.orchestra.run.smithi028.stdout:node-exporter ?:9100 3/3 5s ago 4m * 2024-03-25T00:55:13.382 INFO:teuthology.orchestra.run.smithi028.stdout:osd 3 5s ago - 2024-03-25T00:55:13.382 INFO:teuthology.orchestra.run.smithi028.stdout:prometheus ?:9095 1/1 3s ago 4m count:1 2024-03-25T00:55:13.395 INFO:teuthology.orchestra.run.smithi028.stderr:+ ceph orch ps 2024-03-25T00:55:13.583 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:13 smithi028 bash[21481]: cluster 2024-03-25T00:55:12.132474+0000 mgr.a (mgr.14385) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:13.595 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:13 smithi134 bash[22165]: cluster 2024-03-25T00:55:12.132474+0000 mgr.a (mgr.14385) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:13.653 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:13 smithi149 bash[22110]: cluster 2024-03-25T00:55:12.132474+0000 mgr.a (mgr.14385) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:13.778 INFO:teuthology.orchestra.run.smithi028.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-25T00:55:13.778 INFO:teuthology.orchestra.run.smithi028.stdout:agent.smithi028 smithi028 running 5s ago 10m - - 2024-03-25T00:55:13.778 INFO:teuthology.orchestra.run.smithi028.stdout:agent.smithi134 smithi134 running 3s ago 9m - - 2024-03-25T00:55:13.778 INFO:teuthology.orchestra.run.smithi028.stdout:agent.smithi149 smithi149 running 2s ago 9m - - 2024-03-25T00:55:13.778 INFO:teuthology.orchestra.run.smithi028.stdout:alertmanager.smithi149 smithi149 *:9093,9094 running (2m) 2s ago 3m 14.2M - 0.25.0 c8568f914cd2 7d5ee86c597b 2024-03-25T00:55:13.778 INFO:teuthology.orchestra.run.smithi028.stdout:grafana.smithi028 smithi028 *:3000 running (2m) 5s ago 3m 73.0M - 9.4.12 2bacad6d85d8 5bea3c7fc1fd 2024-03-25T00:55:13.778 INFO:teuthology.orchestra.run.smithi028.stdout:mgr.a smithi028 *:9283,8765 running (11m) 5s ago 11m 493M - 19.0.0-2398-g9c429fb6 da30d79c36dc b1cffbf638d1 2024-03-25T00:55:13.778 INFO:teuthology.orchestra.run.smithi028.stdout:mgr.b smithi134 *:8443,8765 running (8m) 3s ago 8m 437M - 19.0.0-2398-g9c429fb6 da30d79c36dc 28775d145931 2024-03-25T00:55:13.778 INFO:teuthology.orchestra.run.smithi028.stdout:mon.a smithi028 running (11m) 5s ago 11m 44.2M 2048M 19.0.0-2398-g9c429fb6 da30d79c36dc 4f39d82bbf86 2024-03-25T00:55:13.779 INFO:teuthology.orchestra.run.smithi028.stdout:mon.b smithi134 running (8m) 3s ago 8m 34.8M 2048M 19.0.0-2398-g9c429fb6 da30d79c36dc 4ea1d025fe2a 2024-03-25T00:55:13.779 INFO:teuthology.orchestra.run.smithi028.stdout:mon.c smithi149 running (8m) 2s ago 8m 33.0M 2048M 19.0.0-2398-g9c429fb6 da30d79c36dc 1870e0460c07 2024-03-25T00:55:13.779 INFO:teuthology.orchestra.run.smithi028.stdout:node-exporter.smithi028 smithi028 *:9100 running (3m) 5s ago 4m 8811k - 1.5.0 0da6a335fe13 640272cd8106 2024-03-25T00:55:13.779 INFO:teuthology.orchestra.run.smithi028.stdout:node-exporter.smithi134 smithi134 *:9100 running (3m) 3s ago 3m 8019k - 1.5.0 0da6a335fe13 b126f9e70db4 2024-03-25T00:55:13.779 INFO:teuthology.orchestra.run.smithi028.stdout:node-exporter.smithi149 smithi149 *:9100 running (3m) 2s ago 3m 8464k - 1.5.0 0da6a335fe13 89ec47e45bc9 2024-03-25T00:55:13.779 INFO:teuthology.orchestra.run.smithi028.stdout:osd.0 smithi028 running (7m) 5s ago 7m 38.0M 4096M 19.0.0-2398-g9c429fb6 da30d79c36dc 514de5cb5ee3 2024-03-25T00:55:13.779 INFO:teuthology.orchestra.run.smithi028.stdout:osd.1 smithi134 running (6m) 3s ago 6m 38.2M 4096M 19.0.0-2398-g9c429fb6 da30d79c36dc dd490dde6485 2024-03-25T00:55:13.779 INFO:teuthology.orchestra.run.smithi028.stdout:osd.2 smithi149 running (5m) 2s ago 5m 37.3M 4096M 19.0.0-2398-g9c429fb6 da30d79c36dc 327b8a0d8eb5 2024-03-25T00:55:13.779 INFO:teuthology.orchestra.run.smithi028.stdout:prometheus.smithi134 smithi134 *:9095 running (3m) 3s ago 3m 42.7M - 2.43.0 a07b618ecd1d 21fded309421 2024-03-25T00:55:13.792 INFO:teuthology.orchestra.run.smithi028.stderr:+ ceph orch host ls 2024-03-25T00:55:14.129 INFO:teuthology.orchestra.run.smithi028.stdout:HOST ADDR LABELS STATUS 2024-03-25T00:55:14.129 INFO:teuthology.orchestra.run.smithi028.stdout:smithi028 172.21.15.28 2024-03-25T00:55:14.129 INFO:teuthology.orchestra.run.smithi028.stdout:smithi134 172.21.15.134 2024-03-25T00:55:14.130 INFO:teuthology.orchestra.run.smithi028.stdout:smithi149 172.21.15.149 2024-03-25T00:55:14.130 INFO:teuthology.orchestra.run.smithi028.stdout:3 hosts in cluster 2024-03-25T00:55:14.143 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph orch ps --daemon-type mon -f json 2024-03-25T00:55:14.144 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r 'last | .daemon_name' 2024-03-25T00:55:14.523 INFO:teuthology.orchestra.run.smithi028.stderr:+ MON_DAEMON=mon.c 2024-03-25T00:55:14.524 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-03-25T00:55:14.524 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -e '.[]' 2024-03-25T00:55:14.524 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r .hostname 2024-03-25T00:55:14.583 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:14 smithi028 bash[21481]: audit 2024-03-25T00:55:13.379561+0000 mgr.a (mgr.14385) 118 : audit [DBG] from='client.14418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:55:14.583 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:14 smithi028 bash[21481]: audit 2024-03-25T00:55:14.186638+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:55:14.595 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:14 smithi134 bash[22165]: audit 2024-03-25T00:55:13.379561+0000 mgr.a (mgr.14385) 118 : audit [DBG] from='client.14418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:55:14.595 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:14 smithi134 bash[22165]: audit 2024-03-25T00:55:14.186638+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:55:14.653 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:14 smithi149 bash[22110]: audit 2024-03-25T00:55:13.379561+0000 mgr.a (mgr.14385) 118 : audit [DBG] from='client.14418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:55:14.653 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:14 smithi149 bash[22110]: audit 2024-03-25T00:55:14.186638+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:55:14.895 INFO:teuthology.orchestra.run.smithi028.stderr:+ GRAFANA_HOST=smithi028 2024-03-25T00:55:14.895 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-03-25T00:55:14.895 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -e '.[]' 2024-03-25T00:55:14.895 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r .hostname 2024-03-25T00:55:15.261 INFO:teuthology.orchestra.run.smithi028.stderr:+ PROM_HOST=smithi134 2024-03-25T00:55:15.261 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-03-25T00:55:15.261 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r .hostname 2024-03-25T00:55:15.262 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -e '.[]' 2024-03-25T00:55:15.583 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:15 smithi028 bash[21481]: audit 2024-03-25T00:55:13.752397+0000 mgr.a (mgr.14385) 119 : audit [DBG] from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:55:15.583 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:15 smithi028 bash[21481]: cluster 2024-03-25T00:55:14.133006+0000 mgr.a (mgr.14385) 120 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:15.583 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:15 smithi028 bash[21481]: audit 2024-03-25T00:55:14.137451+0000 mgr.a (mgr.14385) 121 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:55:15.583 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:15 smithi028 bash[21481]: audit 2024-03-25T00:55:14.507279+0000 mgr.a (mgr.14385) 122 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:55:15.596 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:15 smithi134 bash[22165]: audit 2024-03-25T00:55:13.752397+0000 mgr.a (mgr.14385) 119 : audit [DBG] from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:55:15.596 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:15 smithi134 bash[22165]: cluster 2024-03-25T00:55:14.133006+0000 mgr.a (mgr.14385) 120 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:15.596 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:15 smithi134 bash[22165]: audit 2024-03-25T00:55:14.137451+0000 mgr.a (mgr.14385) 121 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:55:15.596 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:15 smithi134 bash[22165]: audit 2024-03-25T00:55:14.507279+0000 mgr.a (mgr.14385) 122 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:55:15.615 INFO:teuthology.orchestra.run.smithi028.stderr:+ ALERTM_HOST=smithi149 2024-03-25T00:55:15.615 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph orch host ls -f json 2024-03-25T00:55:15.615 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r --arg GRAFANA_HOST smithi028 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-03-25T00:55:15.653 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:15 smithi149 bash[22110]: audit 2024-03-25T00:55:13.752397+0000 mgr.a (mgr.14385) 119 : audit [DBG] from='client.14424 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:55:15.653 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:15 smithi149 bash[22110]: cluster 2024-03-25T00:55:14.133006+0000 mgr.a (mgr.14385) 120 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:15.653 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:15 smithi149 bash[22110]: audit 2024-03-25T00:55:14.137451+0000 mgr.a (mgr.14385) 121 : audit [DBG] from='client.14430 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:55:15.653 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:15 smithi149 bash[22110]: audit 2024-03-25T00:55:14.507279+0000 mgr.a (mgr.14385) 122 : audit [DBG] from='client.14436 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:55:15.956 INFO:teuthology.orchestra.run.smithi028.stderr:+ GRAFANA_IP=172.21.15.28 2024-03-25T00:55:15.957 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph orch host ls -f json 2024-03-25T00:55:15.957 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r --arg PROM_HOST smithi134 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-03-25T00:55:16.292 INFO:teuthology.orchestra.run.smithi028.stderr:+ PROM_IP=172.21.15.134 2024-03-25T00:55:16.292 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph orch host ls -f json 2024-03-25T00:55:16.293 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r --arg ALERTM_HOST smithi149 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-03-25T00:55:16.583 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:16 smithi028 bash[21481]: audit 2024-03-25T00:55:14.878555+0000 mgr.a (mgr.14385) 123 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:55:16.583 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:16 smithi028 bash[21481]: audit 2024-03-25T00:55:15.247085+0000 mgr.a (mgr.14385) 124 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:55:16.583 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:16 smithi028 bash[21481]: audit 2024-03-25T00:55:15.600189+0000 mgr.a (mgr.14385) 125 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:55:16.596 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:16 smithi134 bash[22165]: audit 2024-03-25T00:55:14.878555+0000 mgr.a (mgr.14385) 123 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:55:16.596 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:16 smithi134 bash[22165]: audit 2024-03-25T00:55:15.247085+0000 mgr.a (mgr.14385) 124 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:55:16.596 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:16 smithi134 bash[22165]: audit 2024-03-25T00:55:15.600189+0000 mgr.a (mgr.14385) 125 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:55:16.645 INFO:teuthology.orchestra.run.smithi028.stderr:+ ALERTM_IP=172.21.15.149 2024-03-25T00:55:16.645 INFO:teuthology.orchestra.run.smithi028.stderr:++ ceph orch host ls -f json 2024-03-25T00:55:16.646 INFO:teuthology.orchestra.run.smithi028.stderr:++ jq -r '.[] | .addr' 2024-03-25T00:55:16.653 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:16 smithi149 bash[22110]: audit 2024-03-25T00:55:14.878555+0000 mgr.a (mgr.14385) 123 : audit [DBG] from='client.14442 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:55:16.653 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:16 smithi149 bash[22110]: audit 2024-03-25T00:55:15.247085+0000 mgr.a (mgr.14385) 124 : audit [DBG] from='client.14448 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:55:16.653 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:16 smithi149 bash[22110]: audit 2024-03-25T00:55:15.600189+0000 mgr.a (mgr.14385) 125 : audit [DBG] from='client.14454 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:55:17.008 INFO:teuthology.orchestra.run.smithi028.stderr:+ ALL_HOST_IPS='172.21.15.28 2024-03-25T00:55:17.008 INFO:teuthology.orchestra.run.smithi028.stderr:172.21.15.134 2024-03-25T00:55:17.008 INFO:teuthology.orchestra.run.smithi028.stderr:172.21.15.149' 2024-03-25T00:55:17.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ for ip in $ALL_HOST_IPS 2024-03-25T00:55:17.009 INFO:teuthology.orchestra.run.smithi028.stderr:+ curl -s http://172.21.15.28:9100/metric 2024-03-25T00:55:17.013 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-25T00:55:17.013 INFO:teuthology.orchestra.run.smithi028.stdout: Node Exporter 2024-03-25T00:55:17.013 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-25T00:55:17.014 INFO:teuthology.orchestra.run.smithi028.stdout:

Node Exporter

2024-03-25T00:55:17.014 INFO:teuthology.orchestra.run.smithi028.stdout:

Metrics

2024-03-25T00:55:17.014 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-25T00:55:17.014 INFO:teuthology.orchestra.run.smithi028.stderr:+ for ip in $ALL_HOST_IPS 2024-03-25T00:55:17.014 INFO:teuthology.orchestra.run.smithi028.stderr:+ curl -s http://172.21.15.134:9100/metric 2024-03-25T00:55:17.018 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-25T00:55:17.018 INFO:teuthology.orchestra.run.smithi028.stdout: Node Exporter 2024-03-25T00:55:17.018 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-25T00:55:17.018 INFO:teuthology.orchestra.run.smithi028.stdout:

Node Exporter

2024-03-25T00:55:17.018 INFO:teuthology.orchestra.run.smithi028.stdout:

Metrics

2024-03-25T00:55:17.018 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-25T00:55:17.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ for ip in $ALL_HOST_IPS 2024-03-25T00:55:17.019 INFO:teuthology.orchestra.run.smithi028.stderr:+ curl -s http://172.21.15.149:9100/metric 2024-03-25T00:55:17.023 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-25T00:55:17.023 INFO:teuthology.orchestra.run.smithi028.stdout: Node Exporter 2024-03-25T00:55:17.023 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-25T00:55:17.023 INFO:teuthology.orchestra.run.smithi028.stdout:

Node Exporter

2024-03-25T00:55:17.023 INFO:teuthology.orchestra.run.smithi028.stdout:

Metrics

2024-03-25T00:55:17.023 INFO:teuthology.orchestra.run.smithi028.stdout: 2024-03-25T00:55:17.023 INFO:teuthology.orchestra.run.smithi028.stderr:+ curl -k -s https://172.21.15.28:3000/api/health 2024-03-25T00:55:17.044 INFO:teuthology.orchestra.run.smithi028.stdout: { 2024-03-25T00:55:17.044 INFO:teuthology.orchestra.run.smithi028.stdout: "commit": "37ee25ba46", 2024-03-25T00:55:17.044 INFO:teuthology.orchestra.run.smithi028.stdout: "database": "ok", 2024-03-25T00:55:17.044 INFO:teuthology.orchestra.run.smithi028.stdout: "version": "9.4.12" 2024-03-25T00:55:17.045 INFO:teuthology.orchestra.run.smithi028.stderr:+ curl -k -s https://172.21.15.28:3000/api/health 2024-03-25T00:55:17.045 INFO:teuthology.orchestra.run.smithi028.stderr:+ jq -e '.database == "ok"' 2024-03-25T00:55:17.061 INFO:teuthology.orchestra.run.smithi028.stdout:}true 2024-03-25T00:55:17.062 INFO:teuthology.orchestra.run.smithi028.stderr:+ ceph orch daemon stop mon.c 2024-03-25T00:55:17.423 INFO:teuthology.orchestra.run.smithi028.stdout:Scheduled to stop mon.c on host 'smithi149' 2024-03-25T00:55:17.437 INFO:teuthology.orchestra.run.smithi028.stderr:+ sleep 120 2024-03-25T00:55:17.583 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:55:17 smithi028 bash[21737]: ::ffff:172.21.15.134 - - [25/Mar/2024:00:55:17] "GET /metrics HTTP/1.1" 200 21458 "" "Prometheus/2.43.0" 2024-03-25T00:55:17.583 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:17 smithi028 bash[21481]: audit 2024-03-25T00:55:15.952320+0000 mgr.a (mgr.14385) 126 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:55:17.583 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:17 smithi028 bash[21481]: cluster 2024-03-25T00:55:16.133525+0000 mgr.a (mgr.14385) 127 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:17.583 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:17 smithi028 bash[21481]: audit 2024-03-25T00:55:16.287392+0000 mgr.a (mgr.14385) 128 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:55:17.595 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:17 smithi134 bash[22165]: audit 2024-03-25T00:55:15.952320+0000 mgr.a (mgr.14385) 126 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:55:17.595 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:17 smithi134 bash[22165]: cluster 2024-03-25T00:55:16.133525+0000 mgr.a (mgr.14385) 127 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:17.595 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:17 smithi134 bash[22165]: audit 2024-03-25T00:55:16.287392+0000 mgr.a (mgr.14385) 128 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:55:17.653 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:17 smithi149 bash[22110]: audit 2024-03-25T00:55:15.952320+0000 mgr.a (mgr.14385) 126 : audit [DBG] from='client.14460 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:55:17.653 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:17 smithi149 bash[22110]: cluster 2024-03-25T00:55:16.133525+0000 mgr.a (mgr.14385) 127 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:17.653 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:17 smithi149 bash[22110]: audit 2024-03-25T00:55:16.287392+0000 mgr.a (mgr.14385) 128 : audit [DBG] from='client.14466 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:55:18.833 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:18 smithi028 bash[21481]: audit 2024-03-25T00:55:16.638796+0000 mgr.a (mgr.14385) 129 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:55:18.833 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:18 smithi028 bash[21481]: audit 2024-03-25T00:55:17.002577+0000 mgr.a (mgr.14385) 130 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:55:18.833 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:18 smithi028 bash[21481]: audit 2024-03-25T00:55:17.418819+0000 mgr.a (mgr.14385) 131 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:55:18.833 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:18 smithi028 bash[21481]: cephadm 2024-03-25T00:55:17.419614+0000 mgr.a (mgr.14385) 132 : cephadm [INF] Schedule stop daemon mon.c 2024-03-25T00:55:18.833 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:18 smithi028 bash[21481]: audit 2024-03-25T00:55:17.425869+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:18.834 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:18 smithi028 bash[21481]: audit 2024-03-25T00:55:17.432275+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:18.834 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:18 smithi028 bash[21481]: audit 2024-03-25T00:55:17.460800+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:55:18.834 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:18 smithi028 bash[21481]: audit 2024-03-25T00:55:17.464842+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:55:18.834 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:18 smithi028 bash[21481]: audit 2024-03-25T00:55:17.466264+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:55:18.834 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:18 smithi028 bash[21481]: audit 2024-03-25T00:55:17.473283+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:18.845 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:18 smithi134 bash[22165]: audit 2024-03-25T00:55:16.638796+0000 mgr.a (mgr.14385) 129 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:55:18.846 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:18 smithi134 bash[22165]: audit 2024-03-25T00:55:17.002577+0000 mgr.a (mgr.14385) 130 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:55:18.846 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:18 smithi134 bash[22165]: audit 2024-03-25T00:55:17.418819+0000 mgr.a (mgr.14385) 131 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:55:18.846 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:18 smithi134 bash[22165]: cephadm 2024-03-25T00:55:17.419614+0000 mgr.a (mgr.14385) 132 : cephadm [INF] Schedule stop daemon mon.c 2024-03-25T00:55:18.846 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:18 smithi134 bash[22165]: audit 2024-03-25T00:55:17.425869+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:18.846 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:18 smithi134 bash[22165]: audit 2024-03-25T00:55:17.432275+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:18.846 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:18 smithi134 bash[22165]: audit 2024-03-25T00:55:17.460800+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:55:18.846 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:18 smithi134 bash[22165]: audit 2024-03-25T00:55:17.464842+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:55:18.846 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:18 smithi134 bash[22165]: audit 2024-03-25T00:55:17.466264+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:55:18.846 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:18 smithi134 bash[22165]: audit 2024-03-25T00:55:17.473283+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:18.903 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:18 smithi149 bash[22110]: audit 2024-03-25T00:55:16.638796+0000 mgr.a (mgr.14385) 129 : audit [DBG] from='client.14472 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:55:18.903 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:18 smithi149 bash[22110]: audit 2024-03-25T00:55:17.002577+0000 mgr.a (mgr.14385) 130 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-25T00:55:18.903 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:18 smithi149 bash[22110]: audit 2024-03-25T00:55:17.418819+0000 mgr.a (mgr.14385) 131 : audit [DBG] from='client.14484 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-25T00:55:18.904 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:18 smithi149 bash[22110]: cephadm 2024-03-25T00:55:17.419614+0000 mgr.a (mgr.14385) 132 : cephadm [INF] Schedule stop daemon mon.c 2024-03-25T00:55:18.904 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:18 smithi149 bash[22110]: audit 2024-03-25T00:55:17.425869+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:18.904 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:18 smithi149 bash[22110]: audit 2024-03-25T00:55:17.432275+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:18.904 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:18 smithi149 bash[22110]: audit 2024-03-25T00:55:17.460800+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:55:18.904 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:18 smithi149 bash[22110]: audit 2024-03-25T00:55:17.464842+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:55:18.904 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:18 smithi149 bash[22110]: audit 2024-03-25T00:55:17.466264+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:55:18.904 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:18 smithi149 bash[22110]: audit 2024-03-25T00:55:17.473283+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:19.833 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:19 smithi028 bash[21481]: cluster 2024-03-25T00:55:18.134146+0000 mgr.a (mgr.14385) 133 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:19.845 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:19 smithi134 bash[22165]: cluster 2024-03-25T00:55:18.134146+0000 mgr.a (mgr.14385) 133 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:19.903 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:19 smithi149 bash[22110]: cluster 2024-03-25T00:55:18.134146+0000 mgr.a (mgr.14385) 133 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:21.833 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:21 smithi028 bash[21481]: cluster 2024-03-25T00:55:20.134710+0000 mgr.a (mgr.14385) 134 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:21.844 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:21 smithi134 bash[22165]: cluster 2024-03-25T00:55:20.134710+0000 mgr.a (mgr.14385) 134 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:21.903 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:21 smithi149 bash[22110]: cluster 2024-03-25T00:55:20.134710+0000 mgr.a (mgr.14385) 134 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:22.900 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:22 smithi149 systemd[1]: Stopping Ceph mon.c for 8327fbb6-ea40-11ee-95cd-87774f69a715... 2024-03-25T00:55:22.900 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:22 smithi149 bash[22110]: debug 2024-03-25T00:55:22.653+0000 7fbc45df5700 -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-03-25T00:55:22.901 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:22 smithi149 bash[22110]: debug 2024-03-25T00:55:22.653+0000 7fbc45df5700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-03-25T00:55:23.653 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:23 smithi149 bash[34913]: ceph-8327fbb6-ea40-11ee-95cd-87774f69a715-mon-c 2024-03-25T00:55:23.653 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:23 smithi149 bash[34974]: Error response from daemon: No such container: ceph-8327fbb6-ea40-11ee-95cd-87774f69a715-mon-c 2024-03-25T00:55:23.653 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:23 smithi149 systemd[1]: ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@mon.c.service: Deactivated successfully. 2024-03-25T00:55:23.653 INFO:journalctl@ceph.mon.c.smithi149.stdout:Mar 25 00:55:23 smithi149 systemd[1]: Stopped Ceph mon.c for 8327fbb6-ea40-11ee-95cd-87774f69a715. 2024-03-25T00:55:27.717 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:55:27 smithi028 bash[21737]: ::ffff:172.21.15.134 - - [25/Mar/2024:00:55:27] "GET /metrics HTTP/1.1" 200 21458 "" "Prometheus/2.43.0" 2024-03-25T00:55:37.832 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:37 smithi028 bash[21481]: cluster 2024-03-25T00:55:22.135214+0000 mgr.a (mgr.14385) 135 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:37.833 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:55:37 smithi028 bash[21737]: ::ffff:172.21.15.134 - - [25/Mar/2024:00:55:37] "GET /metrics HTTP/1.1" 200 21458 "" "Prometheus/2.43.0" 2024-03-25T00:55:37.844 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:37 smithi134 bash[22165]: cluster 2024-03-25T00:55:22.135214+0000 mgr.a (mgr.14385) 135 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:38.833 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: cluster 2024-03-25T00:55:24.135757+0000 mgr.a (mgr.14385) 136 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:38.833 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: cluster 2024-03-25T00:55:26.136217+0000 mgr.a (mgr.14385) 137 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:38.833 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: cluster 2024-03-25T00:55:28.136907+0000 mgr.a (mgr.14385) 138 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:38.833 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: audit 2024-03-25T00:55:29.187902+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:55:38.833 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: cluster 2024-03-25T00:55:30.137576+0000 mgr.a (mgr.14385) 139 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:38.833 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: cluster 2024-03-25T00:55:32.138234+0000 mgr.a (mgr.14385) 140 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:38.833 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: cluster 2024-03-25T00:55:32.488663+0000 mon.b (mon.2) 16 : cluster [INF] mon.b calling monitor election 2024-03-25T00:55:38.833 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: cluster 2024-03-25T00:55:32.491222+0000 mon.a (mon.0) 963 : cluster [INF] mon.a calling monitor election 2024-03-25T00:55:38.834 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: cluster 2024-03-25T00:55:34.138874+0000 mgr.a (mgr.14385) 141 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:38.834 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: cluster 2024-03-25T00:55:36.139530+0000 mgr.a (mgr.14385) 142 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:38.834 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: cluster 2024-03-25T00:55:37.510288+0000 mon.a (mon.0) 964 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-03-25T00:55:38.834 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: cluster 2024-03-25T00:55:37.519839+0000 mon.a (mon.0) 965 : cluster [DBG] monmap epoch 3 2024-03-25T00:55:38.834 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: cluster 2024-03-25T00:55:37.519885+0000 mon.a (mon.0) 966 : cluster [DBG] fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:55:38.834 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: cluster 2024-03-25T00:55:37.519905+0000 mon.a (mon.0) 967 : cluster [DBG] last_changed 2024-03-25T00:46:25.699383+0000 2024-03-25T00:55:38.834 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: cluster 2024-03-25T00:55:37.519926+0000 mon.a (mon.0) 968 : cluster [DBG] created 2024-03-25T00:43:33.191211+0000 2024-03-25T00:55:38.834 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: cluster 2024-03-25T00:55:37.519945+0000 mon.a (mon.0) 969 : cluster [DBG] min_mon_release 19 (squid) 2024-03-25T00:55:38.834 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: cluster 2024-03-25T00:55:37.519967+0000 mon.a (mon.0) 970 : cluster [DBG] election_strategy: 1 2024-03-25T00:55:38.834 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: cluster 2024-03-25T00:55:37.519992+0000 mon.a (mon.0) 971 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-03-25T00:55:38.834 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: cluster 2024-03-25T00:55:37.520013+0000 mon.a (mon.0) 972 : cluster [DBG] 1: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.c 2024-03-25T00:55:38.834 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: cluster 2024-03-25T00:55:37.520035+0000 mon.a (mon.0) 973 : cluster [DBG] 2: [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] mon.b 2024-03-25T00:55:38.834 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: cluster 2024-03-25T00:55:37.537730+0000 mon.a (mon.0) 974 : cluster [DBG] fsmap 2024-03-25T00:55:38.835 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: cluster 2024-03-25T00:55:37.537788+0000 mon.a (mon.0) 975 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-25T00:55:38.835 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: cluster 2024-03-25T00:55:37.539470+0000 mon.a (mon.0) 976 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-03-25T00:55:38.835 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: cluster 2024-03-25T00:55:37.539824+0000 mon.a (mon.0) 977 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-03-25T00:55:38.835 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: audit 2024-03-25T00:55:37.564335+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.835 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: cluster 2024-03-25T00:55:37.565771+0000 mon.a (mon.0) 979 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-03-25T00:55:38.835 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: cluster 2024-03-25T00:55:37.565818+0000 mon.a (mon.0) 980 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-03-25T00:55:38.835 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: cluster 2024-03-25T00:55:37.565860+0000 mon.a (mon.0) 981 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] is down (out of quorum) 2024-03-25T00:55:38.835 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: audit 2024-03-25T00:55:37.576445+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.835 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: audit 2024-03-25T00:55:37.586548+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.835 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: audit 2024-03-25T00:55:37.594760+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: audit 2024-03-25T00:55:37.603093+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: audit 2024-03-25T00:55:37.611711+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: audit 2024-03-25T00:55:37.619136+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: audit 2024-03-25T00:55:37.626393+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: audit 2024-03-25T00:55:37.633097+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: audit 2024-03-25T00:55:37.639356+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: audit 2024-03-25T00:55:37.646321+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: audit 2024-03-25T00:55:37.647155+0000 mon.a (mon.0) 992 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:55:38.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: audit 2024-03-25T00:55:37.850233+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: audit 2024-03-25T00:55:37.859074+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: audit 2024-03-25T00:55:37.869476+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: audit 2024-03-25T00:55:38.176903+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.836 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: audit 2024-03-25T00:55:38.185870+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.837 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: audit 2024-03-25T00:55:38.188411+0000 mon.a (mon.0) 998 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:55:38.837 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: audit 2024-03-25T00:55:38.190336+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:55:38.837 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:38 smithi028 bash[21481]: audit 2024-03-25T00:55:38.199842+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.845 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: cluster 2024-03-25T00:55:24.135757+0000 mgr.a (mgr.14385) 136 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:38.845 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: cluster 2024-03-25T00:55:26.136217+0000 mgr.a (mgr.14385) 137 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:38.845 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: cluster 2024-03-25T00:55:28.136907+0000 mgr.a (mgr.14385) 138 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:38.845 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: audit 2024-03-25T00:55:29.187902+0000 mon.a (mon.0) 962 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:55:38.845 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: cluster 2024-03-25T00:55:30.137576+0000 mgr.a (mgr.14385) 139 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:38.845 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: cluster 2024-03-25T00:55:32.138234+0000 mgr.a (mgr.14385) 140 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:38.845 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: cluster 2024-03-25T00:55:32.488663+0000 mon.b (mon.2) 16 : cluster [INF] mon.b calling monitor election 2024-03-25T00:55:38.845 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: cluster 2024-03-25T00:55:32.491222+0000 mon.a (mon.0) 963 : cluster [INF] mon.a calling monitor election 2024-03-25T00:55:38.845 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: cluster 2024-03-25T00:55:34.138874+0000 mgr.a (mgr.14385) 141 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:38.845 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: cluster 2024-03-25T00:55:36.139530+0000 mgr.a (mgr.14385) 142 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:38.845 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: cluster 2024-03-25T00:55:37.510288+0000 mon.a (mon.0) 964 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-03-25T00:55:38.845 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: cluster 2024-03-25T00:55:37.519839+0000 mon.a (mon.0) 965 : cluster [DBG] monmap epoch 3 2024-03-25T00:55:38.845 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: cluster 2024-03-25T00:55:37.519885+0000 mon.a (mon.0) 966 : cluster [DBG] fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:55:38.846 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: cluster 2024-03-25T00:55:37.519905+0000 mon.a (mon.0) 967 : cluster [DBG] last_changed 2024-03-25T00:46:25.699383+0000 2024-03-25T00:55:38.846 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: cluster 2024-03-25T00:55:37.519926+0000 mon.a (mon.0) 968 : cluster [DBG] created 2024-03-25T00:43:33.191211+0000 2024-03-25T00:55:38.846 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: cluster 2024-03-25T00:55:37.519945+0000 mon.a (mon.0) 969 : cluster [DBG] min_mon_release 19 (squid) 2024-03-25T00:55:38.846 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: cluster 2024-03-25T00:55:37.519967+0000 mon.a (mon.0) 970 : cluster [DBG] election_strategy: 1 2024-03-25T00:55:38.846 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: cluster 2024-03-25T00:55:37.519992+0000 mon.a (mon.0) 971 : cluster [DBG] 0: [v2:172.21.15.28:3300/0,v1:172.21.15.28:6789/0] mon.a 2024-03-25T00:55:38.846 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: cluster 2024-03-25T00:55:37.520013+0000 mon.a (mon.0) 972 : cluster [DBG] 1: [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] mon.c 2024-03-25T00:55:38.846 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: cluster 2024-03-25T00:55:37.520035+0000 mon.a (mon.0) 973 : cluster [DBG] 2: [v2:172.21.15.134:3300/0,v1:172.21.15.134:6789/0] mon.b 2024-03-25T00:55:38.846 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: cluster 2024-03-25T00:55:37.537730+0000 mon.a (mon.0) 974 : cluster [DBG] fsmap 2024-03-25T00:55:38.846 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: cluster 2024-03-25T00:55:37.537788+0000 mon.a (mon.0) 975 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-25T00:55:38.846 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: cluster 2024-03-25T00:55:37.539470+0000 mon.a (mon.0) 976 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-03-25T00:55:38.846 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: cluster 2024-03-25T00:55:37.539824+0000 mon.a (mon.0) 977 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-03-25T00:55:38.847 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: audit 2024-03-25T00:55:37.564335+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.847 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: cluster 2024-03-25T00:55:37.565771+0000 mon.a (mon.0) 979 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-03-25T00:55:38.847 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: cluster 2024-03-25T00:55:37.565818+0000 mon.a (mon.0) 980 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-03-25T00:55:38.847 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: cluster 2024-03-25T00:55:37.565860+0000 mon.a (mon.0) 981 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.149:3300/0,v1:172.21.15.149:6789/0] is down (out of quorum) 2024-03-25T00:55:38.847 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: audit 2024-03-25T00:55:37.576445+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.847 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: audit 2024-03-25T00:55:37.586548+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.847 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: audit 2024-03-25T00:55:37.594760+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.847 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: audit 2024-03-25T00:55:37.603093+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.847 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: audit 2024-03-25T00:55:37.611711+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.847 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: audit 2024-03-25T00:55:37.619136+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.847 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: audit 2024-03-25T00:55:37.626393+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.847 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: audit 2024-03-25T00:55:37.633097+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.847 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: audit 2024-03-25T00:55:37.639356+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.848 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: audit 2024-03-25T00:55:37.646321+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.848 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: audit 2024-03-25T00:55:37.647155+0000 mon.a (mon.0) 992 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:55:38.848 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: audit 2024-03-25T00:55:37.850233+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.848 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: audit 2024-03-25T00:55:37.859074+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.848 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: audit 2024-03-25T00:55:37.869476+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.848 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: audit 2024-03-25T00:55:38.176903+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.848 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: audit 2024-03-25T00:55:38.185870+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:38.848 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: audit 2024-03-25T00:55:38.188411+0000 mon.a (mon.0) 998 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:55:38.848 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: audit 2024-03-25T00:55:38.190336+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:55:38.848 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:38 smithi134 bash[22165]: audit 2024-03-25T00:55:38.199842+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:39.832 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:39 smithi028 bash[21481]: cluster 2024-03-25T00:55:38.140175+0000 mgr.a (mgr.14385) 143 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:39.844 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:39 smithi134 bash[22165]: cluster 2024-03-25T00:55:38.140175+0000 mgr.a (mgr.14385) 143 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:41.832 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:41 smithi028 bash[21481]: cluster 2024-03-25T00:55:40.140704+0000 mgr.a (mgr.14385) 144 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:41.844 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:41 smithi134 bash[22165]: cluster 2024-03-25T00:55:40.140704+0000 mgr.a (mgr.14385) 144 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:43.832 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:43 smithi028 bash[21481]: cluster 2024-03-25T00:55:42.141277+0000 mgr.a (mgr.14385) 145 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:43.844 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:43 smithi134 bash[22165]: cluster 2024-03-25T00:55:42.141277+0000 mgr.a (mgr.14385) 145 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:45.582 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:45 smithi028 bash[21481]: cluster 2024-03-25T00:55:44.141811+0000 mgr.a (mgr.14385) 146 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:45.582 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:45 smithi028 bash[21481]: audit 2024-03-25T00:55:44.194043+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:45.582 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:45 smithi028 bash[21481]: audit 2024-03-25T00:55:44.195912+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:55:45.594 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:45 smithi134 bash[22165]: cluster 2024-03-25T00:55:44.141811+0000 mgr.a (mgr.14385) 146 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:45.594 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:45 smithi134 bash[22165]: audit 2024-03-25T00:55:44.194043+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:45.594 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:45 smithi134 bash[22165]: audit 2024-03-25T00:55:44.195912+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:55:47.582 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:47 smithi028 bash[21481]: cluster 2024-03-25T00:55:46.142381+0000 mgr.a (mgr.14385) 147 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:47.582 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:55:47 smithi028 bash[21737]: ::ffff:172.21.15.134 - - [25/Mar/2024:00:55:47] "GET /metrics HTTP/1.1" 200 21518 "" "Prometheus/2.43.0" 2024-03-25T00:55:47.593 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:47 smithi134 bash[22165]: cluster 2024-03-25T00:55:46.142381+0000 mgr.a (mgr.14385) 147 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:49.498 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:49 smithi134 bash[22165]: cluster 2024-03-25T00:55:48.142837+0000 mgr.a (mgr.14385) 148 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:49.581 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:49 smithi028 bash[21481]: cluster 2024-03-25T00:55:48.142837+0000 mgr.a (mgr.14385) 148 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:51.331 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:51 smithi028 bash[21481]: cluster 2024-03-25T00:55:50.143214+0000 mgr.a (mgr.14385) 149 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:51.493 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:51 smithi134 bash[22165]: cluster 2024-03-25T00:55:50.143214+0000 mgr.a (mgr.14385) 149 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:53.581 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:53 smithi028 bash[21481]: cluster 2024-03-25T00:55:52.143802+0000 mgr.a (mgr.14385) 150 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:53.593 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:53 smithi134 bash[22165]: cluster 2024-03-25T00:55:52.143802+0000 mgr.a (mgr.14385) 150 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:55.582 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:55 smithi028 bash[21481]: cluster 2024-03-25T00:55:54.144457+0000 mgr.a (mgr.14385) 151 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:55.582 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:55 smithi028 bash[21481]: audit 2024-03-25T00:55:54.811003+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:55.582 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:55 smithi028 bash[21481]: audit 2024-03-25T00:55:54.820292+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:55.582 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:55 smithi028 bash[21481]: audit 2024-03-25T00:55:54.829210+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:55.582 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:55 smithi028 bash[21481]: audit 2024-03-25T00:55:54.847392+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:55.582 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:55 smithi028 bash[21481]: audit 2024-03-25T00:55:54.856528+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:55.582 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:55 smithi028 bash[21481]: audit 2024-03-25T00:55:54.866744+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:55.593 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:55 smithi134 bash[22165]: cluster 2024-03-25T00:55:54.144457+0000 mgr.a (mgr.14385) 151 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:55.593 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:55 smithi134 bash[22165]: audit 2024-03-25T00:55:54.811003+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:55.593 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:55 smithi134 bash[22165]: audit 2024-03-25T00:55:54.820292+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:55.594 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:55 smithi134 bash[22165]: audit 2024-03-25T00:55:54.829210+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:55.594 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:55 smithi134 bash[22165]: audit 2024-03-25T00:55:54.847392+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:55.594 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:55 smithi134 bash[22165]: audit 2024-03-25T00:55:54.856528+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:55.594 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:55 smithi134 bash[22165]: audit 2024-03-25T00:55:54.866744+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:57.081 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:56 smithi028 bash[21481]: audit 2024-03-25T00:55:55.822634+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:57.082 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:56 smithi028 bash[21481]: audit 2024-03-25T00:55:55.832257+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:57.082 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:56 smithi028 bash[21481]: audit 2024-03-25T00:55:55.842715+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:57.082 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:56 smithi028 bash[21481]: cluster 2024-03-25T00:55:56.145040+0000 mgr.a (mgr.14385) 152 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:57.093 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:56 smithi134 bash[22165]: audit 2024-03-25T00:55:55.822634+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:57.093 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:56 smithi134 bash[22165]: audit 2024-03-25T00:55:55.832257+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:57.093 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:56 smithi134 bash[22165]: audit 2024-03-25T00:55:55.842715+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:55:57.093 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:56 smithi134 bash[22165]: cluster 2024-03-25T00:55:56.145040+0000 mgr.a (mgr.14385) 152 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:57.831 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:55:57 smithi028 bash[21737]: ::ffff:172.21.15.134 - - [25/Mar/2024:00:55:57] "GET /metrics HTTP/1.1" 200 21518 "" "Prometheus/2.43.0" 2024-03-25T00:55:59.581 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:59 smithi028 bash[21481]: cluster 2024-03-25T00:55:58.145633+0000 mgr.a (mgr.14385) 153 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:59.581 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:55:59 smithi028 bash[21481]: audit 2024-03-25T00:55:59.188933+0000 mon.a (mon.0) 1012 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:55:59.593 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:59 smithi134 bash[22165]: cluster 2024-03-25T00:55:58.145633+0000 mgr.a (mgr.14385) 153 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:55:59.593 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:55:59 smithi134 bash[22165]: audit 2024-03-25T00:55:59.188933+0000 mon.a (mon.0) 1012 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:56:01.593 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:01 smithi134 bash[22165]: cluster 2024-03-25T00:56:00.146303+0000 mgr.a (mgr.14385) 154 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:01.831 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:01 smithi028 bash[21481]: cluster 2024-03-25T00:56:00.146303+0000 mgr.a (mgr.14385) 154 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:03.593 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:03 smithi134 bash[22165]: cluster 2024-03-25T00:56:02.146949+0000 mgr.a (mgr.14385) 155 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:03.831 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:03 smithi028 bash[21481]: cluster 2024-03-25T00:56:02.146949+0000 mgr.a (mgr.14385) 155 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:05.593 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:05 smithi134 bash[22165]: cluster 2024-03-25T00:56:04.147600+0000 mgr.a (mgr.14385) 156 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:05.831 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:05 smithi028 bash[21481]: cluster 2024-03-25T00:56:04.147600+0000 mgr.a (mgr.14385) 156 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:07.831 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:56:07 smithi028 bash[21737]: ::ffff:172.21.15.134 - - [25/Mar/2024:00:56:07] "GET /metrics HTTP/1.1" 200 21515 "" "Prometheus/2.43.0" 2024-03-25T00:56:07.831 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:07 smithi028 bash[21481]: cluster 2024-03-25T00:56:06.148265+0000 mgr.a (mgr.14385) 157 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:07.842 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:07 smithi134 bash[22165]: cluster 2024-03-25T00:56:06.148265+0000 mgr.a (mgr.14385) 157 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:09.618 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:09 smithi028 bash[21481]: cluster 2024-03-25T00:56:08.148833+0000 mgr.a (mgr.14385) 158 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:09.843 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:09 smithi134 bash[22165]: cluster 2024-03-25T00:56:08.148833+0000 mgr.a (mgr.14385) 158 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:11.750 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:11 smithi028 bash[21481]: cluster 2024-03-25T00:56:10.149446+0000 mgr.a (mgr.14385) 159 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:11.842 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:11 smithi134 bash[22165]: cluster 2024-03-25T00:56:10.149446+0000 mgr.a (mgr.14385) 159 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:13.331 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:13 smithi028 bash[21481]: audit 2024-03-25T00:56:12.077992+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:13.331 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:13 smithi028 bash[21481]: audit 2024-03-25T00:56:12.087621+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:13.331 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:13 smithi028 bash[21481]: audit 2024-03-25T00:56:12.098111+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:13.331 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:13 smithi028 bash[21481]: cluster 2024-03-25T00:56:12.150089+0000 mgr.a (mgr.14385) 160 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:13.332 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:13 smithi028 bash[21481]: audit 2024-03-25T00:56:13.008276+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:13.332 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:13 smithi028 bash[21481]: audit 2024-03-25T00:56:13.017280+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:13.332 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:13 smithi028 bash[21481]: audit 2024-03-25T00:56:13.027694+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:13.342 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:13 smithi134 bash[22165]: audit 2024-03-25T00:56:12.077992+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:13.342 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:13 smithi134 bash[22165]: audit 2024-03-25T00:56:12.087621+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:13.342 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:13 smithi134 bash[22165]: audit 2024-03-25T00:56:12.098111+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:13.342 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:13 smithi134 bash[22165]: cluster 2024-03-25T00:56:12.150089+0000 mgr.a (mgr.14385) 160 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:13.343 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:13 smithi134 bash[22165]: audit 2024-03-25T00:56:13.008276+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:13.343 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:13 smithi134 bash[22165]: audit 2024-03-25T00:56:13.017280+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:13.343 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:13 smithi134 bash[22165]: audit 2024-03-25T00:56:13.027694+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:15.331 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:15 smithi028 bash[21481]: audit 2024-03-25T00:56:14.024270+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:15.331 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:15 smithi028 bash[21481]: audit 2024-03-25T00:56:14.034323+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:15.331 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:15 smithi028 bash[21481]: audit 2024-03-25T00:56:14.044880+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:15.331 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:15 smithi028 bash[21481]: cluster 2024-03-25T00:56:14.150635+0000 mgr.a (mgr.14385) 161 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:15.331 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:15 smithi028 bash[21481]: audit 2024-03-25T00:56:14.192382+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:56:15.342 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:15 smithi134 bash[22165]: audit 2024-03-25T00:56:14.024270+0000 mon.a (mon.0) 1019 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:15.342 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:15 smithi134 bash[22165]: audit 2024-03-25T00:56:14.034323+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:15.343 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:15 smithi134 bash[22165]: audit 2024-03-25T00:56:14.044880+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:15.343 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:15 smithi134 bash[22165]: cluster 2024-03-25T00:56:14.150635+0000 mgr.a (mgr.14385) 161 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:15.343 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:15 smithi134 bash[22165]: audit 2024-03-25T00:56:14.192382+0000 mon.a (mon.0) 1022 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:56:17.580 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:17 smithi028 bash[21481]: cluster 2024-03-25T00:56:16.151166+0000 mgr.a (mgr.14385) 162 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:17.581 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:56:17 smithi028 bash[21737]: ::ffff:172.21.15.134 - - [25/Mar/2024:00:56:17] "GET /metrics HTTP/1.1" 200 21517 "" "Prometheus/2.43.0" 2024-03-25T00:56:17.592 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:17 smithi134 bash[22165]: cluster 2024-03-25T00:56:16.151166+0000 mgr.a (mgr.14385) 162 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:19.580 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:19 smithi028 bash[21481]: cluster 2024-03-25T00:56:18.151667+0000 mgr.a (mgr.14385) 163 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:19.592 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:19 smithi134 bash[22165]: cluster 2024-03-25T00:56:18.151667+0000 mgr.a (mgr.14385) 163 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:21.580 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:21 smithi028 bash[21481]: cluster 2024-03-25T00:56:20.152191+0000 mgr.a (mgr.14385) 164 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:21.592 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:21 smithi134 bash[22165]: cluster 2024-03-25T00:56:20.152191+0000 mgr.a (mgr.14385) 164 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:23.580 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:23 smithi028 bash[21481]: cluster 2024-03-25T00:56:22.152684+0000 mgr.a (mgr.14385) 165 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:23.592 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:23 smithi134 bash[22165]: cluster 2024-03-25T00:56:22.152684+0000 mgr.a (mgr.14385) 165 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:25.580 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:25 smithi028 bash[21481]: cluster 2024-03-25T00:56:24.153196+0000 mgr.a (mgr.14385) 166 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:25.592 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:25 smithi134 bash[22165]: cluster 2024-03-25T00:56:24.153196+0000 mgr.a (mgr.14385) 166 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:27.580 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:27 smithi028 bash[21481]: cluster 2024-03-25T00:56:26.153753+0000 mgr.a (mgr.14385) 167 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:27.581 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:56:27 smithi028 bash[21737]: ::ffff:172.21.15.134 - - [25/Mar/2024:00:56:27] "GET /metrics HTTP/1.1" 200 21517 "" "Prometheus/2.43.0" 2024-03-25T00:56:27.592 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:27 smithi134 bash[22165]: cluster 2024-03-25T00:56:26.153753+0000 mgr.a (mgr.14385) 167 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:29.580 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:29 smithi028 bash[21481]: cluster 2024-03-25T00:56:28.154291+0000 mgr.a (mgr.14385) 168 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:29.580 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:29 smithi028 bash[21481]: audit 2024-03-25T00:56:29.192437+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:56:29.592 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:29 smithi134 bash[22165]: cluster 2024-03-25T00:56:28.154291+0000 mgr.a (mgr.14385) 168 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:29.592 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:29 smithi134 bash[22165]: audit 2024-03-25T00:56:29.192437+0000 mon.a (mon.0) 1023 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:56:30.439 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:30 smithi028 bash[21481]: audit 2024-03-25T00:56:29.282248+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:30.439 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:30 smithi028 bash[21481]: audit 2024-03-25T00:56:29.291797+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:30.439 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:30 smithi028 bash[21481]: audit 2024-03-25T00:56:29.302238+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:30.592 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:30 smithi134 bash[22165]: audit 2024-03-25T00:56:29.282248+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:30.592 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:30 smithi134 bash[22165]: audit 2024-03-25T00:56:29.291797+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:30.592 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:30 smithi134 bash[22165]: audit 2024-03-25T00:56:29.302238+0000 mon.a (mon.0) 1026 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:31.580 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:31 smithi028 bash[21481]: cluster 2024-03-25T00:56:30.154815+0000 mgr.a (mgr.14385) 169 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:31.593 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:31 smithi134 bash[22165]: cluster 2024-03-25T00:56:30.154815+0000 mgr.a (mgr.14385) 169 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:33.342 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:33 smithi134 bash[22165]: cluster 2024-03-25T00:56:32.155337+0000 mgr.a (mgr.14385) 170 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:33.342 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:33 smithi134 bash[22165]: audit 2024-03-25T00:56:32.199649+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:33.342 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:33 smithi134 bash[22165]: audit 2024-03-25T00:56:32.206851+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:33.342 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:33 smithi134 bash[22165]: audit 2024-03-25T00:56:32.213802+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:33.342 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:33 smithi134 bash[22165]: audit 2024-03-25T00:56:33.189693+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:33.580 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:33 smithi028 bash[21481]: cluster 2024-03-25T00:56:32.155337+0000 mgr.a (mgr.14385) 170 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:33.580 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:33 smithi028 bash[21481]: audit 2024-03-25T00:56:32.199649+0000 mon.a (mon.0) 1027 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:33.580 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:33 smithi028 bash[21481]: audit 2024-03-25T00:56:32.206851+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:33.580 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:33 smithi028 bash[21481]: audit 2024-03-25T00:56:32.213802+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:33.580 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:33 smithi028 bash[21481]: audit 2024-03-25T00:56:33.189693+0000 mon.a (mon.0) 1030 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:34.342 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:34 smithi134 bash[22165]: audit 2024-03-25T00:56:33.198681+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:34.342 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:34 smithi134 bash[22165]: audit 2024-03-25T00:56:33.213648+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:34.580 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:34 smithi028 bash[21481]: audit 2024-03-25T00:56:33.198681+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:34.580 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:34 smithi028 bash[21481]: audit 2024-03-25T00:56:33.213648+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:35.580 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:35 smithi028 bash[21481]: cluster 2024-03-25T00:56:34.155873+0000 mgr.a (mgr.14385) 171 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:35.591 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:35 smithi134 bash[22165]: cluster 2024-03-25T00:56:34.155873+0000 mgr.a (mgr.14385) 171 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:37.580 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:37 smithi028 bash[21481]: cluster 2024-03-25T00:56:36.156412+0000 mgr.a (mgr.14385) 172 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:37.580 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:56:37 smithi028 bash[21737]: ::ffff:172.21.15.134 - - [25/Mar/2024:00:56:37] "GET /metrics HTTP/1.1" 200 21512 "" "Prometheus/2.43.0" 2024-03-25T00:56:37.591 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:37 smithi134 bash[22165]: cluster 2024-03-25T00:56:36.156412+0000 mgr.a (mgr.14385) 172 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:39.580 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:39 smithi028 bash[21481]: cluster 2024-03-25T00:56:38.156974+0000 mgr.a (mgr.14385) 173 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:39.580 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:39 smithi028 bash[21481]: audit 2024-03-25T00:56:38.326717+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:56:39.580 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:39 smithi028 bash[21481]: audit 2024-03-25T00:56:38.859099+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:39.580 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:39 smithi028 bash[21481]: audit 2024-03-25T00:56:38.868090+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:39.580 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:39 smithi028 bash[21481]: audit 2024-03-25T00:56:38.870483+0000 mon.a (mon.0) 1036 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:56:39.580 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:39 smithi028 bash[21481]: audit 2024-03-25T00:56:38.872351+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:56:39.580 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:39 smithi028 bash[21481]: audit 2024-03-25T00:56:38.882570+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:39.591 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:39 smithi134 bash[22165]: cluster 2024-03-25T00:56:38.156974+0000 mgr.a (mgr.14385) 173 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:39.592 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:39 smithi134 bash[22165]: audit 2024-03-25T00:56:38.326717+0000 mon.a (mon.0) 1033 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-25T00:56:39.592 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:39 smithi134 bash[22165]: audit 2024-03-25T00:56:38.859099+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:39.592 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:39 smithi134 bash[22165]: audit 2024-03-25T00:56:38.868090+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:39.592 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:39 smithi134 bash[22165]: audit 2024-03-25T00:56:38.870483+0000 mon.a (mon.0) 1036 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-25T00:56:39.592 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:39 smithi134 bash[22165]: audit 2024-03-25T00:56:38.872351+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-25T00:56:39.592 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:39 smithi134 bash[22165]: audit 2024-03-25T00:56:38.882570+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:41.579 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:41 smithi028 bash[21481]: cluster 2024-03-25T00:56:40.157512+0000 mgr.a (mgr.14385) 174 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:41.593 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:41 smithi134 bash[22165]: cluster 2024-03-25T00:56:40.157512+0000 mgr.a (mgr.14385) 174 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:43.579 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:43 smithi028 bash[21481]: cluster 2024-03-25T00:56:42.158047+0000 mgr.a (mgr.14385) 175 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:43.591 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:43 smithi134 bash[22165]: cluster 2024-03-25T00:56:42.158047+0000 mgr.a (mgr.14385) 175 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:44.579 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:44 smithi028 bash[21481]: audit 2024-03-25T00:56:44.193339+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:56:44.592 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:44 smithi134 bash[22165]: audit 2024-03-25T00:56:44.193339+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:56:45.579 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:45 smithi028 bash[21481]: cluster 2024-03-25T00:56:44.158574+0000 mgr.a (mgr.14385) 176 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:45.591 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:45 smithi134 bash[22165]: cluster 2024-03-25T00:56:44.158574+0000 mgr.a (mgr.14385) 176 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:47.579 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:47 smithi028 bash[21481]: cluster 2024-03-25T00:56:46.159151+0000 mgr.a (mgr.14385) 177 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:47.579 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:56:47 smithi028 bash[21737]: ::ffff:172.21.15.134 - - [25/Mar/2024:00:56:47] "GET /metrics HTTP/1.1" 200 21513 "" "Prometheus/2.43.0" 2024-03-25T00:56:47.591 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:47 smithi134 bash[22165]: cluster 2024-03-25T00:56:46.159151+0000 mgr.a (mgr.14385) 177 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:49.579 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:49 smithi028 bash[21481]: cluster 2024-03-25T00:56:48.159677+0000 mgr.a (mgr.14385) 178 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:49.591 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:49 smithi134 bash[22165]: cluster 2024-03-25T00:56:48.159677+0000 mgr.a (mgr.14385) 178 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:50.829 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:50 smithi028 bash[21481]: audit 2024-03-25T00:56:49.457301+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:50.829 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:50 smithi028 bash[21481]: audit 2024-03-25T00:56:49.463270+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:50.829 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:50 smithi028 bash[21481]: audit 2024-03-25T00:56:49.469682+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:50.841 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:50 smithi134 bash[22165]: audit 2024-03-25T00:56:49.457301+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:50.841 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:50 smithi134 bash[22165]: audit 2024-03-25T00:56:49.463270+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:50.841 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:50 smithi134 bash[22165]: audit 2024-03-25T00:56:49.469682+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:51.630 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:51 smithi134 bash[22165]: cluster 2024-03-25T00:56:50.160238+0000 mgr.a (mgr.14385) 179 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:51.829 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:51 smithi028 bash[21481]: cluster 2024-03-25T00:56:50.160238+0000 mgr.a (mgr.14385) 179 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:53.579 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:53 smithi028 bash[21481]: cluster 2024-03-25T00:56:52.160625+0000 mgr.a (mgr.14385) 180 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:53.579 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:53 smithi028 bash[21481]: audit 2024-03-25T00:56:52.391296+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:53.579 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:53 smithi028 bash[21481]: audit 2024-03-25T00:56:52.401735+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:53.579 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:53 smithi028 bash[21481]: audit 2024-03-25T00:56:52.418621+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:53.579 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:53 smithi028 bash[21481]: audit 2024-03-25T00:56:53.369945+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:53.580 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:53 smithi028 bash[21481]: audit 2024-03-25T00:56:53.374694+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:53.580 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:53 smithi028 bash[21481]: audit 2024-03-25T00:56:53.379971+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:53.630 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:53 smithi134 bash[22165]: cluster 2024-03-25T00:56:52.160625+0000 mgr.a (mgr.14385) 180 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:53.630 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:53 smithi134 bash[22165]: audit 2024-03-25T00:56:52.391296+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:53.631 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:53 smithi134 bash[22165]: audit 2024-03-25T00:56:52.401735+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:53.631 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:53 smithi134 bash[22165]: audit 2024-03-25T00:56:52.418621+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:53.631 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:53 smithi134 bash[22165]: audit 2024-03-25T00:56:53.369945+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:53.631 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:53 smithi134 bash[22165]: audit 2024-03-25T00:56:53.374694+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:53.631 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:53 smithi134 bash[22165]: audit 2024-03-25T00:56:53.379971+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:56:55.829 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:55 smithi028 bash[21481]: cluster 2024-03-25T00:56:54.161133+0000 mgr.a (mgr.14385) 181 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:55.841 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:55 smithi134 bash[22165]: cluster 2024-03-25T00:56:54.161133+0000 mgr.a (mgr.14385) 181 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:57.829 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:57 smithi028 bash[21481]: cluster 2024-03-25T00:56:56.161670+0000 mgr.a (mgr.14385) 182 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:57.829 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:56:57 smithi028 bash[21737]: ::ffff:172.21.15.134 - - [25/Mar/2024:00:56:57] "GET /metrics HTTP/1.1" 200 21513 "" "Prometheus/2.43.0" 2024-03-25T00:56:57.841 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:57 smithi134 bash[22165]: cluster 2024-03-25T00:56:56.161670+0000 mgr.a (mgr.14385) 182 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:59.829 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:59 smithi028 bash[21481]: cluster 2024-03-25T00:56:58.162195+0000 mgr.a (mgr.14385) 183 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:59.829 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:56:59 smithi028 bash[21481]: audit 2024-03-25T00:56:59.193813+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:56:59.841 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:59 smithi134 bash[22165]: cluster 2024-03-25T00:56:58.162195+0000 mgr.a (mgr.14385) 183 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:56:59.841 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:56:59 smithi134 bash[22165]: audit 2024-03-25T00:56:59.193813+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:57:01.829 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:57:01 smithi028 bash[21481]: cluster 2024-03-25T00:57:00.162727+0000 mgr.a (mgr.14385) 184 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:57:01.841 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:57:01 smithi134 bash[22165]: cluster 2024-03-25T00:57:00.162727+0000 mgr.a (mgr.14385) 184 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:57:03.829 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:57:03 smithi028 bash[21481]: cluster 2024-03-25T00:57:02.163250+0000 mgr.a (mgr.14385) 185 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:57:03.841 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:57:03 smithi134 bash[22165]: cluster 2024-03-25T00:57:02.163250+0000 mgr.a (mgr.14385) 185 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:57:05.828 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:57:05 smithi028 bash[21481]: cluster 2024-03-25T00:57:04.163781+0000 mgr.a (mgr.14385) 186 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:57:05.841 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:57:05 smithi134 bash[22165]: cluster 2024-03-25T00:57:04.163781+0000 mgr.a (mgr.14385) 186 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:57:07.828 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:57:07 smithi028 bash[21481]: cluster 2024-03-25T00:57:06.164306+0000 mgr.a (mgr.14385) 187 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:57:07.829 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:57:07 smithi028 bash[21737]: ::ffff:172.21.15.134 - - [25/Mar/2024:00:57:07] "GET /metrics HTTP/1.1" 200 21511 "" "Prometheus/2.43.0" 2024-03-25T00:57:07.841 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:57:07 smithi134 bash[22165]: cluster 2024-03-25T00:57:06.164306+0000 mgr.a (mgr.14385) 187 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:57:09.682 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:57:09 smithi028 bash[21481]: cluster 2024-03-25T00:57:08.164796+0000 mgr.a (mgr.14385) 188 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:57:09.841 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:57:09 smithi134 bash[22165]: cluster 2024-03-25T00:57:08.164796+0000 mgr.a (mgr.14385) 188 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:57:11.034 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:57:10 smithi028 bash[21481]: audit 2024-03-25T00:57:09.673416+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:57:11.034 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:57:10 smithi028 bash[21481]: audit 2024-03-25T00:57:09.682930+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:57:11.034 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:57:10 smithi028 bash[21481]: audit 2024-03-25T00:57:09.693453+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:57:11.034 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:57:10 smithi028 bash[21481]: cluster 2024-03-25T00:57:10.165284+0000 mgr.a (mgr.14385) 189 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:57:11.091 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:57:10 smithi134 bash[22165]: audit 2024-03-25T00:57:09.673416+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:57:11.091 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:57:10 smithi134 bash[22165]: audit 2024-03-25T00:57:09.682930+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:57:11.091 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:57:10 smithi134 bash[22165]: audit 2024-03-25T00:57:09.693453+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:57:11.091 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:57:10 smithi134 bash[22165]: cluster 2024-03-25T00:57:10.165284+0000 mgr.a (mgr.14385) 189 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:57:13.828 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:57:13 smithi028 bash[21481]: cluster 2024-03-25T00:57:12.165826+0000 mgr.a (mgr.14385) 190 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:57:13.828 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:57:13 smithi028 bash[21481]: audit 2024-03-25T00:57:12.632769+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:57:13.828 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:57:13 smithi028 bash[21481]: audit 2024-03-25T00:57:12.644334+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:57:13.828 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:57:13 smithi028 bash[21481]: audit 2024-03-25T00:57:12.653484+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:57:13.828 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:57:13 smithi028 bash[21481]: audit 2024-03-25T00:57:13.550789+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:57:13.828 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:57:13 smithi028 bash[21481]: audit 2024-03-25T00:57:13.557825+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:57:13.829 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:57:13 smithi028 bash[21481]: audit 2024-03-25T00:57:13.564881+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:57:14.091 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:57:13 smithi134 bash[22165]: cluster 2024-03-25T00:57:12.165826+0000 mgr.a (mgr.14385) 190 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:57:14.091 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:57:13 smithi134 bash[22165]: audit 2024-03-25T00:57:12.632769+0000 mon.a (mon.0) 1053 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:57:14.091 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:57:13 smithi134 bash[22165]: audit 2024-03-25T00:57:12.644334+0000 mon.a (mon.0) 1054 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:57:14.091 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:57:13 smithi134 bash[22165]: audit 2024-03-25T00:57:12.653484+0000 mon.a (mon.0) 1055 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:57:14.091 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:57:13 smithi134 bash[22165]: audit 2024-03-25T00:57:13.550789+0000 mon.a (mon.0) 1056 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:57:14.091 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:57:13 smithi134 bash[22165]: audit 2024-03-25T00:57:13.557825+0000 mon.a (mon.0) 1057 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:57:14.091 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:57:13 smithi134 bash[22165]: audit 2024-03-25T00:57:13.564881+0000 mon.a (mon.0) 1058 : audit [INF] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' 2024-03-25T00:57:14.828 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:57:14 smithi028 bash[21481]: audit 2024-03-25T00:57:14.194973+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:57:14.841 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:57:14 smithi134 bash[22165]: audit 2024-03-25T00:57:14.194973+0000 mon.a (mon.0) 1059 : audit [DBG] from='mgr.14385 172.21.15.28:0/1655198184' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-25T00:57:15.841 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:57:15 smithi134 bash[22165]: cluster 2024-03-25T00:57:14.166202+0000 mgr.a (mgr.14385) 191 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:57:16.078 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:57:15 smithi028 bash[21481]: cluster 2024-03-25T00:57:14.166202+0000 mgr.a (mgr.14385) 191 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:57:17.078 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:57:16 smithi028 bash[21481]: cluster 2024-03-25T00:57:16.166732+0000 mgr.a (mgr.14385) 192 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:57:17.090 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:57:16 smithi134 bash[22165]: cluster 2024-03-25T00:57:16.166732+0000 mgr.a (mgr.14385) 192 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-25T00:57:17.433 INFO:teuthology.orchestra.run.smithi028.stderr:+ curl -s http://172.21.15.134:9095/api/v1/status/config 2024-03-25T00:57:17.441 INFO:teuthology.orchestra.run.smithi028.stderr:+ curl -s http://172.21.15.134:9095/api/v1/status/config 2024-03-25T00:57:17.442 INFO:teuthology.orchestra.run.smithi028.stderr:+ jq -e '.status == "success"' 2024-03-25T00:57:17.448 INFO:teuthology.orchestra.run.smithi028.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n evaluation_interval: 10s\n external_labels:\n cluster: 8327fbb6-ea40-11ee-95cd-87774f69a715\nalerting:\n alertmanagers:\n - follow_redirects: true\n enable_http2: true\n scheme: http\n timeout: 10s\n api_version: v2\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.28:8765/sd/prometheus/sd-config?service=alertmanager\nrule_files:\n- /etc/prometheus/alerting/*\nscrape_configs:\n- job_name: ceph\n honor_labels: true\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: 8327fbb6-ea40-11ee-95cd-87774f69a715\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.28:8765/sd/prometheus/sd-config?service=mgr-prometheus\n- job_name: node\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: 8327fbb6-ea40-11ee-95cd-87774f69a715\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.28:8765/sd/prometheus/sd-config?service=node-exporter\n- job_name: ceph-exporter\n honor_labels: true\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n relabel_configs:\n - source_labels: [__address__]\n separator: ;\n regex: (.*)\n target_label: cluster\n replacement: 8327fbb6-ea40-11ee-95cd-87774f69a715\n action: replace\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.28:8765/sd/prometheus/sd-config?service=ceph-exporter\n- job_name: nvmeof\n honor_timestamps: true\n scrape_interval: 10s\n scrape_timeout: 10s\n metrics_path: /metrics\n scheme: http\n follow_redirects: true\n enable_http2: true\n http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.28:8765/sd/prometheus/sd-config?service=nvmeof\n- job_name: federate\n honor_labels: true\n honor_timestamps: true\n params:\n match[]:\n - '{job=\"ceph\"}'\n - '{job=\"node\"}'\n - '{job=\"haproxy\"}'\n - '{job=\"ceph-exporter\"}'\n scrape_interval: 15s\n scrape_timeout: 10s\n metrics_path: /federate\n scheme: http\n follow_redirects: true\n enable_http2: true\n static_configs:\n - targets: []\n"}}true 2024-03-25T00:57:17.448 INFO:teuthology.orchestra.run.smithi028.stderr:+ curl -s http://172.21.15.134:9095/api/v1/alerts 2024-03-25T00:57:17.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ curl -s http://172.21.15.134:9095/api/v1/alerts 2024-03-25T00:57:17.455 INFO:teuthology.orchestra.run.smithi028.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-03-25T00:57:17.460 INFO:teuthology.orchestra.run.smithi028.stdout:{"status":"success","data":{"alerts":[{"labels":{"alertname":"CephMonDownQuorumAtRisk","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"},"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on smithi149","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-03-25T00:55:50.084118673Z","value":"1e+00"},{"labels":{"alertname":"CephMonDown","severity":"warning","type":"ceph_default"},"annotations":{"description":"You have 1 monitor down. Quorum is still intact, but the loss of an additional monitor will make your cluster inoperable. The following monitors are down: - mon.c on smithi149\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"state":"firing","activeAt":"2024-03-25T00:55:50.084118673Z","value":"1e+00"},{"labels":{"alertname":"CephHealthWarning","cluster":"8327fbb6-ea40-11ee-95cd-87774f69a715","instance":"smithi028:9283","job":"ceph","severity":"warning","type":"ceph_default"},"annotations":{"description":"The cluster state has been HEALTH_WARN for more than 15 minutes. Please check 'ceph health detail' for more information.","summary":"Ceph is in the WARNING state"},"state":"pending","activeAt":"2024-03-25T00:55:50.13866993Z","value":"1e+00"}]}}true 2024-03-25T00:57:17.460 INFO:teuthology.orchestra.run.smithi028.stderr:+ curl -s http://172.21.15.149:9093/api/v1/status 2024-03-25T00:57:17.468 INFO:teuthology.orchestra.run.smithi028.stderr:+ curl -s http://172.21.15.149:9093/api/v1/alerts 2024-03-25T00:57:17.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ curl -s http://172.21.15.149:9093/api/v1/alerts 2024-03-25T00:57:17.474 INFO:teuthology.orchestra.run.smithi028.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-03-25T00:57:17.479 INFO:teuthology.orchestra.run.smithi028.stdout:{"status":"success","data":{"configYAML":"global:\n resolve_timeout: 5m\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n smtp_hello: localhost\n smtp_require_tls: true\n pagerduty_url: https://events.pagerduty.com/v2/enqueue\n opsgenie_api_url: https://api.opsgenie.com/\n wechat_api_url: https://qyapi.weixin.qq.com/cgi-bin/\n victorops_api_url: https://alert.victorops.com/integrations/generic/20131114/alert/\n telegram_api_url: https://api.telegram.org\n webex_api_url: https://webexapis.com/v1/messages\nroute:\n receiver: default\n continue: false\n routes:\n - receiver: ceph-dashboard\n group_by:\n - alertname\n continue: false\n group_wait: 10s\n group_interval: 10s\n repeat_interval: 1h\nreceivers:\n- name: default\n- name: ceph-dashboard\n webhook_configs:\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: https://smithi028.front.sepia.ceph.com:8443/api/prometheus_receiver\n max_alerts: 0\n - send_resolved: true\n http_config:\n tls_config:\n insecure_skip_verify: true\n follow_redirects: true\n enable_http2: true\n url: https://smithi134.front.sepia.ceph.com:8443/api/prometheus_receiver\n max_alerts: 0\ntemplates: []\n","configJSON":{"global":{"resolve_timeout":"5m","http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"smtp_hello":"localhost","smtp_smarthost":"","smtp_require_tls":true,"pagerduty_url":"https://events.pagerduty.com/v2/enqueue","opsgenie_api_url":"https://api.opsgenie.com/","wechat_api_url":"https://qyapi.weixin.qq.com/cgi-bin/","victorops_api_url":"https://alert.victorops.com/integrations/generic/20131114/alert/","telegram_api_url":"https://api.telegram.org","webex_api_url":"https://webexapis.com/v1/messages"},"route":{"receiver":"default","routes":[{"receiver":"ceph-dashboard","group_by":["alertname"],"group_wait":"10s","group_interval":"10s","repeat_interval":"1h"}]},"receivers":[{"name":"default"},{"name":"ceph-dashboard","webhook_configs":[{"send_resolved":true,"http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"url":"https://smithi028.front.sepia.ceph.com:8443/api/prometheus_receiver","max_alerts":0},{"send_resolved":true,"http_config":{"proxy_url":null,"tls_config":{"insecure_skip_verify":true},"follow_redirects":true,"enable_http2":true},"url":"https://smithi134.front.sepia.ceph.com:8443/api/prometheus_receiver","max_alerts":0}]}],"templates":null},"versionInfo":{"branch":"HEAD","buildDate":"20221222-14:51:36","buildUser":"root@abe866dd5717","goVersion":"go1.19.4","revision":"258fab7cdd551f2cf251ed0348f0ad7289aee789","version":"0.25.0"},"uptime":"2024-03-25T00:52:25.177399871Z","clusterStatus":{"name":"01HSSHG8ER4J26RMX43YF8KXRX","status":"ready","peers":[{"name":"01HSSHG8ER4J26RMX43YF8KXRX","address":"172.21.15.149:9094"}]}}}{"status":"success","data":[{"labels":{"alertname":"CephMonDown","cluster":"8327fbb6-ea40-11ee-95cd-87774f69a715","severity":"warning","type":"ceph_default"},"annotations":{"description":"You have 1 monitor down. Quorum is still intact, but the loss of an additional monitor will make your cluster inoperable. The following monitors are down: - mon.c on smithi149\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"startsAt":"2024-03-25T00:56:20.084Z","endsAt":"2024-03-25T01:00:20.084Z","generatorURL":"http://smithi134.front.sepia.ceph.com:9095/graph?g0.expr=count%28ceph_mon_quorum_status+%3D%3D+0%29+%3C%3D+%28count%28ceph_mon_metadata%29+-+floor%28count%28ceph_mon_metadata%29+%2F+2%29+%2B+1%29\u0026g0.tab=1","status":{"state":"active","silencedBy":null,"inhibitedBy":null},"receivers":["ceph-dashboard"],"fingerprint":"1ed9d8c790cb87fc"},{"labels":{"alertname":"CephMonDownQuorumAtRisk","cluster":"8327fbb6-ea40-11ee-95cd-87774f69a715","oid":"1.3.6.1.4.1.50495.1.2.1.3.1","severity":"critical","type":"ceph_default"},"annotations":{"description":"Quorum requires a majority of monitors (x 2) to be active. Without quorum the cluster will become inoperable, affecting all services and connected clients. The following monitors are down: - mon.c on smithi149","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"startsAt":"2024-03-25T00:56:20.084Z","endsAt":"2024-03-25T01:00:20.084Z","generatorURL":"http://smithi134.front.sepia.ceph.com:9095/graph?g0.expr=%28%28ceph_health_detail%7Bname%3D%22MON_DOWN%22%7D+%3D%3D+1%29+%2A+on+%28%29+%28count%28ceph_mon_quorum_status+%3D%3D+1%29+%3D%3D+bool+%28floor%28count%28ceph_mon_metadata%29+%2F+2%29+%2B+1%29%29%29+%3D%3D+1\u0026g0.tab=1","status":{"state":"active","silencedBy":null,"inhibitedBy":null},"receivers":["ceph-dashboard"],"fingerprint":"fbda028eee331273"}]}true 2024-03-25T00:57:17.682 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:57:17 smithi028 bash[21737]: ::ffff:172.21.15.134 - - [25/Mar/2024:00:57:17] "GET /metrics HTTP/1.1" 200 21514 "" "Prometheus/2.43.0" 2024-03-25T00:57:18.136 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-25T00:57:18.145 INFO:tasks.cephadm:Teardown begin 2024-03-25T00:57:18.146 DEBUG:teuthology.orchestra.run.smithi028:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-25T00:57:18.160 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-25T00:57:18.175 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-25T00:57:18.191 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-25T00:57:18.191 DEBUG:teuthology.orchestra.run.smithi028:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-25T00:57:18.206 DEBUG:teuthology.orchestra.run.smithi134:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-25T00:57:18.222 DEBUG:teuthology.orchestra.run.smithi149:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-25T00:57:18.240 INFO:tasks.cephadm:Stopping all daemons... 2024-03-25T00:57:18.240 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-03-25T00:57:18.240 DEBUG:teuthology.orchestra.run.smithi028:> sudo systemctl stop ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@mon.a 2024-03-25T00:57:18.400 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:57:18 smithi028 systemd[1]: Stopping Ceph mon.a for 8327fbb6-ea40-11ee-95cd-87774f69a715... 2024-03-25T00:57:18.525 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:57:18 smithi028 bash[21481]: debug 2024-03-25T00:57:18.410+0000 7f224a5ef700 -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-03-25T00:57:18.525 INFO:journalctl@ceph.mon.a.smithi028.stdout:Mar 25 00:57:18 smithi028 bash[21481]: debug 2024-03-25T00:57:18.410+0000 7f224a5ef700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-03-25T00:57:18.525 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:57:18 smithi028 bash[21737]: [25/Mar/2024:00:57:18] ENGINE Bus STOPPING 2024-03-25T00:57:18.525 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:57:18 smithi028 bash[21737]: [25/Mar/2024:00:57:18] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-25T00:57:18.525 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:57:18 smithi028 bash[21737]: [25/Mar/2024:00:57:18] ENGINE Bus STOPPED 2024-03-25T00:57:18.526 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:57:18 smithi028 bash[21737]: [25/Mar/2024:00:57:18] ENGINE Bus STARTING 2024-03-25T00:57:18.526 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:57:18 smithi028 bash[21737]: [25/Mar/2024:00:57:18] ENGINE Serving on http://:::9283 2024-03-25T00:57:18.775 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:57:18 smithi028 bash[21737]: [25/Mar/2024:00:57:18] ENGINE Bus STARTED 2024-03-25T00:57:19.364 DEBUG:teuthology.orchestra.run.smithi028:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@mon.a.service' 2024-03-25T00:57:19.399 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-25T00:57:19.400 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-03-25T00:57:19.400 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-03-25T00:57:19.400 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@mon.b 2024-03-25T00:57:19.773 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:57:19 smithi134 systemd[1]: Stopping Ceph mon.b for 8327fbb6-ea40-11ee-95cd-87774f69a715... 2024-03-25T00:57:19.773 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:57:19 smithi134 bash[22165]: debug 2024-03-25T00:57:19.550+0000 7f93403d5700 -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-03-25T00:57:19.773 INFO:journalctl@ceph.mon.b.smithi134.stdout:Mar 25 00:57:19 smithi134 bash[22165]: debug 2024-03-25T00:57:19.550+0000 7f93403d5700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-03-25T00:57:20.344 DEBUG:teuthology.orchestra.run.smithi134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@mon.b.service' 2024-03-25T00:57:20.377 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-25T00:57:20.378 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-03-25T00:57:20.378 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-03-25T00:57:20.378 DEBUG:teuthology.orchestra.run.smithi149:> sudo systemctl stop ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@mon.c 2024-03-25T00:57:20.399 DEBUG:teuthology.orchestra.run.smithi149:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@mon.c.service' 2024-03-25T00:57:20.486 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-25T00:57:20.486 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-03-25T00:57:20.486 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-03-25T00:57:20.486 DEBUG:teuthology.orchestra.run.smithi028:> sudo systemctl stop ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@mgr.a 2024-03-25T00:57:20.825 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:57:20 smithi028 systemd[1]: Stopping Ceph mgr.a for 8327fbb6-ea40-11ee-95cd-87774f69a715... 2024-03-25T00:57:20.825 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:57:20 smithi028 bash[21737]: debug 2024-03-25T00:57:20.642+0000 7efd2ac4a700 -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-03-25T00:57:20.825 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:57:20 smithi028 bash[21737]: debug 2024-03-25T00:57:20.642+0000 7efd2ac4a700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-03-25T00:57:21.443 INFO:journalctl@ceph.mgr.a.smithi028.stdout:Mar 25 00:57:21 smithi028 bash[45975]: ceph-8327fbb6-ea40-11ee-95cd-87774f69a715-mgr-a 2024-03-25T00:57:21.459 DEBUG:teuthology.orchestra.run.smithi028:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@mgr.a.service' 2024-03-25T00:57:21.481 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-25T00:57:21.482 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-03-25T00:57:21.482 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-03-25T00:57:21.482 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@mgr.b 2024-03-25T00:57:21.814 INFO:journalctl@ceph.mgr.b.smithi134.stdout:Mar 25 00:57:21 smithi134 systemd[1]: Stopping Ceph mgr.b for 8327fbb6-ea40-11ee-95cd-87774f69a715... 2024-03-25T00:57:22.367 DEBUG:teuthology.orchestra.run.smithi134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@mgr.b.service' 2024-03-25T00:57:22.390 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-25T00:57:22.390 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-03-25T00:57:22.391 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-03-25T00:57:22.391 DEBUG:teuthology.orchestra.run.smithi028:> sudo systemctl stop ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@osd.0 2024-03-25T00:57:22.828 INFO:journalctl@ceph.osd.0.smithi028.stdout:Mar 25 00:57:22 smithi028 systemd[1]: Stopping Ceph osd.0 for 8327fbb6-ea40-11ee-95cd-87774f69a715... 2024-03-25T00:57:22.828 INFO:journalctl@ceph.osd.0.smithi028.stdout:Mar 25 00:57:22 smithi028 bash[31715]: debug 2024-03-25T00:57:22.554+0000 7fdfd1917700 -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-03-25T00:57:22.828 INFO:journalctl@ceph.osd.0.smithi028.stdout:Mar 25 00:57:22 smithi028 bash[31715]: debug 2024-03-25T00:57:22.554+0000 7fdfd1917700 -1 osd.0 22 *** Got signal Terminated *** 2024-03-25T00:57:22.828 INFO:journalctl@ceph.osd.0.smithi028.stdout:Mar 25 00:57:22 smithi028 bash[31715]: debug 2024-03-25T00:57:22.554+0000 7fdfd1917700 -1 osd.0 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-25T00:57:29.077 INFO:journalctl@ceph.osd.0.smithi028.stdout:Mar 25 00:57:28 smithi028 bash[46076]: ceph-8327fbb6-ea40-11ee-95cd-87774f69a715-osd-0 2024-03-25T00:57:29.078 INFO:journalctl@ceph.osd.0.smithi028.stdout:Mar 25 00:57:28 smithi028 bash[46143]: Error response from daemon: No such container: ceph-8327fbb6-ea40-11ee-95cd-87774f69a715-osd-0 2024-03-25T00:57:30.497 DEBUG:teuthology.orchestra.run.smithi028:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@osd.0.service' 2024-03-25T00:57:30.530 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-25T00:57:30.531 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-03-25T00:57:30.531 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-03-25T00:57:30.531 DEBUG:teuthology.orchestra.run.smithi134:> sudo systemctl stop ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@osd.1 2024-03-25T00:57:30.841 INFO:journalctl@ceph.osd.1.smithi134.stdout:Mar 25 00:57:30 smithi134 systemd[1]: Stopping Ceph osd.1 for 8327fbb6-ea40-11ee-95cd-87774f69a715... 2024-03-25T00:57:30.841 INFO:journalctl@ceph.osd.1.smithi134.stdout:Mar 25 00:57:30 smithi134 bash[27115]: debug 2024-03-25T00:57:30.686+0000 7fd7f7e97700 -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-03-25T00:57:30.841 INFO:journalctl@ceph.osd.1.smithi134.stdout:Mar 25 00:57:30 smithi134 bash[27115]: debug 2024-03-25T00:57:30.686+0000 7fd7f7e97700 -1 osd.1 22 *** Got signal Terminated *** 2024-03-25T00:57:30.841 INFO:journalctl@ceph.osd.1.smithi134.stdout:Mar 25 00:57:30 smithi134 bash[27115]: debug 2024-03-25T00:57:30.686+0000 7fd7f7e97700 -1 osd.1 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-25T00:57:36.712 INFO:journalctl@ceph.osd.1.smithi134.stdout:Mar 25 00:57:36 smithi134 bash[36024]: ceph-8327fbb6-ea40-11ee-95cd-87774f69a715-osd-1 2024-03-25T00:57:37.090 INFO:journalctl@ceph.osd.1.smithi134.stdout:Mar 25 00:57:36 smithi134 bash[36352]: Error response from daemon: No such container: ceph-8327fbb6-ea40-11ee-95cd-87774f69a715-osd-1 2024-03-25T00:57:38.489 DEBUG:teuthology.orchestra.run.smithi134:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@osd.1.service' 2024-03-25T00:57:38.530 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-25T00:57:38.531 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-03-25T00:57:38.531 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-03-25T00:57:38.531 DEBUG:teuthology.orchestra.run.smithi149:> sudo systemctl stop ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@osd.2 2024-03-25T00:57:38.899 INFO:journalctl@ceph.osd.2.smithi149.stdout:Mar 25 00:57:38 smithi149 systemd[1]: Stopping Ceph osd.2 for 8327fbb6-ea40-11ee-95cd-87774f69a715... 2024-03-25T00:57:38.900 INFO:journalctl@ceph.osd.2.smithi149.stdout:Mar 25 00:57:38 smithi149 bash[27486]: debug 2024-03-25T00:57:38.703+0000 7f6eb2b18700 -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-03-25T00:57:38.900 INFO:journalctl@ceph.osd.2.smithi149.stdout:Mar 25 00:57:38 smithi149 bash[27486]: debug 2024-03-25T00:57:38.703+0000 7f6eb2b18700 -1 osd.2 22 *** Got signal Terminated *** 2024-03-25T00:57:38.900 INFO:journalctl@ceph.osd.2.smithi149.stdout:Mar 25 00:57:38 smithi149 bash[27486]: debug 2024-03-25T00:57:38.703+0000 7f6eb2b18700 -1 osd.2 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-25T00:57:44.895 INFO:journalctl@ceph.osd.2.smithi149.stdout:Mar 25 00:57:44 smithi149 bash[36994]: ceph-8327fbb6-ea40-11ee-95cd-87774f69a715-osd-2 2024-03-25T00:57:44.895 INFO:journalctl@ceph.osd.2.smithi149.stdout:Mar 25 00:57:44 smithi149 bash[37058]: Error response from daemon: No such container: ceph-8327fbb6-ea40-11ee-95cd-87774f69a715-osd-2 2024-03-25T00:57:46.534 DEBUG:teuthology.orchestra.run.smithi149:> sudo pkill -f 'journalctl -f -n 0 -u ceph-8327fbb6-ea40-11ee-95cd-87774f69a715@osd.2.service' 2024-03-25T00:57:46.577 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-25T00:57:46.577 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-03-25T00:57:46.577 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-25T00:57:46.750 INFO:teuthology.orchestra.run.smithi028.stdout:Deleting cluster with fsid: 8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:57:54.744 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-25T00:57:56.615 INFO:teuthology.orchestra.run.smithi134.stdout:Deleting cluster with fsid: 8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:58:04.452 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 --force --keep-logs 2024-03-25T00:58:04.620 INFO:teuthology.orchestra.run.smithi149.stdout:Deleting cluster with fsid: 8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:58:12.498 DEBUG:teuthology.orchestra.run.smithi028:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-25T00:58:12.514 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-25T00:58:12.529 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-25T00:58:12.543 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-25T00:58:12.544 DEBUG:teuthology.misc:Transferring archived files from smithi028:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-24_22:19:24-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7620664/remote/smithi028/crash 2024-03-25T00:58:12.545 DEBUG:teuthology.orchestra.run.smithi028:> sudo tar c -f - -C /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/crash -- . 2024-03-25T00:58:12.567 INFO:teuthology.orchestra.run.smithi028.stderr:tar: /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-25T00:58:12.567 INFO:teuthology.orchestra.run.smithi028.stderr:tar: Error is not recoverable: exiting now 2024-03-25T00:58:12.569 DEBUG:teuthology.misc:Transferring archived files from smithi134:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-24_22:19:24-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7620664/remote/smithi134/crash 2024-03-25T00:58:12.570 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/crash -- . 2024-03-25T00:58:12.583 INFO:teuthology.orchestra.run.smithi134.stderr:tar: /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-25T00:58:12.584 INFO:teuthology.orchestra.run.smithi134.stderr:tar: Error is not recoverable: exiting now 2024-03-25T00:58:12.585 DEBUG:teuthology.misc:Transferring archived files from smithi149:/var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-24_22:19:24-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7620664/remote/smithi149/crash 2024-03-25T00:58:12.586 DEBUG:teuthology.orchestra.run.smithi149:> sudo tar c -f - -C /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/crash -- . 2024-03-25T00:58:12.596 INFO:teuthology.orchestra.run.smithi149.stderr:tar: /var/lib/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/crash: Cannot open: No such file or directory 2024-03-25T00:58:12.597 INFO:teuthology.orchestra.run.smithi149.stderr:tar: Error is not recoverable: exiting now 2024-03-25T00:58:12.598 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-25T00:58:12.598 DEBUG:teuthology.orchestra.run.smithi028:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-25T00:58:12.626 INFO:teuthology.orchestra.run.smithi028.stdout:2024-03-25T00:47:44.278913+0000 mon.a (mon.0) 437 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-25T00:58:12.626 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-03-25T00:58:12.627 DEBUG:teuthology.orchestra.run.smithi028:> sudo egrep '\[SEC\]' /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-25T00:58:12.686 DEBUG:teuthology.orchestra.run.smithi028:> sudo egrep '\[ERR\]' /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-25T00:58:12.743 DEBUG:teuthology.orchestra.run.smithi028:> sudo egrep '\[WRN\]' /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-25T00:58:12.801 INFO:teuthology.orchestra.run.smithi028.stdout:2024-03-25T00:47:44.278913+0000 mon.a (mon.0) 437 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-25T00:58:12.801 INFO:tasks.cephadm:Compressing logs... 2024-03-25T00:58:12.801 DEBUG:teuthology.orchestra.run.smithi028:> 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-03-25T00:58:12.845 DEBUG:teuthology.orchestra.run.smithi134:> 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-03-25T00:58:12.848 DEBUG:teuthology.orchestra.run.smithi149:> 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-03-25T00:58:12.854 INFO:teuthology.orchestra.run.smithi028.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-25T00:58:12.859 INFO:teuthology.orchestra.run.smithi134.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-25T00:58:12.862 INFO:teuthology.orchestra.run.smithi149.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-25T00:58:12.863 INFO:teuthology.orchestra.run.smithi028.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-25T00:58:12.863 INFO:teuthology.orchestra.run.smithi028.stderr:gzip -5 --verbose -- /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-osd.0.log 2024-03-25T00:58:12.864 INFO:teuthology.orchestra.run.smithi028.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-mon.a.log 2024-03-25T00:58:12.864 INFO:teuthology.orchestra.run.smithi028.stderr:/var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-25T00:58:12.865 INFO:teuthology.orchestra.run.smithi028.stderr:/var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph.log 2024-03-25T00:58:12.865 INFO:teuthology.orchestra.run.smithi028.stderr:/var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-25T00:58:12.867 INFO:teuthology.orchestra.run.smithi028.stderr: 83.6% -- replaced with /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-25T00:58:12.867 INFO:teuthology.orchestra.run.smithi028.stderr:/var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-25T00:58:12.867 INFO:teuthology.orchestra.run.smithi028.stderr:/var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-mgr.a.log 2024-03-25T00:58:12.867 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-25T00:58:12.868 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-25T00:58:12.868 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-osd.1.log 2024-03-25T00:58:12.868 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph.log 2024-03-25T00:58:12.868 INFO:teuthology.orchestra.run.smithi134.stderr: 82.8%/var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-osd.1.log: -- replaced with /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-25T00:58:12.868 INFO:teuthology.orchestra.run.smithi134.stderr:gzip -5 --verbose -- /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-25T00:58:12.868 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-mgr.b.log 2024-03-25T00:58:12.870 INFO:teuthology.orchestra.run.smithi028.stderr:/var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph.audit.log: /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-mgr.a.log: 87.8% -- replaced with /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-25T00:58:12.870 INFO:teuthology.orchestra.run.smithi028.stderr: 90.4% -- replaced with /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-25T00:58:12.871 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-25T00:58:12.871 INFO:teuthology.orchestra.run.smithi134.stderr: 87.7% -- replaced with /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-25T00:58:12.871 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-mon.b.log 2024-03-25T00:58:12.872 INFO:teuthology.orchestra.run.smithi149.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-25T00:58:12.872 INFO:teuthology.orchestra.run.smithi149.stderr:gzip -5 --verbose -- /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-osd.2.log 2024-03-25T00:58:12.872 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph.cephadm.log 2024-03-25T00:58:12.872 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph.log 2024-03-25T00:58:12.872 INFO:teuthology.orchestra.run.smithi149.stderr:gzip -5 --verbose -- /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-volume.log 2024-03-25T00:58:12.872 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph.cephadm.log: /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph.log: 82.8% -- replaced with /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph.cephadm.log.gz 2024-03-25T00:58:12.872 INFO:teuthology.orchestra.run.smithi149.stderr:gzip -5 --verbose -- /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-mon.c.log 2024-03-25T00:58:12.872 INFO:teuthology.orchestra.run.smithi149.stderr:gzip -5 --verbose -- /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph.audit.log 2024-03-25T00:58:12.872 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-volume.log: 87.8% -- replaced with /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph.log.gz 2024-03-25T00:58:12.872 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-mon.c.log: 83.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-25T00:58:12.873 INFO:teuthology.orchestra.run.smithi149.stderr:/var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph.audit.log: 90.5% -- replaced with /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-25T00:58:12.873 INFO:teuthology.orchestra.run.smithi134.stderr:/var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph.audit.log: /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-mon.b.log: 90.6% -- replaced with /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph.audit.log.gz 2024-03-25T00:58:12.873 INFO:teuthology.orchestra.run.smithi134.stderr: 82.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-25T00:58:12.879 INFO:teuthology.orchestra.run.smithi134.stderr: 91.1% -- replaced with /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-mgr.b.log.gz 2024-03-25T00:58:12.888 INFO:teuthology.orchestra.run.smithi028.stderr: 91.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-25T00:58:12.900 INFO:teuthology.orchestra.run.smithi134.stderr: 91.9% -- replaced with /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-25T00:58:12.902 INFO:teuthology.orchestra.run.smithi028.stderr: 91.8% -- replaced with /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-25T00:58:12.905 INFO:teuthology.orchestra.run.smithi149.stderr: 91.9% -- replaced with /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-volume.log.gz 2024-03-25T00:58:12.925 INFO:teuthology.orchestra.run.smithi028.stderr: 93.6% -- replaced with /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-osd.0.log.gz 2024-03-25T00:58:12.926 INFO:teuthology.orchestra.run.smithi149.stderr: 93.7% -- replaced with /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-osd.2.log.gz 2024-03-25T00:58:12.952 INFO:teuthology.orchestra.run.smithi134.stderr: 94.0% -- replaced with /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-osd.1.log.gz 2024-03-25T00:58:12.971 INFO:teuthology.orchestra.run.smithi149.stderr: 93.1% -- replaced with /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-mon.c.log.gz 2024-03-25T00:58:12.972 INFO:teuthology.orchestra.run.smithi149.stderr: 2024-03-25T00:58:12.972 INFO:teuthology.orchestra.run.smithi149.stderr:real 0m0.119s 2024-03-25T00:58:12.972 INFO:teuthology.orchestra.run.smithi149.stderr:user 0m0.206s 2024-03-25T00:58:12.972 INFO:teuthology.orchestra.run.smithi149.stderr:sys 0m0.017s 2024-03-25T00:58:12.992 INFO:teuthology.orchestra.run.smithi134.stderr: 93.0% -- replaced with /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-mon.b.log.gz 2024-03-25T00:58:12.993 INFO:teuthology.orchestra.run.smithi134.stderr: 2024-03-25T00:58:12.993 INFO:teuthology.orchestra.run.smithi134.stderr:real 0m0.143s 2024-03-25T00:58:12.993 INFO:teuthology.orchestra.run.smithi134.stderr:user 0m0.265s 2024-03-25T00:58:12.993 INFO:teuthology.orchestra.run.smithi134.stderr:sys 0m0.023s 2024-03-25T00:58:13.030 INFO:teuthology.orchestra.run.smithi028.stderr: 88.6% -- replaced with /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-mgr.a.log.gz 2024-03-25T00:58:13.276 INFO:teuthology.orchestra.run.smithi028.stderr: 91.4% -- replaced with /var/log/ceph/8327fbb6-ea40-11ee-95cd-87774f69a715/ceph-mon.a.log.gz 2024-03-25T00:58:13.279 INFO:teuthology.orchestra.run.smithi028.stderr: 2024-03-25T00:58:13.279 INFO:teuthology.orchestra.run.smithi028.stderr:real 0m0.430s 2024-03-25T00:58:13.279 INFO:teuthology.orchestra.run.smithi028.stderr:user 0m0.677s 2024-03-25T00:58:13.279 INFO:teuthology.orchestra.run.smithi028.stderr:sys 0m0.048s 2024-03-25T00:58:13.279 INFO:tasks.cephadm:Archiving logs... 2024-03-25T00:58:13.280 DEBUG:teuthology.misc:Transferring archived files from smithi028:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-24_22:19:24-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7620664/remote/smithi028/log 2024-03-25T00:58:13.295 DEBUG:teuthology.orchestra.run.smithi028:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-25T00:58:13.564 DEBUG:teuthology.misc:Transferring archived files from smithi134:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-24_22:19:24-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7620664/remote/smithi134/log 2024-03-25T00:58:13.569 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-25T00:58:13.720 DEBUG:teuthology.misc:Transferring archived files from smithi149:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-24_22:19:24-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7620664/remote/smithi149/log 2024-03-25T00:58:13.721 DEBUG:teuthology.orchestra.run.smithi149:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-25T00:58:13.870 INFO:tasks.cephadm:Removing cluster... 2024-03-25T00:58:13.870 DEBUG:teuthology.orchestra.run.smithi028:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 --force 2024-03-25T00:58:14.043 INFO:teuthology.orchestra.run.smithi028.stdout:Deleting cluster with fsid: 8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:58:15.367 DEBUG:teuthology.orchestra.run.smithi134:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 --force 2024-03-25T00:58:15.535 INFO:teuthology.orchestra.run.smithi134.stdout:Deleting cluster with fsid: 8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:58:16.879 DEBUG:teuthology.orchestra.run.smithi149:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 8327fbb6-ea40-11ee-95cd-87774f69a715 --force 2024-03-25T00:58:17.049 INFO:teuthology.orchestra.run.smithi149.stdout:Deleting cluster with fsid: 8327fbb6-ea40-11ee-95cd-87774f69a715 2024-03-25T00:58:18.387 INFO:tasks.cephadm:Removing cephadm ... 2024-03-25T00:58:18.388 DEBUG:teuthology.orchestra.run.smithi028:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-25T00:58:18.394 DEBUG:teuthology.orchestra.run.smithi134:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-25T00:58:18.400 DEBUG:teuthology.orchestra.run.smithi149:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-25T00:58:18.408 INFO:tasks.cephadm:Teardown complete 2024-03-25T00:58:18.408 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-03-25T00:58:18.418 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-03-25T00:58:18.418 DEBUG:teuthology.orchestra.run.smithi028:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-25T00:58:18.437 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-25T00:58:18.445 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-25T00:58:18.537 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-25T00:58:18.545 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-25T00:58:18.546 DEBUG:teuthology.orchestra.run.smithi028:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-25T00:58:18.548 DEBUG:teuthology.orchestra.run.smithi134:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-25T00:58:18.551 DEBUG:teuthology.orchestra.run.smithi149:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-25T00:58:18.559 INFO:teuthology.orchestra.run.smithi028.stdout: remote refid st t when poll reach delay offset jitter 2024-03-25T00:58:18.559 INFO:teuthology.orchestra.run.smithi028.stdout:============================================================================== 2024-03-25T00:58:18.559 INFO:teuthology.orchestra.run.smithi028.stdout:*hv01.front.sepi 44.4.53.2 2 u 32 64 377 0.081 -4.198 2.551 2024-03-25T00:58:18.559 INFO:teuthology.orchestra.run.smithi028.stdout:+hv02.front.sepi 63.231.80.2 3 u 45 64 377 0.083 -8.572 3.577 2024-03-25T00:58:18.559 INFO:teuthology.orchestra.run.smithi028.stdout:+hv03.front.sepi 74.6.168.72 3 u 30 64 377 0.089 -4.756 2.272 2024-03-25T00:58:18.559 INFO:teuthology.orchestra.run.smithi028.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-03-25T00:58:18.562 INFO:teuthology.orchestra.run.smithi134.stdout: remote refid st t when poll reach delay offset jitter 2024-03-25T00:58:18.562 INFO:teuthology.orchestra.run.smithi134.stdout:============================================================================== 2024-03-25T00:58:18.562 INFO:teuthology.orchestra.run.smithi134.stdout:*hv01.front.sepi 44.4.53.2 2 u 39 64 377 0.084 -8.162 3.506 2024-03-25T00:58:18.562 INFO:teuthology.orchestra.run.smithi134.stdout:+hv02.front.sepi 63.231.80.2 3 u 41 64 377 0.095 -4.357 2.581 2024-03-25T00:58:18.562 INFO:teuthology.orchestra.run.smithi134.stdout:+hv03.front.sepi 74.6.168.72 3 u 38 64 377 0.094 -6.290 2.296 2024-03-25T00:58:18.562 INFO:teuthology.orchestra.run.smithi134.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-03-25T00:58:18.566 INFO:teuthology.orchestra.run.smithi149.stdout: remote refid st t when poll reach delay offset jitter 2024-03-25T00:58:18.566 INFO:teuthology.orchestra.run.smithi149.stdout:============================================================================== 2024-03-25T00:58:18.566 INFO:teuthology.orchestra.run.smithi149.stdout:*hv01.front.sepi 44.4.53.2 2 u 41 64 377 0.080 -5.689 1.815 2024-03-25T00:58:18.566 INFO:teuthology.orchestra.run.smithi149.stdout:+hv02.front.sepi 63.231.80.2 3 u 37 64 377 0.095 -5.581 1.616 2024-03-25T00:58:18.566 INFO:teuthology.orchestra.run.smithi149.stdout:+hv03.front.sepi 74.6.168.72 3 u 34 64 377 0.096 -4.372 1.108 2024-03-25T00:58:18.566 INFO:teuthology.orchestra.run.smithi149.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-03-25T00:58:18.567 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-25T00:58:18.576 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-25T00:58:18.576 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-25T00:58:18.585 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-25T00:58:18.593 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-25T00:58:18.601 INFO:teuthology.task.internal:Duration was 1516.556756 seconds 2024-03-25T00:58:18.602 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-25T00:58:18.650 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-25T00:58:18.650 DEBUG:teuthology.orchestra.run.smithi028:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-25T00:58:18.653 DEBUG:teuthology.orchestra.run.smithi134:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-25T00:58:18.655 DEBUG:teuthology.orchestra.run.smithi149:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-25T00:58:18.691 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-25T00:58:18.691 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi028.front.sepia.ceph.com 2024-03-25T00:58:18.691 DEBUG:teuthology.orchestra.run.smithi028:> 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-03-25T00:58:18.741 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi134.front.sepia.ceph.com 2024-03-25T00:58:18.742 DEBUG:teuthology.orchestra.run.smithi134:> 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-03-25T00:58:18.753 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi149.front.sepia.ceph.com 2024-03-25T00:58:18.753 DEBUG:teuthology.orchestra.run.smithi149:> 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-03-25T00:58:18.763 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-25T00:58:18.763 DEBUG:teuthology.orchestra.run.smithi028:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-25T00:58:18.786 DEBUG:teuthology.orchestra.run.smithi134:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-25T00:58:18.801 DEBUG:teuthology.orchestra.run.smithi149:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-25T00:58:18.840 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-25T00:58:18.840 DEBUG:teuthology.orchestra.run.smithi028:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-25T00:58:18.869 DEBUG:teuthology.orchestra.run.smithi134:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-25T00:58:18.882 DEBUG:teuthology.orchestra.run.smithi149:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-25T00:58:18.971 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-25T00:58:18.987 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-25T00:58:18.987 DEBUG:teuthology.orchestra.run.smithi028:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-25T00:58:19.000 DEBUG:teuthology.orchestra.run.smithi134:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-25T00:58:19.012 DEBUG:teuthology.orchestra.run.smithi149:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-25T00:58:19.026 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-25T00:58:19.036 DEBUG:teuthology.orchestra.run.smithi028:> 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-03-25T00:58:19.045 DEBUG:teuthology.orchestra.run.smithi134:> 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-03-25T00:58:19.054 INFO:teuthology.orchestra.run.smithi028.stdout:kernel.core_pattern = core 2024-03-25T00:58:19.057 DEBUG:teuthology.orchestra.run.smithi149:> 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-03-25T00:58:19.066 INFO:teuthology.orchestra.run.smithi134.stdout:kernel.core_pattern = core 2024-03-25T00:58:19.080 INFO:teuthology.orchestra.run.smithi149.stdout:kernel.core_pattern = core 2024-03-25T00:58:19.179 DEBUG:teuthology.orchestra.run.smithi028:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-25T00:58:19.184 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-25T00:58:19.185 DEBUG:teuthology.orchestra.run.smithi134:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-25T00:58:19.224 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-25T00:58:19.225 DEBUG:teuthology.orchestra.run.smithi149:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-25T00:58:19.230 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-25T00:58:19.231 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-25T00:58:19.242 INFO:teuthology.task.internal:Transferring archived files... 2024-03-25T00:58:19.243 DEBUG:teuthology.misc:Transferring archived files from smithi028:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-24_22:19:24-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7620664/remote/smithi028 2024-03-25T00:58:19.243 DEBUG:teuthology.orchestra.run.smithi028:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-25T00:58:19.269 DEBUG:teuthology.misc:Transferring archived files from smithi134:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-24_22:19:24-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7620664/remote/smithi134 2024-03-25T00:58:19.269 DEBUG:teuthology.orchestra.run.smithi134:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-25T00:58:19.292 DEBUG:teuthology.misc:Transferring archived files from smithi149:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-24_22:19:24-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7620664/remote/smithi149 2024-03-25T00:58:19.292 DEBUG:teuthology.orchestra.run.smithi149:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-25T00:58:19.315 INFO:teuthology.task.internal:Removing archive directory... 2024-03-25T00:58:19.316 DEBUG:teuthology.orchestra.run.smithi028:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-25T00:58:19.318 DEBUG:teuthology.orchestra.run.smithi134:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-25T00:58:19.334 DEBUG:teuthology.orchestra.run.smithi149:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-25T00:58:19.363 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-25T00:58:19.374 INFO:teuthology.task.internal:Not uploading archives. 2024-03-25T00:58:19.375 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-25T00:58:19.384 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-25T00:58:19.384 DEBUG:teuthology.orchestra.run.smithi028:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-25T00:58:19.387 DEBUG:teuthology.orchestra.run.smithi134:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-25T00:58:19.389 DEBUG:teuthology.orchestra.run.smithi149:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-25T00:58:19.391 INFO:teuthology.orchestra.run.smithi028.stdout: 658465 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 25 00:58 /home/ubuntu/cephtest 2024-03-25T00:58:19.392 INFO:teuthology.orchestra.run.smithi134.stdout: 658464 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 25 00:58 /home/ubuntu/cephtest 2024-03-25T00:58:19.411 INFO:teuthology.orchestra.run.smithi149.stdout: 658464 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 25 00:58 /home/ubuntu/cephtest 2024-03-25T00:58:19.412 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-25T00:58:19.422 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-25T00:58:19.442 INFO:teuthology.nuke:Checking targets against current locks 2024-03-25T00:58:19.467 DEBUG:teuthology.nuke:shortname: smithi028 2024-03-25T00:58:19.467 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-25T00:58:19.489 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi028.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-24_22:19:24-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7620664', '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-03-25 00:23:32.027320', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBE1FPzxb+XwBVxg9aqNgLIxi/pr4/pXcr9z2RQF7EobuLKRRfu5uLduaDkQyxlzXuZzqDhjtCjjnGWTgu7fLTxI='} 2024-03-25T00:58:19.494 DEBUG:teuthology.nuke:shortname: smithi134 2024-03-25T00:58:19.495 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-25T00:58:19.515 DEBUG:teuthology.nuke:shortname: smithi149 2024-03-25T00:58:19.515 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-25T00:58:19.518 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi134.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-24_22:19:24-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7620664', '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-03-25 00:23:32.031294', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDrWtixZArF2MzxcSqEFPakwh+PT555CWq5fz9GQs6IGgzZIvHVqWN8im1h+olBb3TH3Eq/p/8k+lSf7knRhBEY='} 2024-03-25T00:58:19.538 INFO:teuthology.orchestra.console.smithi028:Power off 2024-03-25T00:58:19.538 DEBUG:teuthology.orchestra.console.smithi028:pexpect command: ipmitool -H smithi028.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-25T00:58:19.550 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi149.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-24_22:19:24-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7620664', '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-03-25 00:23:32.028922', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDQvThLSnZxP8WDVna/RqFbNiwlBdWdWKf7Gh6jh/l4/eHqTQ6oCZ66sDTR0f1fc+0j/ut2f+mfIvb9eysLKv3E='} 2024-03-25T00:58:19.561 DEBUG:teuthology.orchestra.console.smithi028:power off output: Chassis Power Control: Down/Off 2024-03-25T00:58:19.562 DEBUG:teuthology.orchestra.console.smithi028:pexpect command: ipmitool -H smithi028.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-25T00:58:19.582 INFO:teuthology.orchestra.console.smithi134:Power off 2024-03-25T00:58:19.582 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-25T00:58:19.597 DEBUG:teuthology.orchestra.console.smithi028:check power output: Chassis Power is on 2024-03-25T00:58:19.609 DEBUG:teuthology.orchestra.console.smithi134:power off output: Chassis Power Control: Down/Off 2024-03-25T00:58:19.609 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-25T00:58:19.628 INFO:teuthology.orchestra.console.smithi149:Power off 2024-03-25T00:58:19.628 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-25T00:58:19.638 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is on 2024-03-25T00:58:19.654 DEBUG:teuthology.orchestra.console.smithi149:power off output: Chassis Power Control: Down/Off 2024-03-25T00:58:19.654 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-25T00:58:19.688 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is on 2024-03-25T00:58:23.599 DEBUG:teuthology.orchestra.console.smithi028:pexpect command: ipmitool -H smithi028.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-25T00:58:23.639 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-25T00:58:23.689 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-25T00:58:23.709 DEBUG:teuthology.orchestra.console.smithi028:check power output: Chassis Power is on 2024-03-25T00:58:23.750 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is on 2024-03-25T00:58:23.800 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is on 2024-03-25T00:58:27.714 DEBUG:teuthology.orchestra.console.smithi028:pexpect command: ipmitool -H smithi028.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-25T00:58:27.751 DEBUG:teuthology.orchestra.console.smithi134:pexpect command: ipmitool -H smithi134.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-25T00:58:27.801 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-25T00:58:27.825 DEBUG:teuthology.orchestra.console.smithi028:check power output: Chassis Power is on 2024-03-25T00:58:27.868 DEBUG:teuthology.orchestra.console.smithi134:check power output: Chassis Power is off 2024-03-25T00:58:27.914 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is on 2024-03-25T00:58:27.969 INFO:teuthology.orchestra.console.smithi134:Power off completed 2024-03-25T00:58:31.826 DEBUG:teuthology.orchestra.console.smithi028:pexpect command: ipmitool -H smithi028.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-25T00:58:31.915 DEBUG:teuthology.orchestra.console.smithi149:pexpect command: ipmitool -H smithi149.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-25T00:58:31.936 DEBUG:teuthology.orchestra.console.smithi028:check power output: Chassis Power is off 2024-03-25T00:58:32.025 DEBUG:teuthology.orchestra.console.smithi149:check power output: Chassis Power is off 2024-03-25T00:58:32.037 INFO:teuthology.orchestra.console.smithi028:Power off completed 2024-03-25T00:58:32.126 INFO:teuthology.orchestra.console.smithi149:Power off completed 2024-03-25T00:58:32.230 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: 1516.5567557811737 failure_reason: '"2024-03-25T00:47:44.278913+0000 mon.a (mon.0) 437 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON)" in cluster log' flavor: default owner: scheduled_yuriw@teuthology success: false 2024-03-25T00:58:32.231 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-25T00:58:32.312 INFO:teuthology.run:FAIL