2024-03-16T16:01:33.538 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-16T16:01:33.538 DEBUG:teuthology.run:Teuthology command: teuthology --owner scheduled_yuriw@teuthology --verbose --name yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi --description rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} --archive /home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603598 -- /home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603598/orig.config.yaml 2024-03-16T16:01:33.567 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-16T16:01:33.652 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603598 branch: wip-yuri6-testing-2024-03-15-0709 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: '7603598' kernel: kdb: true sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-yuri6-testing-2024-03-15-0709 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: 5ea4d9cfac4d9f2893126a48d28cca7da69243c1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5ea4d9cfac4d9f2893126a48d28cca7da69243c1 workunit: branch: wip-yuri6-testing-2024-03-15-0709 sha1: 5ea4d9cfac4d9f2893126a48d28cca7da69243c1 owner: scheduled_yuriw@teuthology priority: 75 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: 9615 sha1: 5ea4d9cfac4d9f2893126a48d28cca7da69243c1 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri6-testing-2024-03-15-0709 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_5ea4d9cfac4d9f2893126a48d28cca7da69243c1/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 5ea4d9cfac4d9f2893126a48d28cca7da69243c1 targets: smithi017.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPDym68EfwB/gx51U+wSe5UQw9p5OdMPRE8uyFOyWX+vZgzt0z0jGU3ZnDGR0FSv17GCI7cUg20b537Azx+rtd4= smithi142.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC9Sbq/dbW/wGTG21cDxhOMqX+liWS11drx+xlVtHo7BH1batUdtz1s7QxID0ZcIfxlFVhxuzs8wKuy1DyJR8CQ= smithi179.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFW0tlHzc4FJEyp5r8+tiBSyQzZcgOTZCFwNFxFEGIZEWYcb48iUrH6d5znDw/Ymlht4s+nRv87o5H4boVfW0lk= 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-15_19:59:43 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-16T16:01:33.652 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_5ea4d9cfac4d9f2893126a48d28cca7da69243c1/qa; will attempt to use it 2024-03-16T16:01:33.653 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_5ea4d9cfac4d9f2893126a48d28cca7da69243c1/qa/tasks 2024-03-16T16:01:33.653 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-16T16:01:33.655 INFO:teuthology.task.internal:Checking packages... 2024-03-16T16:01:33.684 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '5ea4d9cfac4d9f2893126a48d28cca7da69243c1' 2024-03-16T16:01:33.684 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-16T16:01:33.685 INFO:teuthology.packaging:ref: None 2024-03-16T16:01:33.685 INFO:teuthology.packaging:tag: None 2024-03-16T16:01:33.685 INFO:teuthology.packaging:branch: wip-yuri6-testing-2024-03-15-0709 2024-03-16T16:01:33.685 INFO:teuthology.packaging:sha1: 5ea4d9cfac4d9f2893126a48d28cca7da69243c1 2024-03-16T16:01:33.685 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-yuri6-testing-2024-03-15-0709 2024-03-16T16:01:33.910 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-2121-g5ea4d9cf-1jammy 2024-03-16T16:01:33.912 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-16T16:01:33.918 INFO:teuthology.task.internal:no buildpackages task found 2024-03-16T16:01:33.918 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-16T16:01:33.952 INFO:teuthology.task.internal:Saving configuration 2024-03-16T16:01:33.965 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-16T16:01:33.976 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-16T16:01:34.000 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi017.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603598', '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-16 15:55:57.641572', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICHrx9R9vCe6kMlmzqWrmEQ1CIdk8h2xNGRpctZrYQz/'} 2024-03-16T16:01:34.020 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi142.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603598', '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-16 15:55:57.643028', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIMIJM1G3WDT1rJbqRD5KCYG342Jd4BsV+hsnzo/Ql14'} 2024-03-16T16:01:34.044 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi179.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603598', '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-16 15:55:57.644394', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINMyBvsmnC0BHc2JsHY1Lw64H6idoO5Wc+N7ZxANT8rz'} 2024-03-16T16:01:34.044 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-16T16:01:34.050 INFO:teuthology.task.internal:roles: ubuntu@smithi017.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-03-16T16:01:34.050 INFO:teuthology.task.internal:roles: ubuntu@smithi142.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-03-16T16:01:34.050 INFO:teuthology.task.internal:roles: ubuntu@smithi179.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-03-16T16:01:34.050 INFO:teuthology.run_tasks:Running task console_log... 2024-03-16T16:01:34.177 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fb2cb801f70>, signals=[15]) 2024-03-16T16:01:34.178 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-16T16:01:34.183 INFO:teuthology.task.internal:Opening connections... 2024-03-16T16:01:34.183 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi017.front.sepia.ceph.com 2024-03-16T16:01:34.185 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi017.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-16T16:01:34.269 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi142.front.sepia.ceph.com 2024-03-16T16:01:34.269 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-16T16:01:34.355 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi179.front.sepia.ceph.com 2024-03-16T16:01:34.357 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-16T16:01:34.438 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-16T16:01:34.444 DEBUG:teuthology.orchestra.run.smithi017:> uname -m 2024-03-16T16:01:34.451 INFO:teuthology.orchestra.run.smithi017.stdout:x86_64 2024-03-16T16:01:34.451 DEBUG:teuthology.orchestra.run.smithi017:> cat /etc/os-release 2024-03-16T16:01:34.497 INFO:teuthology.orchestra.run.smithi017.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-16T16:01:34.498 INFO:teuthology.orchestra.run.smithi017.stdout:NAME="Ubuntu" 2024-03-16T16:01:34.498 INFO:teuthology.orchestra.run.smithi017.stdout:VERSION_ID="22.04" 2024-03-16T16:01:34.498 INFO:teuthology.orchestra.run.smithi017.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-16T16:01:34.498 INFO:teuthology.orchestra.run.smithi017.stdout:VERSION_CODENAME=jammy 2024-03-16T16:01:34.498 INFO:teuthology.orchestra.run.smithi017.stdout:ID=ubuntu 2024-03-16T16:01:34.498 INFO:teuthology.orchestra.run.smithi017.stdout:ID_LIKE=debian 2024-03-16T16:01:34.498 INFO:teuthology.orchestra.run.smithi017.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-16T16:01:34.498 INFO:teuthology.orchestra.run.smithi017.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-16T16:01:34.498 INFO:teuthology.orchestra.run.smithi017.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-16T16:01:34.498 INFO:teuthology.orchestra.run.smithi017.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-16T16:01:34.498 INFO:teuthology.orchestra.run.smithi017.stdout:UBUNTU_CODENAME=jammy 2024-03-16T16:01:34.499 INFO:teuthology.lock.ops:Updating smithi017.front.sepia.ceph.com on lock server 2024-03-16T16:01:34.519 DEBUG:teuthology.orchestra.run.smithi142:> uname -m 2024-03-16T16:01:34.525 INFO:teuthology.orchestra.run.smithi142.stdout:x86_64 2024-03-16T16:01:34.526 DEBUG:teuthology.orchestra.run.smithi142:> cat /etc/os-release 2024-03-16T16:01:34.573 INFO:teuthology.orchestra.run.smithi142.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-16T16:01:34.573 INFO:teuthology.orchestra.run.smithi142.stdout:NAME="Ubuntu" 2024-03-16T16:01:34.574 INFO:teuthology.orchestra.run.smithi142.stdout:VERSION_ID="22.04" 2024-03-16T16:01:34.574 INFO:teuthology.orchestra.run.smithi142.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-16T16:01:34.574 INFO:teuthology.orchestra.run.smithi142.stdout:VERSION_CODENAME=jammy 2024-03-16T16:01:34.574 INFO:teuthology.orchestra.run.smithi142.stdout:ID=ubuntu 2024-03-16T16:01:34.574 INFO:teuthology.orchestra.run.smithi142.stdout:ID_LIKE=debian 2024-03-16T16:01:34.574 INFO:teuthology.orchestra.run.smithi142.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-16T16:01:34.574 INFO:teuthology.orchestra.run.smithi142.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-16T16:01:34.574 INFO:teuthology.orchestra.run.smithi142.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-16T16:01:34.574 INFO:teuthology.orchestra.run.smithi142.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-16T16:01:34.574 INFO:teuthology.orchestra.run.smithi142.stdout:UBUNTU_CODENAME=jammy 2024-03-16T16:01:34.574 INFO:teuthology.lock.ops:Updating smithi142.front.sepia.ceph.com on lock server 2024-03-16T16:01:34.594 DEBUG:teuthology.orchestra.run.smithi179:> uname -m 2024-03-16T16:01:34.599 INFO:teuthology.orchestra.run.smithi179.stdout:x86_64 2024-03-16T16:01:34.600 DEBUG:teuthology.orchestra.run.smithi179:> cat /etc/os-release 2024-03-16T16:01:34.647 INFO:teuthology.orchestra.run.smithi179.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-16T16:01:34.647 INFO:teuthology.orchestra.run.smithi179.stdout:NAME="Ubuntu" 2024-03-16T16:01:34.647 INFO:teuthology.orchestra.run.smithi179.stdout:VERSION_ID="22.04" 2024-03-16T16:01:34.647 INFO:teuthology.orchestra.run.smithi179.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-16T16:01:34.647 INFO:teuthology.orchestra.run.smithi179.stdout:VERSION_CODENAME=jammy 2024-03-16T16:01:34.647 INFO:teuthology.orchestra.run.smithi179.stdout:ID=ubuntu 2024-03-16T16:01:34.647 INFO:teuthology.orchestra.run.smithi179.stdout:ID_LIKE=debian 2024-03-16T16:01:34.647 INFO:teuthology.orchestra.run.smithi179.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-16T16:01:34.647 INFO:teuthology.orchestra.run.smithi179.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-16T16:01:34.647 INFO:teuthology.orchestra.run.smithi179.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-16T16:01:34.648 INFO:teuthology.orchestra.run.smithi179.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-16T16:01:34.648 INFO:teuthology.orchestra.run.smithi179.stdout:UBUNTU_CODENAME=jammy 2024-03-16T16:01:34.648 INFO:teuthology.lock.ops:Updating smithi179.front.sepia.ceph.com on lock server 2024-03-16T16:01:34.669 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-16T16:01:34.677 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-16T16:01:34.702 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-16T16:01:34.703 DEBUG:teuthology.orchestra.run.smithi017:> test '!' -e /home/ubuntu/cephtest 2024-03-16T16:01:34.705 DEBUG:teuthology.orchestra.run.smithi142:> test '!' -e /home/ubuntu/cephtest 2024-03-16T16:01:34.708 DEBUG:teuthology.orchestra.run.smithi179:> test '!' -e /home/ubuntu/cephtest 2024-03-16T16:01:34.713 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-16T16:01:34.729 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-16T16:01:34.729 DEBUG:teuthology.orchestra.run.smithi017:> test -z $(ls -A /var/lib/ceph) 2024-03-16T16:01:34.751 DEBUG:teuthology.orchestra.run.smithi142:> test -z $(ls -A /var/lib/ceph) 2024-03-16T16:01:34.754 DEBUG:teuthology.orchestra.run.smithi179:> test -z $(ls -A /var/lib/ceph) 2024-03-16T16:01:34.774 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-16T16:01:34.854 INFO:teuthology.run_tasks:Running task kernel... 2024-03-16T16:01:34.869 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-16T16:01:34.869 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-16T16:01:34.869 DEBUG:teuthology.orchestra.run.smithi017:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-16T16:01:34.870 DEBUG:teuthology.orchestra.run.smithi142:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-16T16:01:34.870 DEBUG:teuthology.orchestra.run.smithi179:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-16T16:01:34.874 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-16T16:01:34.875 DEBUG:teuthology.orchestra.run.smithi142:> uname -r 2024-03-16T16:01:34.876 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-16T16:01:34.876 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-16T16:01:34.877 DEBUG:teuthology.orchestra.run.smithi179:> uname -r 2024-03-16T16:01:34.877 DEBUG:teuthology.orchestra.run.smithi017:> uname -r 2024-03-16T16:01:34.922 INFO:teuthology.orchestra.run.smithi142.stdout:5.15.0-56-generic 2024-03-16T16:01:34.922 INFO:teuthology.task.kernel:Running kernel on smithi142: 5.15.0-56-generic 2024-03-16T16:01:34.922 DEBUG:teuthology.orchestra.run.smithi142:> sudo apt-get clean 2024-03-16T16:01:34.924 INFO:teuthology.orchestra.run.smithi179.stdout:5.15.0-56-generic 2024-03-16T16:01:34.924 INFO:teuthology.task.kernel:Running kernel on smithi179: 5.15.0-56-generic 2024-03-16T16:01:34.924 DEBUG:teuthology.orchestra.run.smithi179:> sudo apt-get clean 2024-03-16T16:01:34.925 INFO:teuthology.orchestra.run.smithi017.stdout:5.15.0-56-generic 2024-03-16T16:01:34.926 INFO:teuthology.task.kernel:Running kernel on smithi017: 5.15.0-56-generic 2024-03-16T16:01:34.926 DEBUG:teuthology.orchestra.run.smithi017:> sudo apt-get clean 2024-03-16T16:01:35.050 DEBUG:teuthology.orchestra.run.smithi142:> sudo apt-get update 2024-03-16T16:01:35.054 DEBUG:teuthology.orchestra.run.smithi179:> sudo apt-get update 2024-03-16T16:01:35.066 DEBUG:teuthology.orchestra.run.smithi017:> sudo apt-get update 2024-03-16T16:01:35.198 INFO:teuthology.orchestra.run.smithi142.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-16T16:01:35.202 INFO:teuthology.orchestra.run.smithi142.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-16T16:01:35.202 INFO:teuthology.orchestra.run.smithi142.stdout:Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-16T16:01:35.220 INFO:teuthology.orchestra.run.smithi017.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-16T16:01:35.230 INFO:teuthology.orchestra.run.smithi017.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-16T16:01:35.235 INFO:teuthology.orchestra.run.smithi017.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-16T16:01:35.285 INFO:teuthology.orchestra.run.smithi142.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-16T16:01:35.322 INFO:teuthology.orchestra.run.smithi017.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-16T16:01:35.332 INFO:teuthology.orchestra.run.smithi179.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-16T16:01:35.333 INFO:teuthology.orchestra.run.smithi179.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-16T16:01:35.392 INFO:teuthology.orchestra.run.smithi179.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-16T16:01:35.465 INFO:teuthology.orchestra.run.smithi017.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,246 kB] 2024-03-16T16:01:35.540 INFO:teuthology.orchestra.run.smithi017.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,462 kB] 2024-03-16T16:01:35.548 INFO:teuthology.orchestra.run.smithi142.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [421 kB] 2024-03-16T16:01:35.579 INFO:teuthology.orchestra.run.smithi017.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [421 kB] 2024-03-16T16:01:35.587 INFO:teuthology.orchestra.run.smithi017.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [225 kB] 2024-03-16T16:01:35.592 INFO:teuthology.orchestra.run.smithi017.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-16T16:01:35.599 INFO:teuthology.orchestra.run.smithi017.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,531 kB] 2024-03-16T16:01:35.623 INFO:teuthology.orchestra.run.smithi017.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-16T16:01:35.624 INFO:teuthology.orchestra.run.smithi017.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [255 kB] 2024-03-16T16:01:35.627 INFO:teuthology.orchestra.run.smithi017.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-16T16:01:35.627 INFO:teuthology.orchestra.run.smithi017.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [598 kB] 2024-03-16T16:01:35.638 INFO:teuthology.orchestra.run.smithi017.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [850 kB] 2024-03-16T16:01:35.648 INFO:teuthology.orchestra.run.smithi017.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-16T16:01:35.650 INFO:teuthology.orchestra.run.smithi017.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-16T16:01:35.652 INFO:teuthology.orchestra.run.smithi142.stdout:Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,246 kB] 2024-03-16T16:01:35.652 INFO:teuthology.orchestra.run.smithi017.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-16T16:01:35.653 INFO:teuthology.orchestra.run.smithi017.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-16T16:01:35.659 INFO:teuthology.orchestra.run.smithi017.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [587 kB] 2024-03-16T16:01:35.660 INFO:teuthology.orchestra.run.smithi142.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [587 kB] 2024-03-16T16:01:35.685 INFO:teuthology.orchestra.run.smithi017.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [285 kB] 2024-03-16T16:01:35.686 INFO:teuthology.orchestra.run.smithi017.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-16T16:01:35.686 INFO:teuthology.orchestra.run.smithi017.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-16T16:01:35.687 INFO:teuthology.orchestra.run.smithi017.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-16T16:01:35.688 INFO:teuthology.orchestra.run.smithi017.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-16T16:01:35.688 INFO:teuthology.orchestra.run.smithi017.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,559 kB] 2024-03-16T16:01:35.708 INFO:teuthology.orchestra.run.smithi142.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [225 kB] 2024-03-16T16:01:35.718 INFO:teuthology.orchestra.run.smithi017.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [259 kB] 2024-03-16T16:01:35.720 INFO:teuthology.orchestra.run.smithi142.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-16T16:01:35.720 INFO:teuthology.orchestra.run.smithi142.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,531 kB] 2024-03-16T16:01:35.723 INFO:teuthology.orchestra.run.smithi017.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-16T16:01:35.724 INFO:teuthology.orchestra.run.smithi017.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [695 kB] 2024-03-16T16:01:35.735 INFO:teuthology.orchestra.run.smithi017.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,057 kB] 2024-03-16T16:01:35.746 INFO:teuthology.orchestra.run.smithi179.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-16T16:01:35.749 INFO:teuthology.orchestra.run.smithi017.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [239 kB] 2024-03-16T16:01:35.752 INFO:teuthology.orchestra.run.smithi017.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-16T16:01:35.759 INFO:teuthology.orchestra.run.smithi017.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-16T16:01:35.759 INFO:teuthology.orchestra.run.smithi017.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-16T16:01:35.759 INFO:teuthology.orchestra.run.smithi017.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-16T16:01:35.762 INFO:teuthology.orchestra.run.smithi142.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-16T16:01:35.763 INFO:teuthology.orchestra.run.smithi179.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,246 kB] 2024-03-16T16:01:35.763 INFO:teuthology.orchestra.run.smithi142.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [255 kB] 2024-03-16T16:01:35.767 INFO:teuthology.orchestra.run.smithi142.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-16T16:01:35.767 INFO:teuthology.orchestra.run.smithi142.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [598 kB] 2024-03-16T16:01:35.777 INFO:teuthology.orchestra.run.smithi142.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [850 kB] 2024-03-16T16:01:35.783 INFO:teuthology.orchestra.run.smithi017.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-16T16:01:35.783 INFO:teuthology.orchestra.run.smithi017.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-16T16:01:35.784 INFO:teuthology.orchestra.run.smithi017.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-16T16:01:35.785 INFO:teuthology.orchestra.run.smithi017.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-16T16:01:35.785 INFO:teuthology.orchestra.run.smithi017.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-16T16:01:35.789 INFO:teuthology.orchestra.run.smithi017.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-16T16:01:35.790 INFO:teuthology.orchestra.run.smithi017.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-16T16:01:35.791 INFO:teuthology.orchestra.run.smithi142.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-16T16:01:35.793 INFO:teuthology.orchestra.run.smithi142.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-16T16:01:35.809 INFO:teuthology.orchestra.run.smithi017.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.6 kB] 2024-03-16T16:01:35.810 INFO:teuthology.orchestra.run.smithi017.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-16T16:01:35.814 INFO:teuthology.orchestra.run.smithi142.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-16T16:01:35.814 INFO:teuthology.orchestra.run.smithi142.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-16T16:01:35.814 INFO:teuthology.orchestra.run.smithi142.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-16T16:01:35.814 INFO:teuthology.orchestra.run.smithi142.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-16T16:01:35.858 INFO:teuthology.orchestra.run.smithi142.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,462 kB] 2024-03-16T16:01:35.885 INFO:teuthology.orchestra.run.smithi179.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [587 kB] 2024-03-16T16:01:35.928 INFO:teuthology.orchestra.run.smithi142.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [285 kB] 2024-03-16T16:01:35.953 INFO:teuthology.orchestra.run.smithi142.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-16T16:01:35.974 INFO:teuthology.orchestra.run.smithi142.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-16T16:01:35.995 INFO:teuthology.orchestra.run.smithi142.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,559 kB] 2024-03-16T16:01:36.045 INFO:teuthology.orchestra.run.smithi142.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [259 kB] 2024-03-16T16:01:36.070 INFO:teuthology.orchestra.run.smithi142.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-16T16:01:36.091 INFO:teuthology.orchestra.run.smithi142.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [695 kB] 2024-03-16T16:01:36.093 INFO:teuthology.orchestra.run.smithi179.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,462 kB] 2024-03-16T16:01:36.124 INFO:teuthology.orchestra.run.smithi142.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,057 kB] 2024-03-16T16:01:36.165 INFO:teuthology.orchestra.run.smithi142.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [239 kB] 2024-03-16T16:01:36.176 INFO:teuthology.orchestra.run.smithi179.stdout:Get:8 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [421 kB] 2024-03-16T16:01:36.193 INFO:teuthology.orchestra.run.smithi142.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-16T16:01:36.195 INFO:teuthology.orchestra.run.smithi179.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [225 kB] 2024-03-16T16:01:36.205 INFO:teuthology.orchestra.run.smithi179.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-16T16:01:36.205 INFO:teuthology.orchestra.run.smithi179.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,531 kB] 2024-03-16T16:01:36.217 INFO:teuthology.orchestra.run.smithi142.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-16T16:01:36.225 INFO:teuthology.orchestra.run.smithi179.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [285 kB] 2024-03-16T16:01:36.238 INFO:teuthology.orchestra.run.smithi142.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-16T16:01:36.240 INFO:teuthology.orchestra.run.smithi179.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-16T16:01:36.241 INFO:teuthology.orchestra.run.smithi179.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,559 kB] 2024-03-16T16:01:36.261 INFO:teuthology.orchestra.run.smithi142.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-16T16:01:36.297 INFO:teuthology.orchestra.run.smithi179.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-16T16:01:36.298 INFO:teuthology.orchestra.run.smithi179.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [255 kB] 2024-03-16T16:01:36.300 INFO:teuthology.orchestra.run.smithi179.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-16T16:01:36.351 INFO:teuthology.orchestra.run.smithi142.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-16T16:01:36.354 INFO:teuthology.orchestra.run.smithi179.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [259 kB] 2024-03-16T16:01:36.354 INFO:teuthology.orchestra.run.smithi179.stdout:Get:19 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-16T16:01:36.354 INFO:teuthology.orchestra.run.smithi179.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [598 kB] 2024-03-16T16:01:36.359 INFO:teuthology.orchestra.run.smithi179.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-16T16:01:36.365 INFO:teuthology.orchestra.run.smithi179.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [850 kB] 2024-03-16T16:01:36.372 INFO:teuthology.orchestra.run.smithi142.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-16T16:01:36.394 INFO:teuthology.orchestra.run.smithi142.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-16T16:01:36.420 INFO:teuthology.orchestra.run.smithi142.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-16T16:01:36.436 INFO:teuthology.orchestra.run.smithi142.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-16T16:01:36.456 INFO:teuthology.orchestra.run.smithi142.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-16T16:01:36.477 INFO:teuthology.orchestra.run.smithi142.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-16T16:01:36.499 INFO:teuthology.orchestra.run.smithi142.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.6 kB] 2024-03-16T16:01:36.520 INFO:teuthology.orchestra.run.smithi142.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-16T16:01:36.523 INFO:teuthology.orchestra.run.smithi179.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [695 kB] 2024-03-16T16:01:36.543 INFO:teuthology.orchestra.run.smithi179.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-16T16:01:36.950 INFO:teuthology.orchestra.run.smithi179.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-16T16:01:36.956 INFO:teuthology.orchestra.run.smithi179.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-16T16:01:36.971 INFO:teuthology.orchestra.run.smithi179.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-16T16:01:36.971 INFO:teuthology.orchestra.run.smithi179.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-16T16:01:36.973 INFO:teuthology.orchestra.run.smithi179.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-16T16:01:37.111 INFO:teuthology.orchestra.run.smithi179.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,057 kB] 2024-03-16T16:01:37.222 INFO:teuthology.orchestra.run.smithi179.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [239 kB] 2024-03-16T16:01:37.241 INFO:teuthology.orchestra.run.smithi179.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-16T16:01:37.243 INFO:teuthology.orchestra.run.smithi179.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-16T16:01:37.246 INFO:teuthology.orchestra.run.smithi179.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-16T16:01:37.246 INFO:teuthology.orchestra.run.smithi179.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-16T16:01:37.247 INFO:teuthology.orchestra.run.smithi179.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-16T16:01:37.247 INFO:teuthology.orchestra.run.smithi179.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [59.2 kB] 2024-03-16T16:01:37.251 INFO:teuthology.orchestra.run.smithi179.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [67.1 kB] 2024-03-16T16:01:37.256 INFO:teuthology.orchestra.run.smithi179.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [11.0 kB] 2024-03-16T16:01:37.421 INFO:teuthology.orchestra.run.smithi179.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-16T16:01:37.504 INFO:teuthology.orchestra.run.smithi179.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [17.2 kB] 2024-03-16T16:01:37.585 INFO:teuthology.orchestra.run.smithi179.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [28.4 kB] 2024-03-16T16:01:37.667 INFO:teuthology.orchestra.run.smithi179.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.6 kB] 2024-03-16T16:01:37.696 INFO:teuthology.orchestra.run.smithi179.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-16T16:01:41.307 INFO:teuthology.orchestra.run.smithi142.stdout:Fetched 12.2 MB in 2s (6,524 kB/s) 2024-03-16T16:01:41.429 INFO:teuthology.orchestra.run.smithi017.stdout:Fetched 12.2 MB in 2s (6,740 kB/s) 2024-03-16T16:01:42.019 INFO:teuthology.orchestra.run.smithi179.stdout:Fetched 12.2 MB in 3s (4,759 kB/s) 2024-03-16T16:01:42.684 INFO:teuthology.orchestra.run.smithi142.stdout:Reading package lists... 2024-03-16T16:01:42.701 DEBUG:teuthology.orchestra.run.smithi142:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-16T16:01:42.762 INFO:teuthology.orchestra.run.smithi142.stdout:Reading package lists... 2024-03-16T16:01:42.942 INFO:teuthology.orchestra.run.smithi017.stdout:Reading package lists... 2024-03-16T16:01:42.957 INFO:teuthology.orchestra.run.smithi142.stdout:Building dependency tree... 2024-03-16T16:01:42.958 INFO:teuthology.orchestra.run.smithi142.stdout:Reading state information... 2024-03-16T16:01:42.959 DEBUG:teuthology.orchestra.run.smithi017:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-16T16:01:43.027 INFO:teuthology.orchestra.run.smithi017.stdout:Reading package lists... 2024-03-16T16:01:43.126 INFO:teuthology.orchestra.run.smithi142.stdout:The following packages were automatically installed and are no longer required: 2024-03-16T16:01:43.127 INFO:teuthology.orchestra.run.smithi142.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-16T16:01:43.127 INFO:teuthology.orchestra.run.smithi142.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-16T16:01:43.127 INFO:teuthology.orchestra.run.smithi142.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-16T16:01:43.127 INFO:teuthology.orchestra.run.smithi142.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-16T16:01:43.128 INFO:teuthology.orchestra.run.smithi142.stdout: python2.7-minimal 2024-03-16T16:01:43.128 INFO:teuthology.orchestra.run.smithi142.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-16T16:01:43.128 INFO:teuthology.orchestra.run.smithi142.stdout:The following additional packages will be installed: 2024-03-16T16:01:43.128 INFO:teuthology.orchestra.run.smithi142.stdout: linux-generic linux-headers-5.15.0-100 linux-headers-5.15.0-100-generic 2024-03-16T16:01:43.129 INFO:teuthology.orchestra.run.smithi142.stdout: linux-headers-generic linux-image-5.15.0-100-generic 2024-03-16T16:01:43.129 INFO:teuthology.orchestra.run.smithi142.stdout: linux-modules-5.15.0-100-generic linux-modules-extra-5.15.0-100-generic 2024-03-16T16:01:43.130 INFO:teuthology.orchestra.run.smithi142.stdout:Suggested packages: 2024-03-16T16:01:43.130 INFO:teuthology.orchestra.run.smithi142.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-16T16:01:43.130 INFO:teuthology.orchestra.run.smithi142.stdout:Recommended packages: 2024-03-16T16:01:43.130 INFO:teuthology.orchestra.run.smithi142.stdout: thermald 2024-03-16T16:01:43.180 INFO:teuthology.orchestra.run.smithi142.stdout:The following NEW packages will be installed: 2024-03-16T16:01:43.180 INFO:teuthology.orchestra.run.smithi142.stdout: linux-headers-5.15.0-100 linux-headers-5.15.0-100-generic 2024-03-16T16:01:43.180 INFO:teuthology.orchestra.run.smithi142.stdout: linux-image-5.15.0-100-generic linux-modules-5.15.0-100-generic 2024-03-16T16:01:43.181 INFO:teuthology.orchestra.run.smithi142.stdout: linux-modules-extra-5.15.0-100-generic 2024-03-16T16:01:43.182 INFO:teuthology.orchestra.run.smithi142.stdout:The following packages will be upgraded: 2024-03-16T16:01:43.182 INFO:teuthology.orchestra.run.smithi142.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-16T16:01:43.226 INFO:teuthology.orchestra.run.smithi017.stdout:Building dependency tree... 2024-03-16T16:01:43.227 INFO:teuthology.orchestra.run.smithi017.stdout:Reading state information... 2024-03-16T16:01:43.241 INFO:teuthology.orchestra.run.smithi142.stdout:3 upgraded, 5 newly installed, 0 to remove and 297 not upgraded. 2024-03-16T16:01:43.241 INFO:teuthology.orchestra.run.smithi142.stdout:Need to get 113 MB of archives. 2024-03-16T16:01:43.241 INFO:teuthology.orchestra.run.smithi142.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-16T16:01:43.241 INFO:teuthology.orchestra.run.smithi142.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-100-generic amd64 5.15.0-100.110 [22.6 MB] 2024-03-16T16:01:43.380 INFO:teuthology.orchestra.run.smithi179.stdout:Reading package lists... 2024-03-16T16:01:43.398 DEBUG:teuthology.orchestra.run.smithi179:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-16T16:01:43.403 INFO:teuthology.orchestra.run.smithi017.stdout:The following packages were automatically installed and are no longer required: 2024-03-16T16:01:43.403 INFO:teuthology.orchestra.run.smithi017.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-16T16:01:43.403 INFO:teuthology.orchestra.run.smithi017.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-16T16:01:43.403 INFO:teuthology.orchestra.run.smithi017.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-16T16:01:43.404 INFO:teuthology.orchestra.run.smithi017.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-16T16:01:43.404 INFO:teuthology.orchestra.run.smithi017.stdout: python2.7-minimal 2024-03-16T16:01:43.404 INFO:teuthology.orchestra.run.smithi017.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-16T16:01:43.405 INFO:teuthology.orchestra.run.smithi017.stdout:The following additional packages will be installed: 2024-03-16T16:01:43.405 INFO:teuthology.orchestra.run.smithi017.stdout: linux-generic linux-headers-5.15.0-100 linux-headers-5.15.0-100-generic 2024-03-16T16:01:43.405 INFO:teuthology.orchestra.run.smithi017.stdout: linux-headers-generic linux-image-5.15.0-100-generic 2024-03-16T16:01:43.406 INFO:teuthology.orchestra.run.smithi017.stdout: linux-modules-5.15.0-100-generic linux-modules-extra-5.15.0-100-generic 2024-03-16T16:01:43.407 INFO:teuthology.orchestra.run.smithi017.stdout:Suggested packages: 2024-03-16T16:01:43.407 INFO:teuthology.orchestra.run.smithi017.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-16T16:01:43.407 INFO:teuthology.orchestra.run.smithi017.stdout:Recommended packages: 2024-03-16T16:01:43.407 INFO:teuthology.orchestra.run.smithi017.stdout: thermald 2024-03-16T16:01:43.451 INFO:teuthology.orchestra.run.smithi017.stdout:The following NEW packages will be installed: 2024-03-16T16:01:43.451 INFO:teuthology.orchestra.run.smithi017.stdout: linux-headers-5.15.0-100 linux-headers-5.15.0-100-generic 2024-03-16T16:01:43.451 INFO:teuthology.orchestra.run.smithi017.stdout: linux-image-5.15.0-100-generic linux-modules-5.15.0-100-generic 2024-03-16T16:01:43.452 INFO:teuthology.orchestra.run.smithi179.stdout:Reading package lists... 2024-03-16T16:01:43.452 INFO:teuthology.orchestra.run.smithi017.stdout: linux-modules-extra-5.15.0-100-generic 2024-03-16T16:01:43.453 INFO:teuthology.orchestra.run.smithi017.stdout:The following packages will be upgraded: 2024-03-16T16:01:43.454 INFO:teuthology.orchestra.run.smithi017.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-16T16:01:43.634 INFO:teuthology.orchestra.run.smithi017.stdout:3 upgraded, 5 newly installed, 0 to remove and 297 not upgraded. 2024-03-16T16:01:43.635 INFO:teuthology.orchestra.run.smithi017.stdout:Need to get 113 MB of archives. 2024-03-16T16:01:43.635 INFO:teuthology.orchestra.run.smithi017.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-16T16:01:43.635 INFO:teuthology.orchestra.run.smithi017.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-100-generic amd64 5.15.0-100.110 [22.6 MB] 2024-03-16T16:01:43.645 INFO:teuthology.orchestra.run.smithi179.stdout:Building dependency tree... 2024-03-16T16:01:43.646 INFO:teuthology.orchestra.run.smithi179.stdout:Reading state information... 2024-03-16T16:01:43.803 INFO:teuthology.orchestra.run.smithi179.stdout:The following packages were automatically installed and are no longer required: 2024-03-16T16:01:43.803 INFO:teuthology.orchestra.run.smithi179.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-16T16:01:43.803 INFO:teuthology.orchestra.run.smithi179.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-16T16:01:43.804 INFO:teuthology.orchestra.run.smithi179.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-16T16:01:43.804 INFO:teuthology.orchestra.run.smithi179.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-16T16:01:43.804 INFO:teuthology.orchestra.run.smithi179.stdout: python2.7-minimal 2024-03-16T16:01:43.804 INFO:teuthology.orchestra.run.smithi179.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-16T16:01:43.805 INFO:teuthology.orchestra.run.smithi179.stdout:The following additional packages will be installed: 2024-03-16T16:01:43.805 INFO:teuthology.orchestra.run.smithi179.stdout: linux-generic linux-headers-5.15.0-100 linux-headers-5.15.0-100-generic 2024-03-16T16:01:43.805 INFO:teuthology.orchestra.run.smithi179.stdout: linux-headers-generic linux-image-5.15.0-100-generic 2024-03-16T16:01:43.805 INFO:teuthology.orchestra.run.smithi179.stdout: linux-modules-5.15.0-100-generic linux-modules-extra-5.15.0-100-generic 2024-03-16T16:01:43.806 INFO:teuthology.orchestra.run.smithi179.stdout:Suggested packages: 2024-03-16T16:01:43.807 INFO:teuthology.orchestra.run.smithi179.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-16T16:01:43.807 INFO:teuthology.orchestra.run.smithi179.stdout:Recommended packages: 2024-03-16T16:01:43.807 INFO:teuthology.orchestra.run.smithi179.stdout: thermald 2024-03-16T16:01:43.858 INFO:teuthology.orchestra.run.smithi179.stdout:The following NEW packages will be installed: 2024-03-16T16:01:43.858 INFO:teuthology.orchestra.run.smithi179.stdout: linux-headers-5.15.0-100 linux-headers-5.15.0-100-generic 2024-03-16T16:01:43.859 INFO:teuthology.orchestra.run.smithi179.stdout: linux-image-5.15.0-100-generic linux-modules-5.15.0-100-generic 2024-03-16T16:01:43.859 INFO:teuthology.orchestra.run.smithi179.stdout: linux-modules-extra-5.15.0-100-generic 2024-03-16T16:01:43.859 INFO:teuthology.orchestra.run.smithi179.stdout:The following packages will be upgraded: 2024-03-16T16:01:43.860 INFO:teuthology.orchestra.run.smithi179.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-16T16:01:43.869 INFO:teuthology.orchestra.run.smithi142.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-100-generic amd64 5.15.0-100.110 [11.5 MB] 2024-03-16T16:01:44.037 INFO:teuthology.orchestra.run.smithi179.stdout:3 upgraded, 5 newly installed, 0 to remove and 297 not upgraded. 2024-03-16T16:01:44.037 INFO:teuthology.orchestra.run.smithi179.stdout:Need to get 113 MB of archives. 2024-03-16T16:01:44.038 INFO:teuthology.orchestra.run.smithi179.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-16T16:01:44.038 INFO:teuthology.orchestra.run.smithi179.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-5.15.0-100-generic amd64 5.15.0-100.110 [22.6 MB] 2024-03-16T16:01:44.696 INFO:teuthology.orchestra.run.smithi142.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-100-generic amd64 5.15.0-100.110 [63.8 MB] 2024-03-16T16:01:45.027 INFO:teuthology.orchestra.run.smithi017.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-100-generic amd64 5.15.0-100.110 [11.5 MB] 2024-03-16T16:01:45.358 INFO:teuthology.orchestra.run.smithi017.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-100-generic amd64 5.15.0-100.110 [63.8 MB] 2024-03-16T16:01:45.409 INFO:teuthology.orchestra.run.smithi179.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-5.15.0-100-generic amd64 5.15.0-100.110 [11.5 MB] 2024-03-16T16:01:45.759 INFO:teuthology.orchestra.run.smithi179.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-modules-extra-5.15.0-100-generic amd64 5.15.0-100.110 [63.8 MB] 2024-03-16T16:01:46.677 INFO:teuthology.orchestra.run.smithi142.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.100.97 [1,696 B] 2024-03-16T16:01:46.677 INFO:teuthology.orchestra.run.smithi142.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.100.97 [2,454 B] 2024-03-16T16:01:46.677 INFO:teuthology.orchestra.run.smithi142.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-100 all 5.15.0-100.110 [12.3 MB] 2024-03-16T16:01:46.952 INFO:teuthology.orchestra.run.smithi142.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-100-generic amd64 5.15.0-100.110 [2,858 kB] 2024-03-16T16:01:47.022 INFO:teuthology.orchestra.run.smithi142.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.100.97 [2,292 B] 2024-03-16T16:01:47.451 INFO:teuthology.orchestra.run.smithi017.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.100.97 [1,696 B] 2024-03-16T16:01:47.451 INFO:teuthology.orchestra.run.smithi017.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.100.97 [2,454 B] 2024-03-16T16:01:47.451 INFO:teuthology.orchestra.run.smithi017.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-100 all 5.15.0-100.110 [12.3 MB] 2024-03-16T16:01:47.456 INFO:teuthology.orchestra.run.smithi142.stdout:Fetched 113 MB in 4s (29.5 MB/s) 2024-03-16T16:01:47.637 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package linux-modules-5.15.0-100-generic. 2024-03-16T16:01:48.000 INFO:teuthology.orchestra.run.smithi179.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-generic amd64 5.15.0.100.97 [1,696 B] 2024-03-16T16:01:48.000 INFO:teuthology.orchestra.run.smithi179.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-image-generic amd64 5.15.0.100.97 [2,454 B] 2024-03-16T16:01:48.000 INFO:teuthology.orchestra.run.smithi179.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-100 all 5.15.0-100.110 [12.3 MB] 2024-03-16T16:01:48.203 INFO:teuthology.orchestra.run.smithi017.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-100-generic amd64 5.15.0-100.110 [2,858 kB] 2024-03-16T16:01:48.294 INFO:teuthology.orchestra.run.smithi017.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.100.97 [2,292 B] 2024-03-16T16:01:48.710 INFO:teuthology.orchestra.run.smithi017.stdout:Fetched 113 MB in 5s (23.4 MB/s) 2024-03-16T16:01:48.890 INFO:teuthology.orchestra.run.smithi179.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-5.15.0-100-generic amd64 5.15.0-100.110 [2,858 kB] 2024-03-16T16:01:48.923 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package linux-modules-5.15.0-100-generic. 2024-03-16T16:01:48.971 INFO:teuthology.orchestra.run.smithi179.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 linux-headers-generic amd64 5.15.0.100.97 [2,292 B] 2024-03-16T16:01:49.368 INFO:teuthology.orchestra.run.smithi179.stdout:Fetched 113 MB in 5s (22.2 MB/s) 2024-03-16T16:01:49.534 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package linux-modules-5.15.0-100-generic. 2024-03-16T16:01:49.561 INFO:teuthology.orchestra.run.smithi142.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-16T16:01:49.565 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../0-linux-modules-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-16T16:01:49.643 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking linux-modules-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-16T16:01:50.900 INFO:teuthology.orchestra.run.smithi017.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-16T16:01:50.904 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../0-linux-modules-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-16T16:01:51.077 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking linux-modules-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-16T16:01:51.606 INFO:teuthology.orchestra.run.smithi179.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-16T16:01:51.610 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../0-linux-modules-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-16T16:01:51.746 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking linux-modules-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-16T16:01:52.324 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package linux-image-5.15.0-100-generic. 2024-03-16T16:01:52.345 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../1-linux-image-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-16T16:01:52.418 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-16T16:01:52.843 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-100-generic. 2024-03-16T16:01:52.864 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-16T16:01:52.893 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking linux-modules-extra-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-16T16:01:53.594 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package linux-image-5.15.0-100-generic. 2024-03-16T16:01:53.616 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../1-linux-image-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-16T16:01:53.688 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-16T16:01:53.979 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package linux-image-5.15.0-100-generic. 2024-03-16T16:01:54.001 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../1-linux-image-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-16T16:01:54.087 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-16T16:01:54.214 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-100-generic. 2024-03-16T16:01:54.235 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-16T16:01:54.272 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking linux-modules-extra-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-16T16:01:54.599 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-100-generic. 2024-03-16T16:01:54.620 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-16T16:01:54.657 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking linux-modules-extra-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-16T16:01:59.047 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../3-linux-generic_5.15.0.100.97_amd64.deb ... 2024-03-16T16:01:59.174 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking linux-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-16T16:01:59.514 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.100.97_amd64.deb ... 2024-03-16T16:01:59.635 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking linux-image-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-16T16:01:59.930 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package linux-headers-5.15.0-100. 2024-03-16T16:01:59.953 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../5-linux-headers-5.15.0-100_5.15.0-100.110_all.deb ... 2024-03-16T16:01:59.996 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking linux-headers-5.15.0-100 (5.15.0-100.110) ... 2024-03-16T16:02:01.028 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../3-linux-generic_5.15.0.100.97_amd64.deb ... 2024-03-16T16:02:01.179 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking linux-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-16T16:02:01.537 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.100.97_amd64.deb ... 2024-03-16T16:02:01.641 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking linux-image-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-16T16:02:01.874 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../3-linux-generic_5.15.0.100.97_amd64.deb ... 2024-03-16T16:02:01.985 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package linux-headers-5.15.0-100. 2024-03-16T16:02:02.008 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../5-linux-headers-5.15.0-100_5.15.0-100.110_all.deb ... 2024-03-16T16:02:02.026 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking linux-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-16T16:02:02.052 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking linux-headers-5.15.0-100 (5.15.0-100.110) ... 2024-03-16T16:02:02.385 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.100.97_amd64.deb ... 2024-03-16T16:02:02.513 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking linux-image-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-16T16:02:02.808 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package linux-headers-5.15.0-100. 2024-03-16T16:02:02.830 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../5-linux-headers-5.15.0-100_5.15.0-100.110_all.deb ... 2024-03-16T16:02:02.866 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking linux-headers-5.15.0-100 (5.15.0-100.110) ... 2024-03-16T16:02:05.783 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package linux-headers-5.15.0-100-generic. 2024-03-16T16:02:05.820 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../6-linux-headers-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-16T16:02:05.857 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking linux-headers-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-16T16:02:08.352 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.100.97_amd64.deb ... 2024-03-16T16:02:08.473 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package linux-headers-5.15.0-100-generic. 2024-03-16T16:02:08.474 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking linux-headers-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-16T16:02:08.511 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../6-linux-headers-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-16T16:02:08.573 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking linux-headers-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-16T16:02:08.798 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up linux-headers-5.15.0-100 (5.15.0-100.110) ... 2024-03-16T16:02:08.920 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up linux-headers-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-16T16:02:09.046 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up linux-headers-generic (5.15.0.100.97) ... 2024-03-16T16:02:09.150 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package linux-headers-5.15.0-100-generic. 2024-03-16T16:02:09.175 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-16T16:02:09.187 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../6-linux-headers-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-16T16:02:09.225 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking linux-headers-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-16T16:02:10.523 INFO:teuthology.orchestra.run.smithi142.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-16T16:02:10.523 INFO:teuthology.orchestra.run.smithi142.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-16T16:02:10.523 INFO:teuthology.orchestra.run.smithi142.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-100-generic 2024-03-16T16:02:10.523 INFO:teuthology.orchestra.run.smithi142.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-100-generic 2024-03-16T16:02:11.403 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up linux-modules-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-16T16:02:12.385 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.100.97_amd64.deb ... 2024-03-16T16:02:12.532 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking linux-headers-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-16T16:02:12.654 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.100.97_amd64.deb ... 2024-03-16T16:02:12.770 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking linux-headers-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-16T16:02:12.819 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up linux-modules-extra-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-16T16:02:12.924 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up linux-headers-5.15.0-100 (5.15.0-100.110) ... 2024-03-16T16:02:13.074 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up linux-headers-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-16T16:02:13.111 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up linux-headers-5.15.0-100 (5.15.0-100.110) ... 2024-03-16T16:02:13.225 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up linux-headers-generic (5.15.0.100.97) ... 2024-03-16T16:02:13.233 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up linux-headers-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-16T16:02:13.376 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up linux-headers-generic (5.15.0.100.97) ... 2024-03-16T16:02:13.395 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-16T16:02:13.505 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-16T16:02:14.204 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up linux-image-generic (5.15.0.100.97) ... 2024-03-16T16:02:14.305 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up linux-generic (5.15.0.100.97) ... 2024-03-16T16:02:14.407 INFO:teuthology.orchestra.run.smithi142.stdout:Processing triggers for linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-16T16:02:14.462 INFO:teuthology.orchestra.run.smithi142.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-16T16:02:14.462 INFO:teuthology.orchestra.run.smithi142.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-100-generic 2024-03-16T16:02:14.752 INFO:teuthology.orchestra.run.smithi017.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-16T16:02:14.753 INFO:teuthology.orchestra.run.smithi017.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-16T16:02:14.753 INFO:teuthology.orchestra.run.smithi017.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-100-generic 2024-03-16T16:02:14.753 INFO:teuthology.orchestra.run.smithi017.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-100-generic 2024-03-16T16:02:14.859 INFO:teuthology.orchestra.run.smithi179.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-16T16:02:14.859 INFO:teuthology.orchestra.run.smithi179.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-16T16:02:14.859 INFO:teuthology.orchestra.run.smithi179.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-100-generic 2024-03-16T16:02:14.859 INFO:teuthology.orchestra.run.smithi179.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-100-generic 2024-03-16T16:02:14.939 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up linux-modules-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-16T16:02:15.023 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up linux-modules-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-16T16:02:16.373 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up linux-modules-extra-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-16T16:02:16.416 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up linux-modules-extra-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-16T16:02:17.892 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up linux-image-generic (5.15.0.100.97) ... 2024-03-16T16:02:18.018 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up linux-generic (5.15.0.100.97) ... 2024-03-16T16:02:18.161 INFO:teuthology.orchestra.run.smithi017.stdout:Processing triggers for linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-16T16:02:18.233 INFO:teuthology.orchestra.run.smithi017.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-16T16:02:18.234 INFO:teuthology.orchestra.run.smithi017.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-100-generic 2024-03-16T16:02:18.492 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up linux-image-generic (5.15.0.100.97) ... 2024-03-16T16:02:18.627 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up linux-generic (5.15.0.100.97) ... 2024-03-16T16:02:18.778 INFO:teuthology.orchestra.run.smithi179.stdout:Processing triggers for linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-16T16:02:18.836 INFO:teuthology.orchestra.run.smithi179.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-16T16:02:18.836 INFO:teuthology.orchestra.run.smithi179.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-100-generic 2024-03-16T16:02:28.181 INFO:teuthology.orchestra.run.smithi142.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-16T16:02:28.181 INFO:teuthology.orchestra.run.smithi142.stdout:Sourcing file `/etc/default/grub' 2024-03-16T16:02:28.191 INFO:teuthology.orchestra.run.smithi142.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-16T16:02:28.213 INFO:teuthology.orchestra.run.smithi142.stdout:Generating grub configuration file ... 2024-03-16T16:02:28.517 INFO:teuthology.orchestra.run.smithi142.stdout:Found linux image: /boot/vmlinuz-5.15.0-100-generic 2024-03-16T16:02:28.532 INFO:teuthology.orchestra.run.smithi142.stdout:Found initrd image: /boot/initrd.img-5.15.0-100-generic 2024-03-16T16:02:28.809 INFO:teuthology.orchestra.run.smithi142.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-16T16:02:28.814 INFO:teuthology.orchestra.run.smithi142.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-16T16:02:28.880 INFO:teuthology.orchestra.run.smithi142.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-16T16:02:28.885 INFO:teuthology.orchestra.run.smithi142.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-16T16:02:29.048 INFO:teuthology.orchestra.run.smithi142.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-16T16:02:29.048 INFO:teuthology.orchestra.run.smithi142.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-16T16:02:29.048 INFO:teuthology.orchestra.run.smithi142.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-16T16:02:29.091 INFO:teuthology.orchestra.run.smithi142.stdout:done 2024-03-16T16:02:29.527 DEBUG:teuthology.orchestra.run.smithi142:> dpkg -s linux-image-generic 2024-03-16T16:02:29.546 INFO:teuthology.orchestra.run.smithi142.stdout:Package: linux-image-generic 2024-03-16T16:02:29.546 INFO:teuthology.orchestra.run.smithi142.stdout:Status: install ok installed 2024-03-16T16:02:29.546 INFO:teuthology.orchestra.run.smithi142.stdout:Priority: optional 2024-03-16T16:02:29.546 INFO:teuthology.orchestra.run.smithi142.stdout:Section: kernel 2024-03-16T16:02:29.546 INFO:teuthology.orchestra.run.smithi142.stdout:Installed-Size: 21 2024-03-16T16:02:29.546 INFO:teuthology.orchestra.run.smithi142.stdout:Maintainer: Ubuntu Kernel Team 2024-03-16T16:02:29.547 INFO:teuthology.orchestra.run.smithi142.stdout:Architecture: amd64 2024-03-16T16:02:29.547 INFO:teuthology.orchestra.run.smithi142.stdout:Source: linux-meta 2024-03-16T16:02:29.547 INFO:teuthology.orchestra.run.smithi142.stdout:Version: 5.15.0.100.97 2024-03-16T16:02:29.547 INFO:teuthology.orchestra.run.smithi142.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-100), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-03-16T16:02:29.547 INFO:teuthology.orchestra.run.smithi142.stdout:Depends: linux-image-5.15.0-100-generic, linux-modules-extra-5.15.0-100-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-16T16:02:29.547 INFO:teuthology.orchestra.run.smithi142.stdout:Recommends: thermald 2024-03-16T16:02:29.547 INFO:teuthology.orchestra.run.smithi142.stdout:Description: Generic Linux kernel image 2024-03-16T16:02:29.547 INFO:teuthology.orchestra.run.smithi142.stdout: This package will always depend on the latest generic kernel image 2024-03-16T16:02:29.547 INFO:teuthology.orchestra.run.smithi142.stdout: available. 2024-03-16T16:02:29.547 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-100-generic 2024-03-16T16:02:29.547 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-16T16:02:29.548 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-16T16:02:29.548 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-16T16:02:29.548 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi142.front.sepia.ceph.com, path=None, version=distro) 2024-03-16T16:02:29.548 DEBUG:teuthology.orchestra.run.smithi142:> sudo apt-get clean 2024-03-16T16:02:29.728 DEBUG:teuthology.orchestra.run.smithi142:> sudo apt-get update 2024-03-16T16:02:29.983 INFO:teuthology.orchestra.run.smithi142.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-16T16:02:29.983 INFO:teuthology.orchestra.run.smithi142.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-16T16:02:30.048 INFO:teuthology.orchestra.run.smithi142.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-16T16:02:30.415 INFO:teuthology.orchestra.run.smithi142.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-16T16:02:30.595 INFO:teuthology.orchestra.run.smithi142.stdout:Fetched 229 kB in 1s (328 kB/s) 2024-03-16T16:02:31.545 INFO:teuthology.orchestra.run.smithi142.stdout:Reading package lists... 2024-03-16T16:02:31.562 DEBUG:teuthology.orchestra.run.smithi142:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-16T16:02:31.621 INFO:teuthology.orchestra.run.smithi142.stdout:Reading package lists... 2024-03-16T16:02:31.826 INFO:teuthology.orchestra.run.smithi142.stdout:Building dependency tree... 2024-03-16T16:02:31.826 INFO:teuthology.orchestra.run.smithi142.stdout:Reading state information... 2024-03-16T16:02:32.000 INFO:teuthology.orchestra.run.smithi142.stdout:linux-image-generic is already the newest version (5.15.0.100.97). 2024-03-16T16:02:32.000 INFO:teuthology.orchestra.run.smithi142.stdout:The following packages were automatically installed and are no longer required: 2024-03-16T16:02:32.000 INFO:teuthology.orchestra.run.smithi142.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-16T16:02:32.000 INFO:teuthology.orchestra.run.smithi142.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-16T16:02:32.001 INFO:teuthology.orchestra.run.smithi142.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-16T16:02:32.001 INFO:teuthology.orchestra.run.smithi142.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-16T16:02:32.001 INFO:teuthology.orchestra.run.smithi142.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-16T16:02:32.001 INFO:teuthology.orchestra.run.smithi142.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-16T16:02:32.042 INFO:teuthology.orchestra.run.smithi142.stdout:0 upgraded, 0 newly installed, 0 to remove and 297 not upgraded. 2024-03-16T16:02:32.044 DEBUG:teuthology.orchestra.run.smithi142:> dpkg -s linux-image-generic 2024-03-16T16:02:32.059 INFO:teuthology.orchestra.run.smithi142.stdout:Package: linux-image-generic 2024-03-16T16:02:32.059 INFO:teuthology.orchestra.run.smithi142.stdout:Status: install ok installed 2024-03-16T16:02:32.059 INFO:teuthology.orchestra.run.smithi142.stdout:Priority: optional 2024-03-16T16:02:32.059 INFO:teuthology.orchestra.run.smithi142.stdout:Section: kernel 2024-03-16T16:02:32.060 INFO:teuthology.orchestra.run.smithi142.stdout:Installed-Size: 21 2024-03-16T16:02:32.060 INFO:teuthology.orchestra.run.smithi142.stdout:Maintainer: Ubuntu Kernel Team 2024-03-16T16:02:32.060 INFO:teuthology.orchestra.run.smithi142.stdout:Architecture: amd64 2024-03-16T16:02:32.060 INFO:teuthology.orchestra.run.smithi142.stdout:Source: linux-meta 2024-03-16T16:02:32.060 INFO:teuthology.orchestra.run.smithi142.stdout:Version: 5.15.0.100.97 2024-03-16T16:02:32.060 INFO:teuthology.orchestra.run.smithi142.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-100), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-03-16T16:02:32.060 INFO:teuthology.orchestra.run.smithi142.stdout:Depends: linux-image-5.15.0-100-generic, linux-modules-extra-5.15.0-100-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-16T16:02:32.060 INFO:teuthology.orchestra.run.smithi142.stdout:Recommends: thermald 2024-03-16T16:02:32.060 INFO:teuthology.orchestra.run.smithi142.stdout:Description: Generic Linux kernel image 2024-03-16T16:02:32.060 INFO:teuthology.orchestra.run.smithi142.stdout: This package will always depend on the latest generic kernel image 2024-03-16T16:02:32.060 INFO:teuthology.orchestra.run.smithi142.stdout: available. 2024-03-16T16:02:32.061 DEBUG:teuthology.orchestra.run.smithi142:> mktemp 2024-03-16T16:02:32.108 INFO:teuthology.orchestra.run.smithi142.stdout:/tmp/tmp.5610UaBn0s 2024-03-16T16:02:32.108 DEBUG:teuthology.orchestra.run.smithi142:> sudo cp /boot/grub/grub.cfg /tmp/tmp.5610UaBn0s 2024-03-16T16:02:32.162 DEBUG:teuthology.orchestra.run.smithi142:> sudo chmod 0666 /tmp/tmp.5610UaBn0s 2024-03-16T16:02:32.276 DEBUG:teuthology.orchestra.remote:smithi142:/tmp/tmp.5610UaBn0s is 10KB 2024-03-16T16:02:32.289 DEBUG:teuthology.orchestra.run.smithi142:> rm -fr /tmp/tmp.5610UaBn0s 2024-03-16T16:02:32.294 DEBUG:teuthology.orchestra.run.smithi142:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-16T16:02:32.348 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-03-16T16:02:32.348 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-16T16:02:32.348 DEBUG:teuthology.orchestra.run.smithi142:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-16T16:02:32.415 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-100-generic 2024-03-16T16:02:32.415 DEBUG:teuthology.orchestra.run.smithi142:> sudo update-grub 2024-03-16T16:02:33.180 INFO:teuthology.orchestra.run.smithi017.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-16T16:02:33.180 INFO:teuthology.orchestra.run.smithi017.stdout:Sourcing file `/etc/default/grub' 2024-03-16T16:02:33.211 INFO:teuthology.orchestra.run.smithi017.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-16T16:02:33.233 INFO:teuthology.orchestra.run.smithi017.stdout:Generating grub configuration file ... 2024-03-16T16:02:33.319 INFO:teuthology.orchestra.run.smithi179.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-16T16:02:33.319 INFO:teuthology.orchestra.run.smithi179.stdout:Sourcing file `/etc/default/grub' 2024-03-16T16:02:33.342 INFO:teuthology.orchestra.run.smithi179.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-16T16:02:33.365 INFO:teuthology.orchestra.run.smithi179.stdout:Generating grub configuration file ... 2024-03-16T16:02:33.519 INFO:teuthology.orchestra.run.smithi017.stdout:Found linux image: /boot/vmlinuz-5.15.0-100-generic 2024-03-16T16:02:33.533 INFO:teuthology.orchestra.run.smithi142.stderr:Sourcing file `/etc/default/grub' 2024-03-16T16:02:33.534 INFO:teuthology.orchestra.run.smithi142.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-16T16:02:33.536 INFO:teuthology.orchestra.run.smithi142.stderr:Generating grub configuration file ... 2024-03-16T16:02:33.546 INFO:teuthology.orchestra.run.smithi017.stdout:Found initrd image: /boot/initrd.img-5.15.0-100-generic 2024-03-16T16:02:33.656 INFO:teuthology.orchestra.run.smithi179.stdout:Found linux image: /boot/vmlinuz-5.15.0-100-generic 2024-03-16T16:02:33.679 INFO:teuthology.orchestra.run.smithi179.stdout:Found initrd image: /boot/initrd.img-5.15.0-100-generic 2024-03-16T16:02:33.699 INFO:teuthology.orchestra.run.smithi142.stderr:Found linux image: /boot/vmlinuz-5.15.0-100-generic 2024-03-16T16:02:33.705 INFO:teuthology.orchestra.run.smithi142.stderr:Found initrd image: /boot/initrd.img-5.15.0-100-generic 2024-03-16T16:02:33.882 INFO:teuthology.orchestra.run.smithi017.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-16T16:02:33.884 INFO:teuthology.orchestra.run.smithi017.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-16T16:02:33.926 INFO:teuthology.orchestra.run.smithi142.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-16T16:02:33.931 INFO:teuthology.orchestra.run.smithi142.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-16T16:02:33.959 INFO:teuthology.orchestra.run.smithi017.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-16T16:02:33.964 INFO:teuthology.orchestra.run.smithi017.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-16T16:02:33.968 INFO:teuthology.orchestra.run.smithi179.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-16T16:02:33.972 INFO:teuthology.orchestra.run.smithi142.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-16T16:02:33.974 INFO:teuthology.orchestra.run.smithi179.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-16T16:02:33.977 INFO:teuthology.orchestra.run.smithi142.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-16T16:02:34.047 INFO:teuthology.orchestra.run.smithi179.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-16T16:02:34.053 INFO:teuthology.orchestra.run.smithi179.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-16T16:02:34.097 INFO:teuthology.orchestra.run.smithi142.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-16T16:02:34.098 INFO:teuthology.orchestra.run.smithi142.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-16T16:02:34.098 INFO:teuthology.orchestra.run.smithi142.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-16T16:02:34.116 INFO:teuthology.orchestra.run.smithi142.stderr:done 2024-03-16T16:02:34.131 DEBUG:teuthology.orchestra.run.smithi142:> sudo shutdown -r now 2024-03-16T16:02:34.188 INFO:teuthology.orchestra.run.smithi017.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-16T16:02:34.188 INFO:teuthology.orchestra.run.smithi017.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-16T16:02:34.188 INFO:teuthology.orchestra.run.smithi017.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-16T16:02:34.227 INFO:teuthology.orchestra.run.smithi017.stdout:done 2024-03-16T16:02:34.232 INFO:teuthology.orchestra.run.smithi179.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-16T16:02:34.232 INFO:teuthology.orchestra.run.smithi179.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-16T16:02:34.232 INFO:teuthology.orchestra.run.smithi179.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-16T16:02:34.287 INFO:teuthology.orchestra.run.smithi179.stdout:done 2024-03-16T16:02:34.710 DEBUG:teuthology.orchestra.run.smithi017:> dpkg -s linux-image-generic 2024-03-16T16:02:34.729 INFO:teuthology.orchestra.run.smithi017.stdout:Package: linux-image-generic 2024-03-16T16:02:34.729 INFO:teuthology.orchestra.run.smithi017.stdout:Status: install ok installed 2024-03-16T16:02:34.729 INFO:teuthology.orchestra.run.smithi017.stdout:Priority: optional 2024-03-16T16:02:34.730 INFO:teuthology.orchestra.run.smithi017.stdout:Section: kernel 2024-03-16T16:02:34.730 INFO:teuthology.orchestra.run.smithi017.stdout:Installed-Size: 21 2024-03-16T16:02:34.730 INFO:teuthology.orchestra.run.smithi017.stdout:Maintainer: Ubuntu Kernel Team 2024-03-16T16:02:34.730 INFO:teuthology.orchestra.run.smithi017.stdout:Architecture: amd64 2024-03-16T16:02:34.730 INFO:teuthology.orchestra.run.smithi017.stdout:Source: linux-meta 2024-03-16T16:02:34.730 INFO:teuthology.orchestra.run.smithi017.stdout:Version: 5.15.0.100.97 2024-03-16T16:02:34.730 INFO:teuthology.orchestra.run.smithi017.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-100), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-03-16T16:02:34.730 INFO:teuthology.orchestra.run.smithi017.stdout:Depends: linux-image-5.15.0-100-generic, linux-modules-extra-5.15.0-100-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-16T16:02:34.730 INFO:teuthology.orchestra.run.smithi017.stdout:Recommends: thermald 2024-03-16T16:02:34.730 INFO:teuthology.orchestra.run.smithi017.stdout:Description: Generic Linux kernel image 2024-03-16T16:02:34.730 INFO:teuthology.orchestra.run.smithi017.stdout: This package will always depend on the latest generic kernel image 2024-03-16T16:02:34.730 INFO:teuthology.orchestra.run.smithi017.stdout: available. 2024-03-16T16:02:34.731 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-100-generic 2024-03-16T16:02:34.731 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-16T16:02:34.731 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-16T16:02:34.731 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-16T16:02:34.731 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi017.front.sepia.ceph.com, path=None, version=distro) 2024-03-16T16:02:34.731 DEBUG:teuthology.orchestra.run.smithi017:> sudo apt-get clean 2024-03-16T16:02:34.771 DEBUG:teuthology.orchestra.run.smithi179:> dpkg -s linux-image-generic 2024-03-16T16:02:34.791 INFO:teuthology.orchestra.run.smithi179.stdout:Package: linux-image-generic 2024-03-16T16:02:34.791 INFO:teuthology.orchestra.run.smithi179.stdout:Status: install ok installed 2024-03-16T16:02:34.792 INFO:teuthology.orchestra.run.smithi179.stdout:Priority: optional 2024-03-16T16:02:34.792 INFO:teuthology.orchestra.run.smithi179.stdout:Section: kernel 2024-03-16T16:02:34.792 INFO:teuthology.orchestra.run.smithi179.stdout:Installed-Size: 21 2024-03-16T16:02:34.792 INFO:teuthology.orchestra.run.smithi179.stdout:Maintainer: Ubuntu Kernel Team 2024-03-16T16:02:34.792 INFO:teuthology.orchestra.run.smithi179.stdout:Architecture: amd64 2024-03-16T16:02:34.792 INFO:teuthology.orchestra.run.smithi179.stdout:Source: linux-meta 2024-03-16T16:02:34.792 INFO:teuthology.orchestra.run.smithi179.stdout:Version: 5.15.0.100.97 2024-03-16T16:02:34.792 INFO:teuthology.orchestra.run.smithi179.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-100), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-03-16T16:02:34.792 INFO:teuthology.orchestra.run.smithi179.stdout:Depends: linux-image-5.15.0-100-generic, linux-modules-extra-5.15.0-100-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-16T16:02:34.792 INFO:teuthology.orchestra.run.smithi179.stdout:Recommends: thermald 2024-03-16T16:02:34.792 INFO:teuthology.orchestra.run.smithi179.stdout:Description: Generic Linux kernel image 2024-03-16T16:02:34.792 INFO:teuthology.orchestra.run.smithi179.stdout: This package will always depend on the latest generic kernel image 2024-03-16T16:02:34.792 INFO:teuthology.orchestra.run.smithi179.stdout: available. 2024-03-16T16:02:34.793 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-100-generic 2024-03-16T16:02:34.793 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-16T16:02:34.793 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-16T16:02:34.793 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-03-16T16:02:34.793 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi179.front.sepia.ceph.com, path=None, version=distro) 2024-03-16T16:02:34.793 DEBUG:teuthology.orchestra.run.smithi179:> sudo apt-get clean 2024-03-16T16:02:34.886 DEBUG:teuthology.orchestra.run.smithi017:> sudo apt-get update 2024-03-16T16:02:34.971 DEBUG:teuthology.orchestra.run.smithi179:> sudo apt-get update 2024-03-16T16:02:35.095 INFO:teuthology.orchestra.run.smithi179.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-16T16:02:35.109 INFO:teuthology.orchestra.run.smithi179.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-16T16:02:35.130 INFO:teuthology.orchestra.run.smithi179.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-16T16:02:35.148 INFO:teuthology.orchestra.run.smithi017.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-16T16:02:35.149 INFO:teuthology.orchestra.run.smithi017.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-16T16:02:35.207 INFO:teuthology.orchestra.run.smithi179.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-16T16:02:35.221 INFO:teuthology.orchestra.run.smithi017.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-16T16:02:35.578 INFO:teuthology.orchestra.run.smithi017.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-16T16:02:35.784 INFO:teuthology.orchestra.run.smithi017.stdout:Fetched 229 kB in 1s (311 kB/s) 2024-03-16T16:02:36.457 INFO:teuthology.orchestra.run.smithi179.stdout:Reading package lists... 2024-03-16T16:02:36.475 DEBUG:teuthology.orchestra.run.smithi179:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-16T16:02:36.532 INFO:teuthology.orchestra.run.smithi179.stdout:Reading package lists... 2024-03-16T16:02:36.712 INFO:teuthology.orchestra.run.smithi017.stdout:Reading package lists... 2024-03-16T16:02:36.727 INFO:teuthology.orchestra.run.smithi179.stdout:Building dependency tree... 2024-03-16T16:02:36.728 INFO:teuthology.orchestra.run.smithi179.stdout:Reading state information... 2024-03-16T16:02:36.730 DEBUG:teuthology.orchestra.run.smithi017:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-16T16:02:36.783 INFO:teuthology.orchestra.run.smithi017.stdout:Reading package lists... 2024-03-16T16:02:36.886 INFO:teuthology.orchestra.run.smithi179.stdout:linux-image-generic is already the newest version (5.15.0.100.97). 2024-03-16T16:02:36.886 INFO:teuthology.orchestra.run.smithi179.stdout:The following packages were automatically installed and are no longer required: 2024-03-16T16:02:36.887 INFO:teuthology.orchestra.run.smithi179.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-16T16:02:36.887 INFO:teuthology.orchestra.run.smithi179.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-16T16:02:36.887 INFO:teuthology.orchestra.run.smithi179.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-16T16:02:36.887 INFO:teuthology.orchestra.run.smithi179.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-16T16:02:36.887 INFO:teuthology.orchestra.run.smithi179.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-16T16:02:36.887 INFO:teuthology.orchestra.run.smithi179.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-16T16:02:36.925 INFO:teuthology.orchestra.run.smithi179.stdout:0 upgraded, 0 newly installed, 0 to remove and 297 not upgraded. 2024-03-16T16:02:36.927 DEBUG:teuthology.orchestra.run.smithi179:> dpkg -s linux-image-generic 2024-03-16T16:02:36.943 INFO:teuthology.orchestra.run.smithi179.stdout:Package: linux-image-generic 2024-03-16T16:02:36.943 INFO:teuthology.orchestra.run.smithi179.stdout:Status: install ok installed 2024-03-16T16:02:36.943 INFO:teuthology.orchestra.run.smithi179.stdout:Priority: optional 2024-03-16T16:02:36.943 INFO:teuthology.orchestra.run.smithi179.stdout:Section: kernel 2024-03-16T16:02:36.943 INFO:teuthology.orchestra.run.smithi179.stdout:Installed-Size: 21 2024-03-16T16:02:36.943 INFO:teuthology.orchestra.run.smithi179.stdout:Maintainer: Ubuntu Kernel Team 2024-03-16T16:02:36.943 INFO:teuthology.orchestra.run.smithi179.stdout:Architecture: amd64 2024-03-16T16:02:36.943 INFO:teuthology.orchestra.run.smithi179.stdout:Source: linux-meta 2024-03-16T16:02:36.943 INFO:teuthology.orchestra.run.smithi179.stdout:Version: 5.15.0.100.97 2024-03-16T16:02:36.943 INFO:teuthology.orchestra.run.smithi179.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-100), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-03-16T16:02:36.943 INFO:teuthology.orchestra.run.smithi179.stdout:Depends: linux-image-5.15.0-100-generic, linux-modules-extra-5.15.0-100-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-16T16:02:36.943 INFO:teuthology.orchestra.run.smithi179.stdout:Recommends: thermald 2024-03-16T16:02:36.944 INFO:teuthology.orchestra.run.smithi179.stdout:Description: Generic Linux kernel image 2024-03-16T16:02:36.944 INFO:teuthology.orchestra.run.smithi179.stdout: This package will always depend on the latest generic kernel image 2024-03-16T16:02:36.944 INFO:teuthology.orchestra.run.smithi179.stdout: available. 2024-03-16T16:02:36.944 DEBUG:teuthology.orchestra.run.smithi179:> mktemp 2024-03-16T16:02:36.964 INFO:teuthology.orchestra.run.smithi017.stdout:Building dependency tree... 2024-03-16T16:02:36.964 INFO:teuthology.orchestra.run.smithi017.stdout:Reading state information... 2024-03-16T16:02:36.987 INFO:teuthology.orchestra.run.smithi179.stdout:/tmp/tmp.DL202TbhnX 2024-03-16T16:02:36.988 DEBUG:teuthology.orchestra.run.smithi179:> sudo cp /boot/grub/grub.cfg /tmp/tmp.DL202TbhnX 2024-03-16T16:02:37.036 DEBUG:teuthology.orchestra.run.smithi179:> sudo chmod 0666 /tmp/tmp.DL202TbhnX 2024-03-16T16:02:37.123 INFO:teuthology.orchestra.run.smithi017.stdout:linux-image-generic is already the newest version (5.15.0.100.97). 2024-03-16T16:02:37.123 INFO:teuthology.orchestra.run.smithi017.stdout:The following packages were automatically installed and are no longer required: 2024-03-16T16:02:37.123 INFO:teuthology.orchestra.run.smithi017.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-16T16:02:37.123 INFO:teuthology.orchestra.run.smithi017.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-16T16:02:37.124 INFO:teuthology.orchestra.run.smithi017.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-16T16:02:37.124 INFO:teuthology.orchestra.run.smithi017.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-16T16:02:37.124 INFO:teuthology.orchestra.run.smithi017.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-16T16:02:37.124 INFO:teuthology.orchestra.run.smithi017.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-16T16:02:37.148 DEBUG:teuthology.orchestra.remote:smithi179:/tmp/tmp.DL202TbhnX is 10KB 2024-03-16T16:02:37.160 DEBUG:teuthology.orchestra.run.smithi179:> rm -fr /tmp/tmp.DL202TbhnX 2024-03-16T16:02:37.164 INFO:teuthology.orchestra.run.smithi017.stdout:0 upgraded, 0 newly installed, 0 to remove and 297 not upgraded. 2024-03-16T16:02:37.165 DEBUG:teuthology.orchestra.run.smithi179:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-16T16:02:37.166 DEBUG:teuthology.orchestra.run.smithi017:> dpkg -s linux-image-generic 2024-03-16T16:02:37.219 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-03-16T16:02:37.219 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-16T16:02:37.219 DEBUG:teuthology.orchestra.run.smithi179:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-16T16:02:37.224 INFO:teuthology.orchestra.run.smithi017.stdout:Package: linux-image-generic 2024-03-16T16:02:37.224 INFO:teuthology.orchestra.run.smithi017.stdout:Status: install ok installed 2024-03-16T16:02:37.224 INFO:teuthology.orchestra.run.smithi017.stdout:Priority: optional 2024-03-16T16:02:37.224 INFO:teuthology.orchestra.run.smithi017.stdout:Section: kernel 2024-03-16T16:02:37.224 INFO:teuthology.orchestra.run.smithi017.stdout:Installed-Size: 21 2024-03-16T16:02:37.224 INFO:teuthology.orchestra.run.smithi017.stdout:Maintainer: Ubuntu Kernel Team 2024-03-16T16:02:37.224 INFO:teuthology.orchestra.run.smithi017.stdout:Architecture: amd64 2024-03-16T16:02:37.224 INFO:teuthology.orchestra.run.smithi017.stdout:Source: linux-meta 2024-03-16T16:02:37.224 INFO:teuthology.orchestra.run.smithi017.stdout:Version: 5.15.0.100.97 2024-03-16T16:02:37.224 INFO:teuthology.orchestra.run.smithi017.stdout:Provides: spl-modules (= 2.1.5-1ubuntu6~22.04.2), v4l2loopback-modules (= 0.12.7-2ubuntu2~22.04.1), virtualbox-guest-modules (= 5.15.0-100), wireguard-modules (= 1.0.0), zfs-modules (= 2.1.5-1ubuntu6~22.04.2) 2024-03-16T16:02:37.224 INFO:teuthology.orchestra.run.smithi017.stdout:Depends: linux-image-5.15.0-100-generic, linux-modules-extra-5.15.0-100-generic, linux-firmware, intel-microcode, amd64-microcode 2024-03-16T16:02:37.225 INFO:teuthology.orchestra.run.smithi017.stdout:Recommends: thermald 2024-03-16T16:02:37.225 INFO:teuthology.orchestra.run.smithi017.stdout:Description: Generic Linux kernel image 2024-03-16T16:02:37.225 INFO:teuthology.orchestra.run.smithi017.stdout: This package will always depend on the latest generic kernel image 2024-03-16T16:02:37.225 INFO:teuthology.orchestra.run.smithi017.stdout: available. 2024-03-16T16:02:37.225 DEBUG:teuthology.orchestra.run.smithi017:> mktemp 2024-03-16T16:02:37.272 INFO:teuthology.orchestra.run.smithi017.stdout:/tmp/tmp.1bP39rSG3b 2024-03-16T16:02:37.273 DEBUG:teuthology.orchestra.run.smithi017:> sudo cp /boot/grub/grub.cfg /tmp/tmp.1bP39rSG3b 2024-03-16T16:02:37.281 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-100-generic 2024-03-16T16:02:37.281 DEBUG:teuthology.orchestra.run.smithi179:> sudo update-grub 2024-03-16T16:02:37.334 DEBUG:teuthology.orchestra.run.smithi017:> sudo chmod 0666 /tmp/tmp.1bP39rSG3b 2024-03-16T16:02:37.457 DEBUG:teuthology.orchestra.remote:smithi017:/tmp/tmp.1bP39rSG3b is 10KB 2024-03-16T16:02:37.470 DEBUG:teuthology.orchestra.run.smithi017:> rm -fr /tmp/tmp.1bP39rSG3b 2024-03-16T16:02:37.476 DEBUG:teuthology.orchestra.run.smithi017:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-16T16:02:37.533 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-03-16T16:02:37.533 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-16T16:02:37.533 DEBUG:teuthology.orchestra.run.smithi017:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-16T16:02:37.599 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-100-generic 2024-03-16T16:02:37.600 DEBUG:teuthology.orchestra.run.smithi017:> sudo update-grub 2024-03-16T16:02:38.634 INFO:teuthology.orchestra.run.smithi179.stderr:Sourcing file `/etc/default/grub' 2024-03-16T16:02:38.635 INFO:teuthology.orchestra.run.smithi179.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-16T16:02:38.639 INFO:teuthology.orchestra.run.smithi179.stderr:Generating grub configuration file ... 2024-03-16T16:02:38.808 INFO:teuthology.orchestra.run.smithi179.stderr:Found linux image: /boot/vmlinuz-5.15.0-100-generic 2024-03-16T16:02:38.813 INFO:teuthology.orchestra.run.smithi179.stderr:Found initrd image: /boot/initrd.img-5.15.0-100-generic 2024-03-16T16:02:39.033 INFO:teuthology.orchestra.run.smithi017.stderr:Sourcing file `/etc/default/grub' 2024-03-16T16:02:39.034 INFO:teuthology.orchestra.run.smithi017.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-16T16:02:39.036 INFO:teuthology.orchestra.run.smithi017.stderr:Generating grub configuration file ... 2024-03-16T16:02:39.108 INFO:teuthology.orchestra.run.smithi179.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-16T16:02:39.115 INFO:teuthology.orchestra.run.smithi179.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-16T16:02:39.159 INFO:teuthology.orchestra.run.smithi179.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-16T16:02:39.164 INFO:teuthology.orchestra.run.smithi179.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-16T16:02:39.250 INFO:teuthology.orchestra.run.smithi017.stderr:Found linux image: /boot/vmlinuz-5.15.0-100-generic 2024-03-16T16:02:39.256 INFO:teuthology.orchestra.run.smithi017.stderr:Found initrd image: /boot/initrd.img-5.15.0-100-generic 2024-03-16T16:02:39.310 INFO:teuthology.orchestra.run.smithi179.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-16T16:02:39.311 INFO:teuthology.orchestra.run.smithi179.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-16T16:02:39.311 INFO:teuthology.orchestra.run.smithi179.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-16T16:02:39.329 INFO:teuthology.orchestra.run.smithi179.stderr:done 2024-03-16T16:02:39.331 DEBUG:teuthology.orchestra.run.smithi179:> sudo shutdown -r now 2024-03-16T16:02:39.511 INFO:teuthology.orchestra.run.smithi017.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-16T16:02:39.517 INFO:teuthology.orchestra.run.smithi017.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-16T16:02:39.560 INFO:teuthology.orchestra.run.smithi017.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-16T16:02:39.565 INFO:teuthology.orchestra.run.smithi017.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-16T16:02:39.720 INFO:teuthology.orchestra.run.smithi017.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-16T16:02:39.720 INFO:teuthology.orchestra.run.smithi017.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-16T16:02:39.720 INFO:teuthology.orchestra.run.smithi017.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-16T16:02:39.735 INFO:teuthology.orchestra.run.smithi017.stderr:done 2024-03-16T16:02:39.746 DEBUG:teuthology.orchestra.run.smithi017:> sudo shutdown -r now 2024-03-16T16:03:04.148 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-16T16:03:04.148 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi142.front.sepia.ceph.com' 2024-03-16T16:03:04.149 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-16T16:03:09.342 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-03-16T16:03:09.342 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-03-16T16:03:09.343 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-16T16:03:09.750 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-16T16:03:09.750 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi017.front.sepia.ceph.com' 2024-03-16T16:03:09.751 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi017.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-16T16:03:22.526 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.142 2024-03-16T16:03:27.902 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.179 2024-03-16T16:03:28.158 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.17 2024-03-16T16:03:31.531 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi142.front.sepia.ceph.com' 2024-03-16T16:03:31.532 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-16T16:03:34.594 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.142 2024-03-16T16:03:36.905 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-03-16T16:03:36.906 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-16T16:03:37.160 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi017.front.sepia.ceph.com' 2024-03-16T16:03:37.160 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi017.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-16T16:03:39.966 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.179 2024-03-16T16:03:46.602 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi142.front.sepia.ceph.com' 2024-03-16T16:03:46.603 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-16T16:03:51.970 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-03-16T16:03:51.971 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-16T16:04:05.022 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.142 2024-03-16T16:04:10.398 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.179 2024-03-16T16:04:20.030 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi142.front.sepia.ceph.com' 2024-03-16T16:04:20.035 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-16T16:04:20.260 DEBUG:teuthology.orchestra.run.smithi142:> true 2024-03-16T16:04:20.811 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi142.front.sepia.ceph.com' 2024-03-16T16:04:20.812 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-100-generic"... 2024-03-16T16:04:20.812 DEBUG:teuthology.orchestra.run.smithi142:> uname -r 2024-03-16T16:04:20.864 INFO:teuthology.orchestra.run.smithi142.stdout:5.15.0-100-generic 2024-03-16T16:04:21.048 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-100-generic vs 5.15.0-100-generic 2024-03-16T16:04:21.048 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-16T16:04:21.049 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-16T16:04:22.050 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-16T16:04:22.050 DEBUG:teuthology.orchestra.run.smithi142:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-16T16:04:22.131 INFO:teuthology.orchestra.run.smithi142.stdout:ttyS1 2024-03-16T16:04:22.151 DEBUG:teuthology.parallel:result is None 2024-03-16T16:04:25.399 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-03-16T16:04:25.400 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-16T16:04:25.639 DEBUG:teuthology.orchestra.run.smithi179:> true 2024-03-16T16:04:26.214 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-03-16T16:04:26.214 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-100-generic"... 2024-03-16T16:04:26.214 DEBUG:teuthology.orchestra.run.smithi179:> uname -r 2024-03-16T16:04:26.264 INFO:teuthology.orchestra.run.smithi179.stdout:5.15.0-100-generic 2024-03-16T16:04:26.264 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-100-generic vs 5.15.0-100-generic 2024-03-16T16:04:26.265 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-16T16:04:26.265 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-16T16:04:27.266 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-03-16T16:04:27.266 DEBUG:teuthology.orchestra.run.smithi179:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-16T16:04:27.337 INFO:teuthology.orchestra.run.smithi179.stdout:ttyS1 2024-03-16T16:04:27.359 DEBUG:teuthology.parallel:result is None 2024-03-16T16:04:37.163 DEBUG:teuthology.orchestra.remote:timed out 2024-03-16T16:04:49.164 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi017.front.sepia.ceph.com' 2024-03-16T16:04:49.165 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi017.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-16T16:04:49.397 DEBUG:teuthology.orchestra.run.smithi017:> true 2024-03-16T16:04:50.039 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi017.front.sepia.ceph.com' 2024-03-16T16:04:50.039 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-100-generic"... 2024-03-16T16:04:50.039 DEBUG:teuthology.orchestra.run.smithi017:> uname -r 2024-03-16T16:04:50.086 INFO:teuthology.orchestra.run.smithi017.stdout:5.15.0-100-generic 2024-03-16T16:04:50.086 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-100-generic vs 5.15.0-100-generic 2024-03-16T16:04:50.086 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-16T16:04:50.086 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-16T16:04:51.087 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-16T16:04:51.088 DEBUG:teuthology.orchestra.run.smithi017:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-16T16:04:51.155 INFO:teuthology.orchestra.run.smithi017.stdout:ttyS1 2024-03-16T16:04:51.187 DEBUG:teuthology.parallel:result is None 2024-03-16T16:04:51.188 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-16T16:04:51.197 INFO:teuthology.task.internal:Creating test directory... 2024-03-16T16:04:51.197 DEBUG:teuthology.orchestra.run.smithi017:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-16T16:04:51.199 DEBUG:teuthology.orchestra.run.smithi142:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-16T16:04:51.202 DEBUG:teuthology.orchestra.run.smithi179:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-16T16:04:51.208 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-16T16:04:51.249 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-16T16:04:51.280 INFO:teuthology.task.internal:Creating archive directory... 2024-03-16T16:04:51.280 DEBUG:teuthology.orchestra.run.smithi017:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-16T16:04:51.282 DEBUG:teuthology.orchestra.run.smithi142:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-16T16:04:51.285 DEBUG:teuthology.orchestra.run.smithi179:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-16T16:04:51.397 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-16T16:04:51.406 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-16T16:04:51.406 DEBUG:teuthology.orchestra.run.smithi017:> 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-16T16:04:51.408 DEBUG:teuthology.orchestra.run.smithi142:> 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-16T16:04:51.411 DEBUG:teuthology.orchestra.run.smithi179:> 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-16T16:04:51.428 INFO:teuthology.orchestra.run.smithi017.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-16T16:04:51.428 INFO:teuthology.orchestra.run.smithi179.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-16T16:04:51.431 INFO:teuthology.orchestra.run.smithi142.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-16T16:04:51.437 INFO:teuthology.orchestra.run.smithi017.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-16T16:04:51.439 INFO:teuthology.orchestra.run.smithi179.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-16T16:04:51.439 INFO:teuthology.orchestra.run.smithi142.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-16T16:04:51.440 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-16T16:04:51.448 INFO:teuthology.task.internal:Configuring sudo... 2024-03-16T16:04:51.448 DEBUG:teuthology.orchestra.run.smithi017:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-16T16:04:51.483 DEBUG:teuthology.orchestra.run.smithi142:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-16T16:04:51.486 DEBUG:teuthology.orchestra.run.smithi179:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-16T16:04:51.499 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-16T16:04:51.508 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-16T16:04:51.508 DEBUG:teuthology.orchestra.run.smithi017:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-16T16:04:51.539 DEBUG:teuthology.orchestra.run.smithi142:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-16T16:04:51.542 DEBUG:teuthology.orchestra.run.smithi179:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-16T16:04:51.548 DEBUG:teuthology.orchestra.run.smithi017:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-16T16:04:51.591 DEBUG:teuthology.orchestra.run.smithi017:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-16T16:04:51.639 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-03-16T16:04:51.639 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-16T16:04:51.699 DEBUG:teuthology.orchestra.run.smithi142:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-16T16:04:51.704 DEBUG:teuthology.orchestra.run.smithi142:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-16T16:04:51.753 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-03-16T16:04:51.753 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-16T16:04:51.823 DEBUG:teuthology.orchestra.run.smithi179:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-16T16:04:51.828 DEBUG:teuthology.orchestra.run.smithi179:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-16T16:04:51.877 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-03-16T16:04:51.878 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-16T16:04:51.947 DEBUG:teuthology.orchestra.run.smithi017:> sudo service rsyslog restart 2024-03-16T16:04:51.949 DEBUG:teuthology.orchestra.run.smithi142:> sudo service rsyslog restart 2024-03-16T16:04:51.951 DEBUG:teuthology.orchestra.run.smithi179:> sudo service rsyslog restart 2024-03-16T16:04:52.025 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-16T16:04:52.033 INFO:teuthology.task.internal:Starting timer... 2024-03-16T16:04:52.033 INFO:teuthology.run_tasks:Running task pcp... 2024-03-16T16:04:52.082 INFO:teuthology.run_tasks:Running task selinux... 2024-03-16T16:04:52.113 DEBUG:teuthology.task.selinux:Excluding smithi017: OS 'ubuntu' does not support SELinux 2024-03-16T16:04:52.113 DEBUG:teuthology.task.selinux:Excluding smithi142: OS 'ubuntu' does not support SELinux 2024-03-16T16:04:52.113 DEBUG:teuthology.task.selinux:Excluding smithi179: OS 'ubuntu' does not support SELinux 2024-03-16T16:04:52.114 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-16T16:04:52.114 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-03-16T16:04:52.114 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-16T16:04:52.114 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-16T16:04:52.160 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-03-16T16:04:52.167 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-03-16T16:04:52.294 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-16T16:04:52.409 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-16T16:04:52.410 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi017.front.sepia.ceph.com,smithi142.front.sepia.ceph.com,smithi179.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-16T16:11:59.337 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi017.front.sepia.ceph.com'), Remote(name='ubuntu@smithi142.front.sepia.ceph.com'), Remote(name='ubuntu@smithi179.front.sepia.ceph.com')] 2024-03-16T16:11:59.358 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi017.front.sepia.ceph.com' 2024-03-16T16:11:59.359 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi017.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-16T16:11:59.445 DEBUG:teuthology.orchestra.run.smithi017:> true 2024-03-16T16:11:59.522 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi017.front.sepia.ceph.com' 2024-03-16T16:11:59.522 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi142.front.sepia.ceph.com' 2024-03-16T16:11:59.523 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi142.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-16T16:11:59.608 DEBUG:teuthology.orchestra.run.smithi142:> true 2024-03-16T16:11:59.686 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi142.front.sepia.ceph.com' 2024-03-16T16:11:59.687 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-03-16T16:11:59.687 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-16T16:11:59.768 DEBUG:teuthology.orchestra.run.smithi179:> true 2024-03-16T16:11:59.843 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-03-16T16:11:59.843 INFO:teuthology.run_tasks:Running task clock... 2024-03-16T16:11:59.854 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-16T16:11:59.855 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-16T16:11:59.855 DEBUG:teuthology.orchestra.run.smithi017:> 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-16T16:11:59.859 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-16T16:11:59.859 DEBUG:teuthology.orchestra.run.smithi142:> 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-16T16:11:59.861 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-16T16:11:59.861 DEBUG:teuthology.orchestra.run.smithi179:> 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-16T16:11:59.888 INFO:teuthology.orchestra.run.smithi142.stdout:16 Mar 16:11:59 ntpd[17200]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-16T16:11:59.889 INFO:teuthology.orchestra.run.smithi142.stdout:16 Mar 16:11:59 ntpd[17200]: Command line: ntpd -gq 2024-03-16T16:11:59.889 INFO:teuthology.orchestra.run.smithi142.stdout:16 Mar 16:11:59 ntpd[17200]: ---------------------------------------------------- 2024-03-16T16:11:59.889 INFO:teuthology.orchestra.run.smithi142.stdout:16 Mar 16:11:59 ntpd[17200]: ntp-4 is maintained by Network Time Foundation, 2024-03-16T16:11:59.889 INFO:teuthology.orchestra.run.smithi142.stdout:16 Mar 16:11:59 ntpd[17200]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-16T16:11:59.889 INFO:teuthology.orchestra.run.smithi142.stdout:16 Mar 16:11:59 ntpd[17200]: corporation. Support and training for ntp-4 are 2024-03-16T16:11:59.889 INFO:teuthology.orchestra.run.smithi142.stdout:16 Mar 16:11:59 ntpd[17200]: available at https://www.nwtime.org/support 2024-03-16T16:11:59.889 INFO:teuthology.orchestra.run.smithi142.stdout:16 Mar 16:11:59 ntpd[17200]: ---------------------------------------------------- 2024-03-16T16:11:59.889 INFO:teuthology.orchestra.run.smithi142.stdout:16 Mar 16:11:59 ntpd[17200]: proto: precision = 0.070 usec (-24) 2024-03-16T16:11:59.889 INFO:teuthology.orchestra.run.smithi142.stdout:16 Mar 16:11:59 ntpd[17200]: basedate set to 2022-02-04 2024-03-16T16:11:59.889 INFO:teuthology.orchestra.run.smithi142.stdout:16 Mar 16:11:59 ntpd[17200]: gps base set to 2022-02-06 (week 2196) 2024-03-16T16:11:59.890 INFO:teuthology.orchestra.run.smithi142.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-16T16:11:59.890 INFO:teuthology.orchestra.run.smithi142.stdout:16 Mar 16:11:59 ntpd[17200]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-16T16:11:59.890 INFO:teuthology.orchestra.run.smithi142.stdout:16 Mar 16:11:59 ntpd[17200]: restrict ::: KOD does nothing without LIMITED. 2024-03-16T16:11:59.891 INFO:teuthology.orchestra.run.smithi142.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-16T16:11:59.891 INFO:teuthology.orchestra.run.smithi142.stdout:16 Mar 16:11:59 ntpd[17200]: Listen and drop on 0 v6wildcard [::]:123 2024-03-16T16:11:59.892 INFO:teuthology.orchestra.run.smithi142.stdout:16 Mar 16:11:59 ntpd[17200]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-16T16:11:59.892 INFO:teuthology.orchestra.run.smithi142.stdout:16 Mar 16:11:59 ntpd[17200]: Listen normally on 2 lo 127.0.0.1:123 2024-03-16T16:11:59.892 INFO:teuthology.orchestra.run.smithi142.stdout:16 Mar 16:11:59 ntpd[17200]: Listen normally on 3 enp3s0f1 172.21.15.142:123 2024-03-16T16:11:59.892 INFO:teuthology.orchestra.run.smithi142.stdout:16 Mar 16:11:59 ntpd[17200]: Listen normally on 4 lo [::1]:123 2024-03-16T16:11:59.892 INFO:teuthology.orchestra.run.smithi142.stdout:16 Mar 16:11:59 ntpd[17200]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:6e0d%5]:123 2024-03-16T16:11:59.892 INFO:teuthology.orchestra.run.smithi142.stdout:16 Mar 16:11:59 ntpd[17200]: Listening on routing socket on fd #22 for interface updates 2024-03-16T16:11:59.893 INFO:teuthology.orchestra.run.smithi017.stdout:16 Mar 16:11:59 ntpd[17047]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-16T16:11:59.893 INFO:teuthology.orchestra.run.smithi017.stdout:16 Mar 16:11:59 ntpd[17047]: Command line: ntpd -gq 2024-03-16T16:11:59.893 INFO:teuthology.orchestra.run.smithi017.stdout:16 Mar 16:11:59 ntpd[17047]: ---------------------------------------------------- 2024-03-16T16:11:59.893 INFO:teuthology.orchestra.run.smithi017.stdout:16 Mar 16:11:59 ntpd[17047]: ntp-4 is maintained by Network Time Foundation, 2024-03-16T16:11:59.893 INFO:teuthology.orchestra.run.smithi017.stdout:16 Mar 16:11:59 ntpd[17047]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-16T16:11:59.893 INFO:teuthology.orchestra.run.smithi017.stdout:16 Mar 16:11:59 ntpd[17047]: corporation. Support and training for ntp-4 are 2024-03-16T16:11:59.893 INFO:teuthology.orchestra.run.smithi017.stdout:16 Mar 16:11:59 ntpd[17047]: available at https://www.nwtime.org/support 2024-03-16T16:11:59.893 INFO:teuthology.orchestra.run.smithi017.stdout:16 Mar 16:11:59 ntpd[17047]: ---------------------------------------------------- 2024-03-16T16:11:59.893 INFO:teuthology.orchestra.run.smithi017.stdout:16 Mar 16:11:59 ntpd[17047]: proto: precision = 0.077 usec (-24) 2024-03-16T16:11:59.893 INFO:teuthology.orchestra.run.smithi017.stdout:16 Mar 16:11:59 ntpd[17047]: basedate set to 2022-02-04 2024-03-16T16:11:59.893 INFO:teuthology.orchestra.run.smithi017.stdout:16 Mar 16:11:59 ntpd[17047]: gps base set to 2022-02-06 (week 2196) 2024-03-16T16:11:59.894 INFO:teuthology.orchestra.run.smithi017.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-16T16:11:59.894 INFO:teuthology.orchestra.run.smithi017.stdout:16 Mar 16:11:59 ntpd[17047]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-16T16:11:59.894 INFO:teuthology.orchestra.run.smithi017.stdout:16 Mar 16:11:59 ntpd[17047]: restrict ::: KOD does nothing without LIMITED. 2024-03-16T16:11:59.894 INFO:teuthology.orchestra.run.smithi017.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-16T16:11:59.895 INFO:teuthology.orchestra.run.smithi017.stdout:16 Mar 16:11:59 ntpd[17047]: Listen and drop on 0 v6wildcard [::]:123 2024-03-16T16:11:59.895 INFO:teuthology.orchestra.run.smithi017.stdout:16 Mar 16:11:59 ntpd[17047]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-16T16:11:59.895 INFO:teuthology.orchestra.run.smithi017.stdout:16 Mar 16:11:59 ntpd[17047]: Listen normally on 2 lo 127.0.0.1:123 2024-03-16T16:11:59.895 INFO:teuthology.orchestra.run.smithi017.stdout:16 Mar 16:11:59 ntpd[17047]: Listen normally on 3 ens1f0 172.21.15.17:123 2024-03-16T16:11:59.895 INFO:teuthology.orchestra.run.smithi017.stdout:16 Mar 16:11:59 ntpd[17047]: Listen normally on 4 lo [::1]:123 2024-03-16T16:11:59.895 INFO:teuthology.orchestra.run.smithi017.stdout:16 Mar 16:11:59 ntpd[17047]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:fe59:d992%4]:123 2024-03-16T16:11:59.896 INFO:teuthology.orchestra.run.smithi017.stdout:16 Mar 16:11:59 ntpd[17047]: Listening on routing socket on fd #22 for interface updates 2024-03-16T16:11:59.916 INFO:teuthology.orchestra.run.smithi179.stdout:16 Mar 16:11:59 ntpd[17153]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-16T16:11:59.916 INFO:teuthology.orchestra.run.smithi179.stdout:16 Mar 16:11:59 ntpd[17153]: Command line: ntpd -gq 2024-03-16T16:11:59.916 INFO:teuthology.orchestra.run.smithi179.stdout:16 Mar 16:11:59 ntpd[17153]: ---------------------------------------------------- 2024-03-16T16:11:59.916 INFO:teuthology.orchestra.run.smithi179.stdout:16 Mar 16:11:59 ntpd[17153]: ntp-4 is maintained by Network Time Foundation, 2024-03-16T16:11:59.917 INFO:teuthology.orchestra.run.smithi179.stdout:16 Mar 16:11:59 ntpd[17153]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-16T16:11:59.917 INFO:teuthology.orchestra.run.smithi179.stdout:16 Mar 16:11:59 ntpd[17153]: corporation. Support and training for ntp-4 are 2024-03-16T16:11:59.917 INFO:teuthology.orchestra.run.smithi179.stdout:16 Mar 16:11:59 ntpd[17153]: available at https://www.nwtime.org/support 2024-03-16T16:11:59.917 INFO:teuthology.orchestra.run.smithi179.stdout:16 Mar 16:11:59 ntpd[17153]: ---------------------------------------------------- 2024-03-16T16:11:59.917 INFO:teuthology.orchestra.run.smithi179.stdout:16 Mar 16:11:59 ntpd[17153]: proto: precision = 0.045 usec (-24) 2024-03-16T16:11:59.917 INFO:teuthology.orchestra.run.smithi179.stdout:16 Mar 16:11:59 ntpd[17153]: basedate set to 2022-02-04 2024-03-16T16:11:59.917 INFO:teuthology.orchestra.run.smithi179.stdout:16 Mar 16:11:59 ntpd[17153]: gps base set to 2022-02-06 (week 2196) 2024-03-16T16:11:59.918 INFO:teuthology.orchestra.run.smithi179.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-16T16:11:59.918 INFO:teuthology.orchestra.run.smithi179.stdout:16 Mar 16:11:59 ntpd[17153]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-16T16:11:59.918 INFO:teuthology.orchestra.run.smithi179.stdout:16 Mar 16:11:59 ntpd[17153]: restrict ::: KOD does nothing without LIMITED. 2024-03-16T16:11:59.918 INFO:teuthology.orchestra.run.smithi179.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-16T16:11:59.919 INFO:teuthology.orchestra.run.smithi179.stdout:16 Mar 16:11:59 ntpd[17153]: Listen and drop on 0 v6wildcard [::]:123 2024-03-16T16:11:59.920 INFO:teuthology.orchestra.run.smithi179.stdout:16 Mar 16:11:59 ntpd[17153]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-16T16:11:59.920 INFO:teuthology.orchestra.run.smithi179.stdout:16 Mar 16:11:59 ntpd[17153]: Listen normally on 2 lo 127.0.0.1:123 2024-03-16T16:11:59.920 INFO:teuthology.orchestra.run.smithi179.stdout:16 Mar 16:11:59 ntpd[17153]: Listen normally on 3 enp3s0f1 172.21.15.179:123 2024-03-16T16:11:59.920 INFO:teuthology.orchestra.run.smithi179.stdout:16 Mar 16:11:59 ntpd[17153]: Listen normally on 4 lo [::1]:123 2024-03-16T16:11:59.920 INFO:teuthology.orchestra.run.smithi179.stdout:16 Mar 16:11:59 ntpd[17153]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:725b%5]:123 2024-03-16T16:11:59.920 INFO:teuthology.orchestra.run.smithi179.stdout:16 Mar 16:11:59 ntpd[17153]: Listening on routing socket on fd #22 for interface updates 2024-03-16T16:12:00.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:00 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:00.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:00 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:00.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:00 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:00.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:00 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:00.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:00 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:00.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:00 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:00.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:00 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-16T16:12:00.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:00 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240316: Permission denied 2024-03-16T16:12:00.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:00 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:00.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:00 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:00.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:00 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-16T16:12:00.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:00 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240316: Permission denied 2024-03-16T16:12:00.916 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:00 ntpd[17153]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:00.916 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:00 ntpd[17153]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:01.889 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:01 ntpd[17047]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:01.889 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:01 ntpd[17047]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:01.889 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:01 ntpd[17047]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:01.889 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:01 ntpd[17047]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:01.889 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:01 ntpd[17047]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:01.889 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:01 ntpd[17047]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:01.890 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:01 ntpd[17047]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-16T16:12:01.890 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:01 ntpd[17047]: can't open /var/log/ntpstats/peerstats.20240316: Permission denied 2024-03-16T16:12:01.916 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:01 ntpd[17153]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:01.916 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:01 ntpd[17153]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:01.917 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:01 ntpd[17153]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:01.917 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:01 ntpd[17153]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:01.917 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:01 ntpd[17153]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-16T16:12:01.917 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:01 ntpd[17153]: can't open /var/log/ntpstats/peerstats.20240316: Permission denied 2024-03-16T16:12:02.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:02 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:02.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:02 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:02.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:02 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:02.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:02 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:02.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:02 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:02.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:02 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:02.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:02 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-16T16:12:02.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:02 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240316: Permission denied 2024-03-16T16:12:02.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:02 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:02.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:02 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:02.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:02 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-16T16:12:02.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:02 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240316: Permission denied 2024-03-16T16:12:02.891 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:02 ntpd[17047]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:02.891 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:02 ntpd[17047]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:02.891 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:02 ntpd[17047]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:02.891 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:02 ntpd[17047]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:02.891 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:02 ntpd[17047]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-16T16:12:02.891 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:02 ntpd[17047]: can't open /var/log/ntpstats/peerstats.20240316: Permission denied 2024-03-16T16:12:03.888 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:03 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:03.888 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:03 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:03.889 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:03 ntpd[17047]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:03.889 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:03 ntpd[17047]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:03.889 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:03 ntpd[17047]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:03.889 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:03 ntpd[17047]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:03.889 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:03 ntpd[17047]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-16T16:12:03.889 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:03 ntpd[17047]: can't open /var/log/ntpstats/peerstats.20240316: Permission denied 2024-03-16T16:12:03.917 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:03 ntpd[17153]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:03.917 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:03 ntpd[17153]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:03.917 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:03 ntpd[17153]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:03.917 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:03 ntpd[17153]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:03.917 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:03 ntpd[17153]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:03.917 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:03 ntpd[17153]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:03.918 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:03 ntpd[17153]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-16T16:12:03.918 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:03 ntpd[17153]: can't open /var/log/ntpstats/peerstats.20240316: Permission denied 2024-03-16T16:12:03.918 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:03 ntpd[17153]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:03.918 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:03 ntpd[17153]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:03.918 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:03 ntpd[17153]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-16T16:12:03.918 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:03 ntpd[17153]: can't open /var/log/ntpstats/peerstats.20240316: Permission denied 2024-03-16T16:12:04.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:04 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:04.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:04 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:04.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:04 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:04.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:04 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:04.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:04 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:04.890 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:04 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:04.890 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:04 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:04.890 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:04 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:04.890 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:04 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-16T16:12:04.890 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:04 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240316: Permission denied 2024-03-16T16:12:04.890 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:04 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:04.890 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:04 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:04.890 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:04 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-16T16:12:04.890 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:04 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240316: Permission denied 2024-03-16T16:12:04.890 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:04 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:04.890 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:04 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:04.890 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:04 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-16T16:12:04.890 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:04 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240316: Permission denied 2024-03-16T16:12:04.892 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:04 ntpd[17047]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:04.892 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:04 ntpd[17047]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:04.892 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:04 ntpd[17047]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:04.892 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:04 ntpd[17047]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:04.892 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:04 ntpd[17047]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:04.892 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:04 ntpd[17047]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:04.893 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:04 ntpd[17047]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-16T16:12:04.893 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:04 ntpd[17047]: can't open /var/log/ntpstats/peerstats.20240316: Permission denied 2024-03-16T16:12:04.893 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:04 ntpd[17047]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:04.893 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:04 ntpd[17047]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:04.893 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:04 ntpd[17047]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-16T16:12:04.893 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:04 ntpd[17047]: can't open /var/log/ntpstats/peerstats.20240316: Permission denied 2024-03-16T16:12:04.916 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:04 ntpd[17153]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:04.917 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:04 ntpd[17153]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:04.917 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:04 ntpd[17153]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:04.917 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:04 ntpd[17153]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:04.917 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:04 ntpd[17153]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-16T16:12:04.917 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:04 ntpd[17153]: can't open /var/log/ntpstats/peerstats.20240316: Permission denied 2024-03-16T16:12:05.889 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:05 ntpd[17047]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:05.889 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:05 ntpd[17047]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:05.889 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:05 ntpd[17047]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:05.889 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:05 ntpd[17047]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:05.889 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:05 ntpd[17047]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-16T16:12:05.889 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:05 ntpd[17047]: can't open /var/log/ntpstats/peerstats.20240316: Permission denied 2024-03-16T16:12:05.917 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:05 ntpd[17153]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:05.917 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:05 ntpd[17153]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:05.917 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:05 ntpd[17153]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:05.917 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:05 ntpd[17153]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:05.917 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:05 ntpd[17153]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:05.917 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:05 ntpd[17153]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:05.917 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:05 ntpd[17153]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-16T16:12:05.917 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:05 ntpd[17153]: can't open /var/log/ntpstats/peerstats.20240316: Permission denied 2024-03-16T16:12:05.918 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:05 ntpd[17153]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:05.918 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:05 ntpd[17153]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:05.918 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:05 ntpd[17153]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-16T16:12:05.918 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:05 ntpd[17153]: can't open /var/log/ntpstats/peerstats.20240316: Permission denied 2024-03-16T16:12:06.888 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:06 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:06.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:06 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:06.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:06 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:06.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:06 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:06.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:06 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:06.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:06 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:06.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:06 ntpd[17200]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:06.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:06 ntpd[17200]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:06.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:06 ntpd[17200]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-16T16:12:06.889 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:06 ntpd[17200]: can't open /var/log/ntpstats/peerstats.20240316: Permission denied 2024-03-16T16:12:06.889 INFO:teuthology.orchestra.run.smithi142.stdout:16 Mar 16:12:06 ntpd[17200]: ntpd: time slew -0.001853 s 2024-03-16T16:12:06.889 INFO:teuthology.orchestra.run.smithi142.stdout:ntpd: time slew -0.001853s 2024-03-16T16:12:06.890 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:06 ntpd[17200]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-16T16:12:06.890 INFO:teuthology.orchestra.run.smithi142.stderr:16 Mar 16:12:06 ntpd[17200]: can't open /var/log/ntpstats/loopstats.20240316: Permission denied 2024-03-16T16:12:06.891 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:06 ntpd[17047]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:06.891 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:06 ntpd[17047]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:06.891 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:06 ntpd[17047]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:06.891 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:06 ntpd[17047]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:06.891 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:06 ntpd[17047]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:06.892 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:06 ntpd[17047]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:06.892 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:06 ntpd[17047]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-16T16:12:06.892 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:06 ntpd[17047]: can't open /var/log/ntpstats/peerstats.20240316: Permission denied 2024-03-16T16:12:06.892 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:06 ntpd[17047]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:06.892 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:06 ntpd[17047]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:06.892 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:06 ntpd[17047]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-16T16:12:06.892 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:06 ntpd[17047]: can't open /var/log/ntpstats/peerstats.20240316: Permission denied 2024-03-16T16:12:06.916 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:06 ntpd[17153]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:06.916 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:06 ntpd[17153]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:06.916 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:06 ntpd[17153]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:06.916 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:06 ntpd[17153]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:06.916 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:06 ntpd[17153]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-16T16:12:06.916 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:06 ntpd[17153]: can't open /var/log/ntpstats/peerstats.20240316: Permission denied 2024-03-16T16:12:06.939 INFO:teuthology.orchestra.run.smithi142.stdout: remote refid st t when poll reach delay offset jitter 2024-03-16T16:12:06.939 INFO:teuthology.orchestra.run.smithi142.stdout:============================================================================== 2024-03-16T16:12:06.939 INFO:teuthology.orchestra.run.smithi142.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-16T16:12:06.940 INFO:teuthology.orchestra.run.smithi142.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-16T16:12:06.940 INFO:teuthology.orchestra.run.smithi142.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-16T16:12:06.940 INFO:teuthology.orchestra.run.smithi142.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-16T16:12:07.889 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:07 ntpd[17047]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:07.889 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:07 ntpd[17047]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:07.889 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:07 ntpd[17047]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:07.889 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:07 ntpd[17047]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:07.889 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:07 ntpd[17047]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-16T16:12:07.889 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:07 ntpd[17047]: can't open /var/log/ntpstats/peerstats.20240316: Permission denied 2024-03-16T16:12:07.889 INFO:teuthology.orchestra.run.smithi017.stdout:16 Mar 16:12:07 ntpd[17047]: ntpd: time slew +0.000394 s 2024-03-16T16:12:07.890 INFO:teuthology.orchestra.run.smithi017.stdout:ntpd: time slew +0.000394s 2024-03-16T16:12:07.890 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:07 ntpd[17047]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-16T16:12:07.890 INFO:teuthology.orchestra.run.smithi017.stderr:16 Mar 16:12:07 ntpd[17047]: can't open /var/log/ntpstats/loopstats.20240316: Permission denied 2024-03-16T16:12:07.916 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:07 ntpd[17153]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:07.917 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:07 ntpd[17153]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:07.917 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:07 ntpd[17153]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:07.917 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:07 ntpd[17153]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:07.917 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:07 ntpd[17153]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-16T16:12:07.917 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:07 ntpd[17153]: can't open /var/log/ntpstats/rawstats.20240316: Permission denied 2024-03-16T16:12:07.917 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:07 ntpd[17153]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-16T16:12:07.917 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:07 ntpd[17153]: can't open /var/log/ntpstats/peerstats.20240316: Permission denied 2024-03-16T16:12:07.917 INFO:teuthology.orchestra.run.smithi179.stdout:16 Mar 16:12:07 ntpd[17153]: ntpd: time slew -0.002190 s 2024-03-16T16:12:07.917 INFO:teuthology.orchestra.run.smithi179.stdout:ntpd: time slew -0.002190s 2024-03-16T16:12:07.918 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:07 ntpd[17153]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-16T16:12:07.918 INFO:teuthology.orchestra.run.smithi179.stderr:16 Mar 16:12:07 ntpd[17153]: can't open /var/log/ntpstats/loopstats.20240316: Permission denied 2024-03-16T16:12:07.944 INFO:teuthology.orchestra.run.smithi017.stdout: remote refid st t when poll reach delay offset jitter 2024-03-16T16:12:07.944 INFO:teuthology.orchestra.run.smithi017.stdout:============================================================================== 2024-03-16T16:12:07.944 INFO:teuthology.orchestra.run.smithi017.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-16T16:12:07.945 INFO:teuthology.orchestra.run.smithi017.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-16T16:12:07.945 INFO:teuthology.orchestra.run.smithi017.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-16T16:12:07.945 INFO:teuthology.orchestra.run.smithi017.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-16T16:12:07.969 INFO:teuthology.orchestra.run.smithi179.stdout: remote refid st t when poll reach delay offset jitter 2024-03-16T16:12:07.969 INFO:teuthology.orchestra.run.smithi179.stdout:============================================================================== 2024-03-16T16:12:07.969 INFO:teuthology.orchestra.run.smithi179.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-16T16:12:07.969 INFO:teuthology.orchestra.run.smithi179.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-16T16:12:07.969 INFO:teuthology.orchestra.run.smithi179.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-16T16:12:07.969 INFO:teuthology.orchestra.run.smithi179.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-16T16:12:07.974 INFO:teuthology.run_tasks:Running task install... 2024-03-16T16:12:07.982 DEBUG:teuthology.task.install:project ceph 2024-03-16T16:12:07.982 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '5ea4d9cfac4d9f2893126a48d28cca7da69243c1'}} 2024-03-16T16:12:07.983 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '5ea4d9cfac4d9f2893126a48d28cca7da69243c1'} 2024-03-16T16:12:07.983 INFO:teuthology.task.install:Using flavor: default 2024-03-16T16:12:07.988 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-16T16:12:07.988 INFO:teuthology.task.install:extra packages: [] 2024-03-16T16:12:07.989 DEBUG:teuthology.orchestra.run.smithi017:> sudo apt-key list | grep Ceph 2024-03-16T16:12:07.989 DEBUG:teuthology.orchestra.run.smithi142:> sudo apt-key list | grep Ceph 2024-03-16T16:12:07.990 DEBUG:teuthology.orchestra.run.smithi179:> sudo apt-key list | grep Ceph 2024-03-16T16:12:08.046 INFO:teuthology.orchestra.run.smithi017.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-16T16:12:08.056 INFO:teuthology.orchestra.run.smithi142.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-16T16:12:08.068 INFO:teuthology.orchestra.run.smithi179.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-16T16:12:08.074 INFO:teuthology.orchestra.run.smithi017.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-16T16:12:08.074 INFO:teuthology.orchestra.run.smithi017.stdout:uid [ unknown] Ceph.com (release key) 2024-03-16T16:12:08.075 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-16T16:12:08.076 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5ea4d9cfac4d9f2893126a48d28cca7da69243c1 2024-03-16T16:12:08.086 INFO:teuthology.orchestra.run.smithi142.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-16T16:12:08.086 INFO:teuthology.orchestra.run.smithi142.stdout:uid [ unknown] Ceph.com (release key) 2024-03-16T16:12:08.087 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-16T16:12:08.087 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5ea4d9cfac4d9f2893126a48d28cca7da69243c1 2024-03-16T16:12:08.096 INFO:teuthology.orchestra.run.smithi179.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-16T16:12:08.096 INFO:teuthology.orchestra.run.smithi179.stdout:uid [ unknown] Ceph.com (release key) 2024-03-16T16:12:08.096 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-16T16:12:08.096 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5ea4d9cfac4d9f2893126a48d28cca7da69243c1 2024-03-16T16:12:08.249 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default/ 2024-03-16T16:12:08.249 INFO:teuthology.task.install.deb:Package version is 19.0.0-2121-g5ea4d9cf-1jammy 2024-03-16T16:12:08.448 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default/ 2024-03-16T16:12:08.448 INFO:teuthology.task.install.deb:Package version is 19.0.0-2121-g5ea4d9cf-1jammy 2024-03-16T16:12:08.460 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default/ 2024-03-16T16:12:08.460 INFO:teuthology.task.install.deb:Package version is 19.0.0-2121-g5ea4d9cf-1jammy 2024-03-16T16:12:08.551 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-03-16T16:12:08.552 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-16T16:12:08.555 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-03-16T16:12:08.555 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-16T16:12:08.566 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-03-16T16:12:08.567 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-16T16:12:08.568 DEBUG:teuthology.orchestra.run.smithi179:> sudo apt-get update 2024-03-16T16:12:08.570 DEBUG:teuthology.orchestra.run.smithi017:> sudo apt-get update 2024-03-16T16:12:08.581 DEBUG:teuthology.orchestra.run.smithi142:> sudo apt-get update 2024-03-16T16:12:08.791 INFO:teuthology.orchestra.run.smithi179.stdout:Ign:1 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy InRelease 2024-03-16T16:12:08.806 INFO:teuthology.orchestra.run.smithi179.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-16T16:12:08.813 INFO:teuthology.orchestra.run.smithi179.stdout:Get:3 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-16T16:12:08.815 INFO:teuthology.orchestra.run.smithi017.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-16T16:12:08.815 INFO:teuthology.orchestra.run.smithi017.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-16T16:12:08.823 INFO:teuthology.orchestra.run.smithi142.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-16T16:12:08.837 INFO:teuthology.orchestra.run.smithi179.stdout:Ign:4 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-16T16:12:08.855 INFO:teuthology.orchestra.run.smithi179.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-16T16:12:08.858 INFO:teuthology.orchestra.run.smithi179.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,415 B] 2024-03-16T16:12:08.858 INFO:teuthology.orchestra.run.smithi017.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-16T16:12:08.869 INFO:teuthology.orchestra.run.smithi142.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-16T16:12:08.884 INFO:teuthology.orchestra.run.smithi179.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.8 kB] 2024-03-16T16:12:08.915 INFO:teuthology.orchestra.run.smithi017.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-16T16:12:08.937 INFO:teuthology.orchestra.run.smithi179.stdout:Hit:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-16T16:12:08.951 INFO:teuthology.orchestra.run.smithi142.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-16T16:12:09.003 INFO:teuthology.orchestra.run.smithi017.stdout:Ign:5 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy InRelease 2024-03-16T16:12:09.006 INFO:teuthology.orchestra.run.smithi142.stdout:Ign:4 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy InRelease 2024-03-16T16:12:09.019 INFO:teuthology.orchestra.run.smithi179.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-16T16:12:09.032 INFO:teuthology.orchestra.run.smithi142.stdout:Hit:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-16T16:12:09.078 INFO:teuthology.orchestra.run.smithi017.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-16T16:12:09.080 INFO:teuthology.orchestra.run.smithi142.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-16T16:12:09.155 INFO:teuthology.orchestra.run.smithi017.stdout:Ign:7 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-16T16:12:09.158 INFO:teuthology.orchestra.run.smithi142.stdout:Ign:7 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-16T16:12:09.165 INFO:teuthology.orchestra.run.smithi179.stdout:Fetched 28.9 kB in 0s (68.7 kB/s) 2024-03-16T16:12:09.226 INFO:teuthology.orchestra.run.smithi017.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.8 kB] 2024-03-16T16:12:09.228 INFO:teuthology.orchestra.run.smithi142.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,415 B] 2024-03-16T16:12:09.300 INFO:teuthology.orchestra.run.smithi017.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,415 B] 2024-03-16T16:12:09.304 INFO:teuthology.orchestra.run.smithi142.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.8 kB] 2024-03-16T16:12:09.392 INFO:teuthology.orchestra.run.smithi142.stdout:Fetched 28.9 kB in 1s (46.5 kB/s) 2024-03-16T16:12:09.395 INFO:teuthology.orchestra.run.smithi017.stdout:Fetched 28.9 kB in 1s (46.6 kB/s) 2024-03-16T16:12:10.139 INFO:teuthology.orchestra.run.smithi179.stdout:Reading package lists... 2024-03-16T16:12:10.155 DEBUG:teuthology.orchestra.run.smithi179:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2121-g5ea4d9cf-1jammy cephadm=19.0.0-2121-g5ea4d9cf-1jammy ceph-mds=19.0.0-2121-g5ea4d9cf-1jammy ceph-mgr=19.0.0-2121-g5ea4d9cf-1jammy ceph-common=19.0.0-2121-g5ea4d9cf-1jammy ceph-fuse=19.0.0-2121-g5ea4d9cf-1jammy ceph-test=19.0.0-2121-g5ea4d9cf-1jammy ceph-volume=19.0.0-2121-g5ea4d9cf-1jammy radosgw=19.0.0-2121-g5ea4d9cf-1jammy python3-rados=19.0.0-2121-g5ea4d9cf-1jammy python3-rgw=19.0.0-2121-g5ea4d9cf-1jammy python3-cephfs=19.0.0-2121-g5ea4d9cf-1jammy python3-rbd=19.0.0-2121-g5ea4d9cf-1jammy libcephfs2=19.0.0-2121-g5ea4d9cf-1jammy libcephfs-dev=19.0.0-2121-g5ea4d9cf-1jammy librados2=19.0.0-2121-g5ea4d9cf-1jammy librbd1=19.0.0-2121-g5ea4d9cf-1jammy rbd-fuse=19.0.0-2121-g5ea4d9cf-1jammy 2024-03-16T16:12:10.216 INFO:teuthology.orchestra.run.smithi179.stdout:Reading package lists... 2024-03-16T16:12:10.357 INFO:teuthology.orchestra.run.smithi142.stdout:Reading package lists... 2024-03-16T16:12:10.370 INFO:teuthology.orchestra.run.smithi017.stdout:Reading package lists... 2024-03-16T16:12:10.374 DEBUG:teuthology.orchestra.run.smithi142:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2121-g5ea4d9cf-1jammy cephadm=19.0.0-2121-g5ea4d9cf-1jammy ceph-mds=19.0.0-2121-g5ea4d9cf-1jammy ceph-mgr=19.0.0-2121-g5ea4d9cf-1jammy ceph-common=19.0.0-2121-g5ea4d9cf-1jammy ceph-fuse=19.0.0-2121-g5ea4d9cf-1jammy ceph-test=19.0.0-2121-g5ea4d9cf-1jammy ceph-volume=19.0.0-2121-g5ea4d9cf-1jammy radosgw=19.0.0-2121-g5ea4d9cf-1jammy python3-rados=19.0.0-2121-g5ea4d9cf-1jammy python3-rgw=19.0.0-2121-g5ea4d9cf-1jammy python3-cephfs=19.0.0-2121-g5ea4d9cf-1jammy python3-rbd=19.0.0-2121-g5ea4d9cf-1jammy libcephfs2=19.0.0-2121-g5ea4d9cf-1jammy libcephfs-dev=19.0.0-2121-g5ea4d9cf-1jammy librados2=19.0.0-2121-g5ea4d9cf-1jammy librbd1=19.0.0-2121-g5ea4d9cf-1jammy rbd-fuse=19.0.0-2121-g5ea4d9cf-1jammy 2024-03-16T16:12:10.387 DEBUG:teuthology.orchestra.run.smithi017:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-2121-g5ea4d9cf-1jammy cephadm=19.0.0-2121-g5ea4d9cf-1jammy ceph-mds=19.0.0-2121-g5ea4d9cf-1jammy ceph-mgr=19.0.0-2121-g5ea4d9cf-1jammy ceph-common=19.0.0-2121-g5ea4d9cf-1jammy ceph-fuse=19.0.0-2121-g5ea4d9cf-1jammy ceph-test=19.0.0-2121-g5ea4d9cf-1jammy ceph-volume=19.0.0-2121-g5ea4d9cf-1jammy radosgw=19.0.0-2121-g5ea4d9cf-1jammy python3-rados=19.0.0-2121-g5ea4d9cf-1jammy python3-rgw=19.0.0-2121-g5ea4d9cf-1jammy python3-cephfs=19.0.0-2121-g5ea4d9cf-1jammy python3-rbd=19.0.0-2121-g5ea4d9cf-1jammy libcephfs2=19.0.0-2121-g5ea4d9cf-1jammy libcephfs-dev=19.0.0-2121-g5ea4d9cf-1jammy librados2=19.0.0-2121-g5ea4d9cf-1jammy librbd1=19.0.0-2121-g5ea4d9cf-1jammy rbd-fuse=19.0.0-2121-g5ea4d9cf-1jammy 2024-03-16T16:12:10.409 INFO:teuthology.orchestra.run.smithi179.stdout:Building dependency tree... 2024-03-16T16:12:10.410 INFO:teuthology.orchestra.run.smithi179.stdout:Reading state information... 2024-03-16T16:12:10.435 INFO:teuthology.orchestra.run.smithi142.stdout:Reading package lists... 2024-03-16T16:12:10.440 INFO:teuthology.orchestra.run.smithi017.stdout:Reading package lists... 2024-03-16T16:12:10.587 INFO:teuthology.orchestra.run.smithi179.stdout:The following packages were automatically installed and are no longer required: 2024-03-16T16:12:10.587 INFO:teuthology.orchestra.run.smithi179.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-16T16:12:10.587 INFO:teuthology.orchestra.run.smithi179.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-16T16:12:10.587 INFO:teuthology.orchestra.run.smithi179.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-16T16:12:10.588 INFO:teuthology.orchestra.run.smithi179.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-16T16:12:10.588 INFO:teuthology.orchestra.run.smithi179.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-16T16:12:10.588 INFO:teuthology.orchestra.run.smithi179.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-16T16:12:10.589 INFO:teuthology.orchestra.run.smithi179.stdout:The following additional packages will be installed: 2024-03-16T16:12:10.589 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-16T16:12:10.589 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-16T16:12:10.589 INFO:teuthology.orchestra.run.smithi179.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-16T16:12:10.589 INFO:teuthology.orchestra.run.smithi179.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-16T16:12:10.591 INFO:teuthology.orchestra.run.smithi179.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-16T16:12:10.591 INFO:teuthology.orchestra.run.smithi179.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-16T16:12:10.592 INFO:teuthology.orchestra.run.smithi179.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-16T16:12:10.592 INFO:teuthology.orchestra.run.smithi179.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-16T16:12:10.592 INFO:teuthology.orchestra.run.smithi179.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-16T16:12:10.592 INFO:teuthology.orchestra.run.smithi179.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-16T16:12:10.592 INFO:teuthology.orchestra.run.smithi179.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-16T16:12:10.592 INFO:teuthology.orchestra.run.smithi179.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-16T16:12:10.592 INFO:teuthology.orchestra.run.smithi179.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-16T16:12:10.592 INFO:teuthology.orchestra.run.smithi179.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-16T16:12:10.592 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-16T16:12:10.592 INFO:teuthology.orchestra.run.smithi179.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-16T16:12:10.592 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-16T16:12:10.592 INFO:teuthology.orchestra.run.smithi179.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-16T16:12:10.592 INFO:teuthology.orchestra.run.smithi179.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-16T16:12:10.593 INFO:teuthology.orchestra.run.smithi179.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-16T16:12:10.593 INFO:teuthology.orchestra.run.smithi179.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-16T16:12:10.593 INFO:teuthology.orchestra.run.smithi179.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-16T16:12:10.593 INFO:teuthology.orchestra.run.smithi179.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-16T16:12:10.593 INFO:teuthology.orchestra.run.smithi179.stdout: xmlstarlet zip 2024-03-16T16:12:10.593 INFO:teuthology.orchestra.run.smithi179.stdout:Suggested packages: 2024-03-16T16:12:10.593 INFO:teuthology.orchestra.run.smithi179.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-16T16:12:10.593 INFO:teuthology.orchestra.run.smithi179.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-16T16:12:10.593 INFO:teuthology.orchestra.run.smithi179.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-16T16:12:10.593 INFO:teuthology.orchestra.run.smithi179.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-16T16:12:10.593 INFO:teuthology.orchestra.run.smithi179.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-16T16:12:10.593 INFO:teuthology.orchestra.run.smithi179.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-16T16:12:10.593 INFO:teuthology.orchestra.run.smithi179.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-16T16:12:10.593 INFO:teuthology.orchestra.run.smithi179.stdout:Recommended packages: 2024-03-16T16:12:10.594 INFO:teuthology.orchestra.run.smithi179.stdout: btrfs-tools 2024-03-16T16:12:10.616 INFO:teuthology.orchestra.run.smithi017.stdout:Building dependency tree... 2024-03-16T16:12:10.617 INFO:teuthology.orchestra.run.smithi017.stdout:Reading state information... 2024-03-16T16:12:10.629 INFO:teuthology.orchestra.run.smithi142.stdout:Building dependency tree... 2024-03-16T16:12:10.629 INFO:teuthology.orchestra.run.smithi142.stdout:Reading state information... 2024-03-16T16:12:10.701 INFO:teuthology.orchestra.run.smithi179.stdout:The following NEW packages will be installed: 2024-03-16T16:12:10.701 INFO:teuthology.orchestra.run.smithi179.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-16T16:12:10.701 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-16T16:12:10.701 INFO:teuthology.orchestra.run.smithi179.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-16T16:12:10.701 INFO:teuthology.orchestra.run.smithi179.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-16T16:12:10.702 INFO:teuthology.orchestra.run.smithi179.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-16T16:12:10.702 INFO:teuthology.orchestra.run.smithi179.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-16T16:12:10.702 INFO:teuthology.orchestra.run.smithi179.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-16T16:12:10.702 INFO:teuthology.orchestra.run.smithi179.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-16T16:12:10.702 INFO:teuthology.orchestra.run.smithi179.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-16T16:12:10.702 INFO:teuthology.orchestra.run.smithi179.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-16T16:12:10.702 INFO:teuthology.orchestra.run.smithi179.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-16T16:12:10.702 INFO:teuthology.orchestra.run.smithi179.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-16T16:12:10.702 INFO:teuthology.orchestra.run.smithi179.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-16T16:12:10.702 INFO:teuthology.orchestra.run.smithi179.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-16T16:12:10.702 INFO:teuthology.orchestra.run.smithi179.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-16T16:12:10.702 INFO:teuthology.orchestra.run.smithi179.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-16T16:12:10.702 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-16T16:12:10.703 INFO:teuthology.orchestra.run.smithi179.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-16T16:12:10.703 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-16T16:12:10.703 INFO:teuthology.orchestra.run.smithi179.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-16T16:12:10.703 INFO:teuthology.orchestra.run.smithi179.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-16T16:12:10.703 INFO:teuthology.orchestra.run.smithi179.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-16T16:12:10.703 INFO:teuthology.orchestra.run.smithi179.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-16T16:12:10.703 INFO:teuthology.orchestra.run.smithi179.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-16T16:12:10.703 INFO:teuthology.orchestra.run.smithi179.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-16T16:12:10.703 INFO:teuthology.orchestra.run.smithi179.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-16T16:12:10.783 INFO:teuthology.orchestra.run.smithi017.stdout:The following packages were automatically installed and are no longer required: 2024-03-16T16:12:10.783 INFO:teuthology.orchestra.run.smithi017.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-16T16:12:10.784 INFO:teuthology.orchestra.run.smithi017.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-16T16:12:10.784 INFO:teuthology.orchestra.run.smithi017.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-16T16:12:10.784 INFO:teuthology.orchestra.run.smithi017.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-16T16:12:10.785 INFO:teuthology.orchestra.run.smithi017.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-16T16:12:10.785 INFO:teuthology.orchestra.run.smithi017.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-16T16:12:10.785 INFO:teuthology.orchestra.run.smithi017.stdout:The following additional packages will be installed: 2024-03-16T16:12:10.786 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-16T16:12:10.786 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-16T16:12:10.786 INFO:teuthology.orchestra.run.smithi017.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-16T16:12:10.786 INFO:teuthology.orchestra.run.smithi017.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-16T16:12:10.786 INFO:teuthology.orchestra.run.smithi017.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-16T16:12:10.786 INFO:teuthology.orchestra.run.smithi017.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-16T16:12:10.786 INFO:teuthology.orchestra.run.smithi017.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-16T16:12:10.786 INFO:teuthology.orchestra.run.smithi017.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-16T16:12:10.786 INFO:teuthology.orchestra.run.smithi017.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-16T16:12:10.786 INFO:teuthology.orchestra.run.smithi017.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-16T16:12:10.786 INFO:teuthology.orchestra.run.smithi017.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-16T16:12:10.786 INFO:teuthology.orchestra.run.smithi017.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-16T16:12:10.786 INFO:teuthology.orchestra.run.smithi017.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-16T16:12:10.787 INFO:teuthology.orchestra.run.smithi017.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-16T16:12:10.787 INFO:teuthology.orchestra.run.smithi017.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-16T16:12:10.787 INFO:teuthology.orchestra.run.smithi017.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-16T16:12:10.787 INFO:teuthology.orchestra.run.smithi017.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-16T16:12:10.787 INFO:teuthology.orchestra.run.smithi017.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-16T16:12:10.787 INFO:teuthology.orchestra.run.smithi017.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-16T16:12:10.787 INFO:teuthology.orchestra.run.smithi017.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-16T16:12:10.787 INFO:teuthology.orchestra.run.smithi017.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-16T16:12:10.787 INFO:teuthology.orchestra.run.smithi017.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-16T16:12:10.787 INFO:teuthology.orchestra.run.smithi017.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-16T16:12:10.788 INFO:teuthology.orchestra.run.smithi017.stdout: xmlstarlet zip 2024-03-16T16:12:10.788 INFO:teuthology.orchestra.run.smithi017.stdout:Suggested packages: 2024-03-16T16:12:10.788 INFO:teuthology.orchestra.run.smithi017.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-16T16:12:10.788 INFO:teuthology.orchestra.run.smithi017.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-16T16:12:10.788 INFO:teuthology.orchestra.run.smithi017.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-16T16:12:10.788 INFO:teuthology.orchestra.run.smithi017.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-16T16:12:10.788 INFO:teuthology.orchestra.run.smithi017.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-16T16:12:10.788 INFO:teuthology.orchestra.run.smithi017.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-16T16:12:10.788 INFO:teuthology.orchestra.run.smithi017.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-16T16:12:10.788 INFO:teuthology.orchestra.run.smithi017.stdout:Recommended packages: 2024-03-16T16:12:10.789 INFO:teuthology.orchestra.run.smithi017.stdout: btrfs-tools 2024-03-16T16:12:10.808 INFO:teuthology.orchestra.run.smithi142.stdout:The following packages were automatically installed and are no longer required: 2024-03-16T16:12:10.808 INFO:teuthology.orchestra.run.smithi142.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-16T16:12:10.808 INFO:teuthology.orchestra.run.smithi142.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-16T16:12:10.808 INFO:teuthology.orchestra.run.smithi142.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-16T16:12:10.808 INFO:teuthology.orchestra.run.smithi142.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-16T16:12:10.809 INFO:teuthology.orchestra.run.smithi142.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-16T16:12:10.809 INFO:teuthology.orchestra.run.smithi142.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-16T16:12:10.809 INFO:teuthology.orchestra.run.smithi142.stdout:The following additional packages will be installed: 2024-03-16T16:12:10.809 INFO:teuthology.orchestra.run.smithi142.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-16T16:12:10.810 INFO:teuthology.orchestra.run.smithi142.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-16T16:12:10.810 INFO:teuthology.orchestra.run.smithi142.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-16T16:12:10.810 INFO:teuthology.orchestra.run.smithi142.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-16T16:12:10.810 INFO:teuthology.orchestra.run.smithi142.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-16T16:12:10.811 INFO:teuthology.orchestra.run.smithi142.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-16T16:12:10.811 INFO:teuthology.orchestra.run.smithi142.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-16T16:12:10.811 INFO:teuthology.orchestra.run.smithi142.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-16T16:12:10.811 INFO:teuthology.orchestra.run.smithi142.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-16T16:12:10.811 INFO:teuthology.orchestra.run.smithi142.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-16T16:12:10.811 INFO:teuthology.orchestra.run.smithi142.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-16T16:12:10.811 INFO:teuthology.orchestra.run.smithi142.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-16T16:12:10.811 INFO:teuthology.orchestra.run.smithi142.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-16T16:12:10.811 INFO:teuthology.orchestra.run.smithi142.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-16T16:12:10.811 INFO:teuthology.orchestra.run.smithi142.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-16T16:12:10.811 INFO:teuthology.orchestra.run.smithi142.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-16T16:12:10.811 INFO:teuthology.orchestra.run.smithi142.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-16T16:12:10.811 INFO:teuthology.orchestra.run.smithi142.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-16T16:12:10.811 INFO:teuthology.orchestra.run.smithi142.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-16T16:12:10.811 INFO:teuthology.orchestra.run.smithi142.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-16T16:12:10.812 INFO:teuthology.orchestra.run.smithi142.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-16T16:12:10.812 INFO:teuthology.orchestra.run.smithi142.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-16T16:12:10.812 INFO:teuthology.orchestra.run.smithi142.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-16T16:12:10.812 INFO:teuthology.orchestra.run.smithi142.stdout: xmlstarlet zip 2024-03-16T16:12:10.812 INFO:teuthology.orchestra.run.smithi142.stdout:Suggested packages: 2024-03-16T16:12:10.812 INFO:teuthology.orchestra.run.smithi142.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-16T16:12:10.812 INFO:teuthology.orchestra.run.smithi142.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-16T16:12:10.812 INFO:teuthology.orchestra.run.smithi142.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-16T16:12:10.812 INFO:teuthology.orchestra.run.smithi142.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-16T16:12:10.812 INFO:teuthology.orchestra.run.smithi142.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-16T16:12:10.812 INFO:teuthology.orchestra.run.smithi142.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-16T16:12:10.813 INFO:teuthology.orchestra.run.smithi142.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-16T16:12:10.813 INFO:teuthology.orchestra.run.smithi142.stdout:Recommended packages: 2024-03-16T16:12:10.813 INFO:teuthology.orchestra.run.smithi142.stdout: btrfs-tools 2024-03-16T16:12:10.844 INFO:teuthology.orchestra.run.smithi179.stdout:0 upgraded, 118 newly installed, 0 to remove and 284 not upgraded. 2024-03-16T16:12:10.845 INFO:teuthology.orchestra.run.smithi179.stdout:Need to get 178 MB of archives. 2024-03-16T16:12:10.845 INFO:teuthology.orchestra.run.smithi179.stdout:After this operation, 736 MB of additional disk space will be used. 2024-03-16T16:12:10.845 INFO:teuthology.orchestra.run.smithi179.stdout:Get:1 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2121-g5ea4d9cf-1jammy [3,556 kB] 2024-03-16T16:12:10.889 INFO:teuthology.orchestra.run.smithi179.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-16T16:12:10.894 INFO:teuthology.orchestra.run.smithi017.stdout:The following NEW packages will be installed: 2024-03-16T16:12:10.894 INFO:teuthology.orchestra.run.smithi017.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-16T16:12:10.894 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-16T16:12:10.896 INFO:teuthology.orchestra.run.smithi017.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-16T16:12:10.896 INFO:teuthology.orchestra.run.smithi017.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-16T16:12:10.896 INFO:teuthology.orchestra.run.smithi017.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-16T16:12:10.896 INFO:teuthology.orchestra.run.smithi017.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-16T16:12:10.896 INFO:teuthology.orchestra.run.smithi017.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-16T16:12:10.896 INFO:teuthology.orchestra.run.smithi017.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-16T16:12:10.896 INFO:teuthology.orchestra.run.smithi017.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-16T16:12:10.896 INFO:teuthology.orchestra.run.smithi017.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-16T16:12:10.897 INFO:teuthology.orchestra.run.smithi017.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-16T16:12:10.897 INFO:teuthology.orchestra.run.smithi017.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-16T16:12:10.897 INFO:teuthology.orchestra.run.smithi017.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-16T16:12:10.897 INFO:teuthology.orchestra.run.smithi017.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-16T16:12:10.897 INFO:teuthology.orchestra.run.smithi017.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-16T16:12:10.897 INFO:teuthology.orchestra.run.smithi017.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-16T16:12:10.897 INFO:teuthology.orchestra.run.smithi017.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-16T16:12:10.897 INFO:teuthology.orchestra.run.smithi017.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-16T16:12:10.897 INFO:teuthology.orchestra.run.smithi017.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-16T16:12:10.897 INFO:teuthology.orchestra.run.smithi017.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-16T16:12:10.897 INFO:teuthology.orchestra.run.smithi017.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-16T16:12:10.897 INFO:teuthology.orchestra.run.smithi017.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-16T16:12:10.897 INFO:teuthology.orchestra.run.smithi017.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-16T16:12:10.898 INFO:teuthology.orchestra.run.smithi017.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-16T16:12:10.898 INFO:teuthology.orchestra.run.smithi017.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-16T16:12:10.898 INFO:teuthology.orchestra.run.smithi017.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-16T16:12:10.914 INFO:teuthology.orchestra.run.smithi142.stdout:The following NEW packages will be installed: 2024-03-16T16:12:10.915 INFO:teuthology.orchestra.run.smithi142.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-16T16:12:10.915 INFO:teuthology.orchestra.run.smithi142.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-16T16:12:10.915 INFO:teuthology.orchestra.run.smithi142.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-16T16:12:10.915 INFO:teuthology.orchestra.run.smithi142.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-16T16:12:10.915 INFO:teuthology.orchestra.run.smithi142.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-16T16:12:10.915 INFO:teuthology.orchestra.run.smithi142.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-16T16:12:10.915 INFO:teuthology.orchestra.run.smithi142.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-16T16:12:10.915 INFO:teuthology.orchestra.run.smithi142.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-16T16:12:10.915 INFO:teuthology.orchestra.run.smithi142.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-16T16:12:10.915 INFO:teuthology.orchestra.run.smithi142.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-16T16:12:10.915 INFO:teuthology.orchestra.run.smithi142.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-16T16:12:10.916 INFO:teuthology.orchestra.run.smithi142.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-16T16:12:10.916 INFO:teuthology.orchestra.run.smithi142.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-16T16:12:10.916 INFO:teuthology.orchestra.run.smithi142.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-16T16:12:10.916 INFO:teuthology.orchestra.run.smithi142.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-16T16:12:10.916 INFO:teuthology.orchestra.run.smithi142.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-16T16:12:10.916 INFO:teuthology.orchestra.run.smithi142.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-16T16:12:10.916 INFO:teuthology.orchestra.run.smithi142.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-16T16:12:10.916 INFO:teuthology.orchestra.run.smithi142.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-16T16:12:10.916 INFO:teuthology.orchestra.run.smithi142.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-16T16:12:10.916 INFO:teuthology.orchestra.run.smithi142.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-16T16:12:10.916 INFO:teuthology.orchestra.run.smithi142.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-16T16:12:10.916 INFO:teuthology.orchestra.run.smithi142.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-16T16:12:10.917 INFO:teuthology.orchestra.run.smithi142.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-16T16:12:10.917 INFO:teuthology.orchestra.run.smithi142.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-16T16:12:10.917 INFO:teuthology.orchestra.run.smithi142.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-16T16:12:11.041 INFO:teuthology.orchestra.run.smithi017.stdout:0 upgraded, 118 newly installed, 0 to remove and 284 not upgraded. 2024-03-16T16:12:11.042 INFO:teuthology.orchestra.run.smithi017.stdout:Need to get 178 MB of archives. 2024-03-16T16:12:11.042 INFO:teuthology.orchestra.run.smithi017.stdout:After this operation, 736 MB of additional disk space will be used. 2024-03-16T16:12:11.042 INFO:teuthology.orchestra.run.smithi017.stdout:Get:1 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2121-g5ea4d9cf-1jammy [3,556 kB] 2024-03-16T16:12:11.062 INFO:teuthology.orchestra.run.smithi142.stdout:0 upgraded, 118 newly installed, 0 to remove and 284 not upgraded. 2024-03-16T16:12:11.062 INFO:teuthology.orchestra.run.smithi142.stdout:Need to get 178 MB of archives. 2024-03-16T16:12:11.062 INFO:teuthology.orchestra.run.smithi142.stdout:After this operation, 736 MB of additional disk space will be used. 2024-03-16T16:12:11.062 INFO:teuthology.orchestra.run.smithi142.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-16T16:12:11.085 INFO:teuthology.orchestra.run.smithi017.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-16T16:12:11.319 INFO:teuthology.orchestra.run.smithi179.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-16T16:12:11.328 INFO:teuthology.orchestra.run.smithi142.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-2121-g5ea4d9cf-1jammy [3,556 kB] 2024-03-16T16:12:11.331 INFO:teuthology.orchestra.run.smithi179.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-16T16:12:11.374 INFO:teuthology.orchestra.run.smithi142.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-16T16:12:11.384 INFO:teuthology.orchestra.run.smithi142.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-16T16:12:11.414 INFO:teuthology.orchestra.run.smithi179.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-16T16:12:11.493 INFO:teuthology.orchestra.run.smithi142.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-16T16:12:11.505 INFO:teuthology.orchestra.run.smithi017.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-16T16:12:11.517 INFO:teuthology.orchestra.run.smithi017.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-16T16:12:11.598 INFO:teuthology.orchestra.run.smithi017.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-16T16:12:11.632 INFO:teuthology.orchestra.run.smithi179.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2121-g5ea4d9cf-1jammy [3,223 kB] 2024-03-16T16:12:11.645 INFO:teuthology.orchestra.run.smithi179.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-16T16:12:11.657 INFO:teuthology.orchestra.run.smithi179.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-16T16:12:11.686 INFO:teuthology.orchestra.run.smithi179.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-16T16:12:11.696 INFO:teuthology.orchestra.run.smithi179.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-16T16:12:11.697 INFO:teuthology.orchestra.run.smithi179.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-16T16:12:11.698 INFO:teuthology.orchestra.run.smithi179.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-16T16:12:11.717 INFO:teuthology.orchestra.run.smithi179.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-16T16:12:11.729 INFO:teuthology.orchestra.run.smithi142.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-16T16:12:11.735 INFO:teuthology.orchestra.run.smithi142.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-16T16:12:11.824 INFO:teuthology.orchestra.run.smithi017.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2121-g5ea4d9cf-1jammy [3,223 kB] 2024-03-16T16:12:11.828 INFO:teuthology.orchestra.run.smithi017.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-16T16:12:11.834 INFO:teuthology.orchestra.run.smithi142.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-16T16:12:11.840 INFO:teuthology.orchestra.run.smithi017.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-16T16:12:11.841 INFO:teuthology.orchestra.run.smithi142.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-16T16:12:11.842 INFO:teuthology.orchestra.run.smithi142.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-16T16:12:11.843 INFO:teuthology.orchestra.run.smithi142.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-16T16:12:11.864 INFO:teuthology.orchestra.run.smithi142.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-16T16:12:11.864 INFO:teuthology.orchestra.run.smithi179.stdout:Get:14 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2121-g5ea4d9cf-1jammy [712 kB] 2024-03-16T16:12:11.868 INFO:teuthology.orchestra.run.smithi142.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-16T16:12:11.870 INFO:teuthology.orchestra.run.smithi017.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-16T16:12:11.872 INFO:teuthology.orchestra.run.smithi142.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-16T16:12:11.874 INFO:teuthology.orchestra.run.smithi142.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-16T16:12:11.875 INFO:teuthology.orchestra.run.smithi142.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-16T16:12:11.880 INFO:teuthology.orchestra.run.smithi017.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-16T16:12:11.881 INFO:teuthology.orchestra.run.smithi017.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-16T16:12:11.882 INFO:teuthology.orchestra.run.smithi017.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-16T16:12:11.885 INFO:teuthology.orchestra.run.smithi179.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-16T16:12:11.889 INFO:teuthology.orchestra.run.smithi142.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-16T16:12:11.893 INFO:teuthology.orchestra.run.smithi142.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-16T16:12:11.897 INFO:teuthology.orchestra.run.smithi142.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-16T16:12:11.902 INFO:teuthology.orchestra.run.smithi017.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-16T16:12:11.904 INFO:teuthology.orchestra.run.smithi179.stdout:Get:16 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2121-g5ea4d9cf-1jammy [356 kB] 2024-03-16T16:12:11.924 INFO:teuthology.orchestra.run.smithi179.stdout:Get:17 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2121-g5ea4d9cf-1jammy [32.8 kB] 2024-03-16T16:12:11.925 INFO:teuthology.orchestra.run.smithi179.stdout:Get:18 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2121-g5ea4d9cf-1jammy [180 kB] 2024-03-16T16:12:11.927 INFO:teuthology.orchestra.run.smithi142.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-16T16:12:11.928 INFO:teuthology.orchestra.run.smithi142.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-16T16:12:11.929 INFO:teuthology.orchestra.run.smithi179.stdout:Get:19 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2121-g5ea4d9cf-1jammy [64.6 kB] 2024-03-16T16:12:11.930 INFO:teuthology.orchestra.run.smithi142.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-16T16:12:11.930 INFO:teuthology.orchestra.run.smithi142.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-16T16:12:11.931 INFO:teuthology.orchestra.run.smithi142.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-16T16:12:11.932 INFO:teuthology.orchestra.run.smithi142.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-16T16:12:11.933 INFO:teuthology.orchestra.run.smithi142.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-16T16:12:11.942 INFO:teuthology.orchestra.run.smithi179.stdout:Get:20 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2121-g5ea4d9cf-1jammy [330 kB] 2024-03-16T16:12:11.949 INFO:teuthology.orchestra.run.smithi179.stdout:Get:21 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2121-g5ea4d9cf-1jammy [6,661 kB] 2024-03-16T16:12:11.967 INFO:teuthology.orchestra.run.smithi142.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-16T16:12:11.967 INFO:teuthology.orchestra.run.smithi142.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-16T16:12:11.973 INFO:teuthology.orchestra.run.smithi142.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-16T16:12:12.012 INFO:teuthology.orchestra.run.smithi142.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-16T16:12:12.013 INFO:teuthology.orchestra.run.smithi142.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-16T16:12:12.014 INFO:teuthology.orchestra.run.smithi142.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-16T16:12:12.016 INFO:teuthology.orchestra.run.smithi142.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-16T16:12:12.017 INFO:teuthology.orchestra.run.smithi142.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-16T16:12:12.017 INFO:teuthology.orchestra.run.smithi142.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-16T16:12:12.020 INFO:teuthology.orchestra.run.smithi142.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-16T16:12:12.061 INFO:teuthology.orchestra.run.smithi142.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-16T16:12:12.061 INFO:teuthology.orchestra.run.smithi142.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-16T16:12:12.070 INFO:teuthology.orchestra.run.smithi017.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-16T16:12:12.071 INFO:teuthology.orchestra.run.smithi142.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-16T16:12:12.094 INFO:teuthology.orchestra.run.smithi017.stdout:Get:15 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2121-g5ea4d9cf-1jammy [712 kB] 2024-03-16T16:12:12.114 INFO:teuthology.orchestra.run.smithi142.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-16T16:12:12.115 INFO:teuthology.orchestra.run.smithi142.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-16T16:12:12.116 INFO:teuthology.orchestra.run.smithi142.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-16T16:12:12.119 INFO:teuthology.orchestra.run.smithi142.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-16T16:12:12.123 INFO:teuthology.orchestra.run.smithi142.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-16T16:12:12.124 INFO:teuthology.orchestra.run.smithi142.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-16T16:12:12.127 INFO:teuthology.orchestra.run.smithi142.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-16T16:12:12.157 INFO:teuthology.orchestra.run.smithi017.stdout:Get:16 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2121-g5ea4d9cf-1jammy [356 kB] 2024-03-16T16:12:12.172 INFO:teuthology.orchestra.run.smithi142.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-16T16:12:12.190 INFO:teuthology.orchestra.run.smithi017.stdout:Get:17 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2121-g5ea4d9cf-1jammy [32.8 kB] 2024-03-16T16:12:12.191 INFO:teuthology.orchestra.run.smithi017.stdout:Get:18 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2121-g5ea4d9cf-1jammy [180 kB] 2024-03-16T16:12:12.211 INFO:teuthology.orchestra.run.smithi017.stdout:Get:19 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2121-g5ea4d9cf-1jammy [64.6 kB] 2024-03-16T16:12:12.214 INFO:teuthology.orchestra.run.smithi017.stdout:Get:20 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2121-g5ea4d9cf-1jammy [330 kB] 2024-03-16T16:12:12.246 INFO:teuthology.orchestra.run.smithi017.stdout:Get:21 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2121-g5ea4d9cf-1jammy [6,661 kB] 2024-03-16T16:12:12.286 INFO:teuthology.orchestra.run.smithi179.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-16T16:12:12.294 INFO:teuthology.orchestra.run.smithi142.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-16T16:12:12.295 INFO:teuthology.orchestra.run.smithi142.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-16T16:12:12.297 INFO:teuthology.orchestra.run.smithi142.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-16T16:12:12.301 INFO:teuthology.orchestra.run.smithi142.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-16T16:12:12.317 INFO:teuthology.orchestra.run.smithi179.stdout:Get:23 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2121-g5ea4d9cf-1jammy [112 kB] 2024-03-16T16:12:12.319 INFO:teuthology.orchestra.run.smithi179.stdout:Get:24 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2121-g5ea4d9cf-1jammy [467 kB] 2024-03-16T16:12:12.320 INFO:teuthology.orchestra.run.smithi179.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-16T16:12:12.322 INFO:teuthology.orchestra.run.smithi179.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-16T16:12:12.339 INFO:teuthology.orchestra.run.smithi179.stdout:Get:27 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2121-g5ea4d9cf-1jammy [25.0 MB] 2024-03-16T16:12:12.402 INFO:teuthology.orchestra.run.smithi179.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-16T16:12:12.453 INFO:teuthology.orchestra.run.smithi179.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-16T16:12:12.473 INFO:teuthology.orchestra.run.smithi017.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-16T16:12:12.475 INFO:teuthology.orchestra.run.smithi179.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-16T16:12:12.482 INFO:teuthology.orchestra.run.smithi179.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-16T16:12:12.483 INFO:teuthology.orchestra.run.smithi179.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-03-16T16:12:12.494 INFO:teuthology.orchestra.run.smithi179.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-16T16:12:12.495 INFO:teuthology.orchestra.run.smithi179.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-16T16:12:12.508 INFO:teuthology.orchestra.run.smithi017.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-16T16:12:12.510 INFO:teuthology.orchestra.run.smithi017.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-16T16:12:12.589 INFO:teuthology.orchestra.run.smithi017.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-16T16:12:12.641 INFO:teuthology.orchestra.run.smithi017.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-16T16:12:12.660 INFO:teuthology.orchestra.run.smithi179.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-16T16:12:12.664 INFO:teuthology.orchestra.run.smithi017.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-16T16:12:12.674 INFO:teuthology.orchestra.run.smithi017.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-16T16:12:12.674 INFO:teuthology.orchestra.run.smithi017.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-16T16:12:12.683 INFO:teuthology.orchestra.run.smithi017.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-16T16:12:12.684 INFO:teuthology.orchestra.run.smithi017.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-16T16:12:12.743 INFO:teuthology.orchestra.run.smithi179.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-16T16:12:12.754 INFO:teuthology.orchestra.run.smithi142.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-16T16:12:12.756 INFO:teuthology.orchestra.run.smithi142.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-16T16:12:12.758 INFO:teuthology.orchestra.run.smithi142.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-16T16:12:12.759 INFO:teuthology.orchestra.run.smithi142.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-16T16:12:12.761 INFO:teuthology.orchestra.run.smithi142.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-16T16:12:12.771 INFO:teuthology.orchestra.run.smithi179.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-16T16:12:12.788 INFO:teuthology.orchestra.run.smithi179.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-16T16:12:12.816 INFO:teuthology.orchestra.run.smithi142.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-16T16:12:12.820 INFO:teuthology.orchestra.run.smithi142.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-16T16:12:12.821 INFO:teuthology.orchestra.run.smithi142.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-16T16:12:12.833 INFO:teuthology.orchestra.run.smithi179.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-16T16:12:12.834 INFO:teuthology.orchestra.run.smithi017.stdout:Get:32 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2121-g5ea4d9cf-1jammy [112 kB] 2024-03-16T16:12:12.837 INFO:teuthology.orchestra.run.smithi017.stdout:Get:33 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2121-g5ea4d9cf-1jammy [467 kB] 2024-03-16T16:12:12.850 INFO:teuthology.orchestra.run.smithi017.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-16T16:12:12.866 INFO:teuthology.orchestra.run.smithi017.stdout:Get:35 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2121-g5ea4d9cf-1jammy [25.0 MB] 2024-03-16T16:12:12.933 INFO:teuthology.orchestra.run.smithi017.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-16T16:12:12.961 INFO:teuthology.orchestra.run.smithi017.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-16T16:12:12.979 INFO:teuthology.orchestra.run.smithi017.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-16T16:12:13.023 INFO:teuthology.orchestra.run.smithi017.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-16T16:12:13.044 INFO:teuthology.orchestra.run.smithi142.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-16T16:12:13.045 INFO:teuthology.orchestra.run.smithi142.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-16T16:12:13.047 INFO:teuthology.orchestra.run.smithi142.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-16T16:12:13.048 INFO:teuthology.orchestra.run.smithi179.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-16T16:12:13.048 INFO:teuthology.orchestra.run.smithi142.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-16T16:12:13.050 INFO:teuthology.orchestra.run.smithi142.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-16T16:12:13.050 INFO:teuthology.orchestra.run.smithi142.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-16T16:12:13.051 INFO:teuthology.orchestra.run.smithi142.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-16T16:12:13.052 INFO:teuthology.orchestra.run.smithi142.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-16T16:12:13.063 INFO:teuthology.orchestra.run.smithi179.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-16T16:12:13.065 INFO:teuthology.orchestra.run.smithi142.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-16T16:12:13.069 INFO:teuthology.orchestra.run.smithi179.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-16T16:12:13.075 INFO:teuthology.orchestra.run.smithi179.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-03-16T16:12:13.096 INFO:teuthology.orchestra.run.smithi179.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-16T16:12:13.100 INFO:teuthology.orchestra.run.smithi179.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-16T16:12:13.101 INFO:teuthology.orchestra.run.smithi142.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-16T16:12:13.127 INFO:teuthology.orchestra.run.smithi142.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-16T16:12:13.128 INFO:teuthology.orchestra.run.smithi142.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-16T16:12:13.142 INFO:teuthology.orchestra.run.smithi142.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-16T16:12:13.228 INFO:teuthology.orchestra.run.smithi142.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-16T16:12:13.230 INFO:teuthology.orchestra.run.smithi142.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-16T16:12:13.232 INFO:teuthology.orchestra.run.smithi142.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-16T16:12:13.233 INFO:teuthology.orchestra.run.smithi017.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-16T16:12:13.249 INFO:teuthology.orchestra.run.smithi017.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-16T16:12:13.256 INFO:teuthology.orchestra.run.smithi017.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-16T16:12:13.261 INFO:teuthology.orchestra.run.smithi017.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-03-16T16:12:13.265 INFO:teuthology.orchestra.run.smithi179.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-16T16:12:13.283 INFO:teuthology.orchestra.run.smithi017.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-16T16:12:13.286 INFO:teuthology.orchestra.run.smithi017.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-16T16:12:13.324 INFO:teuthology.orchestra.run.smithi142.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-16T16:12:13.326 INFO:teuthology.orchestra.run.smithi142.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-16T16:12:13.426 INFO:teuthology.orchestra.run.smithi142.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-16T16:12:13.426 INFO:teuthology.orchestra.run.smithi142.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-16T16:12:13.428 INFO:teuthology.orchestra.run.smithi142.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-16T16:12:13.429 INFO:teuthology.orchestra.run.smithi142.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-16T16:12:13.432 INFO:teuthology.orchestra.run.smithi142.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-16T16:12:13.434 INFO:teuthology.orchestra.run.smithi142.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-16T16:12:13.452 INFO:teuthology.orchestra.run.smithi017.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-16T16:12:13.582 INFO:teuthology.orchestra.run.smithi179.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-16T16:12:13.620 INFO:teuthology.orchestra.run.smithi179.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-16T16:12:13.621 INFO:teuthology.orchestra.run.smithi142.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-16T16:12:13.621 INFO:teuthology.orchestra.run.smithi142.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-16T16:12:13.622 INFO:teuthology.orchestra.run.smithi142.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-16T16:12:13.627 INFO:teuthology.orchestra.run.smithi142.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-16T16:12:13.631 INFO:teuthology.orchestra.run.smithi179.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-16T16:12:13.649 INFO:teuthology.orchestra.run.smithi142.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-16T16:12:13.770 INFO:teuthology.orchestra.run.smithi017.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-16T16:12:13.770 INFO:teuthology.orchestra.run.smithi179.stdout:Get:50 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2121-g5ea4d9cf-1jammy [5,084 kB] 2024-03-16T16:12:13.808 INFO:teuthology.orchestra.run.smithi017.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-16T16:12:13.820 INFO:teuthology.orchestra.run.smithi017.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-16T16:12:13.835 INFO:teuthology.orchestra.run.smithi179.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-16T16:12:13.836 INFO:teuthology.orchestra.run.smithi179.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-16T16:12:13.842 INFO:teuthology.orchestra.run.smithi179.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-16T16:12:13.848 INFO:teuthology.orchestra.run.smithi179.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-16T16:12:13.863 INFO:teuthology.orchestra.run.smithi179.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-16T16:12:13.884 INFO:teuthology.orchestra.run.smithi179.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-16T16:12:13.890 INFO:teuthology.orchestra.run.smithi179.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-03-16T16:12:13.972 INFO:teuthology.orchestra.run.smithi179.stdout:Get:58 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2121-g5ea4d9cf-1jammy [244 kB] 2024-03-16T16:12:13.997 INFO:teuthology.orchestra.run.smithi179.stdout:Get:59 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2121-g5ea4d9cf-1jammy [124 kB] 2024-03-16T16:12:14.000 INFO:teuthology.orchestra.run.smithi179.stdout:Get:60 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2121-g5ea4d9cf-1jammy [1,524 kB] 2024-03-16T16:12:14.025 INFO:teuthology.orchestra.run.smithi017.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-16T16:12:14.026 INFO:teuthology.orchestra.run.smithi017.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-16T16:12:14.032 INFO:teuthology.orchestra.run.smithi017.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-16T16:12:14.037 INFO:teuthology.orchestra.run.smithi017.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-16T16:12:14.053 INFO:teuthology.orchestra.run.smithi017.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-16T16:12:14.066 INFO:teuthology.orchestra.run.smithi179.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-03-16T16:12:14.073 INFO:teuthology.orchestra.run.smithi017.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-16T16:12:14.079 INFO:teuthology.orchestra.run.smithi017.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-16T16:12:14.083 INFO:teuthology.orchestra.run.smithi179.stdout:Get:62 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2121-g5ea4d9cf-1jammy [6,253 kB] 2024-03-16T16:12:14.255 INFO:teuthology.orchestra.run.smithi017.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-16T16:12:14.329 INFO:teuthology.orchestra.run.smithi179.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-16T16:12:14.419 INFO:teuthology.orchestra.run.smithi179.stdout:Get:64 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2121-g5ea4d9cf-1jammy [22.8 MB] 2024-03-16T16:12:14.506 INFO:teuthology.orchestra.run.smithi179.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-16T16:12:14.519 INFO:teuthology.orchestra.run.smithi017.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-16T16:12:14.520 INFO:teuthology.orchestra.run.smithi179.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-16T16:12:14.540 INFO:teuthology.orchestra.run.smithi179.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-16T16:12:14.604 INFO:teuthology.orchestra.run.smithi179.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-03-16T16:12:14.697 INFO:teuthology.orchestra.run.smithi017.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-16T16:12:14.710 INFO:teuthology.orchestra.run.smithi017.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-16T16:12:14.730 INFO:teuthology.orchestra.run.smithi017.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-16T16:12:14.795 INFO:teuthology.orchestra.run.smithi017.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-16T16:12:14.891 INFO:teuthology.orchestra.run.smithi179.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-16T16:12:14.899 INFO:teuthology.orchestra.run.smithi179.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-16T16:12:14.901 INFO:teuthology.orchestra.run.smithi179.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-16T16:12:14.902 INFO:teuthology.orchestra.run.smithi179.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-16T16:12:14.904 INFO:teuthology.orchestra.run.smithi179.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-16T16:12:15.075 INFO:teuthology.orchestra.run.smithi017.stdout:Get:63 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2121-g5ea4d9cf-1jammy [5,084 kB] 2024-03-16T16:12:15.086 INFO:teuthology.orchestra.run.smithi017.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-16T16:12:15.117 INFO:teuthology.orchestra.run.smithi179.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-16T16:12:15.133 INFO:teuthology.orchestra.run.smithi017.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-16T16:12:15.137 INFO:teuthology.orchestra.run.smithi017.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-16T16:12:15.137 INFO:teuthology.orchestra.run.smithi017.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-16T16:12:15.139 INFO:teuthology.orchestra.run.smithi017.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-16T16:12:15.344 INFO:teuthology.orchestra.run.smithi017.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-16T16:12:15.406 INFO:teuthology.orchestra.run.smithi017.stdout:Get:70 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2121-g5ea4d9cf-1jammy [244 kB] 2024-03-16T16:12:15.429 INFO:teuthology.orchestra.run.smithi017.stdout:Get:71 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2121-g5ea4d9cf-1jammy [124 kB] 2024-03-16T16:12:15.433 INFO:teuthology.orchestra.run.smithi017.stdout:Get:72 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2121-g5ea4d9cf-1jammy [1,524 kB] 2024-03-16T16:12:15.556 INFO:teuthology.orchestra.run.smithi179.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-16T16:12:15.562 INFO:teuthology.orchestra.run.smithi179.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-16T16:12:15.572 INFO:teuthology.orchestra.run.smithi017.stdout:Get:73 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2121-g5ea4d9cf-1jammy [6,253 kB] 2024-03-16T16:12:15.724 INFO:teuthology.orchestra.run.smithi179.stdout:Get:77 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2121-g5ea4d9cf-1jammy [14.0 kB] 2024-03-16T16:12:15.725 INFO:teuthology.orchestra.run.smithi179.stdout:Get:78 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2121-g5ea4d9cf-1jammy [870 kB] 2024-03-16T16:12:15.744 INFO:teuthology.orchestra.run.smithi179.stdout:Get:79 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2121-g5ea4d9cf-1jammy [2,384 kB] 2024-03-16T16:12:15.774 INFO:teuthology.orchestra.run.smithi017.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-16T16:12:15.780 INFO:teuthology.orchestra.run.smithi017.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-16T16:12:15.829 INFO:teuthology.orchestra.run.smithi179.stdout:Get:80 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2121-g5ea4d9cf-1jammy [777 kB] 2024-03-16T16:12:15.853 INFO:teuthology.orchestra.run.smithi179.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-16T16:12:15.853 INFO:teuthology.orchestra.run.smithi179.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-16T16:12:15.856 INFO:teuthology.orchestra.run.smithi179.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-16T16:12:15.858 INFO:teuthology.orchestra.run.smithi179.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-16T16:12:15.859 INFO:teuthology.orchestra.run.smithi179.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-16T16:12:15.861 INFO:teuthology.orchestra.run.smithi179.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-16T16:12:15.862 INFO:teuthology.orchestra.run.smithi179.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-16T16:12:15.864 INFO:teuthology.orchestra.run.smithi179.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-16T16:12:15.871 INFO:teuthology.orchestra.run.smithi179.stdout:Get:89 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2121-g5ea4d9cf-1jammy [144 kB] 2024-03-16T16:12:15.882 INFO:teuthology.orchestra.run.smithi179.stdout:Get:90 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2121-g5ea4d9cf-1jammy [1,936 kB] 2024-03-16T16:12:15.980 INFO:teuthology.orchestra.run.smithi179.stdout:Get:91 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2121-g5ea4d9cf-1jammy [8,625 kB] 2024-03-16T16:12:16.046 INFO:teuthology.orchestra.run.smithi179.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-16T16:12:16.070 INFO:teuthology.orchestra.run.smithi017.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-16T16:12:16.071 INFO:teuthology.orchestra.run.smithi017.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-16T16:12:16.073 INFO:teuthology.orchestra.run.smithi017.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-16T16:12:16.075 INFO:teuthology.orchestra.run.smithi017.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-16T16:12:16.076 INFO:teuthology.orchestra.run.smithi017.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-16T16:12:16.078 INFO:teuthology.orchestra.run.smithi017.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-16T16:12:16.079 INFO:teuthology.orchestra.run.smithi017.stdout:Get:82 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2121-g5ea4d9cf-1jammy [22.8 MB] 2024-03-16T16:12:16.079 INFO:teuthology.orchestra.run.smithi017.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-16T16:12:16.081 INFO:teuthology.orchestra.run.smithi017.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-16T16:12:16.263 INFO:teuthology.orchestra.run.smithi017.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-16T16:12:16.444 INFO:teuthology.orchestra.run.smithi179.stdout:Get:93 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2121-g5ea4d9cf-1jammy [14.2 kB] 2024-03-16T16:12:16.445 INFO:teuthology.orchestra.run.smithi179.stdout:Get:94 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2121-g5ea4d9cf-1jammy [50.2 MB] 2024-03-16T16:12:16.459 INFO:teuthology.orchestra.run.smithi179.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-16T16:12:16.505 INFO:teuthology.orchestra.run.smithi179.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-16T16:12:16.541 INFO:teuthology.orchestra.run.smithi179.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-16T16:12:16.637 INFO:teuthology.orchestra.run.smithi179.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-16T16:12:16.671 INFO:teuthology.orchestra.run.smithi017.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-16T16:12:16.677 INFO:teuthology.orchestra.run.smithi179.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-16T16:12:16.689 INFO:teuthology.orchestra.run.smithi179.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-16T16:12:16.695 INFO:teuthology.orchestra.run.smithi179.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-16T16:12:16.717 INFO:teuthology.orchestra.run.smithi017.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-16T16:12:16.737 INFO:teuthology.orchestra.run.smithi017.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-16T16:12:16.741 INFO:teuthology.orchestra.run.smithi179.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-16T16:12:16.745 INFO:teuthology.orchestra.run.smithi179.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-16T16:12:16.766 INFO:teuthology.orchestra.run.smithi179.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-16T16:12:16.849 INFO:teuthology.orchestra.run.smithi017.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-16T16:12:16.889 INFO:teuthology.orchestra.run.smithi017.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-16T16:12:16.904 INFO:teuthology.orchestra.run.smithi017.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-16T16:12:16.909 INFO:teuthology.orchestra.run.smithi017.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-16T16:12:16.930 INFO:teuthology.orchestra.run.smithi179.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-16T16:12:16.955 INFO:teuthology.orchestra.run.smithi017.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-16T16:12:16.958 INFO:teuthology.orchestra.run.smithi017.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-16T16:12:16.979 INFO:teuthology.orchestra.run.smithi017.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-16T16:12:17.143 INFO:teuthology.orchestra.run.smithi017.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-16T16:12:17.204 INFO:teuthology.orchestra.run.smithi179.stdout:Get:106 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-16T16:12:17.221 INFO:teuthology.orchestra.run.smithi179.stdout:Get:107 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-16T16:12:17.375 INFO:teuthology.orchestra.run.smithi179.stdout:Get:108 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-16T16:12:17.405 INFO:teuthology.orchestra.run.smithi179.stdout:Get:109 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-16T16:12:17.417 INFO:teuthology.orchestra.run.smithi017.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-16T16:12:17.435 INFO:teuthology.orchestra.run.smithi017.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-16T16:12:17.562 INFO:teuthology.orchestra.run.smithi179.stdout:Get:110 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-16T16:12:17.565 INFO:teuthology.orchestra.run.smithi179.stdout:Get:111 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-16T16:12:17.567 INFO:teuthology.orchestra.run.smithi179.stdout:Get:112 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-16T16:12:17.588 INFO:teuthology.orchestra.run.smithi017.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-16T16:12:17.589 INFO:teuthology.orchestra.run.smithi179.stdout:Get:113 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-16T16:12:17.593 INFO:teuthology.orchestra.run.smithi179.stdout:Get:114 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-16T16:12:17.617 INFO:teuthology.orchestra.run.smithi017.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-16T16:12:17.775 INFO:teuthology.orchestra.run.smithi017.stdout:Get:101 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-16T16:12:17.778 INFO:teuthology.orchestra.run.smithi017.stdout:Get:102 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-16T16:12:17.781 INFO:teuthology.orchestra.run.smithi017.stdout:Get:103 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-16T16:12:17.802 INFO:teuthology.orchestra.run.smithi017.stdout:Get:104 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-16T16:12:17.807 INFO:teuthology.orchestra.run.smithi017.stdout:Get:105 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-16T16:12:18.179 INFO:teuthology.orchestra.run.smithi017.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2121-g5ea4d9cf-1jammy [14.0 kB] 2024-03-16T16:12:18.180 INFO:teuthology.orchestra.run.smithi017.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2121-g5ea4d9cf-1jammy [870 kB] 2024-03-16T16:12:18.197 INFO:teuthology.orchestra.run.smithi017.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2121-g5ea4d9cf-1jammy [2,384 kB] 2024-03-16T16:12:18.447 INFO:teuthology.orchestra.run.smithi017.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2121-g5ea4d9cf-1jammy [777 kB] 2024-03-16T16:12:18.522 INFO:teuthology.orchestra.run.smithi017.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2121-g5ea4d9cf-1jammy [144 kB] 2024-03-16T16:12:18.527 INFO:teuthology.orchestra.run.smithi017.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2121-g5ea4d9cf-1jammy [1,936 kB] 2024-03-16T16:12:18.743 INFO:teuthology.orchestra.run.smithi017.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2121-g5ea4d9cf-1jammy [8,625 kB] 2024-03-16T16:12:19.270 INFO:teuthology.orchestra.run.smithi179.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2121-g5ea4d9cf-1jammy [121 kB] 2024-03-16T16:12:19.272 INFO:teuthology.orchestra.run.smithi179.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2121-g5ea4d9cf-1jammy [38.5 kB] 2024-03-16T16:12:19.273 INFO:teuthology.orchestra.run.smithi179.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2121-g5ea4d9cf-1jammy [13.2 MB] 2024-03-16T16:12:19.377 INFO:teuthology.orchestra.run.smithi017.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2121-g5ea4d9cf-1jammy [14.2 kB] 2024-03-16T16:12:19.392 INFO:teuthology.orchestra.run.smithi017.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2121-g5ea4d9cf-1jammy [50.2 MB] 2024-03-16T16:12:19.770 INFO:teuthology.orchestra.run.smithi179.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2121-g5ea4d9cf-1jammy [91.7 kB] 2024-03-16T16:12:20.334 INFO:teuthology.orchestra.run.smithi179.stdout:Fetched 178 MB in 9s (19.6 MB/s) 2024-03-16T16:12:20.498 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-16T16:12:20.590 INFO:teuthology.orchestra.run.smithi179.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-16T16:12:20.595 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-16T16:12:20.696 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-16T16:12:21.041 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-16T16:12:21.068 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-16T16:12:21.108 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-16T16:12:21.462 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-16T16:12:21.488 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-16T16:12:21.528 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-16T16:12:21.633 INFO:teuthology.orchestra.run.smithi017.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2121-g5ea4d9cf-1jammy [121 kB] 2024-03-16T16:12:21.636 INFO:teuthology.orchestra.run.smithi017.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2121-g5ea4d9cf-1jammy [38.5 kB] 2024-03-16T16:12:21.637 INFO:teuthology.orchestra.run.smithi017.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2121-g5ea4d9cf-1jammy [13.2 MB] 2024-03-16T16:12:21.923 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-16T16:12:21.949 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-16T16:12:21.958 INFO:teuthology.orchestra.run.smithi017.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2121-g5ea4d9cf-1jammy [91.7 kB] 2024-03-16T16:12:21.998 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-16T16:12:22.541 INFO:teuthology.orchestra.run.smithi017.stdout:Fetched 178 MB in 11s (16.1 MB/s) 2024-03-16T16:12:22.626 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-16T16:12:22.653 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-16T16:12:22.693 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-16T16:12:22.718 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-16T16:12:22.822 INFO:teuthology.orchestra.run.smithi017.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-16T16:12:22.828 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-16T16:12:22.933 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-16T16:12:23.037 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-16T16:12:23.064 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-16T16:12:23.096 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-16T16:12:23.345 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-16T16:12:23.372 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-16T16:12:23.412 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-16T16:12:23.440 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-16T16:12:23.467 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-16T16:12:23.507 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-16T16:12:23.756 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-16T16:12:23.783 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-16T16:12:23.823 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-16T16:12:23.852 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package librados2. 2024-03-16T16:12:23.878 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../007-librados2_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:23.926 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking librados2 (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:24.351 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-16T16:12:24.378 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-16T16:12:24.413 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package librbd1. 2024-03-16T16:12:24.435 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-16T16:12:24.439 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../008-librbd1_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:24.479 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking librbd1 (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:24.804 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-16T16:12:24.831 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-16T16:12:24.862 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-16T16:12:24.915 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libcephfs2. 2024-03-16T16:12:24.930 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:24.965 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libcephfs2 (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:25.207 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-16T16:12:25.234 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-16T16:12:25.251 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-rados. 2024-03-16T16:12:25.274 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-16T16:12:25.277 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:25.317 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-rados (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:25.627 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-16T16:12:25.653 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-16T16:12:25.671 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-16T16:12:25.693 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-16T16:12:25.696 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2121-g5ea4d9cf-1jammy_all.deb ... 2024-03-16T16:12:25.737 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-ceph-argparse (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:25.963 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package librados2. 2024-03-16T16:12:25.989 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-cephfs. 2024-03-16T16:12:25.990 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../007-librados2_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:26.015 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:26.021 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking librados2 (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:26.055 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-cephfs (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:26.375 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-16T16:12:26.401 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2121-g5ea4d9cf-1jammy_all.deb ... 2024-03-16T16:12:26.441 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-ceph-common (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:26.448 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package librbd1. 2024-03-16T16:12:26.475 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../008-librbd1_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:26.515 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking librbd1 (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:26.762 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-16T16:12:26.788 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-16T16:12:26.828 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-16T16:12:26.969 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package libcephfs2. 2024-03-16T16:12:26.995 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:27.034 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking libcephfs2 (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:27.058 INFO:teuthology.orchestra.run.smithi142.stdout:Get:89 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-2121-g5ea4d9cf-1jammy [3,223 kB] 2024-03-16T16:12:27.131 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-prettytable. 2024-03-16T16:12:27.146 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-16T16:12:27.181 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-16T16:12:27.320 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-rados. 2024-03-16T16:12:27.335 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:27.387 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-rados (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:27.425 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-rbd. 2024-03-16T16:12:27.451 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:27.491 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-rbd (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:27.664 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-16T16:12:27.691 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2121-g5ea4d9cf-1jammy_all.deb ... 2024-03-16T16:12:27.722 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-ceph-argparse (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:27.970 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-16T16:12:27.997 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-16T16:12:28.036 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-16T16:12:28.292 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-cephfs. 2024-03-16T16:12:28.308 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:28.322 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-16T16:12:28.348 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-16T16:12:28.350 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-cephfs (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:28.389 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-16T16:12:28.652 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-16T16:12:28.679 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2121-g5ea4d9cf-1jammy_all.deb ... 2024-03-16T16:12:28.683 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-16T16:12:28.698 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-16T16:12:28.719 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-ceph-common (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:28.733 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-16T16:12:29.047 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-16T16:12:29.074 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-16T16:12:29.078 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package lua5.1. 2024-03-16T16:12:29.105 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-16T16:12:29.114 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-16T16:12:29.145 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-16T16:12:29.391 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-prettytable. 2024-03-16T16:12:29.407 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-16T16:12:29.441 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-16T16:12:29.472 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package lua-any. 2024-03-16T16:12:29.488 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-16T16:12:29.531 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-16T16:12:29.635 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-rbd. 2024-03-16T16:12:29.651 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:29.685 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-rbd (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:29.783 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package zip. 2024-03-16T16:12:29.810 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-16T16:12:29.850 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking zip (3.0-12build2) ... 2024-03-16T16:12:30.038 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-16T16:12:30.065 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-16T16:12:30.121 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-16T16:12:30.128 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package unzip. 2024-03-16T16:12:30.155 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-16T16:12:30.186 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-16T16:12:30.390 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-16T16:12:30.406 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-16T16:12:30.448 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-16T16:12:30.607 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package luarocks. 2024-03-16T16:12:30.633 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-16T16:12:30.673 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-16T16:12:30.818 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-16T16:12:30.845 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-16T16:12:30.893 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-16T16:12:31.006 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package librgw2. 2024-03-16T16:12:31.021 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../025-librgw2_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:31.064 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking librgw2 (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:31.288 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package lua5.1. 2024-03-16T16:12:31.315 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-16T16:12:31.354 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-16T16:12:31.608 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-rgw. 2024-03-16T16:12:31.623 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:31.667 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-rgw (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:31.674 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package lua-any. 2024-03-16T16:12:31.701 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-16T16:12:31.749 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-16T16:12:31.995 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-16T16:12:32.114 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-16T16:12:32.114 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-16T16:12:32.114 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package zip. 2024-03-16T16:12:32.114 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-16T16:12:32.114 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking zip (3.0-12build2) ... 2024-03-16T16:12:32.347 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libradosstriper1. 2024-03-16T16:12:32.374 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:32.405 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libradosstriper1 (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:32.479 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package unzip. 2024-03-16T16:12:32.506 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-16T16:12:32.554 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-16T16:12:32.809 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-common. 2024-03-16T16:12:32.836 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:32.875 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-common (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:32.991 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package luarocks. 2024-03-16T16:12:33.018 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-16T16:12:33.058 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-16T16:12:33.449 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package librgw2. 2024-03-16T16:12:33.474 INFO:teuthology.orchestra.run.smithi142.stdout:Get:90 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-2121-g5ea4d9cf-1jammy [712 kB] 2024-03-16T16:12:33.475 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../025-librgw2_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:33.515 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking librgw2 (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:34.101 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-rgw. 2024-03-16T16:12:34.128 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:34.176 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-rgw (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:34.206 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-base. 2024-03-16T16:12:34.232 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:34.281 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-base (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:34.453 INFO:teuthology.orchestra.run.smithi142.stdout:Get:91 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-2121-g5ea4d9cf-1jammy [356 kB] 2024-03-16T16:12:34.604 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-16T16:12:34.630 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-16T16:12:34.678 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-16T16:12:34.926 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-16T16:12:34.953 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-16T16:12:34.994 INFO:teuthology.orchestra.run.smithi142.stdout:Get:92 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-2121-g5ea4d9cf-1jammy [32.8 kB] 2024-03-16T16:12:35.001 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-16T16:12:35.023 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package libradosstriper1. 2024-03-16T16:12:35.050 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:35.072 INFO:teuthology.orchestra.run.smithi142.stdout:Get:93 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-2121-g5ea4d9cf-1jammy [180 kB] 2024-03-16T16:12:35.098 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking libradosstriper1 (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:35.321 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-cheroot. 2024-03-16T16:12:35.349 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-16T16:12:35.387 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-16T16:12:35.438 INFO:teuthology.orchestra.run.smithi142.stdout:Get:94 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-2121-g5ea4d9cf-1jammy [64.6 kB] 2024-03-16T16:12:35.539 INFO:teuthology.orchestra.run.smithi142.stdout:Get:95 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-2121-g5ea4d9cf-1jammy [330 kB] 2024-03-16T16:12:35.551 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package ceph-common. 2024-03-16T16:12:35.578 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:35.617 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking ceph-common (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:35.707 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-16T16:12:35.733 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-16T16:12:35.773 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-16T16:12:36.018 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-16T16:12:36.033 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-16T16:12:36.077 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-16T16:12:36.131 INFO:teuthology.orchestra.run.smithi142.stdout:Get:96 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-2121-g5ea4d9cf-1jammy [6,661 kB] 2024-03-16T16:12:36.379 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-16T16:12:36.406 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-16T16:12:36.446 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-16T16:12:36.765 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-tempora. 2024-03-16T16:12:36.792 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-16T16:12:36.832 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-16T16:12:37.048 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package ceph-base. 2024-03-16T16:12:37.075 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:37.110 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-portend. 2024-03-16T16:12:37.132 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking ceph-base (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:37.136 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-16T16:12:37.168 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-16T16:12:37.447 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-16T16:12:37.472 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-16T16:12:37.514 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-16T16:12:37.777 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-16T16:12:37.806 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-16T16:12:37.818 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-16T16:12:37.850 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-16T16:12:37.852 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-16T16:12:38.074 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-16T16:12:38.221 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-cheroot. 2024-03-16T16:12:38.248 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-16T16:12:38.400 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-16T16:12:38.636 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-natsort. 2024-03-16T16:12:38.662 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-16T16:12:38.711 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-16T16:12:38.857 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-16T16:12:38.884 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-16T16:12:38.932 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-16T16:12:39.055 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-logutils. 2024-03-16T16:12:39.082 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-16T16:12:39.122 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-16T16:12:39.243 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-16T16:12:39.270 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-16T16:12:39.310 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-16T16:12:39.425 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-16T16:12:39.451 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-16T16:12:39.491 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-16T16:12:39.629 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-16T16:12:39.656 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-16T16:12:39.704 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-16T16:12:39.836 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-mako. 2024-03-16T16:12:39.862 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-16T16:12:39.911 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-16T16:12:40.082 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-tempora. 2024-03-16T16:12:40.109 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-16T16:12:40.157 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-16T16:12:40.297 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-16T16:12:40.324 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-16T16:12:40.372 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-16T16:12:40.526 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-portend. 2024-03-16T16:12:40.553 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-16T16:12:40.593 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-16T16:12:40.675 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-16T16:12:40.702 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-16T16:12:40.733 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-16T16:12:40.912 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-16T16:12:40.939 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-16T16:12:40.987 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-16T16:12:40.994 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-webob. 2024-03-16T16:12:41.021 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-16T16:12:41.061 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-16T16:12:41.357 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-16T16:12:41.384 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-16T16:12:41.405 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-waitress. 2024-03-16T16:12:41.432 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-16T16:12:41.432 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-16T16:12:41.475 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-16T16:12:41.800 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-tempita. 2024-03-16T16:12:41.827 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-natsort. 2024-03-16T16:12:41.827 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-16T16:12:41.854 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-16T16:12:41.867 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-16T16:12:41.893 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-16T16:12:42.170 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-paste. 2024-03-16T16:12:42.190 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-logutils. 2024-03-16T16:12:42.196 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-16T16:12:42.217 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-16T16:12:42.228 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-16T16:12:42.257 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-16T16:12:42.556 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-16T16:12:42.559 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-16T16:12:42.571 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-16T16:12:42.586 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-16T16:12:42.614 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-16T16:12:42.626 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-16T16:12:42.875 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-16T16:12:42.891 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-16T16:12:42.925 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-16T16:12:42.928 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-mako. 2024-03-16T16:12:42.956 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-16T16:12:42.995 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-16T16:12:43.203 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-webtest. 2024-03-16T16:12:43.230 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-16T16:12:43.270 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-16T16:12:43.332 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-16T16:12:43.359 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-16T16:12:43.398 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-16T16:12:43.581 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-pecan. 2024-03-16T16:12:43.608 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-16T16:12:43.647 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-16T16:12:43.726 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-16T16:12:43.738 INFO:teuthology.orchestra.run.smithi142.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-2121-g5ea4d9cf-1jammy [112 kB] 2024-03-16T16:12:43.753 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-16T16:12:43.792 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-16T16:12:43.832 INFO:teuthology.orchestra.run.smithi142.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-2121-g5ea4d9cf-1jammy [467 kB] 2024-03-16T16:12:44.185 INFO:teuthology.orchestra.run.smithi142.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-2121-g5ea4d9cf-1jammy [25.0 MB] 2024-03-16T16:12:44.796 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-webob. 2024-03-16T16:12:44.823 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-16T16:12:44.854 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-16T16:12:44.860 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-certifi. 2024-03-16T16:12:44.887 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-16T16:12:44.927 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-16T16:12:45.199 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-waitress. 2024-03-16T16:12:45.226 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-16T16:12:45.255 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-idna. 2024-03-16T16:12:45.268 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-16T16:12:45.282 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-16T16:12:45.322 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-16T16:12:45.576 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-tempita. 2024-03-16T16:12:45.603 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-16T16:12:45.643 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-16T16:12:45.691 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-urllib3. 2024-03-16T16:12:45.718 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-16T16:12:45.766 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-16T16:12:45.945 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-paste. 2024-03-16T16:12:45.973 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-16T16:12:46.012 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-16T16:12:46.145 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-requests. 2024-03-16T16:12:46.171 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-16T16:12:46.211 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-16T16:12:46.299 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-16T16:12:46.326 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-16T16:12:46.365 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-16T16:12:46.497 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-16T16:12:46.524 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-16T16:12:46.564 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-16T16:12:46.668 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-16T16:12:46.695 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-16T16:12:46.734 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-16T16:12:46.858 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-16T16:12:46.885 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2121-g5ea4d9cf-1jammy_all.deb ... 2024-03-16T16:12:46.925 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:47.037 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-webtest. 2024-03-16T16:12:47.064 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-16T16:12:47.103 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-16T16:12:47.255 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-16T16:12:47.282 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:47.313 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:47.407 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-pecan. 2024-03-16T16:12:47.433 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-16T16:12:47.473 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-16T16:12:47.633 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-16T16:12:47.659 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-16T16:12:47.699 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-16T16:12:47.928 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-certifi. 2024-03-16T16:12:47.955 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-16T16:12:47.994 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-16T16:12:48.002 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-openssl. 2024-03-16T16:12:48.028 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-16T16:12:48.068 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-16T16:12:48.280 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-idna. 2024-03-16T16:12:48.308 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-16T16:12:48.347 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-16T16:12:48.388 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-mgr. 2024-03-16T16:12:48.404 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:48.438 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-mgr (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:48.667 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-urllib3. 2024-03-16T16:12:48.694 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-16T16:12:48.733 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-16T16:12:48.783 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-mon. 2024-03-16T16:12:48.809 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:48.849 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-mon (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:49.236 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-requests. 2024-03-16T16:12:49.263 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-16T16:12:49.336 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-16T16:12:49.461 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-osd. 2024-03-16T16:12:49.488 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:49.530 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-osd (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:49.647 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-16T16:12:49.675 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-16T16:12:49.713 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-16T16:12:50.025 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-16T16:12:50.053 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2121-g5ea4d9cf-1jammy_all.deb ... 2024-03-16T16:12:50.092 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:50.454 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-16T16:12:50.482 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:50.521 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:50.650 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph. 2024-03-16T16:12:50.665 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../066-ceph_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:50.708 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:50.840 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-16T16:12:50.867 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-16T16:12:50.907 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-16T16:12:51.028 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-fuse. 2024-03-16T16:12:51.055 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:51.094 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-fuse (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:51.210 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-openssl. 2024-03-16T16:12:51.237 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-16T16:12:51.276 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-16T16:12:51.465 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-mds. 2024-03-16T16:12:51.491 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:51.531 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-mds (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:51.571 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package ceph-mgr. 2024-03-16T16:12:51.598 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:51.629 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking ceph-mgr (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:51.868 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package cephadm. 2024-03-16T16:12:51.891 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../069-cephadm_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:51.934 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking cephadm (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:52.024 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package ceph-mon. 2024-03-16T16:12:52.051 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:52.090 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking ceph-mon (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:52.262 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-16T16:12:52.289 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-16T16:12:52.329 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-16T16:12:52.640 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-16T16:12:52.667 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-16T16:12:52.694 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package ceph-osd. 2024-03-16T16:12:52.707 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-16T16:12:52.721 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:52.760 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking ceph-osd (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:53.721 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-babel. 2024-03-16T16:12:53.750 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-16T16:12:53.787 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-16T16:12:53.847 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package ceph. 2024-03-16T16:12:53.863 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../066-ceph_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:53.896 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking ceph (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:54.099 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-jinja2. 2024-03-16T16:12:54.126 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-16T16:12:54.165 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-16T16:12:54.191 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package ceph-fuse. 2024-03-16T16:12:54.218 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:54.257 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking ceph-fuse (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:54.511 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-16T16:12:54.537 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2121-g5ea4d9cf-1jammy_all.deb ... 2024-03-16T16:12:54.577 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:54.644 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package ceph-mds. 2024-03-16T16:12:54.671 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:54.710 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking ceph-mds (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:54.897 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-16T16:12:54.913 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-16T16:12:54.947 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-16T16:12:55.130 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package cephadm. 2024-03-16T16:12:55.157 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../069-cephadm_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:12:55.196 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking cephadm (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:55.267 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-routes. 2024-03-16T16:12:55.294 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-16T16:12:55.333 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-16T16:12:55.482 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-16T16:12:55.509 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-16T16:12:55.540 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-16T16:12:55.646 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-16T16:12:55.672 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2121-g5ea4d9cf-1jammy_all.deb ... 2024-03-16T16:12:55.712 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:55.852 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-16T16:12:55.879 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-16T16:12:55.918 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-16T16:12:56.141 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-16T16:12:56.156 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-16T16:12:56.190 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-16T16:12:56.686 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-joblib. 2024-03-16T16:12:56.713 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-16T16:12:56.753 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-16T16:12:56.889 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-babel. 2024-03-16T16:12:56.906 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-16T16:12:56.947 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-16T16:12:57.090 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-16T16:12:57.106 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-16T16:12:57.140 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-16T16:12:57.276 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-jinja2. 2024-03-16T16:12:57.303 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-16T16:12:57.342 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-16T16:12:57.410 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-sklearn. 2024-03-16T16:12:57.438 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-16T16:12:57.476 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-16T16:12:57.678 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-16T16:12:57.705 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2121-g5ea4d9cf-1jammy_all.deb ... 2024-03-16T16:12:57.745 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:58.056 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-16T16:12:58.083 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-16T16:12:58.122 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-16T16:12:58.202 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-16T16:12:58.230 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2121-g5ea4d9cf-1jammy_all.deb ... 2024-03-16T16:12:58.380 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:58.434 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-routes. 2024-03-16T16:12:58.461 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-16T16:12:58.500 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-16T16:12:58.837 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-16T16:12:58.866 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2121-g5ea4d9cf-1jammy_all.deb ... 2024-03-16T16:12:58.903 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:12:59.485 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-cachetools. 2024-03-16T16:12:59.507 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-16T16:12:59.511 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-16T16:12:59.535 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-16T16:12:59.551 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-16T16:12:59.573 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-16T16:12:59.837 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-16T16:12:59.864 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-16T16:12:59.903 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-16T16:13:00.094 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-joblib. 2024-03-16T16:13:00.121 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-16T16:13:00.160 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-16T16:13:00.208 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-16T16:13:00.235 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-16T16:13:00.266 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-16T16:13:00.538 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-16T16:13:00.561 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-rsa. 2024-03-16T16:13:00.566 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-16T16:13:00.588 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-16T16:13:00.604 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-16T16:13:00.627 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-16T16:13:00.916 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-sklearn. 2024-03-16T16:13:00.943 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-16T16:13:00.948 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-google-auth. 2024-03-16T16:13:00.973 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-16T16:13:00.975 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-16T16:13:01.014 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-16T16:13:01.335 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-16T16:13:01.362 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-16T16:13:01.401 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-16T16:13:01.688 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-websocket. 2024-03-16T16:13:01.690 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-16T16:13:01.716 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-16T16:13:01.719 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2121-g5ea4d9cf-1jammy_all.deb ... 2024-03-16T16:13:01.754 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-16T16:13:01.851 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:02.075 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-16T16:13:02.103 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-16T16:13:02.141 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-16T16:13:02.790 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-16T16:13:02.806 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2121-g5ea4d9cf-1jammy_all.deb ... 2024-03-16T16:13:02.812 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-cachetools. 2024-03-16T16:13:02.840 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-16T16:13:02.848 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:02.879 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-16T16:13:03.176 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-16T16:13:03.182 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-16T16:13:03.203 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-16T16:13:03.210 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-16T16:13:03.242 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-16T16:13:03.252 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-16T16:13:03.552 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-16T16:13:03.568 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-16T16:13:03.596 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-16T16:13:03.609 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-16T16:13:03.623 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-16T16:13:03.662 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-16T16:13:03.887 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-rsa. 2024-03-16T16:13:03.915 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package jq. 2024-03-16T16:13:03.916 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-16T16:13:03.931 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-16T16:13:03.945 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-16T16:13:04.115 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-16T16:13:04.349 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-google-auth. 2024-03-16T16:13:04.376 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package socat. 2024-03-16T16:13:04.377 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-16T16:13:04.392 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-16T16:13:04.415 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-16T16:13:04.435 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-16T16:13:04.747 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package xmlstarlet. 2024-03-16T16:13:04.763 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-16T16:13:04.769 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-16T16:13:04.797 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-16T16:13:04.805 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-16T16:13:04.835 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-16T16:13:05.146 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-websocket. 2024-03-16T16:13:05.168 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-test. 2024-03-16T16:13:05.174 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-16T16:13:05.184 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:13:05.213 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-16T16:13:05.226 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-test (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:05.524 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-16T16:13:05.552 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-16T16:13:05.591 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-16T16:13:06.296 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-16T16:13:06.313 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2121-g5ea4d9cf-1jammy_all.deb ... 2024-03-16T16:13:06.346 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:06.590 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-16T16:13:06.606 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-16T16:13:06.640 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-16T16:13:06.993 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-16T16:13:07.021 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-16T16:13:07.060 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-16T16:13:07.321 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package jq. 2024-03-16T16:13:07.338 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-16T16:13:07.379 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-16T16:13:07.606 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package socat. 2024-03-16T16:13:07.623 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-16T16:13:07.648 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package ceph-volume. 2024-03-16T16:13:07.656 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-16T16:13:07.675 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2121-g5ea4d9cf-1jammy_all.deb ... 2024-03-16T16:13:07.714 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking ceph-volume (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:07.943 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package xmlstarlet. 2024-03-16T16:13:07.959 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-16T16:13:07.993 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-16T16:13:08.010 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-16T16:13:08.038 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:13:08.077 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking libcephfs-dev (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:08.313 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package ceph-test. 2024-03-16T16:13:08.331 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:13:08.371 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking ceph-test (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:08.371 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-16T16:13:08.399 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-16T16:13:08.429 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-16T16:13:08.760 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-16T16:13:08.788 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-16T16:13:08.827 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-16T16:13:09.423 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package nvme-cli. 2024-03-16T16:13:09.450 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-16T16:13:09.497 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-16T16:13:09.928 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package pkg-config. 2024-03-16T16:13:09.956 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-16T16:13:09.995 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-16T16:13:10.231 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-16T16:13:10.247 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-16T16:13:10.281 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-16T16:13:10.710 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-16T16:13:10.738 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-16T16:13:10.776 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-16T16:13:10.784 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package ceph-volume. 2024-03-16T16:13:10.812 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2121-g5ea4d9cf-1jammy_all.deb ... 2024-03-16T16:13:10.850 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking ceph-volume (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:11.079 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-pastescript. 2024-03-16T16:13:11.107 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-16T16:13:11.146 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-16T16:13:11.196 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-16T16:13:11.224 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:13:11.271 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking libcephfs-dev (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:11.433 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-pluggy. 2024-03-16T16:13:11.461 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-16T16:13:11.491 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-16T16:13:11.615 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-16T16:13:11.643 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-16T16:13:11.681 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-16T16:13:11.803 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-psutil. 2024-03-16T16:13:11.830 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-16T16:13:11.869 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-16T16:13:12.011 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-16T16:13:12.040 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-16T16:13:12.078 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-16T16:13:12.198 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-py. 2024-03-16T16:13:12.225 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-16T16:13:12.264 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-16T16:13:12.507 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package nvme-cli. 2024-03-16T16:13:12.535 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-16T16:13:12.573 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-16T16:13:12.593 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-pygments. 2024-03-16T16:13:12.621 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-16T16:13:12.659 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-16T16:13:12.995 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package pkg-config. 2024-03-16T16:13:13.023 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-16T16:13:13.061 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-16T16:13:13.114 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-16T16:13:13.142 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-16T16:13:13.180 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-16T16:13:13.297 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-16T16:13:13.314 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-16T16:13:13.347 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-16T16:13:13.484 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-toml. 2024-03-16T16:13:13.511 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-16T16:13:13.542 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-16T16:13:13.758 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-16T16:13:13.775 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-16T16:13:13.817 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-16T16:13:13.828 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-pytest. 2024-03-16T16:13:13.856 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-16T16:13:13.894 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-16T16:13:14.095 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-pastescript. 2024-03-16T16:13:14.123 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-16T16:13:14.161 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-16T16:13:14.215 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package python3-simplejson. 2024-03-16T16:13:14.231 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-16T16:13:14.273 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-16T16:13:14.464 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-pluggy. 2024-03-16T16:13:14.492 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-16T16:13:14.530 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-16T16:13:14.535 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-16T16:13:14.562 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-16T16:13:14.601 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-16T16:13:15.167 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-psutil. 2024-03-16T16:13:15.195 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-16T16:13:15.234 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-16T16:13:15.381 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package radosgw. 2024-03-16T16:13:15.409 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../116-radosgw_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:13:15.447 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking radosgw (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:15.595 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-py. 2024-03-16T16:13:15.623 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-16T16:13:15.669 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-16T16:13:16.006 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-pygments. 2024-03-16T16:13:16.034 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-16T16:13:16.072 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-16T16:13:16.226 INFO:teuthology.orchestra.run.smithi179.stdout:Selecting previously unselected package rbd-fuse. 2024-03-16T16:13:16.242 INFO:teuthology.orchestra.run.smithi179.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:13:16.284 INFO:teuthology.orchestra.run.smithi179.stdout:Unpacking rbd-fuse (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:16.526 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-16T16:13:16.543 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-16T16:13:16.572 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-16T16:13:16.576 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-16T16:13:16.814 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-16T16:13:16.879 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-toml. 2024-03-16T16:13:16.907 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-16T16:13:16.945 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-16T16:13:16.949 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-16T16:13:17.215 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-16T16:13:17.248 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-pytest. 2024-03-16T16:13:17.276 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-16T16:13:17.314 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-16T16:13:17.525 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-16T16:13:17.693 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package python3-simplejson. 2024-03-16T16:13:17.721 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-16T16:13:17.759 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-16T16:13:17.959 INFO:teuthology.orchestra.run.smithi179.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-16T16:13:18.020 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-16T16:13:18.037 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-16T16:13:18.078 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-16T16:13:18.086 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up cephadm (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:18.816 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package radosgw. 2024-03-16T16:13:18.844 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../116-radosgw_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:13:18.874 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking radosgw (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:18.977 INFO:teuthology.orchestra.run.smithi179.stdout:Adding system user cephadm....done 2024-03-16T16:13:18.979 INFO:teuthology.orchestra.run.smithi142.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-2121-g5ea4d9cf-1jammy [5,084 kB] 2024-03-16T16:13:19.234 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-16T16:13:19.612 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-16T16:13:19.835 INFO:teuthology.orchestra.run.smithi017.stdout:Selecting previously unselected package rbd-fuse. 2024-03-16T16:13:19.863 INFO:teuthology.orchestra.run.smithi017.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:13:19.864 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-16T16:13:19.901 INFO:teuthology.orchestra.run.smithi017.stdout:Unpacking rbd-fuse (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:19.982 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-16T16:13:20.231 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-16T16:13:20.258 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-16T16:13:20.489 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-16T16:13:20.526 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-16T16:13:20.607 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-16T16:13:20.652 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-16T16:13:20.874 INFO:teuthology.orchestra.run.smithi017.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-16T16:13:20.954 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-16T16:13:21.228 INFO:teuthology.orchestra.run.smithi017.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-16T16:13:21.306 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-16T16:13:21.550 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-16T16:13:21.679 INFO:teuthology.orchestra.run.smithi017.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-16T16:13:21.761 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up cephadm (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:21.809 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-16T16:13:22.069 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-16T16:13:22.337 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-16T16:13:22.361 INFO:teuthology.orchestra.run.smithi017.stdout:Adding system user cephadm....done 2024-03-16T16:13:22.588 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-16T16:13:22.602 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-16T16:13:22.633 INFO:teuthology.orchestra.run.smithi142.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-2121-g5ea4d9cf-1jammy [244 kB] 2024-03-16T16:13:22.839 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-ceph-argparse (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:22.852 INFO:teuthology.orchestra.run.smithi142.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-2121-g5ea4d9cf-1jammy [124 kB] 2024-03-16T16:13:22.961 INFO:teuthology.orchestra.run.smithi142.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-2121-g5ea4d9cf-1jammy [1,524 kB] 2024-03-16T16:13:22.996 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-16T16:13:23.107 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-16T16:13:23.233 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-16T16:13:23.359 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-16T16:13:23.377 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-16T16:13:23.485 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-16T16:13:23.504 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-16T16:13:23.736 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-16T16:13:23.856 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-16T16:13:24.108 INFO:teuthology.orchestra.run.smithi179.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-16T16:13:24.122 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-16T16:13:24.143 INFO:teuthology.orchestra.run.smithi179.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-16T16:13:24.207 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-16T16:13:24.223 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-16T16:13:24.294 INFO:teuthology.orchestra.run.smithi142.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-2121-g5ea4d9cf-1jammy [6,253 kB] 2024-03-16T16:13:24.308 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-16T16:13:24.558 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-16T16:13:24.743 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-16T16:13:24.927 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-16T16:13:25.177 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-16T16:13:25.186 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-16T16:13:25.453 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-16T16:13:25.463 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-16T16:13:25.704 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-16T16:13:25.714 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-16T16:13:25.965 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-16T16:13:25.989 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up zip (3.0-12build2) ... 2024-03-16T16:13:26.115 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-16T16:13:26.241 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-16T16:13:26.509 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-ceph-argparse (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:26.759 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-16T16:13:26.801 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-16T16:13:26.894 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-16T16:13:27.020 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-16T16:13:27.061 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-16T16:13:27.146 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-16T16:13:27.187 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-16T16:13:27.313 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-16T16:13:27.414 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-16T16:13:27.614 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-16T16:13:27.789 INFO:teuthology.orchestra.run.smithi017.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-16T16:13:27.836 INFO:teuthology.orchestra.run.smithi017.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-16T16:13:27.900 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-16T16:13:27.999 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-16T16:13:28.009 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-16T16:13:28.233 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-16T16:13:28.361 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-16T16:13:28.487 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-16T16:13:28.626 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-16T16:13:28.763 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-16T16:13:28.911 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-16T16:13:29.039 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-16T16:13:29.246 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-16T16:13:29.357 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up zip (3.0-12build2) ... 2024-03-16T16:13:29.489 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-16T16:13:29.499 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-16T16:13:29.632 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-ceph-common (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:29.933 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-idna (3.3-1) ... 2024-03-16T16:13:30.235 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-16T16:13:30.252 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-16T16:13:30.511 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-16T16:13:30.637 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-16T16:13:30.763 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-16T16:13:31.081 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-16T16:13:31.377 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-16T16:13:31.498 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-16T16:13:31.612 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-16T16:13:31.746 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-16T16:13:31.774 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-16T16:13:32.006 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-16T16:13:32.132 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-16T16:13:32.159 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-16T16:13:32.258 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-16T16:13:32.436 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-16T16:13:32.601 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-16T16:13:32.787 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-16T16:13:32.861 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-16T16:13:33.071 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-16T16:13:33.103 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-16T16:13:33.181 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-ceph-common (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:33.204 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-16T16:13:33.465 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-idna (3.3-1) ... 2024-03-16T16:13:33.481 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-16T16:13:33.732 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-16T16:13:33.800 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-16T16:13:33.992 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-16T16:13:34.252 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-16T16:13:34.503 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-16T16:13:34.784 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-16T16:13:34.847 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-16T16:13:35.047 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-16T16:13:35.098 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-16T16:13:35.266 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-16T16:13:35.299 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-16T16:13:35.551 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-16T16:13:35.761 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-16T16:13:35.852 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-16T16:13:36.100 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-16T16:13:36.103 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-16T16:13:36.204 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-16T16:13:36.226 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-16T16:13:36.305 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-16T16:13:36.361 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-16T16:13:36.379 INFO:teuthology.orchestra.run.smithi179.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-16T16:13:36.649 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-16T16:13:36.671 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-16T16:13:36.766 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-16T16:13:36.930 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-16T16:13:37.152 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-16T16:13:37.181 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-16T16:13:37.282 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-16T16:13:37.411 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-16T16:13:37.512 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-16T16:13:37.583 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-16T16:13:37.755 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-16T16:13:37.834 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-16T16:13:37.856 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-16T16:13:38.110 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-16T16:13:38.149 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-16T16:13:38.378 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-16T16:13:38.459 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-16T16:13:38.629 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-16T16:13:38.743 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-16T16:13:38.869 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-16T16:13:38.905 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-16T16:13:39.006 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-16T16:13:39.162 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-16T16:13:39.282 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-16T16:13:39.408 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-16T16:13:39.422 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-16T16:13:39.701 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-16T16:13:39.768 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-16T16:13:40.019 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-16T16:13:40.144 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-16T16:13:40.279 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-16T16:13:40.405 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-16T16:13:40.429 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-16T16:13:40.522 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-16T16:13:40.595 INFO:teuthology.orchestra.run.smithi017.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-16T16:13:40.774 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-16T16:13:40.874 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-16T16:13:40.900 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up librados2 (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:41.025 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-16T16:13:41.026 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:41.153 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-16T16:13:41.427 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-16T16:13:41.489 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libcephfs2 (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:41.599 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libradosstriper1 (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:41.708 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-16T16:13:41.711 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-16T16:13:41.837 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-16T16:13:41.985 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up librbd1 (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:42.111 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-mgr-modules-core (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:42.113 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-16T16:13:42.212 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-fuse (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:42.231 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-16T16:13:42.406 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-16T16:13:42.406 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-16T16:13:42.540 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-16T16:13:42.839 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up libcephfs-dev (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:42.841 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-16T16:13:42.957 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-rados (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:43.083 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up librgw2 (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:43.117 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-16T16:13:43.209 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-16T16:13:43.218 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-16T16:13:43.494 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-16T16:13:43.779 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-16T16:13:44.132 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-16T16:13:44.430 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-rbd (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:44.517 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-16T16:13:44.539 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up rbd-fuse (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:44.640 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-rgw (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:44.750 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up python3-cephfs (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:44.835 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-16T16:13:44.876 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-common (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:45.187 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-16T16:13:45.313 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up librados2 (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:45.414 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:45.447 INFO:teuthology.orchestra.run.smithi179.stdout:Adding group ceph....done 2024-03-16T16:13:45.515 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-16T16:13:45.788 INFO:teuthology.orchestra.run.smithi179.stdout:Adding system user ceph....done 2024-03-16T16:13:45.860 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up libcephfs2 (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:45.965 INFO:teuthology.orchestra.run.smithi179.stdout:Setting system user ceph properties....done 2024-03-16T16:13:45.985 INFO:teuthology.orchestra.run.smithi179.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-16T16:13:45.986 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up libradosstriper1 (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:46.119 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-16T16:13:46.228 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-16T16:13:46.387 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-16T16:13:46.555 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up librbd1 (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:46.681 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up ceph-mgr-modules-core (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:46.807 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up ceph-fuse (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:46.829 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-test (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:46.930 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up radosgw (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:47.051 INFO:teuthology.orchestra.run.smithi017.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-16T16:13:47.051 INFO:teuthology.orchestra.run.smithi017.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-16T16:13:47.387 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-16T16:13:47.388 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-16T16:13:47.558 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up libcephfs-dev (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:47.659 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-rados (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:47.770 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up librgw2 (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:47.807 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-base (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:47.895 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-16T16:13:47.916 INFO:teuthology.orchestra.run.smithi142.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-2121-g5ea4d9cf-1jammy [22.8 MB] 2024-03-16T16:13:48.162 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-16T16:13:48.626 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-mds (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:48.861 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-16T16:13:48.861 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-16T16:13:49.148 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-rbd (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:49.249 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up rbd-fuse (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:49.311 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-mgr (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:49.375 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-rgw (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:49.501 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up python3-cephfs (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:49.503 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-16T16:13:49.503 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-16T16:13:49.627 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up ceph-common (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:49.954 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-osd (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:50.170 INFO:teuthology.orchestra.run.smithi017.stdout:Adding group ceph....done 2024-03-16T16:13:50.207 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-16T16:13:50.208 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-16T16:13:50.555 INFO:teuthology.orchestra.run.smithi017.stdout:Adding system user ceph....done 2024-03-16T16:13:50.698 INFO:teuthology.orchestra.run.smithi017.stdout:Setting system user ceph properties....done 2024-03-16T16:13:50.715 INFO:teuthology.orchestra.run.smithi017.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-16T16:13:50.863 INFO:teuthology.orchestra.run.smithi017.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-16T16:13:50.892 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:51.018 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:51.169 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-mon (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:51.258 INFO:teuthology.orchestra.run.smithi017.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-16T16:13:51.379 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-16T16:13:51.379 INFO:teuthology.orchestra.run.smithi179.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-16T16:13:51.754 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up ceph-test (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:51.804 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-mgr-cephadm (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:51.888 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up radosgw (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:51.938 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:52.056 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-mgr-dashboard (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:52.199 INFO:teuthology.orchestra.run.smithi179.stdout:Setting up ceph-volume (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:52.536 INFO:teuthology.orchestra.run.smithi179.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-16T16:13:52.636 INFO:teuthology.orchestra.run.smithi179.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-16T16:13:52.772 INFO:teuthology.orchestra.run.smithi179.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-16T16:13:52.813 INFO:teuthology.orchestra.run.smithi017.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-16T16:13:52.813 INFO:teuthology.orchestra.run.smithi017.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-16T16:13:53.315 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up ceph-base (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:53.664 INFO:teuthology.orchestra.run.smithi017.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-16T16:13:53.757 INFO:teuthology.orchestra.run.smithi179.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-16T16:13:54.150 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up ceph-mds (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:54.377 INFO:teuthology.orchestra.run.smithi017.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-16T16:13:54.377 INFO:teuthology.orchestra.run.smithi017.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-16T16:13:54.409 INFO:teuthology.orchestra.run.smithi179.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-16T16:13:54.414 DEBUG:teuthology.parallel:result is None 2024-03-16T16:13:54.860 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up ceph-mgr (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:55.090 INFO:teuthology.orchestra.run.smithi017.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-16T16:13:55.090 INFO:teuthology.orchestra.run.smithi017.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-16T16:13:55.587 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up ceph-osd (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:55.873 INFO:teuthology.orchestra.run.smithi017.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-16T16:13:55.874 INFO:teuthology.orchestra.run.smithi017.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-16T16:13:56.413 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:56.539 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:56.724 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up ceph-mon (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:56.932 INFO:teuthology.orchestra.run.smithi017.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-16T16:13:56.932 INFO:teuthology.orchestra.run.smithi017.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-16T16:13:57.417 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up ceph-mgr-cephadm (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:57.568 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up ceph (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:57.703 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up ceph-mgr-dashboard (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:57.854 INFO:teuthology.orchestra.run.smithi017.stdout:Setting up ceph-volume (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:13:58.232 INFO:teuthology.orchestra.run.smithi017.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-16T16:13:58.349 INFO:teuthology.orchestra.run.smithi017.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-16T16:13:58.509 INFO:teuthology.orchestra.run.smithi017.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-16T16:13:59.484 INFO:teuthology.orchestra.run.smithi017.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-16T16:14:00.130 INFO:teuthology.orchestra.run.smithi017.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-16T16:14:00.135 DEBUG:teuthology.parallel:result is None 2024-03-16T16:14:12.884 INFO:teuthology.orchestra.run.smithi142.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-2121-g5ea4d9cf-1jammy [14.0 kB] 2024-03-16T16:14:12.885 INFO:teuthology.orchestra.run.smithi142.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-2121-g5ea4d9cf-1jammy [870 kB] 2024-03-16T16:14:13.281 INFO:teuthology.orchestra.run.smithi142.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-2121-g5ea4d9cf-1jammy [2,384 kB] 2024-03-16T16:14:14.513 INFO:teuthology.orchestra.run.smithi142.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-2121-g5ea4d9cf-1jammy [777 kB] 2024-03-16T16:14:14.877 INFO:teuthology.orchestra.run.smithi142.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-2121-g5ea4d9cf-1jammy [144 kB] 2024-03-16T16:14:14.943 INFO:teuthology.orchestra.run.smithi142.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-2121-g5ea4d9cf-1jammy [1,936 kB] 2024-03-16T16:14:16.073 INFO:teuthology.orchestra.run.smithi142.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-2121-g5ea4d9cf-1jammy [8,625 kB] 2024-03-16T16:14:19.938 INFO:teuthology.orchestra.run.smithi142.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-2121-g5ea4d9cf-1jammy [14.2 kB] 2024-03-16T16:14:19.950 INFO:teuthology.orchestra.run.smithi142.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-2121-g5ea4d9cf-1jammy [50.2 MB] 2024-03-16T16:15:17.119 INFO:teuthology.orchestra.run.smithi142.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-2121-g5ea4d9cf-1jammy [121 kB] 2024-03-16T16:15:17.220 INFO:teuthology.orchestra.run.smithi142.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-2121-g5ea4d9cf-1jammy [38.5 kB] 2024-03-16T16:15:17.224 INFO:teuthology.orchestra.run.smithi142.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-2121-g5ea4d9cf-1jammy [13.2 MB] 2024-03-16T16:15:30.987 INFO:teuthology.orchestra.run.smithi142.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-2121-g5ea4d9cf-1jammy [91.7 kB] 2024-03-16T16:15:31.572 INFO:teuthology.orchestra.run.smithi142.stdout:Fetched 178 MB in 3min 20s (888 kB/s) 2024-03-16T16:15:31.740 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-16T16:15:31.838 INFO:teuthology.orchestra.run.smithi142.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-16T16:15:31.843 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-16T16:15:31.922 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-16T16:15:32.334 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-16T16:15:32.360 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-16T16:15:32.392 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-16T16:15:32.711 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-16T16:15:32.738 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-16T16:15:32.778 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-16T16:15:33.232 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-16T16:15:33.258 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-16T16:15:33.306 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-16T16:15:33.718 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-16T16:15:33.744 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-16T16:15:33.784 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-16T16:15:34.079 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-16T16:15:34.105 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-16T16:15:34.137 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-16T16:15:34.507 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-16T16:15:34.533 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-16T16:15:34.574 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-16T16:15:34.935 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package librados2. 2024-03-16T16:15:34.961 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../007-librados2_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:15:35.002 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking librados2 (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:15:35.446 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package librbd1. 2024-03-16T16:15:35.473 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../008-librbd1_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:15:35.513 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking librbd1 (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:15:35.957 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libcephfs2. 2024-03-16T16:15:35.983 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:15:36.023 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libcephfs2 (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:15:36.301 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-rados. 2024-03-16T16:15:36.317 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../010-python3-rados_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:15:36.359 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-rados (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:15:36.704 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-16T16:15:36.730 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-2121-g5ea4d9cf-1jammy_all.deb ... 2024-03-16T16:15:36.770 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-ceph-argparse (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:15:36.998 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-cephfs. 2024-03-16T16:15:37.013 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:15:37.048 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-cephfs (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:15:37.559 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-16T16:15:37.585 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-2121-g5ea4d9cf-1jammy_all.deb ... 2024-03-16T16:15:37.625 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-ceph-common (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:15:37.945 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-16T16:15:37.971 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-16T16:15:38.020 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-16T16:15:38.323 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-prettytable. 2024-03-16T16:15:38.349 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-16T16:15:38.389 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-16T16:15:38.659 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-rbd. 2024-03-16T16:15:38.685 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:15:38.725 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-rbd (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:15:39.012 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-16T16:15:39.038 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-16T16:15:39.070 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-16T16:15:39.347 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-16T16:15:39.373 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-16T16:15:39.414 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-16T16:15:39.725 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-16T16:15:39.740 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-16T16:15:39.783 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-16T16:15:40.112 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package lua5.1. 2024-03-16T16:15:40.138 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-16T16:15:40.178 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-16T16:15:40.481 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package lua-any. 2024-03-16T16:15:40.507 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-16T16:15:40.547 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-16T16:15:40.800 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package zip. 2024-03-16T16:15:40.826 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-16T16:15:40.875 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking zip (3.0-12build2) ... 2024-03-16T16:15:41.195 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package unzip. 2024-03-16T16:15:41.222 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-16T16:15:41.261 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-16T16:15:41.690 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package luarocks. 2024-03-16T16:15:41.716 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-16T16:15:41.748 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-16T16:15:42.139 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package librgw2. 2024-03-16T16:15:42.166 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../025-librgw2_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:15:42.206 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking librgw2 (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:15:42.725 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-rgw. 2024-03-16T16:15:42.740 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:15:42.774 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-rgw (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:15:43.111 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-16T16:15:43.138 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-16T16:15:43.177 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-16T16:15:43.489 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libradosstriper1. 2024-03-16T16:15:43.516 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:15:43.556 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libradosstriper1 (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:15:43.992 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package ceph-common. 2024-03-16T16:15:44.019 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../029-ceph-common_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:15:44.059 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking ceph-common (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:15:45.306 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package ceph-base. 2024-03-16T16:15:45.332 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../030-ceph-base_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:15:45.373 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking ceph-base (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:15:45.960 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-16T16:15:45.987 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-16T16:15:46.026 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-16T16:15:46.329 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-cheroot. 2024-03-16T16:15:46.356 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-16T16:15:46.395 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-16T16:15:46.698 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-16T16:15:46.725 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-16T16:15:46.765 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-16T16:15:47.043 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-16T16:15:47.070 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-16T16:15:47.109 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-16T16:15:47.412 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-16T16:15:47.439 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-16T16:15:47.479 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-16T16:15:47.781 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-tempora. 2024-03-16T16:15:47.808 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-16T16:15:47.848 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-16T16:15:48.159 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-portend. 2024-03-16T16:15:48.186 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-16T16:15:48.217 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-16T16:15:48.495 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-16T16:15:48.522 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-16T16:15:48.562 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-16T16:15:48.865 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-16T16:15:48.891 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-16T16:15:48.931 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-16T16:15:49.251 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-natsort. 2024-03-16T16:15:49.278 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-16T16:15:49.318 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-16T16:15:49.629 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-logutils. 2024-03-16T16:15:49.656 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-16T16:15:49.696 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-16T16:15:49.999 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-16T16:15:50.027 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-16T16:15:50.065 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-16T16:15:50.351 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-mako. 2024-03-16T16:15:50.378 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-16T16:15:50.409 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-16T16:15:50.705 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-16T16:15:50.731 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-16T16:15:50.762 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-16T16:15:51.057 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-16T16:15:51.084 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-16T16:15:51.123 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-16T16:15:51.451 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-webob. 2024-03-16T16:15:51.478 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-16T16:15:51.518 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-16T16:15:51.871 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-waitress. 2024-03-16T16:15:51.899 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-16T16:15:51.940 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-16T16:15:52.215 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-tempita. 2024-03-16T16:15:52.231 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-16T16:15:52.265 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-16T16:15:52.552 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-paste. 2024-03-16T16:15:52.578 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-16T16:15:52.618 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-16T16:15:52.938 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-16T16:15:52.953 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-16T16:15:52.988 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-16T16:15:53.249 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-16T16:15:53.278 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-16T16:15:53.315 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-16T16:15:53.627 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-webtest. 2024-03-16T16:15:53.654 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-16T16:15:53.693 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-16T16:15:54.004 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-pecan. 2024-03-16T16:15:54.031 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-16T16:15:54.071 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-16T16:15:54.417 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-certifi. 2024-03-16T16:15:54.444 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-16T16:15:54.484 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-16T16:15:54.803 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-idna. 2024-03-16T16:15:54.819 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-16T16:15:54.862 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-16T16:15:55.173 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-urllib3. 2024-03-16T16:15:55.200 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-16T16:15:55.239 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-16T16:15:55.559 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-requests. 2024-03-16T16:15:55.586 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-16T16:15:55.625 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-16T16:15:55.945 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-16T16:15:55.972 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-16T16:15:56.011 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-16T16:15:56.314 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-16T16:15:56.330 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-2121-g5ea4d9cf-1jammy_all.deb ... 2024-03-16T16:15:56.373 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking ceph-mgr-modules-core (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:15:56.728 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-16T16:15:56.755 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:15:56.794 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:15:57.097 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-16T16:15:57.124 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-16T16:15:57.163 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-16T16:15:57.475 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-openssl. 2024-03-16T16:15:57.502 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-16T16:15:57.541 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-16T16:15:57.861 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package ceph-mgr. 2024-03-16T16:15:57.888 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:15:57.969 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking ceph-mgr (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:15:58.322 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package ceph-mon. 2024-03-16T16:15:58.349 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:15:58.390 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking ceph-mon (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:15:59.017 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package ceph-osd. 2024-03-16T16:15:59.044 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:15:59.083 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking ceph-osd (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:00.153 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package ceph. 2024-03-16T16:16:00.181 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../066-ceph_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:16:00.220 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking ceph (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:00.472 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package ceph-fuse. 2024-03-16T16:16:00.499 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:16:00.539 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking ceph-fuse (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:00.901 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package ceph-mds. 2024-03-16T16:16:00.927 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:16:00.967 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking ceph-mds (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:01.389 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package cephadm. 2024-03-16T16:16:01.416 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../069-cephadm_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:16:01.455 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking cephadm (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:01.783 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-16T16:16:01.810 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-16T16:16:01.849 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-16T16:16:02.169 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-16T16:16:02.196 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-16T16:16:02.235 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-16T16:16:03.232 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-babel. 2024-03-16T16:16:03.259 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-16T16:16:03.298 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-16T16:16:03.651 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-jinja2. 2024-03-16T16:16:03.678 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-16T16:16:03.717 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-16T16:16:04.096 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-16T16:16:04.123 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-2121-g5ea4d9cf-1jammy_all.deb ... 2024-03-16T16:16:04.164 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking ceph-mgr-cephadm (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:04.499 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-16T16:16:04.526 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-16T16:16:04.565 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-16T16:16:04.843 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-routes. 2024-03-16T16:16:04.858 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-16T16:16:04.893 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-16T16:16:05.196 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-16T16:16:05.212 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-2121-g5ea4d9cf-1jammy_all.deb ... 2024-03-16T16:16:05.246 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking ceph-mgr-dashboard (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:05.683 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-16T16:16:05.709 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-16T16:16:05.749 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-16T16:16:06.252 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-joblib. 2024-03-16T16:16:06.279 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-16T16:16:06.319 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-16T16:16:06.681 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-16T16:16:06.708 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-16T16:16:06.747 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-16T16:16:07.050 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-sklearn. 2024-03-16T16:16:07.077 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-16T16:16:07.117 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-16T16:16:07.833 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-16T16:16:07.861 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-2121-g5ea4d9cf-1jammy_all.deb ... 2024-03-16T16:16:08.001 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:09.088 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-cachetools. 2024-03-16T16:16:09.116 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-16T16:16:09.155 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-16T16:16:09.458 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-16T16:16:09.485 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-16T16:16:09.524 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-16T16:16:09.869 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-16T16:16:09.896 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-16T16:16:09.935 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-16T16:16:10.247 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-rsa. 2024-03-16T16:16:10.275 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-16T16:16:10.313 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-16T16:16:10.609 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-google-auth. 2024-03-16T16:16:10.636 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-16T16:16:10.675 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-16T16:16:10.978 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-16T16:16:11.005 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-16T16:16:11.053 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-16T16:16:11.364 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-websocket. 2024-03-16T16:16:11.391 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-16T16:16:11.431 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-16T16:16:11.734 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-16T16:16:11.761 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-16T16:16:11.800 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-16T16:16:12.431 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-16T16:16:12.447 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-2121-g5ea4d9cf-1jammy_all.deb ... 2024-03-16T16:16:12.489 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:12.809 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-16T16:16:12.836 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-16T16:16:12.875 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-16T16:16:13.186 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-16T16:16:13.214 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-16T16:16:13.244 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-16T16:16:13.489 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package jq. 2024-03-16T16:16:13.505 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-16T16:16:13.547 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-16T16:16:13.783 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package socat. 2024-03-16T16:16:13.799 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-16T16:16:13.841 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-16T16:16:14.203 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package xmlstarlet. 2024-03-16T16:16:14.230 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-16T16:16:14.278 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-16T16:16:14.657 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package ceph-test. 2024-03-16T16:16:14.685 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../097-ceph-test_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:16:14.723 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking ceph-test (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:16.978 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package ceph-volume. 2024-03-16T16:16:17.005 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-2121-g5ea4d9cf-1jammy_all.deb ... 2024-03-16T16:16:17.052 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking ceph-volume (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:17.365 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-16T16:16:17.381 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:16:17.423 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking libcephfs-dev (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:17.726 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-16T16:16:17.754 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-16T16:16:17.792 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-16T16:16:18.122 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-16T16:16:18.150 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-16T16:16:18.188 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-16T16:16:18.567 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package nvme-cli. 2024-03-16T16:16:18.594 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-16T16:16:18.633 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-16T16:16:19.055 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package pkg-config. 2024-03-16T16:16:19.085 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-16T16:16:19.122 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-16T16:16:19.358 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-16T16:16:19.374 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-16T16:16:19.407 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-16T16:16:19.836 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-16T16:16:19.863 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-16T16:16:19.902 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-16T16:16:20.172 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-pastescript. 2024-03-16T16:16:20.199 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-16T16:16:20.238 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-16T16:16:20.525 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-pluggy. 2024-03-16T16:16:20.552 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-16T16:16:20.583 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-16T16:16:20.869 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-psutil. 2024-03-16T16:16:20.896 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-16T16:16:20.935 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-16T16:16:21.305 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-py. 2024-03-16T16:16:21.333 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-16T16:16:21.372 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-16T16:16:21.692 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-pygments. 2024-03-16T16:16:21.719 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-16T16:16:21.758 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-16T16:16:22.229 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-16T16:16:22.256 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-16T16:16:22.295 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-16T16:16:22.615 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-toml. 2024-03-16T16:16:22.642 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-16T16:16:22.681 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-16T16:16:22.942 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-pytest. 2024-03-16T16:16:22.970 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-16T16:16:23.000 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-16T16:16:23.337 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package python3-simplejson. 2024-03-16T16:16:23.365 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-16T16:16:23.412 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-16T16:16:23.698 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-16T16:16:23.726 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-16T16:16:23.764 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-16T16:16:24.493 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package radosgw. 2024-03-16T16:16:24.521 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../116-radosgw_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:16:24.551 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking radosgw (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:25.338 INFO:teuthology.orchestra.run.smithi142.stdout:Selecting previously unselected package rbd-fuse. 2024-03-16T16:16:25.365 INFO:teuthology.orchestra.run.smithi142.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-2121-g5ea4d9cf-1jammy_amd64.deb ... 2024-03-16T16:16:25.421 INFO:teuthology.orchestra.run.smithi142.stdout:Unpacking rbd-fuse (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:25.724 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-16T16:16:25.976 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-16T16:16:26.085 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-16T16:16:26.319 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-16T16:16:26.634 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-16T16:16:27.074 INFO:teuthology.orchestra.run.smithi142.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-16T16:16:27.137 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up cephadm (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:27.620 INFO:teuthology.orchestra.run.smithi142.stdout:Adding system user cephadm....done 2024-03-16T16:16:27.759 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-16T16:16:28.044 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-16T16:16:28.278 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-16T16:16:28.396 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-16T16:16:28.647 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-16T16:16:28.907 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-16T16:16:29.033 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-16T16:16:29.343 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-16T16:16:29.694 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-16T16:16:29.937 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-16T16:16:30.205 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-16T16:16:30.474 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-16T16:16:30.725 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-16T16:16:30.984 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-16T16:16:31.268 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-ceph-argparse (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:31.511 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-16T16:16:31.612 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-16T16:16:31.713 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-16T16:16:31.839 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-16T16:16:32.098 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-16T16:16:32.463 INFO:teuthology.orchestra.run.smithi142.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-16T16:16:32.496 INFO:teuthology.orchestra.run.smithi142.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-16T16:16:32.560 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-16T16:16:32.660 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-16T16:16:33.012 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-16T16:16:33.113 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-16T16:16:33.381 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-16T16:16:33.640 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-16T16:16:33.949 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up zip (3.0-12build2) ... 2024-03-16T16:16:34.075 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-16T16:16:34.760 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-16T16:16:35.004 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-16T16:16:35.121 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-16T16:16:35.247 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-16T16:16:35.548 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-16T16:16:35.932 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-16T16:16:36.183 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-16T16:16:36.602 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-16T16:16:36.870 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-16T16:16:37.229 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-16T16:16:37.480 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-16T16:16:37.606 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-ceph-common (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:37.924 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-idna (3.3-1) ... 2024-03-16T16:16:38.250 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-16T16:16:39.464 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-16T16:16:39.988 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-16T16:16:40.217 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-16T16:16:40.476 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-16T16:16:40.577 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-16T16:16:40.678 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-16T16:16:40.971 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-16T16:16:41.239 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-16T16:16:41.490 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-16T16:16:41.616 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-16T16:16:41.926 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-16T16:16:42.168 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-16T16:16:42.411 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-16T16:16:42.645 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-16T16:16:42.896 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-16T16:16:43.164 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-16T16:16:43.290 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-16T16:16:43.591 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-16T16:16:43.717 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-16T16:16:44.002 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-16T16:16:44.286 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-16T16:16:44.570 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-16T16:16:44.696 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-16T16:16:44.822 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-16T16:16:44.911 INFO:teuthology.orchestra.run.smithi142.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-16T16:16:45.141 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-16T16:16:45.267 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-16T16:16:45.651 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-16T16:16:45.886 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-16T16:16:46.014 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-16T16:16:46.265 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-16T16:16:46.391 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-16T16:16:46.709 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-16T16:16:47.001 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-16T16:16:47.252 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-16T16:16:47.354 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-16T16:16:47.612 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-16T16:16:47.922 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-16T16:16:48.267 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-16T16:16:48.669 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-16T16:16:48.928 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-16T16:16:49.256 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-16T16:16:49.382 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up librados2 (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:49.508 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libsqlite3-mod-ceph (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:49.634 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-16T16:16:49.912 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libcephfs2 (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:50.038 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libradosstriper1 (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:50.190 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-16T16:16:50.474 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up librbd1 (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:50.592 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up ceph-mgr-modules-core (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:50.693 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up ceph-fuse (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:50.894 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-16T16:16:50.895 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-16T16:16:51.386 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up libcephfs-dev (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:51.504 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-rados (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:51.630 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up librgw2 (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:51.764 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-16T16:16:53.001 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-rbd (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:53.102 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up rbd-fuse (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:53.203 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-rgw (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:53.329 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up python3-cephfs (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:53.455 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up ceph-common (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:53.989 INFO:teuthology.orchestra.run.smithi142.stdout:Adding group ceph....done 2024-03-16T16:16:54.265 INFO:teuthology.orchestra.run.smithi142.stdout:Adding system user ceph....done 2024-03-16T16:16:54.417 INFO:teuthology.orchestra.run.smithi142.stdout:Setting system user ceph properties....done 2024-03-16T16:16:54.430 INFO:teuthology.orchestra.run.smithi142.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-16T16:16:54.564 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-16T16:16:54.861 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-16T16:16:55.348 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up ceph-test (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:55.473 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up radosgw (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:55.932 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-16T16:16:55.932 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-16T16:16:56.417 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up ceph-base (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:56.728 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-16T16:16:57.227 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up ceph-mds (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:57.470 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-16T16:16:57.471 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-16T16:16:57.979 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up ceph-mgr (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:58.190 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-16T16:16:58.191 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-16T16:16:58.732 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up ceph-osd (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:59.122 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-16T16:16:59.122 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-16T16:16:59.625 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up ceph-mgr-k8sevents (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:59.742 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:16:59.869 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up ceph-mon (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:17:00.077 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-16T16:17:00.077 INFO:teuthology.orchestra.run.smithi142.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-16T16:17:00.958 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up ceph-mgr-cephadm (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:17:01.109 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up ceph (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:17:01.243 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up ceph-mgr-dashboard (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:17:01.377 INFO:teuthology.orchestra.run.smithi142.stdout:Setting up ceph-volume (19.0.0-2121-g5ea4d9cf-1jammy) ... 2024-03-16T16:17:01.713 INFO:teuthology.orchestra.run.smithi142.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-16T16:17:01.823 INFO:teuthology.orchestra.run.smithi142.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-16T16:17:01.975 INFO:teuthology.orchestra.run.smithi142.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-16T16:17:02.683 INFO:teuthology.orchestra.run.smithi142.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-16T16:17:03.324 INFO:teuthology.orchestra.run.smithi142.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-16T16:17:03.330 DEBUG:teuthology.parallel:result is None 2024-03-16T16:17:03.330 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5ea4d9cfac4d9f2893126a48d28cca7da69243c1 2024-03-16T16:17:03.476 DEBUG:teuthology.orchestra.run.smithi017:> dpkg-query -W -f '${Version}' ceph 2024-03-16T16:17:03.496 INFO:teuthology.orchestra.run.smithi017.stdout:19.0.0-2121-g5ea4d9cf-1jammy 2024-03-16T16:17:03.497 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2121-g5ea4d9cf-1jammy 2024-03-16T16:17:03.497 INFO:teuthology.task.install:The correct ceph version 19.0.0-2121-g5ea4d9cf-1jammy is installed. 2024-03-16T16:17:03.500 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5ea4d9cfac4d9f2893126a48d28cca7da69243c1 2024-03-16T16:17:03.651 DEBUG:teuthology.orchestra.run.smithi142:> dpkg-query -W -f '${Version}' ceph 2024-03-16T16:17:03.670 INFO:teuthology.orchestra.run.smithi142.stdout:19.0.0-2121-g5ea4d9cf-1jammy 2024-03-16T16:17:03.670 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2121-g5ea4d9cf-1jammy 2024-03-16T16:17:03.670 INFO:teuthology.task.install:The correct ceph version 19.0.0-2121-g5ea4d9cf-1jammy is installed. 2024-03-16T16:17:03.672 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5ea4d9cfac4d9f2893126a48d28cca7da69243c1 2024-03-16T16:17:03.823 DEBUG:teuthology.orchestra.run.smithi179:> dpkg-query -W -f '${Version}' ceph 2024-03-16T16:17:03.842 INFO:teuthology.orchestra.run.smithi179.stdout:19.0.0-2121-g5ea4d9cf-1jammy 2024-03-16T16:17:03.843 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-2121-g5ea4d9cf-1jammy 2024-03-16T16:17:03.843 INFO:teuthology.task.install:The correct ceph version 19.0.0-2121-g5ea4d9cf-1jammy is installed. 2024-03-16T16:17:03.844 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-03-16T16:17:03.845 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-03-16T16:17:03.845 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-16T16:17:03.859 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-03-16T16:17:03.859 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-16T16:17:03.873 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-03-16T16:17:03.873 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-16T16:17:03.898 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-03-16T16:17:03.898 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-03-16T16:17:03.898 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd of=/usr/bin/daemon-helper 2024-03-16T16:17:03.918 DEBUG:teuthology.orchestra.run.smithi017:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-16T16:17:03.974 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-03-16T16:17:03.974 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/usr/bin/daemon-helper 2024-03-16T16:17:03.987 DEBUG:teuthology.orchestra.run.smithi142:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-16T16:17:04.042 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-03-16T16:17:04.042 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/usr/bin/daemon-helper 2024-03-16T16:17:04.056 DEBUG:teuthology.orchestra.run.smithi179:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-16T16:17:04.108 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-03-16T16:17:04.108 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-03-16T16:17:04.108 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-16T16:17:04.123 DEBUG:teuthology.orchestra.run.smithi017:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-16T16:17:04.177 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-03-16T16:17:04.177 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-16T16:17:04.190 DEBUG:teuthology.orchestra.run.smithi142:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-16T16:17:04.246 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-03-16T16:17:04.247 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-16T16:17:04.260 DEBUG:teuthology.orchestra.run.smithi179:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-16T16:17:04.312 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-03-16T16:17:04.313 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-03-16T16:17:04.313 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd of=/usr/bin/stdin-killer 2024-03-16T16:17:04.327 DEBUG:teuthology.orchestra.run.smithi017:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-16T16:17:04.382 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-03-16T16:17:04.382 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/usr/bin/stdin-killer 2024-03-16T16:17:04.395 DEBUG:teuthology.orchestra.run.smithi142:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-16T16:17:04.450 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-03-16T16:17:04.450 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/usr/bin/stdin-killer 2024-03-16T16:17:04.464 DEBUG:teuthology.orchestra.run.smithi179:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-16T16:17:04.516 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-16T16:17:04.640 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': '5ea4d9cfac4d9f2893126a48d28cca7da69243c1'} 2024-03-16T16:17:04.641 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 2024-03-16T16:17:04.641 INFO:tasks.cephadm:Cluster fsid is a0ca21ee-e3b0-11ee-95c9-87774f69a715 2024-03-16T16:17:04.641 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-16T16:17:04.641 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.17', 'mon.b': '172.21.15.142', 'mon.c': '172.21.15.179'} 2024-03-16T16:17:04.641 INFO:tasks.cephadm:First mon is mon.a on smithi017 2024-03-16T16:17:04.642 INFO:tasks.cephadm:First mgr is a 2024-03-16T16:17:04.642 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-16T16:17:04.642 DEBUG:teuthology.orchestra.run.smithi017:> sudo hostname $(hostname -s) 2024-03-16T16:17:04.657 DEBUG:teuthology.orchestra.run.smithi142:> sudo hostname $(hostname -s) 2024-03-16T16:17:04.672 DEBUG:teuthology.orchestra.run.smithi179:> sudo hostname $(hostname -s) 2024-03-16T16:17:04.686 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-03-16T16:17:04.686 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=5ea4d9cfac4d9f2893126a48d28cca7da69243c1 2024-03-16T16:17:04.905 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '5ea4d9cfac4d9f2893126a48d28cca7da69243c1', '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/77679/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-2121-g5ea4d9cf', 'node_name': '172.21.2.17+braggi17', '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-2121-g5ea4d9cf-1jammy'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-03-15 17:58:53.502376', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri6-testing-2024-03-15-0709', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-03-16T16:17:05.140 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-yuri6-testing-2024-03-15-0709, sha1 5ea4d9cfac4d9f2893126a48d28cca7da69243c1 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=5ea4d9cfac4d9f2893126a48d28cca7da69243c1 2024-03-16T16:17:05.141 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-03-16T16:17:05.142 DEBUG:teuthology.orchestra.run.smithi017:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-16T16:17:05.827 INFO:teuthology.orchestra.run.smithi017.stdout:-rw-rw-r-- 1 ubuntu ubuntu 774640 Mar 16 16:17 /home/ubuntu/cephtest/cephadm 2024-03-16T16:17:05.827 DEBUG:teuthology.orchestra.run.smithi142:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-16T16:17:06.358 INFO:teuthology.orchestra.run.smithi142.stdout:-rw-rw-r-- 1 ubuntu ubuntu 774640 Mar 16 16:17 /home/ubuntu/cephtest/cephadm 2024-03-16T16:17:06.358 DEBUG:teuthology.orchestra.run.smithi179:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri6-testing-2024-03-15-0709/5ea4d9cfac4d9f2893126a48d28cca7da69243c1/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-16T16:17:07.252 INFO:teuthology.orchestra.run.smithi179.stdout:-rw-rw-r-- 1 ubuntu ubuntu 774640 Mar 16 16:17 /home/ubuntu/cephtest/cephadm 2024-03-16T16:17:07.252 DEBUG:teuthology.orchestra.run.smithi017:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-16T16:17:07.260 DEBUG:teuthology.orchestra.run.smithi142:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-16T16:17:07.268 DEBUG:teuthology.orchestra.run.smithi179:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-16T16:17:07.308 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 on all hosts... 2024-03-16T16:17:07.308 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 pull 2024-03-16T16:17:07.311 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 pull 2024-03-16T16:17:07.313 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 pull 2024-03-16T16:17:07.476 INFO:teuthology.orchestra.run.smithi142.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1... 2024-03-16T16:17:07.478 INFO:teuthology.orchestra.run.smithi017.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1... 2024-03-16T16:17:07.480 INFO:teuthology.orchestra.run.smithi179.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1... 2024-03-16T16:18:00.319 INFO:teuthology.orchestra.run.smithi142.stdout:{ 2024-03-16T16:18:00.320 INFO:teuthology.orchestra.run.smithi142.stdout: "ceph_version": "ceph version 19.0.0-2121-g5ea4d9cf (5ea4d9cfac4d9f2893126a48d28cca7da69243c1) squid (dev)", 2024-03-16T16:18:00.320 INFO:teuthology.orchestra.run.smithi142.stdout: "image_id": "3f3b48f8e85f5af956e73d20a98b955dfe8f83b7a1468b1adf419cceff4645e9", 2024-03-16T16:18:00.320 INFO:teuthology.orchestra.run.smithi142.stdout: "repo_digests": [ 2024-03-16T16:18:00.320 INFO:teuthology.orchestra.run.smithi142.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348" 2024-03-16T16:18:00.320 INFO:teuthology.orchestra.run.smithi142.stdout: ] 2024-03-16T16:18:00.320 INFO:teuthology.orchestra.run.smithi142.stdout:} 2024-03-16T16:18:14.580 INFO:teuthology.orchestra.run.smithi017.stdout:{ 2024-03-16T16:18:14.581 INFO:teuthology.orchestra.run.smithi017.stdout: "ceph_version": "ceph version 19.0.0-2121-g5ea4d9cf (5ea4d9cfac4d9f2893126a48d28cca7da69243c1) squid (dev)", 2024-03-16T16:18:14.581 INFO:teuthology.orchestra.run.smithi017.stdout: "image_id": "3f3b48f8e85f5af956e73d20a98b955dfe8f83b7a1468b1adf419cceff4645e9", 2024-03-16T16:18:14.581 INFO:teuthology.orchestra.run.smithi017.stdout: "repo_digests": [ 2024-03-16T16:18:14.581 INFO:teuthology.orchestra.run.smithi017.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348" 2024-03-16T16:18:14.581 INFO:teuthology.orchestra.run.smithi017.stdout: ] 2024-03-16T16:18:14.581 INFO:teuthology.orchestra.run.smithi017.stdout:} 2024-03-16T16:18:16.759 INFO:teuthology.orchestra.run.smithi179.stdout:{ 2024-03-16T16:18:16.759 INFO:teuthology.orchestra.run.smithi179.stdout: "ceph_version": "ceph version 19.0.0-2121-g5ea4d9cf (5ea4d9cfac4d9f2893126a48d28cca7da69243c1) squid (dev)", 2024-03-16T16:18:16.759 INFO:teuthology.orchestra.run.smithi179.stdout: "image_id": "3f3b48f8e85f5af956e73d20a98b955dfe8f83b7a1468b1adf419cceff4645e9", 2024-03-16T16:18:16.759 INFO:teuthology.orchestra.run.smithi179.stdout: "repo_digests": [ 2024-03-16T16:18:16.759 INFO:teuthology.orchestra.run.smithi179.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348" 2024-03-16T16:18:16.759 INFO:teuthology.orchestra.run.smithi179.stdout: ] 2024-03-16T16:18:16.760 INFO:teuthology.orchestra.run.smithi179.stdout:} 2024-03-16T16:18:16.807 DEBUG:teuthology.orchestra.run.smithi017:> sudo mkdir -p /etc/ceph 2024-03-16T16:18:16.822 DEBUG:teuthology.orchestra.run.smithi142:> sudo mkdir -p /etc/ceph 2024-03-16T16:18:16.836 DEBUG:teuthology.orchestra.run.smithi179:> sudo mkdir -p /etc/ceph 2024-03-16T16:18:16.850 DEBUG:teuthology.orchestra.run.smithi017:> sudo chmod 777 /etc/ceph 2024-03-16T16:18:16.877 DEBUG:teuthology.orchestra.run.smithi142:> sudo chmod 777 /etc/ceph 2024-03-16T16:18:16.890 DEBUG:teuthology.orchestra.run.smithi179:> sudo chmod 777 /etc/ceph 2024-03-16T16:18:16.904 INFO:tasks.cephadm:Writing seed config... 2024-03-16T16:18:16.912 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-03-16T16:18:16.913 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-16T16:18:16.913 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-16T16:18:16.913 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-03-16T16:18:16.913 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-16T16:18:16.913 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-16T16:18:16.913 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-16T16:18:16.913 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-16T16:18:16.913 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-16T16:18:16.914 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-03-16T16:18:16.914 DEBUG:teuthology.orchestra.run.smithi017:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-16T16:18:16.929 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 = a0ca21ee-e3b0-11ee-95c9-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-16T16:18:16.929 DEBUG:teuthology.orchestra.run.smithi017:mon.a> sudo journalctl -f -n 0 -u ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@mon.a.service 2024-03-16T16:18:16.975 DEBUG:teuthology.orchestra.run.smithi017:mgr.a> sudo journalctl -f -n 0 -u ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@mgr.a.service 2024-03-16T16:18:17.018 INFO:tasks.cephadm:Bootstrapping... 2024-03-16T16:18:17.018 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 -v bootstrap --fsid a0ca21ee-e3b0-11ee-95c9-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.17 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-16T16:18:17.236 INFO:teuthology.orchestra.run.smithi017.stdout:-------------------------------------------------------------------------------- 2024-03-16T16:18:17.236 INFO:teuthology.orchestra.run.smithi017.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1', '-v', 'bootstrap', '--fsid', 'a0ca21ee-e3b0-11ee-95c9-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.17', '--skip-admin-label'] 2024-03-16T16:18:17.236 INFO:teuthology.orchestra.run.smithi017.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-03-16T16:18:17.237 INFO:teuthology.orchestra.run.smithi017.stdout:Verifying podman|docker is present... 2024-03-16T16:18:17.237 INFO:teuthology.orchestra.run.smithi017.stdout:Verifying lvm2 is present... 2024-03-16T16:18:17.237 INFO:teuthology.orchestra.run.smithi017.stdout:Verifying time synchronization is in place... 2024-03-16T16:18:17.243 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-16T16:18:17.243 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-16T16:18:17.247 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-16T16:18:17.248 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout inactive 2024-03-16T16:18:17.251 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-16T16:18:17.252 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-16T16:18:17.257 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-16T16:18:17.257 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout inactive 2024-03-16T16:18:17.261 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-16T16:18:17.261 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout masked 2024-03-16T16:18:17.271 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-16T16:18:17.271 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout inactive 2024-03-16T16:18:17.271 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-16T16:18:17.272 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-16T16:18:17.272 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-16T16:18:17.272 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout inactive 2024-03-16T16:18:17.277 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout enabled 2024-03-16T16:18:17.281 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout active 2024-03-16T16:18:17.281 INFO:teuthology.orchestra.run.smithi017.stdout:Unit ntp.service is enabled and running 2024-03-16T16:18:17.281 INFO:teuthology.orchestra.run.smithi017.stdout:Repeating the final host check... 2024-03-16T16:18:17.281 INFO:teuthology.orchestra.run.smithi017.stdout:docker (/usr/bin/docker) is present 2024-03-16T16:18:17.281 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl is present 2024-03-16T16:18:17.281 INFO:teuthology.orchestra.run.smithi017.stdout:lvcreate is present 2024-03-16T16:18:17.285 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-16T16:18:17.285 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-16T16:18:17.288 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-16T16:18:17.288 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout inactive 2024-03-16T16:18:17.292 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-16T16:18:17.292 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-16T16:18:17.296 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-16T16:18:17.296 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout inactive 2024-03-16T16:18:17.299 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-16T16:18:17.299 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout masked 2024-03-16T16:18:17.302 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-16T16:18:17.302 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout inactive 2024-03-16T16:18:17.306 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-16T16:18:17.306 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-16T16:18:17.310 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-16T16:18:17.310 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout inactive 2024-03-16T16:18:17.313 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout enabled 2024-03-16T16:18:17.317 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stdout active 2024-03-16T16:18:17.318 INFO:teuthology.orchestra.run.smithi017.stdout:Unit ntp.service is enabled and running 2024-03-16T16:18:17.318 INFO:teuthology.orchestra.run.smithi017.stdout:Host looks OK 2024-03-16T16:18:17.318 INFO:teuthology.orchestra.run.smithi017.stdout:Cluster fsid: a0ca21ee-e3b0-11ee-95c9-87774f69a715 2024-03-16T16:18:17.318 INFO:teuthology.orchestra.run.smithi017.stdout:Acquiring lock 140172634353584 on /run/cephadm/a0ca21ee-e3b0-11ee-95c9-87774f69a715.lock 2024-03-16T16:18:17.318 INFO:teuthology.orchestra.run.smithi017.stdout:Lock 140172634353584 acquired on /run/cephadm/a0ca21ee-e3b0-11ee-95c9-87774f69a715.lock 2024-03-16T16:18:17.318 INFO:teuthology.orchestra.run.smithi017.stdout:Verifying IP 172.21.15.17 port 3300 ... 2024-03-16T16:18:17.318 INFO:teuthology.orchestra.run.smithi017.stdout:Verifying IP 172.21.15.17 port 6789 ... 2024-03-16T16:18:17.318 INFO:teuthology.orchestra.run.smithi017.stdout:Base mon IP(s) is [172.21.15.17:3300, 172.21.15.17:6789], mon addrv is [v2:172.21.15.17:3300,v1:172.21.15.17:6789] 2024-03-16T16:18:17.320 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-03-16T16:18:17.320 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-03-16T16:18:17.320 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.17 2024-03-16T16:18:17.323 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-03-16T16:18:17.323 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-03-16T16:18:17.323 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1794sec hoplimit 64 pref medium 2024-03-16T16:18:17.326 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-16T16:18:17.326 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-03-16T16:18:17.326 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-16T16:18:17.326 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-03-16T16:18:17.326 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/sbin/ip: stdout inet6 fe80::ec4:7aff:fe59:d992/64 scope link 2024-03-16T16:18:17.326 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-16T16:18:17.327 INFO:teuthology.orchestra.run.smithi017.stdout:Mon IP `172.21.15.17` is in CIDR network `172.21.0.0/20` 2024-03-16T16:18:17.327 INFO:teuthology.orchestra.run.smithi017.stdout:Mon IP `172.21.15.17` is in CIDR network `172.21.0.0/20` 2024-03-16T16:18:17.327 INFO:teuthology.orchestra.run.smithi017.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-03-16T16:18:17.327 INFO:teuthology.orchestra.run.smithi017.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-16T16:18:17.328 INFO:teuthology.orchestra.run.smithi017.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1... 2024-03-16T16:18:17.609 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/docker: stdout 5ea4d9cfac4d9f2893126a48d28cca7da69243c1: Pulling from ceph-ci/ceph 2024-03-16T16:18:17.609 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/docker: stdout Digest: sha256:fe6d9f0402dea10394b7e1b4a7b62386c2c108bbf1c5276560690a5cab7d3348 2024-03-16T16:18:17.609 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 2024-03-16T16:18:17.609 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 2024-03-16T16:18:19.100 INFO:teuthology.orchestra.run.smithi017.stdout:ceph: stdout ceph version 19.0.0-2121-g5ea4d9cf (5ea4d9cfac4d9f2893126a48d28cca7da69243c1) squid (dev) 2024-03-16T16:18:19.100 INFO:teuthology.orchestra.run.smithi017.stdout:Ceph version: ceph version 19.0.0-2121-g5ea4d9cf (5ea4d9cfac4d9f2893126a48d28cca7da69243c1) squid (dev) 2024-03-16T16:18:19.100 INFO:teuthology.orchestra.run.smithi017.stdout:Extracting ceph user uid/gid from container image... 2024-03-16T16:18:20.563 INFO:teuthology.orchestra.run.smithi017.stdout:stat: stdout 167 167 2024-03-16T16:18:20.563 INFO:teuthology.orchestra.run.smithi017.stdout:Creating initial keys... 2024-03-16T16:18:22.078 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-authtool: stdout AQBNxvVlgyZ0GBAAcZ0P3/iOsiqa8GQymYfCuw== 2024-03-16T16:18:23.422 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-authtool: stdout AQBOxvVl3FQSNRAALIJz6PO25wWblxilF9rE8g== 2024-03-16T16:18:24.709 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-authtool: stdout AQBQxvVlJwKcCxAA24KlrbL0knt85CQDMXm4MQ== 2024-03-16T16:18:24.710 INFO:teuthology.orchestra.run.smithi017.stdout:Creating initial monmap... 2024-03-16T16:18:25.965 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-16T16:18:25.965 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-03-16T16:18:25.965 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to a0ca21ee-e3b0-11ee-95c9-87774f69a715 2024-03-16T16:18:25.965 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-16T16:18:25.965 INFO:teuthology.orchestra.run.smithi017.stdout:monmaptool for a [v2:172.21.15.17:3300,v1:172.21.15.17:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-16T16:18:25.965 INFO:teuthology.orchestra.run.smithi017.stdout:setting min_mon_release = quincy 2024-03-16T16:18:25.965 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/monmaptool: set fsid to a0ca21ee-e3b0-11ee-95c9-87774f69a715 2024-03-16T16:18:25.965 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-16T16:18:25.965 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-03-16T16:18:25.965 INFO:teuthology.orchestra.run.smithi017.stdout:Creating mon... 2024-03-16T16:18:27.334 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-16T16:18:27.334 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 1 imported monmap: 2024-03-16T16:18:27.334 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-03-16T16:18:27.334 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 2024-03-16T16:18:27.334 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-03-16T16:18:25.437173+0000 2024-03-16T16:18:27.335 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr created 2024-03-16T16:18:25.437173+0000 2024-03-16T16:18:27.335 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-03-16T16:18:27.335 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-03-16T16:18:27.335 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0] mon.a 2024-03-16T16:18:27.335 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr 2024-03-16T16:18:27.335 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 0 /usr/bin/ceph-mon: set fsid to a0ca21ee-e3b0-11ee-95c9-87774f69a715 2024-03-16T16:18:27.335 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: RocksDB version: 7.9.2 2024-03-16T16:18:27.335 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr 2024-03-16T16:18:27.335 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Git sha 0 2024-03-16T16:18:27.335 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Compile date 2024-03-15 15:33:47 2024-03-16T16:18:27.335 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: DB SUMMARY 2024-03-16T16:18:27.335 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr 2024-03-16T16:18:27.336 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: DB Session ID: JIWLLS9EVETRZAPTDIY9 2024-03-16T16:18:27.336 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr 2024-03-16T16:18:27.336 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-03-16T16:18:27.336 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr 2024-03-16T16:18:27.336 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-03-16T16:18:27.336 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr 2024-03-16T16:18:27.336 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.error_if_exists: 0 2024-03-16T16:18:27.336 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.create_if_missing: 1 2024-03-16T16:18:27.336 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.paranoid_checks: 1 2024-03-16T16:18:27.336 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-16T16:18:27.336 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-16T16:18:27.336 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-16T16:18:27.336 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.env: 0x55f64e7acb20 2024-03-16T16:18:27.337 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-16T16:18:27.337 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.info_log: 0x55f65049eba0 2024-03-16T16:18:27.337 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-16T16:18:27.337 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.statistics: (nil) 2024-03-16T16:18:27.337 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.use_fsync: 0 2024-03-16T16:18:27.337 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.max_log_file_size: 0 2024-03-16T16:18:27.337 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-16T16:18:27.337 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-16T16:18:27.337 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-16T16:18:27.337 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-16T16:18:27.337 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.allow_fallocate: 1 2024-03-16T16:18:27.337 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-16T16:18:27.337 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-16T16:18:27.338 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.use_direct_reads: 0 2024-03-16T16:18:27.338 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-16T16:18:27.338 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-16T16:18:27.338 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.db_log_dir: 2024-03-16T16:18:27.338 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.wal_dir: 2024-03-16T16:18:27.338 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-16T16:18:27.338 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-16T16:18:27.338 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-16T16:18:27.338 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-16T16:18:27.338 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-16T16:18:27.338 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-16T16:18:27.338 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-16T16:18:27.338 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-16T16:18:27.339 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.write_buffer_manager: 0x55f650473360 2024-03-16T16:18:27.339 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-16T16:18:27.339 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-16T16:18:27.339 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-16T16:18:27.339 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-16T16:18:27.339 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-16T16:18:27.339 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-16T16:18:27.339 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-16T16:18:27.339 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-16T16:18:27.339 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.unordered_write: 0 2024-03-16T16:18:27.339 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-16T16:18:27.339 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-16T16:18:27.339 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-16T16:18:27.340 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-16T16:18:27.340 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.row_cache: None 2024-03-16T16:18:27.340 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.wal_filter: None 2024-03-16T16:18:27.340 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-16T16:18:27.340 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-16T16:18:27.340 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.two_write_queues: 0 2024-03-16T16:18:27.340 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-16T16:18:27.340 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.wal_compression: 0 2024-03-16T16:18:27.340 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.atomic_flush: 0 2024-03-16T16:18:27.340 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-16T16:18:27.340 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-16T16:18:27.340 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-16T16:18:27.340 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.log_readahead_size: 0 2024-03-16T16:18:27.341 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-16T16:18:27.341 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-16T16:18:27.341 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-16T16:18:27.341 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-16T16:18:27.341 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-16T16:18:27.341 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-16T16:18:27.341 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-16T16:18:27.341 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.max_background_jobs: 2 2024-03-16T16:18:27.341 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.max_background_compactions: -1 2024-03-16T16:18:27.341 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.max_subcompactions: 1 2024-03-16T16:18:27.341 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-16T16:18:27.341 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-16T16:18:27.341 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-16T16:18:27.342 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-16T16:18:27.342 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-16T16:18:27.342 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-16T16:18:27.342 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-16T16:18:27.342 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-16T16:18:27.342 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.max_open_files: -1 2024-03-16T16:18:27.342 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-16T16:18:27.342 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-16T16:18:27.342 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-16T16:18:27.342 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-16T16:18:27.342 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.max_background_flushes: -1 2024-03-16T16:18:27.342 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Compression algorithms supported: 2024-03-16T16:18:27.342 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-16T16:18:27.343 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: kZSTD supported: 0 2024-03-16T16:18:27.343 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: kXpressCompression supported: 0 2024-03-16T16:18:27.343 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-16T16:18:27.343 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: kZlibCompression supported: 1 2024-03-16T16:18:27.343 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: kSnappyCompression supported: 1 2024-03-16T16:18:27.343 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: kLZ4Compression supported: 1 2024-03-16T16:18:27.343 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: kBZip2Compression supported: 0 2024-03-16T16:18:27.343 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-16T16:18:27.343 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-16T16:18:27.343 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-03-16T16:18:27.343 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr 2024-03-16T16:18:27.343 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-03-16T16:18:27.343 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr 2024-03-16T16:18:27.343 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-16T16:18:27.344 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr 2024-03-16T16:18:27.344 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-16T16:18:27.344 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.merge_operator: 2024-03-16T16:18:27.344 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.compaction_filter: None 2024-03-16T16:18:27.344 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-16T16:18:27.344 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-16T16:18:27.344 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-16T16:18:27.344 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-16T16:18:27.344 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f65049ecc0) 2024-03-16T16:18:27.344 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-03-16T16:18:27.344 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-03-16T16:18:27.344 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-16T16:18:27.344 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-03-16T16:18:27.345 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-03-16T16:18:27.345 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-03-16T16:18:27.345 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-03-16T16:18:27.345 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-03-16T16:18:27.345 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-03-16T16:18:27.345 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-03-16T16:18:27.345 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x55f6504a5090 2024-03-16T16:18:27.345 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-03-16T16:18:27.345 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-03-16T16:18:27.345 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-03-16T16:18:27.345 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-03-16T16:18:27.345 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-03-16T16:18:27.345 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-03-16T16:18:27.346 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-03-16T16:18:27.346 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-03-16T16:18:27.346 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-03-16T16:18:27.346 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-03-16T16:18:27.346 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-03-16T16:18:27.346 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-03-16T16:18:27.346 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-03-16T16:18:27.346 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-03-16T16:18:27.346 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-03-16T16:18:27.346 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-03-16T16:18:27.346 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-03-16T16:18:27.346 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-03-16T16:18:27.346 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-03-16T16:18:27.347 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-03-16T16:18:27.347 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-03-16T16:18:27.347 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-03-16T16:18:27.347 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-03-16T16:18:27.347 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-03-16T16:18:27.347 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-03-16T16:18:27.347 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-03-16T16:18:27.347 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr 2024-03-16T16:18:27.347 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-16T16:18:27.347 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-16T16:18:27.347 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.compression: NoCompression 2024-03-16T16:18:27.347 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-16T16:18:27.347 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-16T16:18:27.347 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-16T16:18:27.348 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.num_levels: 7 2024-03-16T16:18:27.348 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-16T16:18:27.348 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-16T16:18:27.348 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-16T16:18:27.348 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-16T16:18:27.348 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-16T16:18:27.348 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-16T16:18:27.348 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-16T16:18:27.348 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-16T16:18:27.348 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-16T16:18:27.348 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-16T16:18:27.348 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-16T16:18:27.348 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-16T16:18:27.348 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-16T16:18:27.349 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-16T16:18:27.349 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-16T16:18:27.349 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-16T16:18:27.349 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-16T16:18:27.349 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-16T16:18:27.349 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-16T16:18:27.349 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-16T16:18:27.349 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-16T16:18:27.349 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-16T16:18:27.349 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-16T16:18:27.349 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-16T16:18:27.349 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-16T16:18:27.349 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-16T16:18:27.349 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-16T16:18:27.350 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-16T16:18:27.350 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-16T16:18:27.350 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-16T16:18:27.350 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-16T16:18:27.350 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-16T16:18:27.350 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-16T16:18:27.350 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-16T16:18:27.350 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-16T16:18:27.350 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-16T16:18:27.350 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-16T16:18:27.350 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-16T16:18:27.350 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-16T16:18:27.350 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-16T16:18:27.351 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-16T16:18:27.351 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-16T16:18:27.351 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-16T16:18:27.351 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-16T16:18:27.351 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-16T16:18:27.351 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-16T16:18:27.351 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-16T16:18:27.351 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-16T16:18:27.351 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-16T16:18:27.351 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-16T16:18:27.351 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-16T16:18:27.351 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-16T16:18:27.351 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-16T16:18:27.351 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.table_properties_collectors: 2024-03-16T16:18:27.352 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.inplace_update_support: 0 2024-03-16T16:18:27.352 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-16T16:18:27.352 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-16T16:18:27.352 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-16T16:18:27.352 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-16T16:18:27.352 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.bloom_locality: 0 2024-03-16T16:18:27.352 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.max_successive_merges: 0 2024-03-16T16:18:27.352 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-16T16:18:27.352 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-16T16:18:27.352 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-16T16:18:27.352 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-16T16:18:27.352 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.ttl: 2592000 2024-03-16T16:18:27.352 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-16T16:18:27.353 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-16T16:18:27.353 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-16T16:18:27.353 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.enable_blob_files: false 2024-03-16T16:18:27.353 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.min_blob_size: 0 2024-03-16T16:18:27.353 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-16T16:18:27.353 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-16T16:18:27.353 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-16T16:18:27.353 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-16T16:18:27.353 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-16T16:18:27.353 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-16T16:18:27.353 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-16T16:18:27.353 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.693+0000 7f470b22dc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-16T16:18:27.353 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.697+0000 7f470b22dc80 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-16T16:18:27.353 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr 2024-03-16T16:18:27.353 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.697+0000 7f470b22dc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-16T16:18:27.354 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr 2024-03-16T16:18:27.354 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.697+0000 7f470b22dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: d490e209-e70f-4fa0-876a-66a66d500527 2024-03-16T16:18:27.354 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr 2024-03-16T16:18:27.354 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.697+0000 7f470b22dc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-03-16T16:18:27.354 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr 2024-03-16T16:18:27.354 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.697+0000 7f470b22dc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55f650572000 2024-03-16T16:18:27.354 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.697+0000 7f470b22dc80 4 rocksdb: DB pointer 0x55f650562000 2024-03-16T16:18:27.354 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.697+0000 7f46fb391700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-16T16:18:27.354 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.697+0000 7f46fb391700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-16T16:18:27.354 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-03-16T16:18:27.354 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-16T16:18:27.354 INFO:teuthology.orchestra.run.smithi017.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-16T16:18:27.354 INFO:teuthology.orchestra.run.smithi017.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-16T16:18:27.355 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-16T16:18:27.355 INFO:teuthology.orchestra.run.smithi017.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-16T16:18:27.355 INFO:teuthology.orchestra.run.smithi017.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-16T16:18:27.355 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-16T16:18:27.355 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr 2024-03-16T16:18:27.355 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-16T16:18:27.355 INFO:teuthology.orchestra.run.smithi017.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-16T16:18:27.355 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-16T16:18:27.355 INFO:teuthology.orchestra.run.smithi017.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-16T16:18:27.355 INFO:teuthology.orchestra.run.smithi017.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-16T16:18:27.355 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr 2024-03-16T16:18:27.355 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-16T16:18:27.355 INFO:teuthology.orchestra.run.smithi017.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-16T16:18:27.355 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-16T16:18:27.356 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr 2024-03-16T16:18:27.356 INFO:teuthology.orchestra.run.smithi017.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-16T16:18:27.356 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr 2024-03-16T16:18:27.356 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-16T16:18:27.356 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-03-16T16:18:27.356 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-03-16T16:18:27.356 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-03-16T16:18:27.356 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-03-16T16:18:27.356 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-03-16T16:18:27.356 INFO:teuthology.orchestra.run.smithi017.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-16T16:18:27.356 INFO:teuthology.orchestra.run.smithi017.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-16T16:18:27.356 INFO:teuthology.orchestra.run.smithi017.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-16T16:18:27.356 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x55f6504a5090#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-03-16T16:18:27.356 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-03-16T16:18:27.356 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr 2024-03-16T16:18:27.357 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-03-16T16:18:27.357 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr 2024-03-16T16:18:27.357 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.697+0000 7f470b22dc80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-03-16T16:18:27.357 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.701+0000 7f470b22dc80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-03-16T16:18:27.357 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-16T16:18:26.701+0000 7f470b22dc80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-03-16T16:18:27.357 INFO:teuthology.orchestra.run.smithi017.stdout:create mon.a on 2024-03-16T16:18:27.646 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-03-16T16:18:27.856 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-03-16T16:18:28.109 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715.target -> /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715.target. 2024-03-16T16:18:28.109 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715.target -> /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715.target. 2024-03-16T16:18:28.384 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@mon.a 2024-03-16T16:18:28.385 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Failed to reset failed state of unit ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@mon.a.service: Unit ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@mon.a.service not loaded. 2024-03-16T16:18:28.588 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715.target.wants/ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@.service. 2024-03-16T16:18:28.597 INFO:teuthology.orchestra.run.smithi017.stdout:firewalld does not appear to be present 2024-03-16T16:18:28.597 INFO:teuthology.orchestra.run.smithi017.stdout:Not possible to enable service . firewalld.service is not available 2024-03-16T16:18:28.597 INFO:teuthology.orchestra.run.smithi017.stdout:Waiting for mon to start... 2024-03-16T16:18:28.597 INFO:teuthology.orchestra.run.smithi017.stdout:Waiting for mon... 2024-03-16T16:18:30.069 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:29 smithi017 bash[20900]: cluster 2024-03-16T16:18:29.907195+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-16T16:18:30.729 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout cluster: 2024-03-16T16:18:30.729 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout id: a0ca21ee-e3b0-11ee-95c9-87774f69a715 2024-03-16T16:18:30.729 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-03-16T16:18:30.730 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-03-16T16:18:30.730 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout services: 2024-03-16T16:18:30.730 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.150444s) 2024-03-16T16:18:30.730 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-03-16T16:18:30.731 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-03-16T16:18:30.731 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-03-16T16:18:30.731 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout data: 2024-03-16T16:18:30.731 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-03-16T16:18:30.731 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-03-16T16:18:30.731 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-03-16T16:18:30.731 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout pgs: 2024-03-16T16:18:30.731 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-03-16T16:18:30.732 INFO:teuthology.orchestra.run.smithi017.stdout:mon is available 2024-03-16T16:18:30.732 INFO:teuthology.orchestra.run.smithi017.stdout:Assimilating anything we can from ceph.conf... 2024-03-16T16:18:31.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:30 smithi017 bash[20900]: cluster 2024-03-16T16:18:29.910544+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-16T16:18:31.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:30 smithi017 bash[20900]: cluster 2024-03-16T16:18:29.910677+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-16T16:18:31.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:30 smithi017 bash[20900]: cluster 2024-03-16T16:18:29.912749+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-03-16T16:18:31.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:30 smithi017 bash[20900]: cluster 2024-03-16T16:18:29.914907+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-16T16:18:31.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:30 smithi017 bash[20900]: cluster 2024-03-16T16:18:29.915298+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-03-16T16:18:31.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:30 smithi017 bash[20900]: audit 2024-03-16T16:18:30.060921+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.17:0/508277053' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-03-16T16:18:32.069 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:31 smithi017 bash[20900]: audit 2024-03-16T16:18:31.793677+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.17:0/1846758762' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-16T16:18:32.069 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:31 smithi017 bash[20900]: audit 2024-03-16T16:18:31.795986+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.17:0/1846758762' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-16T16:18:32.418 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-03-16T16:18:32.418 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout [global] 2024-03-16T16:18:32.418 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout fsid = a0ca21ee-e3b0-11ee-95c9-87774f69a715 2024-03-16T16:18:32.418 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.17:3300,v1:172.21.15.17:6789] 2024-03-16T16:18:32.419 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-16T16:18:32.419 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-16T16:18:32.419 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-16T16:18:32.420 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-16T16:18:32.420 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-03-16T16:18:32.420 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-16T16:18:32.420 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-03-16T16:18:32.420 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-16T16:18:32.420 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-03-16T16:18:32.420 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout [osd] 2024-03-16T16:18:32.420 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-16T16:18:32.420 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-16T16:18:32.421 INFO:teuthology.orchestra.run.smithi017.stdout:Generating new minimal ceph.conf... 2024-03-16T16:18:33.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:33 smithi017 bash[20900]: audit 2024-03-16T16:18:33.475070+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.17:0/2954587362' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:18:34.090 INFO:teuthology.orchestra.run.smithi017.stdout:Restarting the monitor... 2024-03-16T16:18:34.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:34 smithi017 systemd[1]: Stopping Ceph mon.a for a0ca21ee-e3b0-11ee-95c9-87774f69a715... 2024-03-16T16:18:34.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:34 smithi017 bash[20900]: debug 2024-03-16T16:18:34.225+0000 7fc745a0d700 -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-16T16:18:34.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:34 smithi017 bash[20900]: debug 2024-03-16T16:18:34.225+0000 7fc745a0d700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-16T16:18:34.977 INFO:teuthology.orchestra.run.smithi017.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-03-16T16:18:35.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:34 smithi017 bash[21288]: ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715-mon-a 2024-03-16T16:18:35.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:34 smithi017 bash[21348]: ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715-mon-a 2024-03-16T16:18:35.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:34 smithi017 systemd[1]: ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@mon.a.service: Deactivated successfully. 2024-03-16T16:18:35.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:34 smithi017 systemd[1]: Stopped Ceph mon.a for a0ca21ee-e3b0-11ee-95c9-87774f69a715. 2024-03-16T16:18:35.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:34 smithi017 systemd[1]: Started Ceph mon.a for a0ca21ee-e3b0-11ee-95c9-87774f69a715. 2024-03-16T16:18:36.360 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.121+0000 7f42935c8c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-16T16:18:36.361 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.121+0000 7f42935c8c80 0 ceph version 19.0.0-2121-g5ea4d9cf (5ea4d9cfac4d9f2893126a48d28cca7da69243c1) squid (dev), process ceph-mon, pid 7 2024-03-16T16:18:36.361 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.121+0000 7f42935c8c80 0 pidfile_write: ignore empty --pid-file 2024-03-16T16:18:36.361 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.125+0000 7f42935c8c80 0 load: jerasure load: lrc 2024-03-16T16:18:36.361 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-16T16:18:36.361 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Git sha 0 2024-03-16T16:18:36.361 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Compile date 2024-03-15 15:33:47 2024-03-16T16:18:36.361 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: DB SUMMARY 2024-03-16T16:18:36.361 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: DB Session ID: MVWXSUEP1R0Q66LHOEBB 2024-03-16T16:18:36.361 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: CURRENT file: CURRENT 2024-03-16T16:18:36.361 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-16T16:18:36.361 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-03-16T16:18:36.362 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-03-16T16:18:36.362 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 84949 ; 2024-03-16T16:18:36.362 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.error_if_exists: 0 2024-03-16T16:18:36.362 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.create_if_missing: 0 2024-03-16T16:18:36.362 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-16T16:18:36.362 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-16T16:18:36.362 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-16T16:18:36.362 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-16T16:18:36.362 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.env: 0x55f493b5fb20 2024-03-16T16:18:36.362 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-16T16:18:36.362 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.info_log: 0x55f49539b980 2024-03-16T16:18:36.363 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-16T16:18:36.363 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.statistics: (nil) 2024-03-16T16:18:36.363 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.use_fsync: 0 2024-03-16T16:18:36.363 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-16T16:18:36.363 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-16T16:18:36.363 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-16T16:18:36.363 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-16T16:18:36.363 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-16T16:18:36.363 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-16T16:18:36.363 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-16T16:18:36.363 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-16T16:18:36.363 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-16T16:18:36.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-16T16:18:36.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-16T16:18:36.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.db_log_dir: 2024-03-16T16:18:36.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.wal_dir: 2024-03-16T16:18:36.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-16T16:18:36.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-16T16:18:36.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-16T16:18:36.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-16T16:18:36.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-16T16:18:36.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-16T16:18:36.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-16T16:18:36.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-16T16:18:36.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.write_buffer_manager: 0x55f49536e1e0 2024-03-16T16:18:36.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-16T16:18:36.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-16T16:18:36.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-16T16:18:36.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-16T16:18:36.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-16T16:18:36.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-16T16:18:36.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-16T16:18:36.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-16T16:18:36.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.unordered_write: 0 2024-03-16T16:18:36.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-16T16:18:36.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-16T16:18:36.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-16T16:18:36.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-16T16:18:36.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.row_cache: None 2024-03-16T16:18:36.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.wal_filter: None 2024-03-16T16:18:36.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-16T16:18:36.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-16T16:18:36.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.two_write_queues: 0 2024-03-16T16:18:36.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-16T16:18:36.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.wal_compression: 0 2024-03-16T16:18:36.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.atomic_flush: 0 2024-03-16T16:18:36.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-16T16:18:36.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-16T16:18:36.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-16T16:18:36.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-16T16:18:36.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-16T16:18:36.367 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-16T16:18:36.367 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-16T16:18:36.367 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-16T16:18:36.367 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-16T16:18:36.367 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-16T16:18:36.367 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-16T16:18:36.367 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-16T16:18:36.367 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-16T16:18:36.367 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-16T16:18:36.367 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-16T16:18:36.367 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-16T16:18:36.367 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-16T16:18:36.367 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-16T16:18:36.367 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-16T16:18:36.367 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-16T16:18:36.368 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-16T16:18:36.368 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-16T16:18:36.368 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.max_open_files: -1 2024-03-16T16:18:36.368 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-16T16:18:36.368 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-16T16:18:36.368 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-16T16:18:36.368 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-16T16:18:36.368 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-16T16:18:36.368 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Compression algorithms supported: 2024-03-16T16:18:36.368 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-16T16:18:36.368 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: kZSTD supported: 0 2024-03-16T16:18:36.368 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: kXpressCompression supported: 0 2024-03-16T16:18:36.368 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-16T16:18:36.368 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: kZlibCompression supported: 1 2024-03-16T16:18:36.369 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-16T16:18:36.369 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-16T16:18:36.369 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-16T16:18:36.369 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-16T16:18:36.369 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-16T16:18:36.369 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-03-16T16:18:36.370 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-16T16:18:36.370 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-16T16:18:36.370 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.merge_operator: 2024-03-16T16:18:36.370 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.compaction_filter: None 2024-03-16T16:18:36.371 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-16T16:18:36.371 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-16T16:18:36.371 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-16T16:18:36.371 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-16T16:18:36.371 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55f49539ba80) 2024-03-16T16:18:36.371 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: cache_index_and_filter_blocks: 1 2024-03-16T16:18:36.371 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-16T16:18:36.371 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-16T16:18:36.371 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: pin_top_level_index_and_filter: 1 2024-03-16T16:18:36.371 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: index_type: 0 2024-03-16T16:18:36.371 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: data_block_index_type: 0 2024-03-16T16:18:36.371 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: index_shortening: 1 2024-03-16T16:18:36.371 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: data_block_hash_table_util_ratio: 0.750000 2024-03-16T16:18:36.371 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: checksum: 4 2024-03-16T16:18:36.371 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: no_block_cache: 0 2024-03-16T16:18:36.372 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: block_cache: 0x55f49539f090 2024-03-16T16:18:36.372 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: block_cache_name: BinnedLRUCache 2024-03-16T16:18:36.372 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: block_cache_options: 2024-03-16T16:18:36.372 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: capacity : 536870912 2024-03-16T16:18:36.372 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: num_shard_bits : 4 2024-03-16T16:18:36.372 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: strict_capacity_limit : 0 2024-03-16T16:18:36.372 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: high_pri_pool_ratio: 0.000 2024-03-16T16:18:36.372 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: block_cache_compressed: (nil) 2024-03-16T16:18:36.372 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: persistent_cache: (nil) 2024-03-16T16:18:36.372 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: block_size: 4096 2024-03-16T16:18:36.372 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: block_size_deviation: 10 2024-03-16T16:18:36.372 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: block_restart_interval: 16 2024-03-16T16:18:36.372 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: index_block_restart_interval: 1 2024-03-16T16:18:36.372 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: metadata_block_size: 4096 2024-03-16T16:18:36.373 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: partition_filters: 0 2024-03-16T16:18:36.373 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: use_delta_encoding: 1 2024-03-16T16:18:36.373 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: filter_policy: bloomfilter 2024-03-16T16:18:36.373 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: whole_key_filtering: 1 2024-03-16T16:18:36.373 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: verify_compression: 0 2024-03-16T16:18:36.373 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: read_amp_bytes_per_bit: 0 2024-03-16T16:18:36.373 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: format_version: 5 2024-03-16T16:18:36.373 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: enable_index_compression: 1 2024-03-16T16:18:36.373 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: block_align: 0 2024-03-16T16:18:36.373 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: max_auto_readahead_size: 262144 2024-03-16T16:18:36.373 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: prepopulate_block_cache: 0 2024-03-16T16:18:36.373 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: initial_auto_readahead_size: 8192 2024-03-16T16:18:36.373 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: num_file_reads_for_auto_readahead: 2 2024-03-16T16:18:36.373 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-16T16:18:36.374 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-16T16:18:36.374 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.compression: NoCompression 2024-03-16T16:18:36.374 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-16T16:18:36.374 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-16T16:18:36.374 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-16T16:18:36.374 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.num_levels: 7 2024-03-16T16:18:36.374 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-16T16:18:36.374 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-16T16:18:36.374 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-16T16:18:36.374 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-16T16:18:36.374 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-16T16:18:36.374 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-16T16:18:36.374 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-16T16:18:36.375 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-16T16:18:36.375 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-16T16:18:36.375 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-16T16:18:36.375 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-16T16:18:36.375 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-16T16:18:36.375 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-16T16:18:36.375 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-16T16:18:36.375 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-16T16:18:36.375 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-16T16:18:36.375 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-16T16:18:36.375 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-16T16:18:36.375 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-16T16:18:36.375 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-16T16:18:36.375 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-16T16:18:36.375 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-16T16:18:36.376 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-16T16:18:36.376 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-16T16:18:36.376 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-16T16:18:36.376 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-16T16:18:36.376 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-16T16:18:36.376 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-16T16:18:36.376 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-16T16:18:36.376 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-16T16:18:36.376 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-16T16:18:36.376 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-16T16:18:36.376 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-16T16:18:36.376 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-16T16:18:36.376 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-16T16:18:36.376 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-16T16:18:36.376 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-16T16:18:36.377 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-16T16:18:36.377 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-16T16:18:36.377 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-16T16:18:36.377 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-16T16:18:36.377 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-16T16:18:36.377 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-16T16:18:36.377 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-16T16:18:36.377 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-16T16:18:36.377 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-16T16:18:36.377 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-16T16:18:36.377 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-16T16:18:36.377 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-16T16:18:36.377 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-16T16:18:36.377 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-16T16:18:36.377 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-16T16:18:36.378 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-16T16:18:36.378 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.table_properties_collectors: 2024-03-16T16:18:36.378 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-16T16:18:36.378 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-16T16:18:36.378 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-16T16:18:36.378 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-16T16:18:36.378 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-16T16:18:36.378 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.bloom_locality: 0 2024-03-16T16:18:36.378 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-16T16:18:36.378 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-16T16:18:36.378 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-16T16:18:36.378 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-16T16:18:36.378 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-16T16:18:36.378 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.ttl: 2592000 2024-03-16T16:18:36.379 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-16T16:18:36.379 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-16T16:18:36.379 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-16T16:18:36.379 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.enable_blob_files: false 2024-03-16T16:18:36.379 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.min_blob_size: 0 2024-03-16T16:18:36.379 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-16T16:18:36.379 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-16T16:18:36.379 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-16T16:18:36.379 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-16T16:18:36.379 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-16T16:18:36.379 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-16T16:18:36.379 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-16T16:18:36.379 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-16T16:18:36.379 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 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-16T16:18:36.380 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-03-16T16:18:36.380 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: d490e209-e70f-4fa0-876a-66a66d500527 2024-03-16T16:18:36.380 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710605916132576, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-03-16T16:18:36.380 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-03-16T16:18:36.380 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710605916133581, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81574, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 252, "table_properties": {"data_size": 79761, "index_size": 223, "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": 10027, "raw_average_key_size": 47, "raw_value_size": 74070, "raw_average_value_size": 351, "num_data_blocks": 10, "num_entries": 211, "num_filter_entries": 211, "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": 1710605916, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d490e209-e70f-4fa0-876a-66a66d500527", "db_session_id": "MVWXSUEP1R0Q66LHOEBB", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-03-16T16:18:36.380 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710605916133687, "job": 1, "event": "recovery_finished"} 2024-03-16T16:18:36.380 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.129+0000 7f42935c8c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-03-16T16:18:36.380 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.133+0000 7f42935c8c80 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-16T16:18:36.380 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.133+0000 7f42935c8c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55f495496000 2024-03-16T16:18:36.380 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.133+0000 7f42935c8c80 4 rocksdb: DB pointer 0x55f495480000 2024-03-16T16:18:36.380 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.133+0000 7f4281d24700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-16T16:18:36.380 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.133+0000 7f4281d24700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-16T16:18:36.381 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: ** DB Stats ** 2024-03-16T16:18:36.381 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-16T16:18:36.381 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: 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-16T16:18:36.381 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-16T16:18:36.381 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-16T16:18:36.381 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: 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-16T16:18:36.381 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-16T16:18:36.381 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-16T16:18:36.381 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: ** Compaction Stats [default] ** 2024-03-16T16:18:36.381 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: 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-16T16:18:36.381 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-16T16:18:36.381 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: L0 2/0 81.50 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-16T16:18:36.381 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: Sum 2/0 81.50 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-16T16:18:36.381 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 129.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-16T16:18:36.382 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: ** Compaction Stats [default] ** 2024-03-16T16:18:36.382 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: 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-16T16:18:36.382 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-16T16:18:36.382 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 129.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-16T16:18:36.382 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-16T16:18:36.382 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-16T16:18:36.382 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-16T16:18:36.382 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-16T16:18:36.382 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: AddFile(Total Files): cumulative 0, interval 0 2024-03-16T16:18:36.382 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-16T16:18:36.382 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: AddFile(Keys): cumulative 0, interval 0 2024-03-16T16:18:36.382 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: Cumulative compaction: 0.00 GB write, 21.34 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-16T16:18:36.382 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: Interval compaction: 0.00 GB write, 21.34 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-16T16:18:36.382 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: 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-16T16:18:36.383 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: Block cache BinnedLRUCache@0x55f49539f090#7 capacity: 512.00 MB usage: 1.17 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-03-16T16:18:36.383 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2024-03-16T16:18:36.383 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: ** File Read Latency Histogram By Level [default] ** 2024-03-16T16:18:36.383 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.133+0000 7f42935c8c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0] at bind addrs [v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 2024-03-16T16:18:36.383 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.133+0000 7f42935c8c80 1 mon.a@-1(???) e1 preinit fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 2024-03-16T16:18:36.383 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.133+0000 7f42935c8c80 0 mon.a@-1(???).mds e1 new map 2024-03-16T16:18:36.383 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.133+0000 7f42935c8c80 0 mon.a@-1(???).mds e1 print_map 2024-03-16T16:18:36.383 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: e1 2024-03-16T16:18:36.383 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-16T16:18:36.383 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: 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} 2024-03-16T16:18:36.383 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: legacy client fscid: -1 2024-03-16T16:18:36.383 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: 2024-03-16T16:18:36.383 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: No filesystems configured 2024-03-16T16:18:36.383 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.133+0000 7f42935c8c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-16T16:18:36.383 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.133+0000 7f42935c8c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-16T16:18:36.384 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.133+0000 7f42935c8c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-16T16:18:36.384 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.133+0000 7f42935c8c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-16T16:18:36.384 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: debug 2024-03-16T16:18:36.133+0000 7f42935c8c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-16T16:18:36.384 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: cluster 2024-03-16T16:18:36.163169+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-16T16:18:36.384 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: cluster 2024-03-16T16:18:36.163241+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-16T16:18:36.384 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: cluster 2024-03-16T16:18:36.163779+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-03-16T16:18:36.384 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: cluster 2024-03-16T16:18:36.163805+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-16T16:18:36.384 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:36 smithi017 bash[21388]: cluster 2024-03-16T16:18:36.164167+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-03-16T16:18:36.974 INFO:teuthology.orchestra.run.smithi017.stdout:Wrote config to /etc/ceph/ceph.conf 2024-03-16T16:18:37.008 INFO:teuthology.orchestra.run.smithi017.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-16T16:18:37.008 INFO:teuthology.orchestra.run.smithi017.stdout:Creating mgr... 2024-03-16T16:18:37.009 INFO:teuthology.orchestra.run.smithi017.stdout:Verifying port 0.0.0.0:9283 ... 2024-03-16T16:18:37.009 INFO:teuthology.orchestra.run.smithi017.stdout:Verifying port 0.0.0.0:8765 ... 2024-03-16T16:18:37.374 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:37 smithi017 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:18:37.374 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:37 smithi017 bash[21388]: audit 2024-03-16T16:18:36.352965+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.17:0/1735182414' entity='client.admin' 2024-03-16T16:18:37.384 INFO:teuthology.orchestra.run.smithi017.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@mgr.a 2024-03-16T16:18:37.384 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Failed to reset failed state of unit ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@mgr.a.service: Unit ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@mgr.a.service not loaded. 2024-03-16T16:18:37.619 INFO:teuthology.orchestra.run.smithi017.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715.target.wants/ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@mgr.a.service -> /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@.service. 2024-03-16T16:18:37.624 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:37 smithi017 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:18:37.625 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:37 smithi017 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:18:37.627 INFO:teuthology.orchestra.run.smithi017.stdout:firewalld does not appear to be present 2024-03-16T16:18:37.627 INFO:teuthology.orchestra.run.smithi017.stdout:Not possible to enable service . firewalld.service is not available 2024-03-16T16:18:37.627 INFO:teuthology.orchestra.run.smithi017.stdout:firewalld does not appear to be present 2024-03-16T16:18:37.627 INFO:teuthology.orchestra.run.smithi017.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-03-16T16:18:37.627 INFO:teuthology.orchestra.run.smithi017.stdout:Waiting for mgr to start... 2024-03-16T16:18:37.627 INFO:teuthology.orchestra.run.smithi017.stdout:Waiting for mgr... 2024-03-16T16:18:38.116 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:37 smithi017 systemd[1]: Started Ceph mgr.a for a0ca21ee-e3b0-11ee-95c9-87774f69a715. 2024-03-16T16:18:39.327 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:39 smithi017 bash[21388]: audit 2024-03-16T16:18:39.077978+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.17:0/1779835640' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-16T16:18:39.327 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:39 smithi017 bash[21646]: debug 2024-03-16T16:18:39.037+0000 7f7c03559200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-16T16:18:39.752 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-03-16T16:18:39.752 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout { 2024-03-16T16:18:39.752 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "fsid": "a0ca21ee-e3b0-11ee-95c9-87774f69a715", 2024-03-16T16:18:39.752 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "health": { 2024-03-16T16:18:39.752 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-16T16:18:39.753 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-16T16:18:39.753 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-16T16:18:39.753 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:18:39.753 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-16T16:18:39.753 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-16T16:18:39.753 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 0 2024-03-16T16:18:39.753 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-03-16T16:18:39.753 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-16T16:18:39.753 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "a" 2024-03-16T16:18:39.753 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-03-16T16:18:39.753 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-03-16T16:18:39.753 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-16T16:18:39.753 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-16T16:18:39.753 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-16T16:18:39.753 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-16T16:18:39.754 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:18:39.754 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-16T16:18:39.754 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-16T16:18:39.754 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-16T16:18:39.754 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-16T16:18:39.754 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-16T16:18:39.754 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-16T16:18:39.754 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-16T16:18:39.754 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-16T16:18:39.758 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:18:39.758 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-16T16:18:39.758 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-16T16:18:39.758 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-16T16:18:39.758 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-16T16:18:39.758 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-16T16:18:39.758 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-16T16:18:39.758 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-16T16:18:39.758 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-16T16:18:39.758 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-16T16:18:39.759 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:18:39.759 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-16T16:18:39.759 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-16T16:18:39.759 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-16T16:18:39.759 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-16T16:18:39.759 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:18:39.759 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-16T16:18:39.759 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-16T16:18:39.759 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-16T16:18:39.759 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-16T16:18:39.759 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-16T16:18:39.759 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-16T16:18:39.759 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "restful" 2024-03-16T16:18:39.759 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-03-16T16:18:39.759 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-16T16:18:39.760 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:18:39.760 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-16T16:18:39.760 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-16T16:18:39.760 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "modified": "2024-03-16T16:18:29.911793+0000", 2024-03-16T16:18:39.760 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-16T16:18:39.760 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:18:39.760 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-16T16:18:39.760 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout } 2024-03-16T16:18:39.760 INFO:teuthology.orchestra.run.smithi017.stdout:mgr not available, waiting (1/15)... 2024-03-16T16:18:41.003 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:40 smithi017 bash[21646]: debug 2024-03-16T16:18:40.653+0000 7f7c03559200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-16T16:18:41.004 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:40 smithi017 bash[21646]: debug 2024-03-16T16:18:40.753+0000 7f7c03559200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-16T16:18:42.042 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:41 smithi017 bash[21646]: debug 2024-03-16T16:18:41.005+0000 7f7c03559200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-16T16:18:42.042 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:41 smithi017 bash[21646]: debug 2024-03-16T16:18:41.825+0000 7f7c03559200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-16T16:18:42.042 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:41 smithi017 bash[21646]: debug 2024-03-16T16:18:41.937+0000 7f7c03559200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-16T16:18:42.042 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:42 smithi017 bash[21646]: debug 2024-03-16T16:18:42.045+0000 7f7c03559200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-16T16:18:42.803 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:42 smithi017 bash[21646]: debug 2024-03-16T16:18:42.409+0000 7f7c03559200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-16T16:18:42.803 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:42 smithi017 bash[21646]: debug 2024-03-16T16:18:42.525+0000 7f7c03559200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-16T16:18:42.804 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:42 smithi017 bash[21646]: debug 2024-03-16T16:18:42.633+0000 7f7c03559200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-16T16:18:43.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:42 smithi017 bash[21388]: audit 2024-03-16T16:18:42.796265+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.17:0/2775961618' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-16T16:18:43.116 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:43 smithi017 bash[21646]: debug 2024-03-16T16:18:43.005+0000 7f7c03559200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-16T16:18:43.434 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-03-16T16:18:43.435 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout { 2024-03-16T16:18:43.435 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "fsid": "a0ca21ee-e3b0-11ee-95c9-87774f69a715", 2024-03-16T16:18:43.435 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "health": { 2024-03-16T16:18:43.435 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-16T16:18:43.435 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-16T16:18:43.435 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-16T16:18:43.435 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:18:43.435 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-16T16:18:43.436 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-16T16:18:43.436 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 0 2024-03-16T16:18:43.436 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-03-16T16:18:43.436 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-16T16:18:43.436 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "a" 2024-03-16T16:18:43.436 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-03-16T16:18:43.436 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-03-16T16:18:43.436 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-16T16:18:43.436 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-16T16:18:43.436 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-16T16:18:43.437 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-16T16:18:43.437 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:18:43.437 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-16T16:18:43.437 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-16T16:18:43.437 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-16T16:18:43.437 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-16T16:18:43.437 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-16T16:18:43.437 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-16T16:18:43.437 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-16T16:18:43.437 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-16T16:18:43.437 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:18:43.437 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-16T16:18:43.437 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-16T16:18:43.437 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-16T16:18:43.438 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-16T16:18:43.438 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-16T16:18:43.438 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-16T16:18:43.438 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-16T16:18:43.438 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-16T16:18:43.438 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-16T16:18:43.438 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:18:43.438 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-16T16:18:43.438 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-16T16:18:43.438 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-16T16:18:43.438 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-16T16:18:43.438 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:18:43.438 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-16T16:18:43.438 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-16T16:18:43.439 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-16T16:18:43.439 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-16T16:18:43.439 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-16T16:18:43.439 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-16T16:18:43.439 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "restful" 2024-03-16T16:18:43.439 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-03-16T16:18:43.439 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-16T16:18:43.439 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:18:43.439 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-16T16:18:43.439 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-16T16:18:43.439 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "modified": "2024-03-16T16:18:29.911793+0000", 2024-03-16T16:18:43.439 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-16T16:18:43.439 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:18:43.439 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-16T16:18:43.440 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout } 2024-03-16T16:18:43.440 INFO:teuthology.orchestra.run.smithi017.stdout:mgr not available, waiting (2/15)... 2024-03-16T16:18:43.517 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:43 smithi017 bash[21646]: debug 2024-03-16T16:18:43.253+0000 7f7c03559200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-16T16:18:43.865 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:43 smithi017 bash[21646]: debug 2024-03-16T16:18:43.516+0000 7f7c03559200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-16T16:18:43.866 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:43 smithi017 bash[21646]: debug 2024-03-16T16:18:43.632+0000 7f7c03559200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-16T16:18:44.333 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:43 smithi017 bash[21646]: debug 2024-03-16T16:18:43.912+0000 7f7c03559200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-16T16:18:44.615 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:44 smithi017 bash[21646]: debug 2024-03-16T16:18:44.332+0000 7f7c03559200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-16T16:18:44.616 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:44 smithi017 bash[21646]: debug 2024-03-16T16:18:44.576+0000 7f7c03559200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-16T16:18:44.950 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:44 smithi017 bash[21646]: debug 2024-03-16T16:18:44.700+0000 7f7c03559200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-16T16:18:45.366 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:44 smithi017 bash[21646]: debug 2024-03-16T16:18:44.952+0000 7f7c03559200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-16T16:18:46.365 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:45 smithi017 bash[21646]: debug 2024-03-16T16:18:45.984+0000 7f7c03559200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-16T16:18:46.366 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:46 smithi017 bash[21646]: debug 2024-03-16T16:18:46.104+0000 7f7c03559200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-16T16:18:46.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:46 smithi017 bash[21388]: audit 2024-03-16T16:18:46.391027+0000 mon.a (mon.0) 9 : audit [DBG] from='client.? 172.21.15.17:0/3931683246' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-16T16:18:46.866 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:46 smithi017 bash[21646]: debug 2024-03-16T16:18:46.412+0000 7f7c03559200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-16T16:18:46.866 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:46 smithi017 bash[21646]: debug 2024-03-16T16:18:46.528+0000 7f7c03559200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-16T16:18:46.953 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-03-16T16:18:46.953 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout { 2024-03-16T16:18:46.953 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "fsid": "a0ca21ee-e3b0-11ee-95c9-87774f69a715", 2024-03-16T16:18:46.953 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "health": { 2024-03-16T16:18:46.953 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-16T16:18:46.953 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-16T16:18:46.953 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-16T16:18:46.953 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:18:46.953 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-16T16:18:46.953 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-16T16:18:46.953 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 0 2024-03-16T16:18:46.953 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-03-16T16:18:46.954 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-16T16:18:46.954 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "a" 2024-03-16T16:18:46.954 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-03-16T16:18:46.954 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum_age": 10, 2024-03-16T16:18:46.954 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-16T16:18:46.954 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-16T16:18:46.954 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-16T16:18:46.954 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-16T16:18:46.954 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:18:46.954 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-16T16:18:46.954 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-16T16:18:46.954 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-16T16:18:46.954 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-16T16:18:46.955 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-16T16:18:46.955 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-16T16:18:46.955 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-16T16:18:46.955 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-16T16:18:46.959 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:18:46.959 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-16T16:18:46.959 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-16T16:18:46.959 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-16T16:18:46.959 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-16T16:18:46.959 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-16T16:18:46.959 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-16T16:18:46.959 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-16T16:18:46.959 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-16T16:18:46.960 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-16T16:18:46.960 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:18:46.960 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-16T16:18:46.960 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-16T16:18:46.960 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-16T16:18:46.960 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-16T16:18:46.960 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:18:46.960 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-16T16:18:46.960 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-16T16:18:46.960 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-16T16:18:46.960 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-16T16:18:46.960 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-16T16:18:46.960 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-16T16:18:46.960 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "restful" 2024-03-16T16:18:46.960 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-03-16T16:18:46.961 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-16T16:18:46.961 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:18:46.961 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-16T16:18:46.961 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-16T16:18:46.961 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "modified": "2024-03-16T16:18:29.911793+0000", 2024-03-16T16:18:46.961 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-16T16:18:46.961 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:18:46.961 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-16T16:18:46.961 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout } 2024-03-16T16:18:46.961 INFO:teuthology.orchestra.run.smithi017.stdout:mgr not available, waiting (3/15)... 2024-03-16T16:18:47.365 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:46 smithi017 bash[21646]: debug 2024-03-16T16:18:46.992+0000 7f7c03559200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-16T16:18:47.366 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:47 smithi017 bash[21646]: debug 2024-03-16T16:18:47.116+0000 7f7c03559200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-16T16:18:47.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:47 smithi017 bash[21388]: cluster 2024-03-16T16:18:47.141201+0000 mon.a (mon.0) 10 : cluster [INF] Activating manager daemon a 2024-03-16T16:18:47.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:47 smithi017 bash[21388]: cluster 2024-03-16T16:18:47.148013+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00706096s) 2024-03-16T16:18:47.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:47 smithi017 bash[21388]: audit 2024-03-16T16:18:47.149125+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.17:0/2623025557' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-16T16:18:47.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:47 smithi017 bash[21388]: audit 2024-03-16T16:18:47.149296+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.17:0/2623025557' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-16T16:18:47.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:47 smithi017 bash[21388]: audit 2024-03-16T16:18:47.149481+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.17:0/2623025557' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-16T16:18:47.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:47 smithi017 bash[21388]: audit 2024-03-16T16:18:47.149659+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.17:0/2623025557' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:18:47.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:47 smithi017 bash[21388]: audit 2024-03-16T16:18:47.150953+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14100 172.21.15.17:0/2623025557' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-16T16:18:47.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:47 smithi017 bash[21388]: cluster 2024-03-16T16:18:47.176615+0000 mon.a (mon.0) 17 : cluster [INF] Manager daemon a is now available 2024-03-16T16:18:47.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:47 smithi017 bash[21388]: audit 2024-03-16T16:18:47.189758+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.17:0/2623025557' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-16T16:18:47.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:47 smithi017 bash[21388]: audit 2024-03-16T16:18:47.192877+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.17:0/2623025557' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-16T16:18:47.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:47 smithi017 bash[21388]: audit 2024-03-16T16:18:47.196196+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.17:0/2623025557' entity='mgr.a' 2024-03-16T16:18:47.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:47 smithi017 bash[21388]: audit 2024-03-16T16:18:47.198139+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.17:0/2623025557' entity='mgr.a' 2024-03-16T16:18:47.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:47 smithi017 bash[21388]: audit 2024-03-16T16:18:47.200223+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14100 172.21.15.17:0/2623025557' entity='mgr.a' 2024-03-16T16:18:49.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:49 smithi017 bash[21388]: cluster 2024-03-16T16:18:48.154940+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e3: a(active, since 1.01399s) 2024-03-16T16:18:50.982 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-03-16T16:18:50.982 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout { 2024-03-16T16:18:50.982 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "fsid": "a0ca21ee-e3b0-11ee-95c9-87774f69a715", 2024-03-16T16:18:50.982 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "health": { 2024-03-16T16:18:50.983 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-16T16:18:50.983 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-16T16:18:50.984 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-16T16:18:50.984 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:18:50.984 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-16T16:18:50.984 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-16T16:18:50.984 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 0 2024-03-16T16:18:50.984 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-03-16T16:18:50.984 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-16T16:18:50.984 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "a" 2024-03-16T16:18:50.986 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-03-16T16:18:50.986 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "quorum_age": 14, 2024-03-16T16:18:50.986 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-16T16:18:50.986 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-16T16:18:50.986 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-16T16:18:50.986 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-16T16:18:50.986 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:18:50.987 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-16T16:18:50.987 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-16T16:18:50.987 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-16T16:18:50.987 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-16T16:18:50.987 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-16T16:18:50.987 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-16T16:18:50.987 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-16T16:18:50.987 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-16T16:18:50.987 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:18:50.989 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-16T16:18:50.990 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-16T16:18:50.990 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-16T16:18:50.990 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-16T16:18:50.990 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-16T16:18:50.990 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-16T16:18:50.990 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-16T16:18:50.990 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-16T16:18:50.990 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-16T16:18:50.990 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:18:50.990 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-16T16:18:50.990 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-16T16:18:50.990 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-16T16:18:50.990 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-16T16:18:50.991 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:18:50.991 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-16T16:18:50.991 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-16T16:18:50.991 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-16T16:18:50.991 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-16T16:18:50.991 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-16T16:18:50.991 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-16T16:18:50.991 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "restful" 2024-03-16T16:18:50.992 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ], 2024-03-16T16:18:50.992 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-16T16:18:50.992 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:18:50.992 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-16T16:18:50.993 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-16T16:18:50.993 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "modified": "2024-03-16T16:18:29.911793+0000", 2024-03-16T16:18:50.993 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-16T16:18:50.993 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout }, 2024-03-16T16:18:50.993 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-16T16:18:50.993 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout } 2024-03-16T16:18:50.993 INFO:teuthology.orchestra.run.smithi017.stdout:mgr is available 2024-03-16T16:18:51.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:51 smithi017 bash[21388]: cluster 2024-03-16T16:18:50.154430+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-03-16T16:18:51.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:51 smithi017 bash[21388]: audit 2024-03-16T16:18:50.488048+0000 mon.a (mon.0) 25 : audit [DBG] from='client.? 172.21.15.17:0/461476175' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-16T16:18:52.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:52 smithi017 bash[21388]: audit 2024-03-16T16:18:52.213715+0000 mon.a (mon.0) 26 : audit [INF] from='client.? 172.21.15.17:0/115175816' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-16T16:18:52.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:52 smithi017 bash[21388]: audit 2024-03-16T16:18:52.217100+0000 mon.a (mon.0) 27 : audit [INF] from='client.? 172.21.15.17:0/115175816' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-16T16:18:52.779 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-03-16T16:18:52.779 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout [global] 2024-03-16T16:18:52.779 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout fsid = a0ca21ee-e3b0-11ee-95c9-87774f69a715 2024-03-16T16:18:52.779 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-16T16:18:52.779 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-16T16:18:52.779 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-16T16:18:52.780 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-16T16:18:52.780 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-03-16T16:18:52.780 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-16T16:18:52.780 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-16T16:18:52.780 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 2024-03-16T16:18:52.780 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout [osd] 2024-03-16T16:18:52.780 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-16T16:18:52.780 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-16T16:18:52.780 INFO:teuthology.orchestra.run.smithi017.stdout:Enabling cephadm module... 2024-03-16T16:18:54.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:54 smithi017 bash[21388]: audit 2024-03-16T16:18:54.158100+0000 mon.a (mon.0) 28 : audit [INF] from='client.? 172.21.15.17:0/2522021743' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-16T16:18:54.616 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:54 smithi017 bash[21646]: ignoring --setuser ceph since I am not root 2024-03-16T16:18:54.616 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:54 smithi017 bash[21646]: ignoring --setgroup ceph since I am not root 2024-03-16T16:18:54.616 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:54 smithi017 bash[21646]: debug 2024-03-16T16:18:54.400+0000 7f6dd3f7f200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-16T16:18:55.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:55 smithi017 bash[21388]: audit 2024-03-16T16:18:54.210074+0000 mon.a (mon.0) 29 : audit [INF] from='client.? 172.21.15.17:0/2522021743' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-16T16:18:55.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:55 smithi017 bash[21388]: cluster 2024-03-16T16:18:54.215559+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e5: a(active, since 7s) 2024-03-16T16:18:56.365 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:56 smithi017 bash[21646]: debug 2024-03-16T16:18:56.024+0000 7f6dd3f7f200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-16T16:18:56.366 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:56 smithi017 bash[21646]: debug 2024-03-16T16:18:56.128+0000 7f6dd3f7f200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-16T16:18:56.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:18:56 smithi017 bash[21388]: audit 2024-03-16T16:18:56.058276+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.17:0/3028350095' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-16T16:18:56.621 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout { 2024-03-16T16:18:56.622 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-03-16T16:18:56.622 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-16T16:18:56.622 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-16T16:18:56.622 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-16T16:18:56.622 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout } 2024-03-16T16:18:56.622 INFO:teuthology.orchestra.run.smithi017.stdout:Waiting for the mgr to restart... 2024-03-16T16:18:56.623 INFO:teuthology.orchestra.run.smithi017.stdout:Waiting for mgr epoch 5... 2024-03-16T16:18:56.642 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:56 smithi017 bash[21646]: debug 2024-03-16T16:18:56.384+0000 7f6dd3f7f200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-16T16:18:57.615 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:57 smithi017 bash[21646]: debug 2024-03-16T16:18:57.212+0000 7f6dd3f7f200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-16T16:18:57.616 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:57 smithi017 bash[21646]: debug 2024-03-16T16:18:57.332+0000 7f6dd3f7f200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-16T16:18:57.616 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:57 smithi017 bash[21646]: debug 2024-03-16T16:18:57.440+0000 7f6dd3f7f200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-16T16:18:58.115 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:57 smithi017 bash[21646]: debug 2024-03-16T16:18:57.804+0000 7f6dd3f7f200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-16T16:18:58.116 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:57 smithi017 bash[21646]: debug 2024-03-16T16:18:57.920+0000 7f6dd3f7f200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-16T16:18:58.116 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:58 smithi017 bash[21646]: debug 2024-03-16T16:18:58.028+0000 7f6dd3f7f200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-16T16:18:58.865 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:58 smithi017 bash[21646]: debug 2024-03-16T16:18:58.400+0000 7f6dd3f7f200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-16T16:18:58.866 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:58 smithi017 bash[21646]: debug 2024-03-16T16:18:58.640+0000 7f6dd3f7f200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-16T16:18:59.309 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:58 smithi017 bash[21646]: debug 2024-03-16T16:18:58.912+0000 7f6dd3f7f200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-16T16:18:59.309 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:59 smithi017 bash[21646]: debug 2024-03-16T16:18:59.028+0000 7f6dd3f7f200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-16T16:19:00.102 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:59 smithi017 bash[21646]: debug 2024-03-16T16:18:59.312+0000 7f6dd3f7f200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-16T16:19:00.102 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:59 smithi017 bash[21646]: debug 2024-03-16T16:18:59.732+0000 7f6dd3f7f200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-16T16:19:00.102 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:18:59 smithi017 bash[21646]: debug 2024-03-16T16:18:59.980+0000 7f6dd3f7f200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-16T16:19:00.357 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:00 smithi017 bash[21646]: debug 2024-03-16T16:19:00.104+0000 7f6dd3f7f200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-16T16:19:00.615 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:00 smithi017 bash[21646]: debug 2024-03-16T16:19:00.360+0000 7f6dd3f7f200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-16T16:19:01.830 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:01 smithi017 bash[21646]: debug 2024-03-16T16:19:01.408+0000 7f6dd3f7f200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-16T16:19:01.830 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:01 smithi017 bash[21646]: debug 2024-03-16T16:19:01.528+0000 7f6dd3f7f200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-16T16:19:02.115 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:01 smithi017 bash[21646]: debug 2024-03-16T16:19:01.832+0000 7f6dd3f7f200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-16T16:19:02.116 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:01 smithi017 bash[21646]: debug 2024-03-16T16:19:01.948+0000 7f6dd3f7f200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-16T16:19:02.865 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:02 smithi017 bash[21646]: debug 2024-03-16T16:19:02.416+0000 7f6dd3f7f200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-16T16:19:02.866 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:02 smithi017 bash[21646]: debug 2024-03-16T16:19:02.544+0000 7f6dd3f7f200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-16T16:19:02.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:02 smithi017 bash[21388]: cluster 2024-03-16T16:19:02.568808+0000 mon.a (mon.0) 32 : cluster [INF] Active manager daemon a restarted 2024-03-16T16:19:02.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:02 smithi017 bash[21388]: cluster 2024-03-16T16:19:02.569044+0000 mon.a (mon.0) 33 : cluster [INF] Activating manager daemon a 2024-03-16T16:19:02.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:02 smithi017 bash[21388]: cluster 2024-03-16T16:19:02.576643+0000 mon.a (mon.0) 34 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-03-16T16:19:02.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:02 smithi017 bash[21388]: cluster 2024-03-16T16:19:02.576881+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00792699s) 2024-03-16T16:19:02.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:02 smithi017 bash[21388]: audit 2024-03-16T16:19:02.578130+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.14120 172.21.15.17:0/3303931132' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:19:02.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:02 smithi017 bash[21388]: audit 2024-03-16T16:19:02.579427+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14120 172.21.15.17:0/3303931132' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-16T16:19:02.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:02 smithi017 bash[21388]: audit 2024-03-16T16:19:02.580606+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.14120 172.21.15.17:0/3303931132' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-16T16:19:02.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:02 smithi017 bash[21388]: audit 2024-03-16T16:19:02.580789+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.14120 172.21.15.17:0/3303931132' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-16T16:19:02.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:02 smithi017 bash[21388]: audit 2024-03-16T16:19:02.580906+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14120 172.21.15.17:0/3303931132' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-16T16:19:02.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:02 smithi017 bash[21388]: cluster 2024-03-16T16:19:02.605183+0000 mon.a (mon.0) 41 : cluster [INF] Manager daemon a is now available 2024-03-16T16:19:03.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:03 smithi017 bash[21388]: cephadm 2024-03-16T16:19:02.625505+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-03-16T16:19:03.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:03 smithi017 bash[21388]: audit 2024-03-16T16:19:02.627541+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.14120 172.21.15.17:0/3303931132' entity='mgr.a' 2024-03-16T16:19:03.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:03 smithi017 bash[21388]: audit 2024-03-16T16:19:02.629700+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14120 172.21.15.17:0/3303931132' entity='mgr.a' 2024-03-16T16:19:03.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:03 smithi017 bash[21388]: audit 2024-03-16T16:19:02.632611+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.14120 172.21.15.17:0/3303931132' entity='mgr.a' 2024-03-16T16:19:03.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:03 smithi017 bash[21388]: audit 2024-03-16T16:19:02.635104+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.17:0/3303931132' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:19:03.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:03 smithi017 bash[21388]: audit 2024-03-16T16:19:02.637405+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.17:0/3303931132' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:19:03.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:03 smithi017 bash[21388]: audit 2024-03-16T16:19:02.641884+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14120 172.21.15.17:0/3303931132' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:19:03.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:03 smithi017 bash[21388]: audit 2024-03-16T16:19:02.650073+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.17:0/3303931132' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-16T16:19:03.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:03 smithi017 bash[21388]: audit 2024-03-16T16:19:02.653264+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.17:0/3303931132' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-16T16:19:03.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:03 smithi017 bash[21388]: audit 2024-03-16T16:19:03.109662+0000 mon.a (mon.0) 50 : audit [INF] from='mgr.14120 172.21.15.17:0/3303931132' entity='mgr.a' 2024-03-16T16:19:03.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:03 smithi017 bash[21388]: audit 2024-03-16T16:19:03.114401+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.17:0/3303931132' entity='mgr.a' 2024-03-16T16:19:03.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:03 smithi017 bash[21388]: cluster 2024-03-16T16:19:03.578534+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e7: a(active, since 1.00958s) 2024-03-16T16:19:04.211 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout { 2024-03-16T16:19:04.211 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-03-16T16:19:04.211 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-16T16:19:04.211 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout } 2024-03-16T16:19:04.211 INFO:teuthology.orchestra.run.smithi017.stdout:mgr epoch 5 is available 2024-03-16T16:19:04.212 INFO:teuthology.orchestra.run.smithi017.stdout:Setting orchestrator backend to cephadm... 2024-03-16T16:19:05.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:04 smithi017 bash[21388]: cephadm 2024-03-16T16:19:03.517303+0000 mgr.a (mgr.14120) 2 : cephadm [INF] [16/Mar/2024:16:19:03] ENGINE Bus STARTING 2024-03-16T16:19:05.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:04 smithi017 bash[21388]: audit 2024-03-16T16:19:03.579160+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-16T16:19:05.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:04 smithi017 bash[21388]: audit 2024-03-16T16:19:03.592260+0000 mgr.a (mgr.14120) 4 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-16T16:19:05.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:04 smithi017 bash[21388]: cephadm 2024-03-16T16:19:03.619276+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [16/Mar/2024:16:19:03] ENGINE Serving on http://172.21.15.17:8765 2024-03-16T16:19:05.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:04 smithi017 bash[21388]: cephadm 2024-03-16T16:19:03.738657+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [16/Mar/2024:16:19:03] ENGINE Serving on https://172.21.15.17:7150 2024-03-16T16:19:05.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:04 smithi017 bash[21388]: cephadm 2024-03-16T16:19:03.738930+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [16/Mar/2024:16:19:03] ENGINE Bus STARTED 2024-03-16T16:19:05.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:04 smithi017 bash[21388]: audit 2024-03-16T16:19:03.762255+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.14120 172.21.15.17:0/3303931132' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:19:05.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:05 smithi017 bash[21388]: cluster 2024-03-16T16:19:04.636148+0000 mon.a (mon.0) 54 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-03-16T16:19:05.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:05 smithi017 bash[21388]: audit 2024-03-16T16:19:05.463779+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14120 172.21.15.17:0/3303931132' entity='mgr.a' 2024-03-16T16:19:05.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:05 smithi017 bash[21388]: audit 2024-03-16T16:19:05.483167+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.14120 172.21.15.17:0/3303931132' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:19:07.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:06 smithi017 bash[21388]: audit 2024-03-16T16:19:05.455560+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-16T16:19:07.812 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout value unchanged 2024-03-16T16:19:07.812 INFO:teuthology.orchestra.run.smithi017.stdout:Generating ssh key... 2024-03-16T16:19:08.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:07 smithi017 bash[21388]: audit 2024-03-16T16:19:07.265164+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-16T16:19:09.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:09 smithi017 bash[21388]: audit 2024-03-16T16:19:09.034658+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-16T16:19:09.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:09 smithi017 bash[21388]: cephadm 2024-03-16T16:19:09.034900+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-03-16T16:19:09.616 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:09 smithi017 bash[21646]: Generating public/private rsa key pair. 2024-03-16T16:19:09.616 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:09 smithi017 bash[21646]: Your identification has been saved in /tmp/tmp383teo8e/key. 2024-03-16T16:19:09.616 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:09 smithi017 bash[21646]: Your public key has been saved in /tmp/tmp383teo8e/key.pub. 2024-03-16T16:19:09.616 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:09 smithi017 bash[21646]: The key fingerprint is: 2024-03-16T16:19:09.617 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:09 smithi017 bash[21646]: SHA256:94GsTe2wcYIurUmJ7AHdqNE0EaI6IF7w+ZMCc1q1eeY ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715 2024-03-16T16:19:09.617 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:09 smithi017 bash[21646]: The key's randomart image is: 2024-03-16T16:19:09.617 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:09 smithi017 bash[21646]: +---[RSA 3072]----+ 2024-03-16T16:19:09.617 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:09 smithi017 bash[21646]: | .. oo | 2024-03-16T16:19:09.617 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:09 smithi017 bash[21646]: | .o.o.o | 2024-03-16T16:19:09.617 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:09 smithi017 bash[21646]: |+o *oo o | 2024-03-16T16:19:09.617 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:09 smithi017 bash[21646]: |= B+.+= o o | 2024-03-16T16:19:09.617 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:09 smithi017 bash[21646]: |ooo.++.ES O + | 2024-03-16T16:19:09.617 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:09 smithi017 bash[21646]: | . =...+ = O . | 2024-03-16T16:19:09.617 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:09 smithi017 bash[21646]: | . + + + o o | 2024-03-16T16:19:09.617 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:09 smithi017 bash[21646]: | . o + | 2024-03-16T16:19:09.617 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:09 smithi017 bash[21646]: | . o | 2024-03-16T16:19:09.617 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:09 smithi017 bash[21646]: +----[SHA256]-----+ 2024-03-16T16:19:10.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:10 smithi017 bash[21388]: audit 2024-03-16T16:19:09.372903+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.17:0/3303931132' entity='mgr.a' 2024-03-16T16:19:10.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:10 smithi017 bash[21388]: audit 2024-03-16T16:19:09.377454+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.17:0/3303931132' entity='mgr.a' 2024-03-16T16:19:11.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:11 smithi017 bash[21388]: audit 2024-03-16T16:19:11.109808+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-16T16:19:11.649 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCusHcSqbLMkKvxEVS02IUHFeqlxU3e+5PiDJc8QmNJ9fQ2uoQ879kTX33kG0m69ALBe+sKEhmIeLUaCPx+shijPGPubFNIA85MDKVFQAFH/hIgmnXAjnLCgQWqHSGRWsnKGCJHqh3dwEi5quvIddnaj2Q+Heqhk4wCwA+Zjr/H5FqWvsIrs+4qKFamp8/o7eubQxfDB4qTBIeNc1BNPRv4bt+C/b2HVu4rg2ruOeWRBbvPuar+/2R2Mf9FMUK7taWOcrzVcSz57C8wjT7YMF31SP4lKSq2/wkaFz5rS27QlAsGR0AmCcoocB5BKIDz1m67as6lafoMJitHsx6CS2VQm8C5kyGDK6/W1pa0N87/KTiWev0R9Z4x9He0wj48GD72mvKcBYKMzUi3oy3AmmuLo5Ex6zQzMa+s9fkXdicioy8rY0EOI6Vyet02tCWbQbCU0jGv00/msrnKAPxnpjllEKMe57NY5VBs6yEwJKRJ469tCSZR+7c0pI7tWWsqb5U= ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715 2024-03-16T16:19:11.649 INFO:teuthology.orchestra.run.smithi017.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-16T16:19:11.649 INFO:teuthology.orchestra.run.smithi017.stdout:Adding key to root@localhost authorized_keys... 2024-03-16T16:19:11.650 INFO:teuthology.orchestra.run.smithi017.stdout:Adding host smithi017... 2024-03-16T16:19:13.514 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:13 smithi017 bash[21388]: audit 2024-03-16T16:19:12.924119+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi017", "addr": "172.21.15.17", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:19:14.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:14 smithi017 bash[21388]: cephadm 2024-03-16T16:19:13.607503+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi017 2024-03-16T16:19:19.355 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout Added host 'smithi017' with addr '172.21.15.17' 2024-03-16T16:19:19.355 INFO:teuthology.orchestra.run.smithi017.stdout:Deploying unmanaged mon service... 2024-03-16T16:19:20.118 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:19 smithi017 bash[21388]: audit 2024-03-16T16:19:18.700141+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.17:0/3303931132' entity='mgr.a' 2024-03-16T16:19:20.118 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:19 smithi017 bash[21388]: cephadm 2024-03-16T16:19:18.700577+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi017 2024-03-16T16:19:20.118 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:19 smithi017 bash[21388]: audit 2024-03-16T16:19:18.722016+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.14120 172.21.15.17:0/3303931132' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:19:21.874 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-03-16T16:19:21.875 INFO:teuthology.orchestra.run.smithi017.stdout:Deploying unmanaged mgr service... 2024-03-16T16:19:22.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:22 smithi017 bash[21388]: audit 2024-03-16T16:19:21.014883+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-16T16:19:22.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:22 smithi017 bash[21388]: cephadm 2024-03-16T16:19:21.016243+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-03-16T16:19:22.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:22 smithi017 bash[21388]: audit 2024-03-16T16:19:21.018543+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.17:0/3303931132' entity='mgr.a' 2024-03-16T16:19:22.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:22 smithi017 bash[21388]: audit 2024-03-16T16:19:21.946813+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.17:0/3303931132' entity='mgr.a' 2024-03-16T16:19:23.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:23 smithi017 bash[21388]: audit 2024-03-16T16:19:22.479965+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.17:0/3303931132' entity='mgr.a' 2024-03-16T16:19:23.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:23 smithi017 bash[21388]: cluster 2024-03-16T16:19:22.582202+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-16T16:19:23.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:23 smithi017 bash[21388]: audit 2024-03-16T16:19:23.307120+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.17:0/3303931132' entity='mgr.a' 2024-03-16T16:19:23.873 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-03-16T16:19:24.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:24 smithi017 bash[21388]: audit 2024-03-16T16:19:23.301852+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-16T16:19:24.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:24 smithi017 bash[21388]: cephadm 2024-03-16T16:19:23.302956+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-03-16T16:19:26.466 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:26 smithi017 bash[21388]: cluster 2024-03-16T16:19:24.582658+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-16T16:19:26.466 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:26 smithi017 bash[21388]: audit 2024-03-16T16:19:25.219658+0000 mon.a (mon.0) 65 : audit [INF] from='client.? 172.21.15.17:0/3126641205' entity='client.admin' 2024-03-16T16:19:27.609 INFO:teuthology.orchestra.run.smithi017.stdout:Enabling the dashboard module... 2024-03-16T16:19:28.305 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:28 smithi017 bash[21388]: cluster 2024-03-16T16:19:26.582999+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-16T16:19:28.305 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:28 smithi017 bash[21388]: audit 2024-03-16T16:19:27.032715+0000 mon.a (mon.0) 66 : audit [INF] from='client.? 172.21.15.17:0/507287871' entity='client.admin' 2024-03-16T16:19:29.365 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:29 smithi017 bash[21646]: ignoring --setuser ceph since I am not root 2024-03-16T16:19:29.366 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:29 smithi017 bash[21646]: ignoring --setgroup ceph since I am not root 2024-03-16T16:19:29.366 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:29 smithi017 bash[21646]: debug 2024-03-16T16:19:29.268+0000 7fac9673d200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-16T16:19:29.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:29 smithi017 bash[21388]: audit 2024-03-16T16:19:28.993064+0000 mon.a (mon.0) 67 : audit [INF] from='client.? 172.21.15.17:0/2708359583' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-16T16:19:30.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:30 smithi017 bash[21388]: audit 2024-03-16T16:19:29.036397+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.17:0/2708359583' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-16T16:19:30.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:30 smithi017 bash[21388]: cluster 2024-03-16T16:19:29.041787+0000 mon.a (mon.0) 69 : cluster [DBG] mgrmap e9: a(active, since 26s) 2024-03-16T16:19:31.303 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:31 smithi017 bash[21388]: audit 2024-03-16T16:19:31.081436+0000 mon.a (mon.0) 70 : audit [DBG] from='client.? 172.21.15.17:0/409923002' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-16T16:19:31.303 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:30 smithi017 bash[21646]: debug 2024-03-16T16:19:30.960+0000 7fac9673d200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-16T16:19:31.303 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:31 smithi017 bash[21646]: debug 2024-03-16T16:19:31.060+0000 7fac9673d200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-16T16:19:31.615 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:31 smithi017 bash[21646]: debug 2024-03-16T16:19:31.320+0000 7fac9673d200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-16T16:19:31.705 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout { 2024-03-16T16:19:31.705 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-03-16T16:19:31.705 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-16T16:19:31.705 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-16T16:19:31.705 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-16T16:19:31.705 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout } 2024-03-16T16:19:31.705 INFO:teuthology.orchestra.run.smithi017.stdout:Waiting for the mgr to restart... 2024-03-16T16:19:31.705 INFO:teuthology.orchestra.run.smithi017.stdout:Waiting for mgr epoch 9... 2024-03-16T16:19:32.412 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:32 smithi017 bash[21646]: debug 2024-03-16T16:19:32.152+0000 7fac9673d200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-16T16:19:32.412 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:32 smithi017 bash[21646]: debug 2024-03-16T16:19:32.268+0000 7fac9673d200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-16T16:19:32.412 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:32 smithi017 bash[21646]: debug 2024-03-16T16:19:32.376+0000 7fac9673d200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-16T16:19:33.115 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:32 smithi017 bash[21646]: debug 2024-03-16T16:19:32.744+0000 7fac9673d200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-16T16:19:33.115 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:32 smithi017 bash[21646]: debug 2024-03-16T16:19:32.860+0000 7fac9673d200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-16T16:19:33.116 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:32 smithi017 bash[21646]: debug 2024-03-16T16:19:32.972+0000 7fac9673d200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-16T16:19:33.611 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:33 smithi017 bash[21646]: debug 2024-03-16T16:19:33.344+0000 7fac9673d200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-16T16:19:33.865 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:33 smithi017 bash[21646]: debug 2024-03-16T16:19:33.612+0000 7fac9673d200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-16T16:19:34.293 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:33 smithi017 bash[21646]: debug 2024-03-16T16:19:33.888+0000 7fac9673d200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-16T16:19:34.293 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:34 smithi017 bash[21646]: debug 2024-03-16T16:19:34.008+0000 7fac9673d200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-16T16:19:34.615 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:34 smithi017 bash[21646]: debug 2024-03-16T16:19:34.292+0000 7fac9673d200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-16T16:19:34.997 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:34 smithi017 bash[21646]: debug 2024-03-16T16:19:34.744+0000 7fac9673d200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-16T16:19:35.365 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:35 smithi017 bash[21646]: debug 2024-03-16T16:19:35.000+0000 7fac9673d200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-16T16:19:35.365 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:35 smithi017 bash[21646]: debug 2024-03-16T16:19:35.124+0000 7fac9673d200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-16T16:19:35.865 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:35 smithi017 bash[21646]: debug 2024-03-16T16:19:35.380+0000 7fac9673d200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-16T16:19:36.854 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:36 smithi017 bash[21646]: debug 2024-03-16T16:19:36.428+0000 7fac9673d200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-16T16:19:36.854 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:36 smithi017 bash[21646]: debug 2024-03-16T16:19:36.548+0000 7fac9673d200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-16T16:19:37.115 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:36 smithi017 bash[21646]: debug 2024-03-16T16:19:36.856+0000 7fac9673d200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-16T16:19:37.115 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:36 smithi017 bash[21646]: debug 2024-03-16T16:19:36.972+0000 7fac9673d200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-16T16:19:37.702 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:37 smithi017 bash[21646]: debug 2024-03-16T16:19:37.444+0000 7fac9673d200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-16T16:19:37.702 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:37 smithi017 bash[21646]: debug 2024-03-16T16:19:37.572+0000 7fac9673d200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-16T16:19:37.703 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:37 smithi017 bash[21388]: cluster 2024-03-16T16:19:37.596941+0000 mon.a (mon.0) 71 : cluster [INF] Active manager daemon a restarted 2024-03-16T16:19:37.703 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:37 smithi017 bash[21388]: cluster 2024-03-16T16:19:37.597439+0000 mon.a (mon.0) 72 : cluster [INF] Activating manager daemon a 2024-03-16T16:19:37.703 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:37 smithi017 bash[21388]: cluster 2024-03-16T16:19:37.604243+0000 mon.a (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-03-16T16:19:37.703 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:37 smithi017 bash[21388]: cluster 2024-03-16T16:19:37.604492+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00724695s) 2024-03-16T16:19:37.703 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:37 smithi017 bash[21388]: audit 2024-03-16T16:19:37.605953+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:19:37.703 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:37 smithi017 bash[21388]: audit 2024-03-16T16:19:37.607595+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-16T16:19:37.703 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:37 smithi017 bash[21388]: audit 2024-03-16T16:19:37.608921+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-16T16:19:37.703 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:37 smithi017 bash[21388]: audit 2024-03-16T16:19:37.609267+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-16T16:19:37.703 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:37 smithi017 bash[21388]: audit 2024-03-16T16:19:37.609378+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-16T16:19:37.703 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:37 smithi017 bash[21388]: cluster 2024-03-16T16:19:37.632773+0000 mon.a (mon.0) 80 : cluster [INF] Manager daemon a is now available 2024-03-16T16:19:39.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:38 smithi017 bash[21388]: audit 2024-03-16T16:19:37.655496+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:19:39.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:38 smithi017 bash[21388]: audit 2024-03-16T16:19:37.658030+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:19:39.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:38 smithi017 bash[21388]: audit 2024-03-16T16:19:37.661399+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:19:39.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:38 smithi017 bash[21388]: audit 2024-03-16T16:19:37.678981+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-16T16:19:39.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:38 smithi017 bash[21388]: audit 2024-03-16T16:19:37.682782+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-16T16:19:39.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:38 smithi017 bash[21388]: cluster 2024-03-16T16:19:38.608638+0000 mon.a (mon.0) 86 : cluster [DBG] mgrmap e11: a(active, since 1.0114s) 2024-03-16T16:19:39.250 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout { 2024-03-16T16:19:39.250 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-03-16T16:19:39.250 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-16T16:19:39.250 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout } 2024-03-16T16:19:39.250 INFO:teuthology.orchestra.run.smithi017.stdout:mgr epoch 9 is available 2024-03-16T16:19:39.250 INFO:teuthology.orchestra.run.smithi017.stdout:Generating a dashboard self-signed certificate... 2024-03-16T16:19:39.913 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:39 smithi017 bash[21388]: audit 2024-03-16T16:19:38.607443+0000 mgr.a (mgr.14152) 1 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-16T16:19:39.913 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:39 smithi017 bash[21388]: audit 2024-03-16T16:19:38.622719+0000 mgr.a (mgr.14152) 2 : audit [DBG] from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-16T16:19:41.069 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:40 smithi017 bash[21388]: cephadm 2024-03-16T16:19:39.553072+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [16/Mar/2024:16:19:39] ENGINE Bus STARTING 2024-03-16T16:19:41.069 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:40 smithi017 bash[21388]: cluster 2024-03-16T16:19:39.661188+0000 mon.a (mon.0) 87 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-03-16T16:19:41.070 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:40 smithi017 bash[21388]: cephadm 2024-03-16T16:19:39.674855+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [16/Mar/2024:16:19:39] ENGINE Serving on https://172.21.15.17:7150 2024-03-16T16:19:41.070 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:40 smithi017 bash[21388]: cephadm 2024-03-16T16:19:39.776306+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [16/Mar/2024:16:19:39] ENGINE Serving on http://172.21.15.17:8765 2024-03-16T16:19:41.070 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:40 smithi017 bash[21388]: cephadm 2024-03-16T16:19:39.776659+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [16/Mar/2024:16:19:39] ENGINE Bus STARTED 2024-03-16T16:19:41.498 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-03-16T16:19:41.498 INFO:teuthology.orchestra.run.smithi017.stdout:Creating initial admin user... 2024-03-16T16:19:42.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:41 smithi017 bash[21388]: audit 2024-03-16T16:19:40.497311+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-16T16:19:42.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:41 smithi017 bash[21388]: audit 2024-03-16T16:19:40.797016+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:19:42.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:41 smithi017 bash[21388]: audit 2024-03-16T16:19:40.801346+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:19:43.662 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$q51WL1W./eQDiG/3/o8eheRIreP1Jsw8tJsAn0pcNYSKgZ3VlXtRK", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1710605983, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-16T16:19:43.663 INFO:teuthology.orchestra.run.smithi017.stdout:Fetching dashboard port number... 2024-03-16T16:19:44.335 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:44 smithi017 bash[21388]: audit 2024-03-16T16:19:42.805032+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-16T16:19:44.335 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:44 smithi017 bash[21388]: audit 2024-03-16T16:19:43.056259+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:19:45.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:45 smithi017 bash[21388]: cluster 2024-03-16T16:19:44.064002+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-03-16T16:19:45.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:45 smithi017 bash[21388]: audit 2024-03-16T16:19:44.429144+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:19:45.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:45 smithi017 bash[21388]: audit 2024-03-16T16:19:44.429839+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi017", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:19:45.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:45 smithi017 bash[21388]: audit 2024-03-16T16:19:44.433098+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:19:45.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:45 smithi017 bash[21388]: audit 2024-03-16T16:19:44.434984+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi017", "caps": []}]: dispatch 2024-03-16T16:19:45.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:45 smithi017 bash[21388]: audit 2024-03-16T16:19:44.435518+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi017", "caps": []}]': finished 2024-03-16T16:19:45.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:45 smithi017 bash[21388]: audit 2024-03-16T16:19:44.925111+0000 mon.a (mon.0) 97 : audit [DBG] from='client.? 172.21.15.17:0/2488153280' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-16T16:19:45.607 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stdout 8443 2024-03-16T16:19:45.607 INFO:teuthology.orchestra.run.smithi017.stdout:firewalld does not appear to be present 2024-03-16T16:19:45.607 INFO:teuthology.orchestra.run.smithi017.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-16T16:19:45.608 INFO:teuthology.orchestra.run.smithi017.stdout:Ceph Dashboard is now available at: 2024-03-16T16:19:45.609 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-03-16T16:19:45.609 INFO:teuthology.orchestra.run.smithi017.stdout: URL: https://smithi017.front.sepia.ceph.com:8443/ 2024-03-16T16:19:45.609 INFO:teuthology.orchestra.run.smithi017.stdout: User: admin 2024-03-16T16:19:45.609 INFO:teuthology.orchestra.run.smithi017.stdout: Password: s8scyp9l3x 2024-03-16T16:19:45.609 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-03-16T16:19:45.609 INFO:teuthology.orchestra.run.smithi017.stdout:Saving cluster configuration to /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config directory 2024-03-16T16:19:45.610 INFO:teuthology.orchestra.run.smithi017.stdout:Enabling autotune for osd_memory_target 2024-03-16T16:19:46.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:46 smithi017 bash[21388]: cephadm 2024-03-16T16:19:45.605836+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi017 on smithi017 2024-03-16T16:19:49.613 INFO:teuthology.orchestra.run.smithi017.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-03-16T16:19:49.614 INFO:teuthology.orchestra.run.smithi017.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-03-16T16:19:49.614 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-03-16T16:19:49.614 INFO:teuthology.orchestra.run.smithi017.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-16T16:19:49.614 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-03-16T16:19:49.614 INFO:teuthology.orchestra.run.smithi017.stdout:Or, if you are only running a single cluster on this host: 2024-03-16T16:19:49.614 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-03-16T16:19:49.614 INFO:teuthology.orchestra.run.smithi017.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-03-16T16:19:49.614 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-03-16T16:19:49.614 INFO:teuthology.orchestra.run.smithi017.stdout:Please consider enabling telemetry to help improve Ceph: 2024-03-16T16:19:49.614 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-03-16T16:19:49.614 INFO:teuthology.orchestra.run.smithi017.stdout: ceph telemetry on 2024-03-16T16:19:49.615 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-03-16T16:19:49.615 INFO:teuthology.orchestra.run.smithi017.stdout:For more information see: 2024-03-16T16:19:49.615 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-03-16T16:19:49.615 INFO:teuthology.orchestra.run.smithi017.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-03-16T16:19:49.615 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-03-16T16:19:49.615 INFO:teuthology.orchestra.run.smithi017.stdout:Bootstrap complete. 2024-03-16T16:19:49.666 INFO:tasks.cephadm:Fetching config... 2024-03-16T16:19:49.666 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-03-16T16:19:49.666 DEBUG:teuthology.orchestra.run.smithi017:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-16T16:19:49.672 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-16T16:19:49.672 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-03-16T16:19:49.673 DEBUG:teuthology.orchestra.run.smithi017:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-16T16:19:49.721 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-16T16:19:49.721 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-03-16T16:19:49.721 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd if=/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.a/keyring of=/dev/stdout 2024-03-16T16:19:49.778 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-16T16:19:49.778 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-03-16T16:19:49.778 DEBUG:teuthology.orchestra.run.smithi017:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-16T16:19:49.826 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-16T16:19:49.827 DEBUG:teuthology.orchestra.run.smithi017:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCusHcSqbLMkKvxEVS02IUHFeqlxU3e+5PiDJc8QmNJ9fQ2uoQ879kTX33kG0m69ALBe+sKEhmIeLUaCPx+shijPGPubFNIA85MDKVFQAFH/hIgmnXAjnLCgQWqHSGRWsnKGCJHqh3dwEi5quvIddnaj2Q+Heqhk4wCwA+Zjr/H5FqWvsIrs+4qKFamp8/o7eubQxfDB4qTBIeNc1BNPRv4bt+C/b2HVu4rg2ruOeWRBbvPuar+/2R2Mf9FMUK7taWOcrzVcSz57C8wjT7YMF31SP4lKSq2/wkaFz5rS27QlAsGR0AmCcoocB5BKIDz1m67as6lafoMJitHsx6CS2VQm8C5kyGDK6/W1pa0N87/KTiWev0R9Z4x9He0wj48GD72mvKcBYKMzUi3oy3AmmuLo5Ex6zQzMa+s9fkXdicioy8rY0EOI6Vyet02tCWbQbCU0jGv00/msrnKAPxnpjllEKMe57NY5VBs6yEwJKRJ469tCSZR+7c0pI7tWWsqb5U= ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-16T16:19:49.886 INFO:teuthology.orchestra.run.smithi017.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCusHcSqbLMkKvxEVS02IUHFeqlxU3e+5PiDJc8QmNJ9fQ2uoQ879kTX33kG0m69ALBe+sKEhmIeLUaCPx+shijPGPubFNIA85MDKVFQAFH/hIgmnXAjnLCgQWqHSGRWsnKGCJHqh3dwEi5quvIddnaj2Q+Heqhk4wCwA+Zjr/H5FqWvsIrs+4qKFamp8/o7eubQxfDB4qTBIeNc1BNPRv4bt+C/b2HVu4rg2ruOeWRBbvPuar+/2R2Mf9FMUK7taWOcrzVcSz57C8wjT7YMF31SP4lKSq2/wkaFz5rS27QlAsGR0AmCcoocB5BKIDz1m67as6lafoMJitHsx6CS2VQm8C5kyGDK6/W1pa0N87/KTiWev0R9Z4x9He0wj48GD72mvKcBYKMzUi3oy3AmmuLo5Ex6zQzMa+s9fkXdicioy8rY0EOI6Vyet02tCWbQbCU0jGv00/msrnKAPxnpjllEKMe57NY5VBs6yEwJKRJ469tCSZR+7c0pI7tWWsqb5U= ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715 2024-03-16T16:19:49.892 DEBUG:teuthology.orchestra.run.smithi142:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCusHcSqbLMkKvxEVS02IUHFeqlxU3e+5PiDJc8QmNJ9fQ2uoQ879kTX33kG0m69ALBe+sKEhmIeLUaCPx+shijPGPubFNIA85MDKVFQAFH/hIgmnXAjnLCgQWqHSGRWsnKGCJHqh3dwEi5quvIddnaj2Q+Heqhk4wCwA+Zjr/H5FqWvsIrs+4qKFamp8/o7eubQxfDB4qTBIeNc1BNPRv4bt+C/b2HVu4rg2ruOeWRBbvPuar+/2R2Mf9FMUK7taWOcrzVcSz57C8wjT7YMF31SP4lKSq2/wkaFz5rS27QlAsGR0AmCcoocB5BKIDz1m67as6lafoMJitHsx6CS2VQm8C5kyGDK6/W1pa0N87/KTiWev0R9Z4x9He0wj48GD72mvKcBYKMzUi3oy3AmmuLo5Ex6zQzMa+s9fkXdicioy8rY0EOI6Vyet02tCWbQbCU0jGv00/msrnKAPxnpjllEKMe57NY5VBs6yEwJKRJ469tCSZR+7c0pI7tWWsqb5U= ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-16T16:19:49.916 INFO:teuthology.orchestra.run.smithi142.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCusHcSqbLMkKvxEVS02IUHFeqlxU3e+5PiDJc8QmNJ9fQ2uoQ879kTX33kG0m69ALBe+sKEhmIeLUaCPx+shijPGPubFNIA85MDKVFQAFH/hIgmnXAjnLCgQWqHSGRWsnKGCJHqh3dwEi5quvIddnaj2Q+Heqhk4wCwA+Zjr/H5FqWvsIrs+4qKFamp8/o7eubQxfDB4qTBIeNc1BNPRv4bt+C/b2HVu4rg2ruOeWRBbvPuar+/2R2Mf9FMUK7taWOcrzVcSz57C8wjT7YMF31SP4lKSq2/wkaFz5rS27QlAsGR0AmCcoocB5BKIDz1m67as6lafoMJitHsx6CS2VQm8C5kyGDK6/W1pa0N87/KTiWev0R9Z4x9He0wj48GD72mvKcBYKMzUi3oy3AmmuLo5Ex6zQzMa+s9fkXdicioy8rY0EOI6Vyet02tCWbQbCU0jGv00/msrnKAPxnpjllEKMe57NY5VBs6yEwJKRJ469tCSZR+7c0pI7tWWsqb5U= ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715 2024-03-16T16:19:49.925 DEBUG:teuthology.orchestra.run.smithi179:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCusHcSqbLMkKvxEVS02IUHFeqlxU3e+5PiDJc8QmNJ9fQ2uoQ879kTX33kG0m69ALBe+sKEhmIeLUaCPx+shijPGPubFNIA85MDKVFQAFH/hIgmnXAjnLCgQWqHSGRWsnKGCJHqh3dwEi5quvIddnaj2Q+Heqhk4wCwA+Zjr/H5FqWvsIrs+4qKFamp8/o7eubQxfDB4qTBIeNc1BNPRv4bt+C/b2HVu4rg2ruOeWRBbvPuar+/2R2Mf9FMUK7taWOcrzVcSz57C8wjT7YMF31SP4lKSq2/wkaFz5rS27QlAsGR0AmCcoocB5BKIDz1m67as6lafoMJitHsx6CS2VQm8C5kyGDK6/W1pa0N87/KTiWev0R9Z4x9He0wj48GD72mvKcBYKMzUi3oy3AmmuLo5Ex6zQzMa+s9fkXdicioy8rY0EOI6Vyet02tCWbQbCU0jGv00/msrnKAPxnpjllEKMe57NY5VBs6yEwJKRJ469tCSZR+7c0pI7tWWsqb5U= ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-16T16:19:49.948 INFO:teuthology.orchestra.run.smithi179.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCusHcSqbLMkKvxEVS02IUHFeqlxU3e+5PiDJc8QmNJ9fQ2uoQ879kTX33kG0m69ALBe+sKEhmIeLUaCPx+shijPGPubFNIA85MDKVFQAFH/hIgmnXAjnLCgQWqHSGRWsnKGCJHqh3dwEi5quvIddnaj2Q+Heqhk4wCwA+Zjr/H5FqWvsIrs+4qKFamp8/o7eubQxfDB4qTBIeNc1BNPRv4bt+C/b2HVu4rg2ruOeWRBbvPuar+/2R2Mf9FMUK7taWOcrzVcSz57C8wjT7YMF31SP4lKSq2/wkaFz5rS27QlAsGR0AmCcoocB5BKIDz1m67as6lafoMJitHsx6CS2VQm8C5kyGDK6/W1pa0N87/KTiWev0R9Z4x9He0wj48GD72mvKcBYKMzUi3oy3AmmuLo5Ex6zQzMa+s9fkXdicioy8rY0EOI6Vyet02tCWbQbCU0jGv00/msrnKAPxnpjllEKMe57NY5VBs6yEwJKRJ469tCSZR+7c0pI7tWWsqb5U= ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715 2024-03-16T16:19:49.958 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-16T16:19:49.959 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:49 smithi017 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:19:49.959 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:49 smithi017 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:19:50.365 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:19:50 smithi017 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:19:50.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:49 smithi017 bash[21388]: audit 2024-03-16T16:19:48.998163+0000 mon.a (mon.0) 98 : audit [INF] from='client.? 172.21.15.17:0/2998814996' entity='client.admin' 2024-03-16T16:19:50.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:50 smithi017 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:19:51.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:51 smithi017 bash[21388]: audit 2024-03-16T16:19:50.241364+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:19:51.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:51 smithi017 bash[21388]: audit 2024-03-16T16:19:50.285361+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:19:51.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:51 smithi017 bash[21388]: audit 2024-03-16T16:19:50.290861+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:19:51.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:51 smithi017 bash[21388]: audit 2024-03-16T16:19:50.324411+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:19:51.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:51 smithi017 bash[21388]: audit 2024-03-16T16:19:50.331476+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:19:51.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:51 smithi017 bash[21388]: audit 2024-03-16T16:19:50.335598+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:19:51.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:51 smithi017 bash[21388]: audit 2024-03-16T16:19:50.339606+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:19:51.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:51 smithi017 bash[21388]: audit 2024-03-16T16:19:50.343881+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:19:51.617 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:51 smithi017 bash[21388]: audit 2024-03-16T16:19:50.349680+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:19:51.617 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:51 smithi017 bash[21388]: audit 2024-03-16T16:19:50.385710+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:19:51.617 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:51 smithi017 bash[21388]: audit 2024-03-16T16:19:50.392009+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:19:51.617 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:51 smithi017 bash[21388]: audit 2024-03-16T16:19:50.666728+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:19:54.118 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:53 smithi017 bash[21388]: audit 2024-03-16T16:19:52.677380+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:19:54.673 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:19:56.345 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:56 smithi017 bash[21388]: audit 2024-03-16T16:19:55.060946+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:19:56.345 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:56 smithi017 bash[21388]: audit 2024-03-16T16:19:55.064176+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:19:58.065 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-16T16:19:58.066 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-16T16:19:58.715 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:58 smithi017 bash[21388]: audit 2024-03-16T16:19:57.418822+0000 mon.a (mon.0) 114 : audit [INF] from='client.? 172.21.15.17:0/2111164200' entity='client.admin' 2024-03-16T16:19:58.715 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:58 smithi017 bash[21388]: audit 2024-03-16T16:19:57.458386+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:19:58.715 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:58 smithi017 bash[21388]: audit 2024-03-16T16:19:57.462232+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:19:58.715 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:19:58 smithi017 bash[21388]: cluster 2024-03-16T16:19:57.610527+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-16T16:20:00.912 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:00 smithi017 bash[21388]: cluster 2024-03-16T16:19:59.610922+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-16T16:20:02.883 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:20:02.903 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:02 smithi017 bash[21388]: cluster 2024-03-16T16:20:01.611398+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-16T16:20:02.904 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:02 smithi017 bash[21388]: audit 2024-03-16T16:20:02.645766+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:02.904 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:02 smithi017 bash[21388]: audit 2024-03-16T16:20:02.651158+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:05.095 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:04 smithi017 bash[21388]: cluster 2024-03-16T16:20:03.611853+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-16T16:20:06.166 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi142 2024-03-16T16:20:06.166 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-03-16T16:20:06.166 DEBUG:teuthology.orchestra.run.smithi142:> dd of=/etc/ceph/ceph.conf 2024-03-16T16:20:06.173 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-03-16T16:20:06.173 DEBUG:teuthology.orchestra.run.smithi142:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:20:06.221 INFO:tasks.cephadm:Adding host smithi142 to orchestrator... 2024-03-16T16:20:06.222 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph orch host add smithi142 2024-03-16T16:20:06.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:06 smithi017 bash[21388]: audit 2024-03-16T16:20:05.484522+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-16T16:20:06.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:06 smithi017 bash[21388]: audit 2024-03-16T16:20:05.489686+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:06.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:06 smithi017 bash[21388]: audit 2024-03-16T16:20:05.513120+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:20:06.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:06 smithi017 bash[21388]: audit 2024-03-16T16:20:05.514874+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:20:06.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:06 smithi017 bash[21388]: audit 2024-03-16T16:20:05.515508+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:20:06.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:06 smithi017 bash[21388]: cephadm 2024-03-16T16:20:05.516411+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi017:/etc/ceph/ceph.conf 2024-03-16T16:20:06.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:06 smithi017 bash[21388]: cluster 2024-03-16T16:20:05.612176+0000 mgr.a (mgr.14152) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:20:06.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:06 smithi017 bash[21388]: cephadm 2024-03-16T16:20:05.630399+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi017:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:20:06.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:06 smithi017 bash[21388]: cephadm 2024-03-16T16:20:05.744630+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi017:/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:20:06.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:06 smithi017 bash[21388]: cephadm 2024-03-16T16:20:05.859131+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi017:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-16T16:20:06.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:06 smithi017 bash[21388]: audit 2024-03-16T16:20:06.080931+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:06.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:06 smithi017 bash[21388]: audit 2024-03-16T16:20:06.087388+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:06.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:06 smithi017 bash[21388]: audit 2024-03-16T16:20:06.093502+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:09.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:08 smithi017 bash[21388]: cluster 2024-03-16T16:20:07.612544+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-16T16:20:10.940 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:20:10.960 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:10 smithi017 bash[21388]: cluster 2024-03-16T16:20:09.612969+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-16T16:20:12.853 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:12 smithi017 bash[21388]: cluster 2024-03-16T16:20:11.613321+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-16T16:20:15.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:14 smithi017 bash[21388]: cluster 2024-03-16T16:20:13.613699+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-16T16:20:15.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:14 smithi017 bash[21388]: audit 2024-03-16T16:20:14.418284+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:15.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:14 smithi017 bash[21388]: audit 2024-03-16T16:20:14.421188+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:15.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:14 smithi017 bash[21388]: audit 2024-03-16T16:20:14.424842+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:15.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:15 smithi017 bash[21388]: audit 2024-03-16T16:20:14.672422+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi142", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:20:17.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:16 smithi017 bash[21388]: cephadm 2024-03-16T16:20:15.364871+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi142 2024-03-16T16:20:17.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:16 smithi017 bash[21388]: cluster 2024-03-16T16:20:15.614091+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-16T16:20:19.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:18 smithi017 bash[21388]: cluster 2024-03-16T16:20:17.614516+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-16T16:20:20.656 INFO:teuthology.orchestra.run.smithi017.stdout:Added host 'smithi142' with addr '172.21.15.142' 2024-03-16T16:20:21.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:20 smithi017 bash[21388]: cluster 2024-03-16T16:20:19.614933+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-16T16:20:21.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:20 smithi017 bash[21388]: audit 2024-03-16T16:20:20.660335+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:21.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:20 smithi017 bash[21388]: audit 2024-03-16T16:20:20.664480+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:20:21.305 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph orch host ls --format=json 2024-03-16T16:20:22.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:22 smithi017 bash[21388]: cephadm 2024-03-16T16:20:20.661308+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi142 2024-03-16T16:20:22.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:22 smithi017 bash[21388]: audit 2024-03-16T16:20:21.138434+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:23.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:23 smithi017 bash[21388]: cluster 2024-03-16T16:20:21.615356+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-16T16:20:23.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:23 smithi017 bash[21388]: audit 2024-03-16T16:20:22.612662+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:23.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:23 smithi017 bash[21388]: audit 2024-03-16T16:20:22.618076+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:23.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:23 smithi017 bash[21388]: audit 2024-03-16T16:20:22.619710+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:20:23.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:23 smithi017 bash[21388]: audit 2024-03-16T16:20:22.621763+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:20:23.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:23 smithi017 bash[21388]: audit 2024-03-16T16:20:22.623503+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:20:23.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:23 smithi017 bash[21388]: cephadm 2024-03-16T16:20:22.626242+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-03-16T16:20:23.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:23 smithi017 bash[21388]: cephadm 2024-03-16T16:20:22.844359+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi142:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:20:23.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:23 smithi017 bash[21388]: cephadm 2024-03-16T16:20:23.060224+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:20:24.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:24 smithi017 bash[21388]: cephadm 2024-03-16T16:20:23.224979+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi142:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-16T16:20:24.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:24 smithi017 bash[21388]: audit 2024-03-16T16:20:23.395556+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:24.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:24 smithi017 bash[21388]: audit 2024-03-16T16:20:23.401459+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:24.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:24 smithi017 bash[21388]: audit 2024-03-16T16:20:23.404857+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-03-16T16:20:24.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:24 smithi017 bash[21388]: audit 2024-03-16T16:20:23.406249+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]': finished 2024-03-16T16:20:24.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:24 smithi017 bash[21388]: cluster 2024-03-16T16:20:23.615788+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-16T16:20:24.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:24 smithi017 bash[21388]: cephadm 2024-03-16T16:20:24.085349+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi142 on smithi142 2024-03-16T16:20:26.019 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:20:26.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:26 smithi017 bash[21388]: audit 2024-03-16T16:20:25.021524+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:26.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:26 smithi017 bash[21388]: audit 2024-03-16T16:20:25.057750+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:26.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:26 smithi017 bash[21388]: audit 2024-03-16T16:20:25.063307+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:26.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:26 smithi017 bash[21388]: audit 2024-03-16T16:20:25.131021+0000 mon.a (mon.0) 144 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:20:26.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:26 smithi017 bash[21388]: audit 2024-03-16T16:20:25.136075+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:20:26.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:26 smithi017 bash[21388]: audit 2024-03-16T16:20:25.137816+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:20:26.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:26 smithi017 bash[21388]: audit 2024-03-16T16:20:25.145984+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:26.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:26 smithi017 bash[21388]: audit 2024-03-16T16:20:25.216307+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:20:26.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:26 smithi017 bash[21388]: audit 2024-03-16T16:20:25.220522+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:20:26.367 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:26 smithi017 bash[21388]: audit 2024-03-16T16:20:25.221708+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:20:26.367 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:26 smithi017 bash[21388]: audit 2024-03-16T16:20:25.228627+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:26.367 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:26 smithi017 bash[21388]: audit 2024-03-16T16:20:25.493849+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:27.255 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:27 smithi017 bash[21388]: cluster 2024-03-16T16:20:25.616240+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-16T16:20:27.255 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:27 smithi017 bash[21388]: audit 2024-03-16T16:20:26.576715+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:27.255 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:27 smithi017 bash[21388]: audit 2024-03-16T16:20:26.583541+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:29.087 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:28 smithi017 bash[21388]: cluster 2024-03-16T16:20:27.616626+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-16T16:20:29.087 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:28 smithi017 bash[21388]: audit 2024-03-16T16:20:27.689973+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:29.251 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-03-16T16:20:29.251 INFO:teuthology.orchestra.run.smithi017.stdout:[{"addr": "172.21.15.17", "hostname": "smithi017", "labels": [], "status": ""}, {"addr": "172.21.15.142", "hostname": "smithi142", "labels": [], "status": ""}] 2024-03-16T16:20:30.223 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi179 2024-03-16T16:20:30.224 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-03-16T16:20:30.224 DEBUG:teuthology.orchestra.run.smithi179:> dd of=/etc/ceph/ceph.conf 2024-03-16T16:20:30.230 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-03-16T16:20:30.230 DEBUG:teuthology.orchestra.run.smithi179:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:20:30.277 INFO:tasks.cephadm:Adding host smithi179 to orchestrator... 2024-03-16T16:20:30.277 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph orch host add smithi179 2024-03-16T16:20:31.016 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:30 smithi017 bash[21388]: audit 2024-03-16T16:20:29.256125+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-16T16:20:31.016 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:30 smithi017 bash[21388]: cluster 2024-03-16T16:20:29.617078+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-16T16:20:33.002 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:32 smithi017 bash[21388]: cluster 2024-03-16T16:20:31.617479+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-16T16:20:34.977 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:20:34.999 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:34 smithi017 bash[21388]: cluster 2024-03-16T16:20:33.617884+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-16T16:20:34.999 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:34 smithi017 bash[21388]: audit 2024-03-16T16:20:34.614541+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:34.999 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:34 smithi017 bash[21388]: audit 2024-03-16T16:20:34.621219+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:34.999 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:34 smithi017 bash[21388]: audit 2024-03-16T16:20:34.629544+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:36.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:36 smithi017 bash[21388]: cluster 2024-03-16T16:20:35.618336+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-16T16:20:39.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:38 smithi017 bash[21388]: audit 2024-03-16T16:20:37.455781+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi179", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:20:39.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:38 smithi017 bash[21388]: cluster 2024-03-16T16:20:37.618620+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:20:40.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:39 smithi017 bash[21388]: cephadm 2024-03-16T16:20:38.177146+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi179 2024-03-16T16:20:40.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:39 smithi017 bash[21388]: audit 2024-03-16T16:20:39.558207+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:40.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:39 smithi017 bash[21388]: audit 2024-03-16T16:20:39.567785+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:41.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:40 smithi017 bash[21388]: cluster 2024-03-16T16:20:39.618927+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-16T16:20:43.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:42 smithi017 bash[21388]: cluster 2024-03-16T16:20:41.619271+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-16T16:20:43.494 INFO:teuthology.orchestra.run.smithi017.stdout:Added host 'smithi179' with addr '172.21.15.179' 2024-03-16T16:20:44.167 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph orch host ls --format=json 2024-03-16T16:20:44.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:44 smithi017 bash[21388]: audit 2024-03-16T16:20:43.498443+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:44.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:44 smithi017 bash[21388]: cephadm 2024-03-16T16:20:43.499289+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi179 2024-03-16T16:20:44.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:44 smithi017 bash[21388]: audit 2024-03-16T16:20:43.538828+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:20:44.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:44 smithi017 bash[21388]: cluster 2024-03-16T16:20:43.619673+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:20:44.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:44 smithi017 bash[21388]: audit 2024-03-16T16:20:44.064304+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:46.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:46 smithi017 bash[21388]: audit 2024-03-16T16:20:45.589057+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:46.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:46 smithi017 bash[21388]: audit 2024-03-16T16:20:45.595162+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:46.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:46 smithi017 bash[21388]: audit 2024-03-16T16:20:45.596788+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi179", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:20:46.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:46 smithi017 bash[21388]: audit 2024-03-16T16:20:45.598921+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:20:46.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:46 smithi017 bash[21388]: audit 2024-03-16T16:20:45.600852+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:20:46.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:46 smithi017 bash[21388]: cephadm 2024-03-16T16:20:45.603822+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi179:/etc/ceph/ceph.conf 2024-03-16T16:20:46.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:46 smithi017 bash[21388]: cluster 2024-03-16T16:20:45.620054+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:20:46.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:46 smithi017 bash[21388]: cephadm 2024-03-16T16:20:45.820469+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi179:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:20:46.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:46 smithi017 bash[21388]: cephadm 2024-03-16T16:20:46.035347+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:20:46.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:46 smithi017 bash[21388]: audit 2024-03-16T16:20:46.134961+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:46.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:46 smithi017 bash[21388]: audit 2024-03-16T16:20:46.141102+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:46.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:46 smithi017 bash[21388]: audit 2024-03-16T16:20:46.149533+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:47.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:47 smithi017 bash[21388]: cephadm 2024-03-16T16:20:46.250246+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi179:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-16T16:20:47.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:47 smithi017 bash[21388]: audit 2024-03-16T16:20:46.736006+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:47.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:47 smithi017 bash[21388]: audit 2024-03-16T16:20:46.741554+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:47.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:47 smithi017 bash[21388]: audit 2024-03-16T16:20:46.744688+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi179", "caps": []}]: dispatch 2024-03-16T16:20:47.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:47 smithi017 bash[21388]: audit 2024-03-16T16:20:46.746000+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi179", "caps": []}]': finished 2024-03-16T16:20:48.878 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:20:49.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:48 smithi017 bash[21388]: cluster 2024-03-16T16:20:47.620294+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-16T16:20:49.787 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:49 smithi017 bash[21388]: cephadm 2024-03-16T16:20:48.379567+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi179 on smithi179 2024-03-16T16:20:49.788 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:49 smithi017 bash[21388]: audit 2024-03-16T16:20:49.231748+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:49.788 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:49 smithi017 bash[21388]: audit 2024-03-16T16:20:49.248723+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:49.788 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:49 smithi017 bash[21388]: audit 2024-03-16T16:20:49.252106+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:49.788 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:49 smithi017 bash[21388]: audit 2024-03-16T16:20:49.349308+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:20:49.788 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:49 smithi017 bash[21388]: audit 2024-03-16T16:20:49.352064+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:20:49.788 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:49 smithi017 bash[21388]: audit 2024-03-16T16:20:49.352845+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:20:49.788 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:49 smithi017 bash[21388]: audit 2024-03-16T16:20:49.356853+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:49.788 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:49 smithi017 bash[21388]: audit 2024-03-16T16:20:49.456887+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:20:49.788 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:49 smithi017 bash[21388]: audit 2024-03-16T16:20:49.460385+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:20:49.788 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:49 smithi017 bash[21388]: audit 2024-03-16T16:20:49.461228+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:20:49.788 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:49 smithi017 bash[21388]: audit 2024-03-16T16:20:49.465831+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:49.788 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:49 smithi017 bash[21388]: audit 2024-03-16T16:20:49.693497+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:51.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:50 smithi017 bash[21388]: cluster 2024-03-16T16:20:49.620692+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-16T16:20:51.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:51 smithi017 bash[21388]: audit 2024-03-16T16:20:50.783393+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:51.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:51 smithi017 bash[21388]: audit 2024-03-16T16:20:50.790094+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:51.936 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-03-16T16:20:51.936 INFO:teuthology.orchestra.run.smithi017.stdout:[{"addr": "172.21.15.17", "hostname": "smithi017", "labels": [], "status": ""}, {"addr": "172.21.15.142", "hostname": "smithi142", "labels": [], "status": ""}, {"addr": "172.21.15.179", "hostname": "smithi179", "labels": [], "status": ""}] 2024-03-16T16:20:52.567 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-16T16:20:52.568 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph osd crush tunables default 2024-03-16T16:20:52.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:52 smithi017 bash[21388]: cluster 2024-03-16T16:20:51.621047+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-16T16:20:52.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:52 smithi017 bash[21388]: audit 2024-03-16T16:20:51.940957+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-16T16:20:52.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:52 smithi017 bash[21388]: audit 2024-03-16T16:20:52.697156+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:55.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:54 smithi017 bash[21388]: cluster 2024-03-16T16:20:53.621427+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-16T16:20:56.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:55 smithi017 bash[21388]: audit 2024-03-16T16:20:54.822377+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:56.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:55 smithi017 bash[21388]: audit 2024-03-16T16:20:54.828749+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:56.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:55 smithi017 bash[21388]: audit 2024-03-16T16:20:54.836831+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:20:57.064 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:20:57.088 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:56 smithi017 bash[21388]: cluster 2024-03-16T16:20:55.621841+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-16T16:20:59.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:58 smithi017 bash[21388]: cluster 2024-03-16T16:20:57.622251+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-16T16:20:59.841 INFO:teuthology.orchestra.run.smithi017.stderr:adjusted tunables profile to default 2024-03-16T16:21:00.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:20:59 smithi017 bash[21388]: audit 2024-03-16T16:20:59.790905+0000 mon.a (mon.0) 194 : audit [INF] from='client.? 172.21.15.17:0/1357639284' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-16T16:21:00.533 INFO:tasks.cephadm:Adding mon.a on smithi017 2024-03-16T16:21:00.533 INFO:tasks.cephadm:Adding mon.b on smithi142 2024-03-16T16:21:00.533 INFO:tasks.cephadm:Adding mon.c on smithi179 2024-03-16T16:21:00.533 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph orch apply mon '3;smithi017:172.21.15.17=a;smithi142:172.21.15.142=b;smithi179:172.21.15.179=c' 2024-03-16T16:21:01.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:00 smithi017 bash[21388]: cluster 2024-03-16T16:20:59.622557+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-16T16:21:01.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:00 smithi017 bash[21388]: audit 2024-03-16T16:20:59.842367+0000 mon.a (mon.0) 195 : audit [INF] from='client.? 172.21.15.17:0/1357639284' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-16T16:21:01.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:00 smithi017 bash[21388]: cluster 2024-03-16T16:20:59.847419+0000 mon.a (mon.0) 196 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-16T16:21:02.083 INFO:teuthology.orchestra.run.smithi179.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:21:03.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:02 smithi017 bash[21388]: cluster 2024-03-16T16:21:01.622946+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-16T16:21:05.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:04 smithi017 bash[21388]: cluster 2024-03-16T16:21:03.623332+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-16T16:21:05.337 INFO:teuthology.orchestra.run.smithi179.stdout:Scheduled mon update... 2024-03-16T16:21:06.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:05 smithi017 bash[21388]: audit 2024-03-16T16:21:04.867400+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:06.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:05 smithi017 bash[21388]: audit 2024-03-16T16:21:04.875387+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:06.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:05 smithi017 bash[21388]: audit 2024-03-16T16:21:05.342429+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:06.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:05 smithi017 bash[21388]: audit 2024-03-16T16:21:05.370492+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:21:06.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:05 smithi017 bash[21388]: audit 2024-03-16T16:21:05.376311+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:06.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:05 smithi017 bash[21388]: audit 2024-03-16T16:21:05.378212+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:21:06.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:05 smithi017 bash[21388]: audit 2024-03-16T16:21:05.386571+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:06.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:05 smithi017 bash[21388]: audit 2024-03-16T16:21:05.391815+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-16T16:21:06.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:05 smithi017 bash[21388]: audit 2024-03-16T16:21:05.393765+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:06.353 DEBUG:teuthology.orchestra.run.smithi142:mon.b> sudo journalctl -f -n 0 -u ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@mon.b.service 2024-03-16T16:21:06.355 DEBUG:teuthology.orchestra.run.smithi179:mon.c> sudo journalctl -f -n 0 -u ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@mon.c.service 2024-03-16T16:21:06.357 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-16T16:21:06.358 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph mon dump -f json 2024-03-16T16:21:07.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:06 smithi017 bash[21388]: audit 2024-03-16T16:21:05.331486+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi017:172.21.15.17=a;smithi142:172.21.15.142=b;smithi179:172.21.15.179=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:21:07.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:06 smithi017 bash[21388]: cephadm 2024-03-16T16:21:05.337148+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi017:172.21.15.17=a;smithi142:172.21.15.142=b;smithi179:172.21.15.179=c;count:3 2024-03-16T16:21:07.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:06 smithi017 bash[21388]: cephadm 2024-03-16T16:21:05.396030+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi179 2024-03-16T16:21:07.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:06 smithi017 bash[21388]: cluster 2024-03-16T16:21:05.623716+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-16T16:21:07.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:06 smithi017 bash[21388]: audit 2024-03-16T16:21:06.356410+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:07.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:06 smithi017 bash[21388]: audit 2024-03-16T16:21:06.362524+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:07.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:06 smithi017 bash[21388]: audit 2024-03-16T16:21:06.368285+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:07.980 INFO:teuthology.orchestra.run.smithi179.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:21:09.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:08 smithi017 bash[21388]: cluster 2024-03-16T16:21:07.624136+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-16T16:21:11.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:10 smithi017 bash[21388]: cluster 2024-03-16T16:21:09.624577+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-16T16:21:11.268 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:11 smithi179 systemd[1]: Started Ceph mon.c for a0ca21ee-e3b0-11ee-95c9-87774f69a715. 2024-03-16T16:21:12.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:12 smithi017 bash[21388]: audit 2024-03-16T16:21:11.079664+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:12.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:12 smithi017 bash[21388]: audit 2024-03-16T16:21:11.085574+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:12.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:12 smithi017 bash[21388]: audit 2024-03-16T16:21:11.130122+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:12.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:12 smithi017 bash[21388]: audit 2024-03-16T16:21:11.130946+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-16T16:21:12.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:12 smithi017 bash[21388]: audit 2024-03-16T16:21:11.131852+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:12.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:12 smithi017 bash[21388]: cephadm 2024-03-16T16:21:11.132925+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi142 2024-03-16T16:21:13.211 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.176+0000 7f1a9220cc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-16T16:21:13.212 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.176+0000 7f1a9220cc80 0 ceph version 19.0.0-2121-g5ea4d9cf (5ea4d9cfac4d9f2893126a48d28cca7da69243c1) squid (dev), process ceph-mon, pid 7 2024-03-16T16:21:13.212 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.176+0000 7f1a9220cc80 0 pidfile_write: ignore empty --pid-file 2024-03-16T16:21:13.212 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 0 load: jerasure load: lrc 2024-03-16T16:21:13.212 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: RocksDB version: 7.9.2 2024-03-16T16:21:13.212 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Git sha 0 2024-03-16T16:21:13.212 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Compile date 2024-03-15 15:33:47 2024-03-16T16:21:13.212 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: DB SUMMARY 2024-03-16T16:21:13.212 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: DB Session ID: UUEIK7ZDKD83CLP2UD6O 2024-03-16T16:21:13.212 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: CURRENT file: CURRENT 2024-03-16T16:21:13.212 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-16T16:21:13.213 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-03-16T16:21:13.213 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-03-16T16:21:13.213 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000004.log size: 511 ; 2024-03-16T16:21:13.213 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.error_if_exists: 0 2024-03-16T16:21:13.213 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.create_if_missing: 0 2024-03-16T16:21:13.213 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.paranoid_checks: 1 2024-03-16T16:21:13.213 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-16T16:21:13.213 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-16T16:21:13.213 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-16T16:21:13.213 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.env: 0x563c99f57b20 2024-03-16T16:21:13.213 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-16T16:21:13.214 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.info_log: 0x563c9a9bb980 2024-03-16T16:21:13.214 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-16T16:21:13.214 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.statistics: (nil) 2024-03-16T16:21:13.214 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.use_fsync: 0 2024-03-16T16:21:13.214 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.max_log_file_size: 0 2024-03-16T16:21:13.214 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-16T16:21:13.214 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-16T16:21:13.214 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-16T16:21:13.214 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-16T16:21:13.214 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.allow_fallocate: 1 2024-03-16T16:21:13.214 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-16T16:21:13.215 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-16T16:21:13.215 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.use_direct_reads: 0 2024-03-16T16:21:13.215 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-16T16:21:13.215 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-16T16:21:13.215 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.db_log_dir: 2024-03-16T16:21:13.215 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.wal_dir: 2024-03-16T16:21:13.215 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-16T16:21:13.215 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-16T16:21:13.215 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-16T16:21:13.215 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-16T16:21:13.215 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-16T16:21:13.215 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-16T16:21:13.215 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-16T16:21:13.216 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-16T16:21:13.216 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.write_buffer_manager: 0x563c9a98e1e0 2024-03-16T16:21:13.216 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-16T16:21:13.216 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-16T16:21:13.216 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-16T16:21:13.216 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-16T16:21:13.216 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-16T16:21:13.216 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-16T16:21:13.216 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-16T16:21:13.216 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-16T16:21:13.216 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.unordered_write: 0 2024-03-16T16:21:13.216 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-16T16:21:13.216 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-16T16:21:13.216 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-16T16:21:13.216 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-16T16:21:13.217 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.row_cache: None 2024-03-16T16:21:13.217 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.wal_filter: None 2024-03-16T16:21:13.217 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-16T16:21:13.217 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-16T16:21:13.217 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.two_write_queues: 0 2024-03-16T16:21:13.217 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-16T16:21:13.217 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.wal_compression: 0 2024-03-16T16:21:13.217 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.atomic_flush: 0 2024-03-16T16:21:13.217 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-16T16:21:13.217 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-16T16:21:13.217 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-16T16:21:13.217 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.log_readahead_size: 0 2024-03-16T16:21:13.217 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-16T16:21:13.217 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-16T16:21:13.218 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-16T16:21:13.218 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-16T16:21:13.218 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-16T16:21:13.218 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-16T16:21:13.218 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-16T16:21:13.218 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.max_background_jobs: 2 2024-03-16T16:21:13.218 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.max_background_compactions: -1 2024-03-16T16:21:13.218 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.max_subcompactions: 1 2024-03-16T16:21:13.218 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-16T16:21:13.218 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-16T16:21:13.218 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-16T16:21:13.218 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-16T16:21:13.219 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-16T16:21:13.219 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-16T16:21:13.219 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-16T16:21:13.219 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-16T16:21:13.219 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.max_open_files: -1 2024-03-16T16:21:13.219 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-16T16:21:13.219 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-16T16:21:13.219 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-16T16:21:13.219 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-16T16:21:13.219 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.max_background_flushes: -1 2024-03-16T16:21:13.219 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Compression algorithms supported: 2024-03-16T16:21:13.219 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-16T16:21:13.219 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: kZSTD supported: 0 2024-03-16T16:21:13.220 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: kXpressCompression supported: 0 2024-03-16T16:21:13.220 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-16T16:21:13.220 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: kZlibCompression supported: 1 2024-03-16T16:21:13.220 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: kSnappyCompression supported: 1 2024-03-16T16:21:13.220 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: kLZ4Compression supported: 1 2024-03-16T16:21:13.220 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: kBZip2Compression supported: 0 2024-03-16T16:21:13.220 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-16T16:21:13.220 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-16T16:21:13.220 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-03-16T16:21:13.220 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-16T16:21:13.223 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-16T16:21:13.223 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.merge_operator: 2024-03-16T16:21:13.223 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.compaction_filter: None 2024-03-16T16:21:13.223 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-16T16:21:13.223 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-16T16:21:13.223 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-16T16:21:13.223 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-16T16:21:13.223 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x563c9a9bba80) 2024-03-16T16:21:13.223 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cache_index_and_filter_blocks: 1 2024-03-16T16:21:13.223 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-16T16:21:13.223 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-16T16:21:13.223 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: pin_top_level_index_and_filter: 1 2024-03-16T16:21:13.224 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: index_type: 0 2024-03-16T16:21:13.224 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: data_block_index_type: 0 2024-03-16T16:21:13.224 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: index_shortening: 1 2024-03-16T16:21:13.224 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: data_block_hash_table_util_ratio: 0.750000 2024-03-16T16:21:13.224 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: checksum: 4 2024-03-16T16:21:13.224 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: no_block_cache: 0 2024-03-16T16:21:13.224 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: block_cache: 0x563c9a9bf090 2024-03-16T16:21:13.224 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: block_cache_name: BinnedLRUCache 2024-03-16T16:21:13.224 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: block_cache_options: 2024-03-16T16:21:13.224 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: capacity : 536870912 2024-03-16T16:21:13.224 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: num_shard_bits : 4 2024-03-16T16:21:13.224 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: strict_capacity_limit : 0 2024-03-16T16:21:13.224 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: high_pri_pool_ratio: 0.000 2024-03-16T16:21:13.224 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: block_cache_compressed: (nil) 2024-03-16T16:21:13.225 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: persistent_cache: (nil) 2024-03-16T16:21:13.225 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: block_size: 4096 2024-03-16T16:21:13.225 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: block_size_deviation: 10 2024-03-16T16:21:13.225 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: block_restart_interval: 16 2024-03-16T16:21:13.225 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: index_block_restart_interval: 1 2024-03-16T16:21:13.225 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: metadata_block_size: 4096 2024-03-16T16:21:13.225 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: partition_filters: 0 2024-03-16T16:21:13.225 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: use_delta_encoding: 1 2024-03-16T16:21:13.225 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: filter_policy: bloomfilter 2024-03-16T16:21:13.225 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: whole_key_filtering: 1 2024-03-16T16:21:13.225 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: verify_compression: 0 2024-03-16T16:21:13.225 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: read_amp_bytes_per_bit: 0 2024-03-16T16:21:13.225 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: format_version: 5 2024-03-16T16:21:13.225 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: enable_index_compression: 1 2024-03-16T16:21:13.226 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: block_align: 0 2024-03-16T16:21:13.226 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: max_auto_readahead_size: 262144 2024-03-16T16:21:13.226 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: prepopulate_block_cache: 0 2024-03-16T16:21:13.226 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: initial_auto_readahead_size: 8192 2024-03-16T16:21:13.226 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: num_file_reads_for_auto_readahead: 2 2024-03-16T16:21:13.226 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-16T16:21:13.226 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-16T16:21:13.226 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.compression: NoCompression 2024-03-16T16:21:13.226 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-16T16:21:13.226 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-16T16:21:13.226 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-16T16:21:13.226 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.num_levels: 7 2024-03-16T16:21:13.226 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-16T16:21:13.226 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-16T16:21:13.227 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-16T16:21:13.227 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-16T16:21:13.227 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-16T16:21:13.227 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-16T16:21:13.227 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-16T16:21:13.227 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-16T16:21:13.227 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-16T16:21:13.227 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-16T16:21:13.227 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-16T16:21:13.227 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-16T16:21:13.227 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-16T16:21:13.227 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-16T16:21:13.227 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-16T16:21:13.227 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-16T16:21:13.227 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-16T16:21:13.228 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-16T16:21:13.228 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-16T16:21:13.228 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-16T16:21:13.228 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-16T16:21:13.228 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-16T16:21:13.228 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-16T16:21:13.228 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-16T16:21:13.228 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-16T16:21:13.228 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-16T16:21:13.228 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-16T16:21:13.228 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-16T16:21:13.228 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-16T16:21:13.228 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-16T16:21:13.228 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-16T16:21:13.229 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-16T16:21:13.229 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-16T16:21:13.229 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-16T16:21:13.229 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-16T16:21:13.229 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-16T16:21:13.229 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-16T16:21:13.229 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-16T16:21:13.229 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-16T16:21:13.229 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-16T16:21:13.229 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-16T16:21:13.229 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-16T16:21:13.229 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-16T16:21:13.229 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-16T16:21:13.229 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-16T16:21:13.229 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-16T16:21:13.229 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-16T16:21:13.230 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-16T16:21:13.230 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-16T16:21:13.230 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-16T16:21:13.230 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-16T16:21:13.230 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-16T16:21:13.230 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-16T16:21:13.230 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.table_properties_collectors: 2024-03-16T16:21:13.230 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.inplace_update_support: 0 2024-03-16T16:21:13.230 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-16T16:21:13.230 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-16T16:21:13.230 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-16T16:21:13.230 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-16T16:21:13.230 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.bloom_locality: 0 2024-03-16T16:21:13.230 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.max_successive_merges: 0 2024-03-16T16:21:13.231 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-16T16:21:13.231 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-16T16:21:13.231 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-16T16:21:13.231 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-16T16:21:13.231 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.ttl: 2592000 2024-03-16T16:21:13.231 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-16T16:21:13.231 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-16T16:21:13.231 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-16T16:21:13.231 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.enable_blob_files: false 2024-03-16T16:21:13.231 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.min_blob_size: 0 2024-03-16T16:21:13.231 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-16T16:21:13.231 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-16T16:21:13.231 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-16T16:21:13.231 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-16T16:21:13.231 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-16T16:21:13.232 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-16T16:21:13.232 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-16T16:21:13.232 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-16T16:21:13.232 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-03-16T16:21:13.232 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-16T16:21:13.232 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 66443718-bd44-431d-9b75-38ddf1df776e 2024-03-16T16:21:13.232 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710606073185567, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-03-16T16:21:13.232 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-03-16T16:21:13.232 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710606073186067, "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": 1710606073, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "66443718-bd44-431d-9b75-38ddf1df776e", "db_session_id": "UUEIK7ZDKD83CLP2UD6O", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-03-16T16:21:13.232 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710606073186165, "job": 1, "event": "recovery_finished"} 2024-03-16T16:21:13.232 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.180+0000 7f1a9220cc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-03-16T16:21:13.232 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.184+0000 7f1a9220cc80 4 rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-c/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2024-03-16T16:21:13.232 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.184+0000 7f1a9220cc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x563c9aab6000 2024-03-16T16:21:13.232 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.184+0000 7f1a9220cc80 4 rocksdb: DB pointer 0x563c9aaa0000 2024-03-16T16:21:13.232 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.184+0000 7f1a9220cc80 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-03-16T16:21:13.233 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.184+0000 7f1a80968700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-16T16:21:13.233 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.184+0000 7f1a80968700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-16T16:21:13.233 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: ** DB Stats ** 2024-03-16T16:21:13.233 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-16T16:21:13.233 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: 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-16T16:21:13.233 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-16T16:21:13.233 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-16T16:21:13.233 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: 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-16T16:21:13.233 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-16T16:21:13.233 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-16T16:21:13.233 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: ** Compaction Stats [default] ** 2024-03-16T16:21:13.233 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: 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-16T16:21:13.234 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-16T16:21:13.234 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: 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.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-16T16:21:13.234 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: 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.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-16T16:21:13.234 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: 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.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-16T16:21:13.234 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: ** Compaction Stats [default] ** 2024-03-16T16:21:13.234 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: 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-16T16:21:13.234 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-16T16:21:13.234 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: 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.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-16T16:21:13.234 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-16T16:21:13.234 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-16T16:21:13.234 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-16T16:21:13.235 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-16T16:21:13.235 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: AddFile(Total Files): cumulative 0, interval 0 2024-03-16T16:21:13.235 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-16T16:21:13.235 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: AddFile(Keys): cumulative 0, interval 0 2024-03-16T16:21:13.235 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: Cumulative compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-16T16:21:13.235 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: Interval compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-16T16:21:13.235 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: 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-16T16:21:13.235 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: Block cache BinnedLRUCache@0x563c9a9bf090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2024-03-16T16:21:13.235 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: 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-16T16:21:13.235 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: ** File Read Latency Histogram By Level [default] ** 2024-03-16T16:21:13.236 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.184+0000 7f1a9220cc80 0 using public_addr v2:172.21.15.179:0/0 -> [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] 2024-03-16T16:21:13.236 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.184+0000 7f1a9220cc80 0 starting mon.c rank -1 at public addrs [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] at bind addrs [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] mon_data /var/lib/ceph/mon/ceph-c fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 2024-03-16T16:21:13.236 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.184+0000 7f1a9220cc80 1 mon.c@-1(???) e0 preinit fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 2024-03-16T16:21:13.236 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.204+0000 7f1a8396e700 0 mon.c@-1(synchronizing).mds e1 new map 2024-03-16T16:21:13.236 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.204+0000 7f1a8396e700 0 mon.c@-1(synchronizing).mds e1 print_map 2024-03-16T16:21:13.236 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: e1 2024-03-16T16:21:13.236 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-16T16:21:13.236 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: 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} 2024-03-16T16:21:13.236 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: legacy client fscid: -1 2024-03-16T16:21:13.236 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: 2024-03-16T16:21:13.236 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: No filesystems configured 2024-03-16T16:21:13.236 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.204+0000 7f1a8396e700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-16T16:21:13.236 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.204+0000 7f1a8396e700 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-16T16:21:13.236 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.204+0000 7f1a8396e700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-16T16:21:13.237 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.204+0000 7f1a8396e700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-16T16:21:13.237 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.204+0000 7f1a8396e700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-16T16:21:13.237 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.208+0000 7f1a8396e700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-16T16:21:13.237 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.208+0000 7f1a8396e700 0 mon.c@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-16T16:21:13.237 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.208+0000 7f1a8396e700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-16T16:21:13.237 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.208+0000 7f1a8396e700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-16T16:21:13.237 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.208+0000 7f1a8396e700 0 mon.c@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-16T16:21:13.237 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:20:01.611398+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-16T16:21:13.237 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:02.645766+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.237 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:02.651158+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.237 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:20:03.611853+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-16T16:21:13.237 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:05.484522+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-16T16:21:13.237 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:05.489686+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.238 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:05.513120+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:21:13.238 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:05.514874+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:13.238 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:05.515508+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:21:13.238 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cephadm 2024-03-16T16:20:05.516411+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi017:/etc/ceph/ceph.conf 2024-03-16T16:21:13.238 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:20:05.612176+0000 mgr.a (mgr.14152) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:13.238 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cephadm 2024-03-16T16:20:05.630399+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi017:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:21:13.238 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cephadm 2024-03-16T16:20:05.744630+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi017:/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:21:13.238 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cephadm 2024-03-16T16:20:05.859131+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi017:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-16T16:21:13.238 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:06.080931+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.238 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:06.087388+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.238 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:06.093502+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.238 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:20:07.612544+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-16T16:21:13.238 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:20:09.612969+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-16T16:21:13.238 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:20:11.613321+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-16T16:21:13.239 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:20:13.613699+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-16T16:21:13.239 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:14.418284+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.239 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:14.421188+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.239 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:14.424842+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.239 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:14.672422+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi142", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:21:13.239 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cephadm 2024-03-16T16:20:15.364871+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi142 2024-03-16T16:21:13.239 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:20:15.614091+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-16T16:21:13.239 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:20:17.614516+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-16T16:21:13.239 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:20:19.614933+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-16T16:21:13.239 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:20.660335+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.239 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:20.664480+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:21:13.239 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cephadm 2024-03-16T16:20:20.661308+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi142 2024-03-16T16:21:13.239 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:21.138434+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.239 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:20:21.615356+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-16T16:21:13.240 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:22.612662+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.240 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:22.618076+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.240 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:22.619710+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:21:13.240 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:22.621763+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:13.240 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:22.623503+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:21:13.240 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cephadm 2024-03-16T16:20:22.626242+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-03-16T16:21:13.240 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cephadm 2024-03-16T16:20:22.844359+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi142:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:21:13.240 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cephadm 2024-03-16T16:20:23.060224+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:21:13.240 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cephadm 2024-03-16T16:20:23.224979+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi142:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-16T16:21:13.240 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:23.395556+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.240 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:23.401459+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.240 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:23.404857+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-03-16T16:21:13.240 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:23.406249+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]': finished 2024-03-16T16:21:13.240 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:20:23.615788+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-16T16:21:13.241 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cephadm 2024-03-16T16:20:24.085349+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi142 on smithi142 2024-03-16T16:21:13.241 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:25.021524+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.241 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:25.057750+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.241 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:25.063307+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.241 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:25.131021+0000 mon.a (mon.0) 144 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:21:13.241 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:25.136075+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:13.241 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:25.137816+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:21:13.241 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:25.145984+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.241 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:25.216307+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:21:13.241 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:25.220522+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:13.241 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:25.221708+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:21:13.241 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:25.228627+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.242 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:25.493849+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.242 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:20:25.616240+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-16T16:21:13.242 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:26.576715+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.242 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:26.583541+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.242 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:20:27.616626+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-16T16:21:13.242 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:27.689973+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.242 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:29.256125+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-16T16:21:13.242 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:20:29.617078+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-16T16:21:13.242 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:20:31.617479+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-16T16:21:13.242 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:20:33.617884+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-16T16:21:13.242 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:34.614541+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.242 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:34.621219+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.242 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:34.629544+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.243 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:20:35.618336+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-16T16:21:13.243 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:37.455781+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi179", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:21:13.243 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:20:37.618620+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:13.243 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cephadm 2024-03-16T16:20:38.177146+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi179 2024-03-16T16:21:13.243 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:39.558207+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.243 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:39.567785+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.243 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:20:39.618927+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-16T16:21:13.243 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:20:41.619271+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-16T16:21:13.243 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:43.498443+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.243 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cephadm 2024-03-16T16:20:43.499289+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi179 2024-03-16T16:21:13.243 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:43.538828+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:21:13.243 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:20:43.619673+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:13.243 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:44.064304+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.243 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:45.589057+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.243 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:45.595162+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.244 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:45.596788+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi179", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:21:13.244 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:45.598921+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:13.244 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:45.600852+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:21:13.244 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cephadm 2024-03-16T16:20:45.603822+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi179:/etc/ceph/ceph.conf 2024-03-16T16:21:13.244 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:20:45.620054+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:13.244 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cephadm 2024-03-16T16:20:45.820469+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi179:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:21:13.244 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cephadm 2024-03-16T16:20:46.035347+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:21:13.244 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:46.134961+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.244 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:46.141102+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.244 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:46.149533+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.244 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cephadm 2024-03-16T16:20:46.250246+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi179:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-16T16:21:13.244 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:46.736006+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.244 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:46.741554+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.245 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:46.744688+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi179", "caps": []}]: dispatch 2024-03-16T16:21:13.245 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:46.746000+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi179", "caps": []}]': finished 2024-03-16T16:21:13.245 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:20:47.620294+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-16T16:21:13.245 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cephadm 2024-03-16T16:20:48.379567+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi179 on smithi179 2024-03-16T16:21:13.245 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:49.231748+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.245 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:49.248723+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.245 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:49.252106+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.245 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:49.349308+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:21:13.245 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:49.352064+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:13.245 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:49.352845+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:21:13.245 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:49.356853+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.245 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:49.456887+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:21:13.245 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:49.460385+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:13.246 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:49.461228+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:21:13.246 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:49.465831+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.246 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:49.693497+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.246 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:20:49.620692+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-16T16:21:13.246 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:50.783393+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.246 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:50.790094+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.246 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:20:51.621047+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-16T16:21:13.246 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:51.940957+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-16T16:21:13.246 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:52.697156+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.246 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:20:53.621427+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-16T16:21:13.246 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:54.822377+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.246 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:54.828749+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.246 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:54.836831+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.247 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:20:55.621841+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-16T16:21:13.247 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:20:57.622251+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-16T16:21:13.247 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:59.790905+0000 mon.a (mon.0) 194 : audit [INF] from='client.? 172.21.15.17:0/1357639284' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-16T16:21:13.247 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:20:59.622557+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-16T16:21:13.247 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:20:59.842367+0000 mon.a (mon.0) 195 : audit [INF] from='client.? 172.21.15.17:0/1357639284' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-16T16:21:13.247 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:20:59.847419+0000 mon.a (mon.0) 196 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-16T16:21:13.247 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:21:01.622946+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-16T16:21:13.247 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:21:03.623332+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-16T16:21:13.247 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:21:04.867400+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.247 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:21:04.875387+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.247 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:21:05.342429+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.247 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:21:05.370492+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:21:13.247 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:21:05.376311+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:13.247 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:21:05.378212+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:21:13.248 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:21:05.386571+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.248 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:21:05.391815+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-16T16:21:13.248 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:21:05.393765+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:13.248 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:21:05.331486+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi017:172.21.15.17=a;smithi142:172.21.15.142=b;smithi179:172.21.15.179=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:21:13.248 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cephadm 2024-03-16T16:21:05.337148+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi017:172.21.15.17=a;smithi142:172.21.15.142=b;smithi179:172.21.15.179=c;count:3 2024-03-16T16:21:13.248 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cephadm 2024-03-16T16:21:05.396030+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi179 2024-03-16T16:21:13.248 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:21:05.623716+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-16T16:21:13.248 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:21:06.356410+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.248 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:21:06.362524+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.248 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:21:06.368285+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.248 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:21:07.624136+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-16T16:21:13.248 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:21:09.624577+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-16T16:21:13.248 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:21:11.079664+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.248 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:21:11.085574+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.249 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:21:11.130122+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:13.249 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:21:11.130946+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-16T16:21:13.249 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: audit 2024-03-16T16:21:11.131852+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:13.249 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cephadm 2024-03-16T16:21:11.132925+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi142 2024-03-16T16:21:13.249 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: cluster 2024-03-16T16:21:11.624983+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-16T16:21:13.249 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:13 smithi179 bash[22103]: debug 2024-03-16T16:21:13.208+0000 7f1a8396e700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-03-16T16:21:13.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:13 smithi017 bash[21388]: cluster 2024-03-16T16:21:11.624983+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-16T16:21:15.639 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:15 smithi142 systemd[1]: Started Ceph mon.b for a0ca21ee-e3b0-11ee-95c9-87774f69a715. 2024-03-16T16:21:16.542 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.500+0000 7ff79f10bc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-16T16:21:16.542 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.500+0000 7ff79f10bc80 0 ceph version 19.0.0-2121-g5ea4d9cf (5ea4d9cfac4d9f2893126a48d28cca7da69243c1) squid (dev), process ceph-mon, pid 7 2024-03-16T16:21:16.542 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.500+0000 7ff79f10bc80 0 pidfile_write: ignore empty --pid-file 2024-03-16T16:21:16.542 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.504+0000 7ff79f10bc80 0 load: jerasure load: lrc 2024-03-16T16:21:16.542 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: RocksDB version: 7.9.2 2024-03-16T16:21:16.542 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Git sha 0 2024-03-16T16:21:16.542 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Compile date 2024-03-15 15:33:47 2024-03-16T16:21:16.542 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: DB SUMMARY 2024-03-16T16:21:16.542 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: DB Session ID: 4YX6L8W4PB0WE37NCGJI 2024-03-16T16:21:16.542 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: CURRENT file: CURRENT 2024-03-16T16:21:16.543 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-16T16:21:16.543 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-03-16T16:21:16.543 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-03-16T16:21:16.543 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-03-16T16:21:16.543 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.error_if_exists: 0 2024-03-16T16:21:16.543 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.create_if_missing: 0 2024-03-16T16:21:16.543 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.paranoid_checks: 1 2024-03-16T16:21:16.543 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-16T16:21:16.543 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-16T16:21:16.543 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-16T16:21:16.543 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.env: 0x55d9058c4b20 2024-03-16T16:21:16.543 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-16T16:21:16.544 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.info_log: 0x55d906deb980 2024-03-16T16:21:16.544 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-16T16:21:16.544 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.statistics: (nil) 2024-03-16T16:21:16.544 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.use_fsync: 0 2024-03-16T16:21:16.544 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.max_log_file_size: 0 2024-03-16T16:21:16.544 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-16T16:21:16.544 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-16T16:21:16.544 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-16T16:21:16.544 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-16T16:21:16.544 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.allow_fallocate: 1 2024-03-16T16:21:16.544 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-16T16:21:16.544 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-16T16:21:16.544 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.use_direct_reads: 0 2024-03-16T16:21:16.544 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-16T16:21:16.545 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-16T16:21:16.545 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.db_log_dir: 2024-03-16T16:21:16.545 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.wal_dir: 2024-03-16T16:21:16.545 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-16T16:21:16.545 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-16T16:21:16.545 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-16T16:21:16.545 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-16T16:21:16.545 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-16T16:21:16.545 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-16T16:21:16.545 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-16T16:21:16.545 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-16T16:21:16.545 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.write_buffer_manager: 0x55d906dbe1e0 2024-03-16T16:21:16.545 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-16T16:21:16.545 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-16T16:21:16.546 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-16T16:21:16.546 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-16T16:21:16.546 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-16T16:21:16.546 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-16T16:21:16.548 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-16T16:21:16.548 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-16T16:21:16.548 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.unordered_write: 0 2024-03-16T16:21:16.548 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-16T16:21:16.548 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-16T16:21:16.548 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-16T16:21:16.549 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-16T16:21:16.549 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.row_cache: None 2024-03-16T16:21:16.549 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.wal_filter: None 2024-03-16T16:21:16.549 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-16T16:21:16.549 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-16T16:21:16.549 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.two_write_queues: 0 2024-03-16T16:21:16.549 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-16T16:21:16.549 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.wal_compression: 0 2024-03-16T16:21:16.549 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.atomic_flush: 0 2024-03-16T16:21:16.549 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-16T16:21:16.549 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-16T16:21:16.549 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-16T16:21:16.549 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.log_readahead_size: 0 2024-03-16T16:21:16.549 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-16T16:21:16.549 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-16T16:21:16.549 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-16T16:21:16.550 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-16T16:21:16.550 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-16T16:21:16.550 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-16T16:21:16.550 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-16T16:21:16.550 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.max_background_jobs: 2 2024-03-16T16:21:16.550 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.max_background_compactions: -1 2024-03-16T16:21:16.550 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.max_subcompactions: 1 2024-03-16T16:21:16.550 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-16T16:21:16.550 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-16T16:21:16.550 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-16T16:21:16.550 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-16T16:21:16.550 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-16T16:21:16.550 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-16T16:21:16.550 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-16T16:21:16.550 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-16T16:21:16.551 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.max_open_files: -1 2024-03-16T16:21:16.551 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-16T16:21:16.551 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-16T16:21:16.551 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-16T16:21:16.551 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-16T16:21:16.551 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.max_background_flushes: -1 2024-03-16T16:21:16.551 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Compression algorithms supported: 2024-03-16T16:21:16.551 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-16T16:21:16.551 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: kZSTD supported: 0 2024-03-16T16:21:16.551 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: kXpressCompression supported: 0 2024-03-16T16:21:16.551 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-16T16:21:16.551 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: kZlibCompression supported: 1 2024-03-16T16:21:16.551 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: kSnappyCompression supported: 1 2024-03-16T16:21:16.551 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: kLZ4Compression supported: 1 2024-03-16T16:21:16.551 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: kBZip2Compression supported: 0 2024-03-16T16:21:16.551 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-16T16:21:16.552 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-16T16:21:16.552 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-03-16T16:21:16.552 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-16T16:21:16.552 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-16T16:21:16.552 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.merge_operator: 2024-03-16T16:21:16.552 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.compaction_filter: None 2024-03-16T16:21:16.552 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-16T16:21:16.552 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-16T16:21:16.552 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-16T16:21:16.552 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-16T16:21:16.552 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d906deba80) 2024-03-16T16:21:16.552 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cache_index_and_filter_blocks: 1 2024-03-16T16:21:16.552 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-16T16:21:16.552 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-16T16:21:16.552 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: pin_top_level_index_and_filter: 1 2024-03-16T16:21:16.553 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: index_type: 0 2024-03-16T16:21:16.553 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: data_block_index_type: 0 2024-03-16T16:21:16.553 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: index_shortening: 1 2024-03-16T16:21:16.553 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: data_block_hash_table_util_ratio: 0.750000 2024-03-16T16:21:16.553 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: checksum: 4 2024-03-16T16:21:16.553 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: no_block_cache: 0 2024-03-16T16:21:16.553 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: block_cache: 0x55d906def090 2024-03-16T16:21:16.553 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: block_cache_name: BinnedLRUCache 2024-03-16T16:21:16.553 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: block_cache_options: 2024-03-16T16:21:16.553 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: capacity : 536870912 2024-03-16T16:21:16.553 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: num_shard_bits : 4 2024-03-16T16:21:16.553 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: strict_capacity_limit : 0 2024-03-16T16:21:16.553 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: high_pri_pool_ratio: 0.000 2024-03-16T16:21:16.553 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: block_cache_compressed: (nil) 2024-03-16T16:21:16.554 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: persistent_cache: (nil) 2024-03-16T16:21:16.554 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: block_size: 4096 2024-03-16T16:21:16.554 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: block_size_deviation: 10 2024-03-16T16:21:16.554 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: block_restart_interval: 16 2024-03-16T16:21:16.554 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: index_block_restart_interval: 1 2024-03-16T16:21:16.554 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: metadata_block_size: 4096 2024-03-16T16:21:16.554 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: partition_filters: 0 2024-03-16T16:21:16.554 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: use_delta_encoding: 1 2024-03-16T16:21:16.554 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: filter_policy: bloomfilter 2024-03-16T16:21:16.554 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: whole_key_filtering: 1 2024-03-16T16:21:16.554 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: verify_compression: 0 2024-03-16T16:21:16.554 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: read_amp_bytes_per_bit: 0 2024-03-16T16:21:16.554 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: format_version: 5 2024-03-16T16:21:16.554 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: enable_index_compression: 1 2024-03-16T16:21:16.555 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: block_align: 0 2024-03-16T16:21:16.555 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: max_auto_readahead_size: 262144 2024-03-16T16:21:16.555 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: prepopulate_block_cache: 0 2024-03-16T16:21:16.555 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: initial_auto_readahead_size: 8192 2024-03-16T16:21:16.555 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: num_file_reads_for_auto_readahead: 2 2024-03-16T16:21:16.555 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-16T16:21:16.555 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-16T16:21:16.555 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.compression: NoCompression 2024-03-16T16:21:16.555 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-16T16:21:16.555 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-16T16:21:16.555 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-16T16:21:16.555 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.num_levels: 7 2024-03-16T16:21:16.555 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-16T16:21:16.555 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-16T16:21:16.555 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-16T16:21:16.555 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-16T16:21:16.556 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-16T16:21:16.556 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-16T16:21:16.556 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-16T16:21:16.556 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-16T16:21:16.556 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-16T16:21:16.556 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-16T16:21:16.556 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-16T16:21:16.556 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-16T16:21:16.556 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-16T16:21:16.556 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-16T16:21:16.556 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-16T16:21:16.556 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-16T16:21:16.556 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-16T16:21:16.556 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-16T16:21:16.556 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-16T16:21:16.556 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-16T16:21:16.557 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-16T16:21:16.557 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-16T16:21:16.557 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-16T16:21:16.557 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-16T16:21:16.557 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-16T16:21:16.557 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-16T16:21:16.557 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-16T16:21:16.557 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-16T16:21:16.557 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-16T16:21:16.557 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-16T16:21:16.557 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-16T16:21:16.557 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-16T16:21:16.557 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-16T16:21:16.557 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-16T16:21:16.558 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-16T16:21:16.558 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-16T16:21:16.558 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-16T16:21:16.558 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-16T16:21:16.558 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-16T16:21:16.558 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-16T16:21:16.558 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-16T16:21:16.558 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-16T16:21:16.558 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-16T16:21:16.558 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-16T16:21:16.558 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-16T16:21:16.558 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-16T16:21:16.558 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-16T16:21:16.558 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-16T16:21:16.558 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-16T16:21:16.559 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-16T16:21:16.559 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-16T16:21:16.559 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-16T16:21:16.559 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-16T16:21:16.559 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.table_properties_collectors: 2024-03-16T16:21:16.559 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.inplace_update_support: 0 2024-03-16T16:21:16.559 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-16T16:21:16.559 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-16T16:21:16.559 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-16T16:21:16.559 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-16T16:21:16.559 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.bloom_locality: 0 2024-03-16T16:21:16.559 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.max_successive_merges: 0 2024-03-16T16:21:16.559 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-16T16:21:16.559 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-16T16:21:16.559 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-16T16:21:16.559 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-16T16:21:16.560 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.ttl: 2592000 2024-03-16T16:21:16.560 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-16T16:21:16.560 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-16T16:21:16.560 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-16T16:21:16.560 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.enable_blob_files: false 2024-03-16T16:21:16.560 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.min_blob_size: 0 2024-03-16T16:21:16.560 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-16T16:21:16.560 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-16T16:21:16.560 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-16T16:21:16.560 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-16T16:21:16.560 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-16T16:21:16.560 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-16T16:21:16.560 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-16T16:21:16.560 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-16T16:21:16.560 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 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-16T16:21:16.560 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-16T16:21:16.561 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 52a1d22c-8216-49d8-bd23-8c87a97985c2 2024-03-16T16:21:16.561 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710606076514469, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-03-16T16:21:16.561 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-03-16T16:21:16.561 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710606076514979, "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": 1710606076, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "52a1d22c-8216-49d8-bd23-8c87a97985c2", "db_session_id": "4YX6L8W4PB0WE37NCGJI", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-03-16T16:21:16.561 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710606076515081, "job": 1, "event": "recovery_finished"} 2024-03-16T16:21:16.561 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.508+0000 7ff79f10bc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-03-16T16:21:16.561 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.512+0000 7ff79f10bc80 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-16T16:21:16.561 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.512+0000 7ff79f10bc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55d906ee6000 2024-03-16T16:21:16.561 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.512+0000 7ff79f10bc80 4 rocksdb: DB pointer 0x55d906ed0000 2024-03-16T16:21:16.561 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.512+0000 7ff78d867700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-16T16:21:16.561 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.512+0000 7ff78d867700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-16T16:21:16.561 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: ** DB Stats ** 2024-03-16T16:21:16.561 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-16T16:21:16.561 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: 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-16T16:21:16.561 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-16T16:21:16.561 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-16T16:21:16.562 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: 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-16T16:21:16.562 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-16T16:21:16.562 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-16T16:21:16.562 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: ** Compaction Stats [default] ** 2024-03-16T16:21:16.562 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: 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-16T16:21:16.562 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-16T16:21:16.562 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: 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.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-16T16:21:16.562 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: 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.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-16T16:21:16.562 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: 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.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-16T16:21:16.562 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: ** Compaction Stats [default] ** 2024-03-16T16:21:16.562 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: 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-16T16:21:16.562 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-16T16:21:16.562 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: 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.3 0.00 0.00 1 0.000 0 0 0.0 0.0 2024-03-16T16:21:16.562 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-16T16:21:16.562 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-16T16:21:16.563 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-16T16:21:16.563 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-16T16:21:16.563 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: AddFile(Total Files): cumulative 0, interval 0 2024-03-16T16:21:16.563 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-16T16:21:16.563 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: AddFile(Keys): cumulative 0, interval 0 2024-03-16T16:21:16.563 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: Cumulative compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-16T16:21:16.563 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: Interval compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-16T16:21:16.563 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: 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-16T16:21:16.563 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: Block cache BinnedLRUCache@0x55d906def090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-03-16T16:21:16.563 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: 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-16T16:21:16.563 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: ** File Read Latency Histogram By Level [default] ** 2024-03-16T16:21:16.563 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.512+0000 7ff79f10bc80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-03-16T16:21:16.563 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.512+0000 7ff79f10bc80 0 using public_addr v2:172.21.15.142:0/0 -> [v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0] 2024-03-16T16:21:16.563 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.512+0000 7ff79f10bc80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0] at bind addrs [v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 2024-03-16T16:21:16.563 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.512+0000 7ff79f10bc80 1 mon.b@-1(???) e0 preinit fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 2024-03-16T16:21:16.563 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.536+0000 7ff79086d700 0 mon.b@-1(synchronizing).mds e1 new map 2024-03-16T16:21:16.564 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.536+0000 7ff79086d700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-03-16T16:21:16.564 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: e1 2024-03-16T16:21:16.564 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-16T16:21:16.564 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: 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} 2024-03-16T16:21:16.564 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: legacy client fscid: -1 2024-03-16T16:21:16.564 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: 2024-03-16T16:21:16.564 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: No filesystems configured 2024-03-16T16:21:16.564 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.536+0000 7ff79086d700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-16T16:21:16.564 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.536+0000 7ff79086d700 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-16T16:21:16.564 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.536+0000 7ff79086d700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-16T16:21:16.564 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.536+0000 7ff79086d700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-16T16:21:16.564 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.536+0000 7ff79086d700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-16T16:21:16.564 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.536+0000 7ff79086d700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-16T16:21:16.564 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.536+0000 7ff79086d700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-16T16:21:16.564 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.536+0000 7ff79086d700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-16T16:21:16.564 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.536+0000 7ff79086d700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-16T16:21:16.565 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.536+0000 7ff79086d700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-16T16:21:16.565 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:20:01.611398+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-16T16:21:16.565 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:02.645766+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.565 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:02.651158+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.565 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:20:03.611853+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-16T16:21:16.565 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:05.484522+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-16T16:21:16.565 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:05.489686+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.565 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:05.513120+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:21:16.565 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:05.514874+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:16.565 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:05.515508+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:21:16.565 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cephadm 2024-03-16T16:20:05.516411+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi017:/etc/ceph/ceph.conf 2024-03-16T16:21:16.565 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:20:05.612176+0000 mgr.a (mgr.14152) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:16.565 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cephadm 2024-03-16T16:20:05.630399+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi017:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:21:16.565 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cephadm 2024-03-16T16:20:05.744630+0000 mgr.a (mgr.14152) 18 : cephadm [INF] Updating smithi017:/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:21:16.565 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cephadm 2024-03-16T16:20:05.859131+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi017:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-16T16:21:16.565 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:06.080931+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.566 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:06.087388+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.566 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:06.093502+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.566 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:20:07.612544+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-16T16:21:16.566 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:20:09.612969+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-16T16:21:16.566 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:20:11.613321+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-16T16:21:16.566 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:20:13.613699+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-16T16:21:16.566 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:14.418284+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.566 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:14.421188+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.566 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:14.424842+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.566 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:14.672422+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi142", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:21:16.566 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cephadm 2024-03-16T16:20:15.364871+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi142 2024-03-16T16:21:16.566 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:20:15.614091+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-16T16:21:16.566 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:20:17.614516+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-16T16:21:16.566 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:20:19.614933+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-16T16:21:16.566 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:20.660335+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.567 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:20.664480+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:21:16.567 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cephadm 2024-03-16T16:20:20.661308+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi142 2024-03-16T16:21:16.567 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:21.138434+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.567 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:20:21.615356+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-16T16:21:16.567 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:22.612662+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.567 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:22.618076+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.567 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:22.619710+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:21:16.567 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:22.621763+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:16.567 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:22.623503+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:21:16.567 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cephadm 2024-03-16T16:20:22.626242+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-03-16T16:21:16.567 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cephadm 2024-03-16T16:20:22.844359+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi142:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:21:16.567 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cephadm 2024-03-16T16:20:23.060224+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:21:16.567 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cephadm 2024-03-16T16:20:23.224979+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi142:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-16T16:21:16.567 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:23.395556+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.567 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:23.401459+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.567 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:23.404857+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-03-16T16:21:16.568 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:23.406249+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]': finished 2024-03-16T16:21:16.568 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:20:23.615788+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-16T16:21:16.568 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cephadm 2024-03-16T16:20:24.085349+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi142 on smithi142 2024-03-16T16:21:16.568 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:25.021524+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.568 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:25.057750+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.568 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:25.063307+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.568 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:25.131021+0000 mon.a (mon.0) 144 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:21:16.568 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:25.136075+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:16.568 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:25.137816+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:21:16.568 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:25.145984+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.568 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:25.216307+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:21:16.568 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:25.220522+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:16.568 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:25.221708+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:21:16.568 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:25.228627+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.568 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:25.493849+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:20:25.616240+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-16T16:21:16.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:26.576715+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:26.583541+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:20:27.616626+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-16T16:21:16.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:27.689973+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:29.256125+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-16T16:21:16.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:20:29.617078+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-16T16:21:16.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:20:31.617479+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-16T16:21:16.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:20:33.617884+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-16T16:21:16.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:34.614541+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:34.621219+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:34.629544+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:20:35.618336+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-16T16:21:16.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:37.455781+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi179", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:21:16.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:20:37.618620+0000 mgr.a (mgr.14152) 45 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:16.569 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cephadm 2024-03-16T16:20:38.177146+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi179 2024-03-16T16:21:16.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:39.558207+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:39.567785+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:20:39.618927+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-16T16:21:16.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:20:41.619271+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-16T16:21:16.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:43.498443+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cephadm 2024-03-16T16:20:43.499289+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi179 2024-03-16T16:21:16.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:43.538828+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:21:16.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:20:43.619673+0000 mgr.a (mgr.14152) 50 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:16.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:44.064304+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:45.589057+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:45.595162+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:45.596788+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi179", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:21:16.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:45.598921+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:16.570 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:45.600852+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:21:16.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cephadm 2024-03-16T16:20:45.603822+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi179:/etc/ceph/ceph.conf 2024-03-16T16:21:16.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:20:45.620054+0000 mgr.a (mgr.14152) 52 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:16.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cephadm 2024-03-16T16:20:45.820469+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi179:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:21:16.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cephadm 2024-03-16T16:20:46.035347+0000 mgr.a (mgr.14152) 54 : cephadm [INF] Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:21:16.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:46.134961+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:46.141102+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:46.149533+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cephadm 2024-03-16T16:20:46.250246+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi179:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-16T16:21:16.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:46.736006+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:46.741554+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:46.744688+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi179", "caps": []}]: dispatch 2024-03-16T16:21:16.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:46.746000+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi179", "caps": []}]': finished 2024-03-16T16:21:16.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:20:47.620294+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-16T16:21:16.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cephadm 2024-03-16T16:20:48.379567+0000 mgr.a (mgr.14152) 57 : cephadm [INF] Deploying daemon agent.smithi179 on smithi179 2024-03-16T16:21:16.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:49.231748+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.571 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:49.248723+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:49.252106+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:49.349308+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:21:16.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:49.352064+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:16.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:49.352845+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:21:16.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:49.356853+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:49.456887+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:21:16.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:49.460385+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:16.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:49.461228+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:21:16.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:49.465831+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:49.693497+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:20:49.620692+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-16T16:21:16.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:50.783393+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:50.790094+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:20:51.621047+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-16T16:21:16.572 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:51.940957+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-16T16:21:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:52.697156+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:20:53.621427+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-16T16:21:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:54.822377+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:54.828749+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:54.836831+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:20:55.621841+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-16T16:21:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:20:57.622251+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-16T16:21:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:59.790905+0000 mon.a (mon.0) 194 : audit [INF] from='client.? 172.21.15.17:0/1357639284' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-16T16:21:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:20:59.622557+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-16T16:21:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:20:59.842367+0000 mon.a (mon.0) 195 : audit [INF] from='client.? 172.21.15.17:0/1357639284' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-16T16:21:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:20:59.847419+0000 mon.a (mon.0) 196 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-16T16:21:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:21:01.622946+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-16T16:21:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:21:03.623332+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-16T16:21:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:21:04.867400+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:21:04.875387+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.573 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:21:05.342429+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:21:05.370492+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:21:16.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:21:05.376311+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:16.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:21:05.378212+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:21:16.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:21:05.386571+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:21:05.391815+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-16T16:21:16.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:21:05.393765+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:16.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:21:05.331486+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi017:172.21.15.17=a;smithi142:172.21.15.142=b;smithi179:172.21.15.179=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:21:16.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cephadm 2024-03-16T16:21:05.337148+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi017:172.21.15.17=a;smithi142:172.21.15.142=b;smithi179:172.21.15.179=c;count:3 2024-03-16T16:21:16.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cephadm 2024-03-16T16:21:05.396030+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi179 2024-03-16T16:21:16.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:21:05.623716+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-16T16:21:16.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:21:06.356410+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:21:06.362524+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:21:06.368285+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:21:07.624136+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-16T16:21:16.574 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:21:09.624577+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-16T16:21:16.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:21:11.079664+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:21:11.085574+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:21:11.130122+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:16.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:21:11.130946+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-16T16:21:16.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: audit 2024-03-16T16:21:11.131852+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:16.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cephadm 2024-03-16T16:21:11.132925+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi142 2024-03-16T16:21:16.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: cluster 2024-03-16T16:21:11.624983+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-16T16:21:16.575 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:16 smithi142 bash[22171]: debug 2024-03-16T16:21:16.536+0000 7ff79086d700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-03-16T16:21:18.287 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-03-16T16:21:18.287 INFO:teuthology.orchestra.run.smithi179.stdout:{"epoch":2,"fsid":"a0ca21ee-e3b0-11ee-95c9-87774f69a715","modified":"2024-03-16T16:21:13.218326Z","created":"2024-03-16T16:18:25.437173Z","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.17:3300","nonce":0},{"type":"v1","addr":"172.21.15.17:6789","nonce":0}]},"addr":"172.21.15.17:6789/0","public_addr":"172.21.15.17:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:3300","nonce":0},{"type":"v1","addr":"172.21.15.179:6789","nonce":0}]},"addr":"172.21.15.179:6789/0","public_addr":"172.21.15.179:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-16T16:21:18.291 INFO:teuthology.orchestra.run.smithi179.stderr:dumped monmap epoch 2 2024-03-16T16:21:18.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:18 smithi017 bash[21388]: audit 2024-03-16T16:21:13.223495+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:21:18.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:18 smithi017 bash[21388]: cluster 2024-03-16T16:21:13.223964+0000 mon.a (mon.0) 216 : cluster [INF] mon.a calling monitor election 2024-03-16T16:21:18.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:18 smithi017 bash[21388]: audit 2024-03-16T16:21:13.244187+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:21:18.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:18 smithi017 bash[21388]: audit 2024-03-16T16:21:13.334869+0000 mon.a (mon.0) 218 : audit [DBG] from='client.? 172.21.15.179:0/2792761063' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-16T16:21:18.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:18 smithi017 bash[21388]: cluster 2024-03-16T16:21:13.625388+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-16T16:21:18.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:18 smithi017 bash[21388]: audit 2024-03-16T16:21:14.217723+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:21:18.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:18 smithi017 bash[21388]: audit 2024-03-16T16:21:15.218463+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:21:18.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:18 smithi017 bash[21388]: cluster 2024-03-16T16:21:15.221394+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-16T16:21:18.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:18 smithi017 bash[21388]: cluster 2024-03-16T16:21:15.625787+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-16T16:21:18.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:18 smithi017 bash[21388]: audit 2024-03-16T16:21:16.218058+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:21:18.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:18 smithi017 bash[21388]: audit 2024-03-16T16:21:16.547340+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:21:18.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:18 smithi017 bash[21388]: audit 2024-03-16T16:21:17.218432+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:21:18.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:18 smithi017 bash[21388]: audit 2024-03-16T16:21:17.547440+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:21:18.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:18 smithi017 bash[21388]: cluster 2024-03-16T16:21:17.626150+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:18.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:18 smithi017 bash[21388]: audit 2024-03-16T16:21:18.218407+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:21:18.617 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:18 smithi017 bash[21388]: cluster 2024-03-16T16:21:18.264270+0000 mon.a (mon.0) 226 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-16T16:21:18.617 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:18 smithi017 bash[21388]: cluster 2024-03-16T16:21:18.270644+0000 mon.a (mon.0) 227 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0],c=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-16T16:21:18.617 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:18 smithi017 bash[21388]: cluster 2024-03-16T16:21:18.291625+0000 mon.a (mon.0) 228 : cluster [DBG] fsmap 2024-03-16T16:21:18.617 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:18 smithi017 bash[21388]: cluster 2024-03-16T16:21:18.291725+0000 mon.a (mon.0) 229 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-16T16:21:18.617 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:18 smithi017 bash[21388]: cluster 2024-03-16T16:21:18.292010+0000 mon.a (mon.0) 230 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-03-16T16:21:18.617 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:18 smithi017 bash[21388]: cluster 2024-03-16T16:21:18.292269+0000 mon.a (mon.0) 231 : cluster [INF] overall HEALTH_OK 2024-03-16T16:21:18.617 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:18 smithi017 bash[21388]: audit 2024-03-16T16:21:18.300375+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:18.617 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:18 smithi017 bash[21388]: audit 2024-03-16T16:21:18.306123+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:18.617 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:18 smithi017 bash[21388]: audit 2024-03-16T16:21:18.312388+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:18.617 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:18 smithi017 bash[21388]: audit 2024-03-16T16:21:18.318170+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:18.617 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:18 smithi017 bash[21388]: audit 2024-03-16T16:21:18.323802+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:18.617 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:18 smithi017 bash[21388]: audit 2024-03-16T16:21:18.329216+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:18.617 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:18 smithi017 bash[21388]: audit 2024-03-16T16:21:18.334474+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:18.617 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:18 smithi017 bash[21388]: audit 2024-03-16T16:21:18.339621+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:18.768 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:18 smithi179 bash[22103]: audit 2024-03-16T16:21:13.223495+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:21:18.768 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:18 smithi179 bash[22103]: cluster 2024-03-16T16:21:13.223964+0000 mon.a (mon.0) 216 : cluster [INF] mon.a calling monitor election 2024-03-16T16:21:18.768 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:18 smithi179 bash[22103]: audit 2024-03-16T16:21:13.244187+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:21:18.768 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:18 smithi179 bash[22103]: audit 2024-03-16T16:21:13.334869+0000 mon.a (mon.0) 218 : audit [DBG] from='client.? 172.21.15.179:0/2792761063' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-16T16:21:18.768 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:18 smithi179 bash[22103]: cluster 2024-03-16T16:21:13.625388+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-16T16:21:18.768 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:18 smithi179 bash[22103]: audit 2024-03-16T16:21:14.217723+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:21:18.768 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:18 smithi179 bash[22103]: audit 2024-03-16T16:21:15.218463+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:21:18.768 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:18 smithi179 bash[22103]: cluster 2024-03-16T16:21:15.221394+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-16T16:21:18.769 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:18 smithi179 bash[22103]: cluster 2024-03-16T16:21:15.625787+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-16T16:21:18.769 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:18 smithi179 bash[22103]: audit 2024-03-16T16:21:16.218058+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:21:18.769 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:18 smithi179 bash[22103]: audit 2024-03-16T16:21:16.547340+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:21:18.769 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:18 smithi179 bash[22103]: audit 2024-03-16T16:21:17.218432+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:21:18.769 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:18 smithi179 bash[22103]: audit 2024-03-16T16:21:17.547440+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:21:18.769 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:18 smithi179 bash[22103]: cluster 2024-03-16T16:21:17.626150+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:18.769 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:18 smithi179 bash[22103]: audit 2024-03-16T16:21:18.218407+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:21:18.769 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:18 smithi179 bash[22103]: cluster 2024-03-16T16:21:18.264270+0000 mon.a (mon.0) 226 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-16T16:21:18.769 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:18 smithi179 bash[22103]: cluster 2024-03-16T16:21:18.270644+0000 mon.a (mon.0) 227 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0],c=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-16T16:21:18.769 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:18 smithi179 bash[22103]: cluster 2024-03-16T16:21:18.291625+0000 mon.a (mon.0) 228 : cluster [DBG] fsmap 2024-03-16T16:21:18.769 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:18 smithi179 bash[22103]: cluster 2024-03-16T16:21:18.291725+0000 mon.a (mon.0) 229 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-16T16:21:18.769 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:18 smithi179 bash[22103]: cluster 2024-03-16T16:21:18.292010+0000 mon.a (mon.0) 230 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-03-16T16:21:18.769 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:18 smithi179 bash[22103]: cluster 2024-03-16T16:21:18.292269+0000 mon.a (mon.0) 231 : cluster [INF] overall HEALTH_OK 2024-03-16T16:21:18.769 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:18 smithi179 bash[22103]: audit 2024-03-16T16:21:18.300375+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:18.770 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:18 smithi179 bash[22103]: audit 2024-03-16T16:21:18.306123+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:18.770 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:18 smithi179 bash[22103]: audit 2024-03-16T16:21:18.312388+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:18.770 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:18 smithi179 bash[22103]: audit 2024-03-16T16:21:18.318170+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:18.770 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:18 smithi179 bash[22103]: audit 2024-03-16T16:21:18.323802+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:18.770 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:18 smithi179 bash[22103]: audit 2024-03-16T16:21:18.329216+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:18.770 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:18 smithi179 bash[22103]: audit 2024-03-16T16:21:18.334474+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:18.770 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:18 smithi179 bash[22103]: audit 2024-03-16T16:21:18.339621+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:18.803 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:18 smithi142 bash[22171]: audit 2024-03-16T16:21:13.223495+0000 mon.a (mon.0) 215 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:21:18.803 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:18 smithi142 bash[22171]: cluster 2024-03-16T16:21:13.223964+0000 mon.a (mon.0) 216 : cluster [INF] mon.a calling monitor election 2024-03-16T16:21:18.803 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:18 smithi142 bash[22171]: audit 2024-03-16T16:21:13.244187+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:21:18.803 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:18 smithi142 bash[22171]: audit 2024-03-16T16:21:13.334869+0000 mon.a (mon.0) 218 : audit [DBG] from='client.? 172.21.15.179:0/2792761063' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-16T16:21:18.803 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:18 smithi142 bash[22171]: cluster 2024-03-16T16:21:13.625388+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-16T16:21:18.803 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:18 smithi142 bash[22171]: audit 2024-03-16T16:21:14.217723+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:21:18.803 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:18 smithi142 bash[22171]: audit 2024-03-16T16:21:15.218463+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:21:18.804 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:18 smithi142 bash[22171]: cluster 2024-03-16T16:21:15.221394+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-16T16:21:18.804 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:18 smithi142 bash[22171]: cluster 2024-03-16T16:21:15.625787+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-16T16:21:18.804 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:18 smithi142 bash[22171]: audit 2024-03-16T16:21:16.218058+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:21:18.804 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:18 smithi142 bash[22171]: audit 2024-03-16T16:21:16.547340+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:21:18.804 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:18 smithi142 bash[22171]: audit 2024-03-16T16:21:17.218432+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:21:18.804 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:18 smithi142 bash[22171]: audit 2024-03-16T16:21:17.547440+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:21:18.804 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:18 smithi142 bash[22171]: cluster 2024-03-16T16:21:17.626150+0000 mgr.a (mgr.14152) 77 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:18.804 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:18 smithi142 bash[22171]: audit 2024-03-16T16:21:18.218407+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:21:18.804 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:18 smithi142 bash[22171]: cluster 2024-03-16T16:21:18.264270+0000 mon.a (mon.0) 226 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-16T16:21:18.804 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:18 smithi142 bash[22171]: cluster 2024-03-16T16:21:18.270644+0000 mon.a (mon.0) 227 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0],c=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-16T16:21:18.804 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:18 smithi142 bash[22171]: cluster 2024-03-16T16:21:18.291625+0000 mon.a (mon.0) 228 : cluster [DBG] fsmap 2024-03-16T16:21:18.804 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:18 smithi142 bash[22171]: cluster 2024-03-16T16:21:18.291725+0000 mon.a (mon.0) 229 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-16T16:21:18.804 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:18 smithi142 bash[22171]: cluster 2024-03-16T16:21:18.292010+0000 mon.a (mon.0) 230 : cluster [DBG] mgrmap e13: a(active, since 100s) 2024-03-16T16:21:18.804 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:18 smithi142 bash[22171]: cluster 2024-03-16T16:21:18.292269+0000 mon.a (mon.0) 231 : cluster [INF] overall HEALTH_OK 2024-03-16T16:21:18.804 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:18 smithi142 bash[22171]: audit 2024-03-16T16:21:18.300375+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:18.805 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:18 smithi142 bash[22171]: audit 2024-03-16T16:21:18.306123+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:18.805 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:18 smithi142 bash[22171]: audit 2024-03-16T16:21:18.312388+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:18.805 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:18 smithi142 bash[22171]: audit 2024-03-16T16:21:18.318170+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:18.805 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:18 smithi142 bash[22171]: audit 2024-03-16T16:21:18.323802+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:18.805 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:18 smithi142 bash[22171]: audit 2024-03-16T16:21:18.329216+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:18.805 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:18 smithi142 bash[22171]: audit 2024-03-16T16:21:18.334474+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:18.805 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:18 smithi142 bash[22171]: audit 2024-03-16T16:21:18.339621+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:19.615 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:21:19 smithi017 bash[21646]: debug 2024-03-16T16:21:19.215+0000 7fac54e9e700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-03-16T16:21:20.183 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-16T16:21:20.184 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph mon dump -f json 2024-03-16T16:21:23.940 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:23 smithi142 bash[22171]: cephadm 2024-03-16T16:21:18.488581+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi017:/etc/ceph/ceph.conf 2024-03-16T16:21:23.940 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:23 smithi142 bash[22171]: cephadm 2024-03-16T16:21:18.489391+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-03-16T16:21:23.941 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:23 smithi142 bash[22171]: cephadm 2024-03-16T16:21:18.490956+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi179:/etc/ceph/ceph.conf 2024-03-16T16:21:23.941 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:23 smithi142 bash[22171]: audit 2024-03-16T16:21:18.560904+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:21:23.941 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:23 smithi142 bash[22171]: cluster 2024-03-16T16:21:18.561308+0000 mon.a (mon.0) 247 : cluster [INF] mon.a calling monitor election 2024-03-16T16:21:23.941 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:23 smithi142 bash[22171]: cluster 2024-03-16T16:21:18.564291+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-16T16:21:23.941 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:23 smithi142 bash[22171]: audit 2024-03-16T16:21:18.579528+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:21:23.941 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:23 smithi142 bash[22171]: audit 2024-03-16T16:21:18.579732+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:21:23.941 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:23 smithi142 bash[22171]: cephadm 2024-03-16T16:21:18.754158+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi017:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:21:23.941 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:23 smithi142 bash[22171]: cephadm 2024-03-16T16:21:18.756092+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi142:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:21:23.941 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:23 smithi142 bash[22171]: cephadm 2024-03-16T16:21:18.756694+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi179:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:21:23.941 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:23 smithi142 bash[22171]: audit 2024-03-16T16:21:19.547729+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:21:23.941 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:23 smithi142 bash[22171]: cluster 2024-03-16T16:21:19.626530+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-16T16:21:23.941 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:23 smithi142 bash[22171]: audit 2024-03-16T16:21:20.547835+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:21:23.941 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:23 smithi142 bash[22171]: cluster 2024-03-16T16:21:20.558404+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-16T16:21:23.942 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:23 smithi142 bash[22171]: audit 2024-03-16T16:21:21.548062+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:21:23.942 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:23 smithi142 bash[22171]: cluster 2024-03-16T16:21:21.626992+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-16T16:21:23.942 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:23 smithi142 bash[22171]: audit 2024-03-16T16:21:22.547827+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:21:23.942 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:23 smithi142 bash[22171]: audit 2024-03-16T16:21:23.548523+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:21:23.942 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:23 smithi142 bash[22171]: cluster 2024-03-16T16:21:23.601635+0000 mon.a (mon.0) 255 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-16T16:21:23.942 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:23 smithi142 bash[22171]: cluster 2024-03-16T16:21:23.608116+0000 mon.a (mon.0) 256 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0],b=[v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0],c=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-16T16:21:23.942 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:23 smithi142 bash[22171]: cluster 2024-03-16T16:21:23.627695+0000 mon.a (mon.0) 257 : cluster [DBG] fsmap 2024-03-16T16:21:23.942 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:23 smithi142 bash[22171]: cluster 2024-03-16T16:21:23.627755+0000 mon.a (mon.0) 258 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-16T16:21:23.942 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:23 smithi142 bash[22171]: cluster 2024-03-16T16:21:23.628099+0000 mon.a (mon.0) 259 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-03-16T16:21:23.942 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:23 smithi142 bash[22171]: cluster 2024-03-16T16:21:23.628348+0000 mon.a (mon.0) 260 : cluster [INF] overall HEALTH_OK 2024-03-16T16:21:23.942 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:23 smithi142 bash[22171]: audit 2024-03-16T16:21:23.636220+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:23.942 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:23 smithi142 bash[22171]: audit 2024-03-16T16:21:23.642801+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:23.942 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:23 smithi142 bash[22171]: audit 2024-03-16T16:21:23.649264+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:23.942 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:23 smithi142 bash[22171]: audit 2024-03-16T16:21:23.655614+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:23.943 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:23 smithi142 bash[22171]: audit 2024-03-16T16:21:23.661737+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:23.943 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:23 smithi142 bash[22171]: audit 2024-03-16T16:21:23.667849+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:23.943 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:23 smithi142 bash[22171]: audit 2024-03-16T16:21:23.673812+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:24.018 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:23 smithi179 bash[22103]: cephadm 2024-03-16T16:21:18.488581+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi017:/etc/ceph/ceph.conf 2024-03-16T16:21:24.019 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:23 smithi179 bash[22103]: cephadm 2024-03-16T16:21:18.489391+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-03-16T16:21:24.019 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:23 smithi179 bash[22103]: cephadm 2024-03-16T16:21:18.490956+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi179:/etc/ceph/ceph.conf 2024-03-16T16:21:24.019 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:23 smithi179 bash[22103]: audit 2024-03-16T16:21:18.560904+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:21:24.019 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:23 smithi179 bash[22103]: cluster 2024-03-16T16:21:18.561308+0000 mon.a (mon.0) 247 : cluster [INF] mon.a calling monitor election 2024-03-16T16:21:24.019 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:23 smithi179 bash[22103]: cluster 2024-03-16T16:21:18.564291+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-16T16:21:24.019 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:23 smithi179 bash[22103]: audit 2024-03-16T16:21:18.579528+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:21:24.019 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:23 smithi179 bash[22103]: audit 2024-03-16T16:21:18.579732+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:21:24.019 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:23 smithi179 bash[22103]: cephadm 2024-03-16T16:21:18.754158+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi017:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:21:24.019 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:23 smithi179 bash[22103]: cephadm 2024-03-16T16:21:18.756092+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi142:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:21:24.019 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:23 smithi179 bash[22103]: cephadm 2024-03-16T16:21:18.756694+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi179:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:21:24.019 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:23 smithi179 bash[22103]: audit 2024-03-16T16:21:19.547729+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:21:24.019 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:23 smithi179 bash[22103]: cluster 2024-03-16T16:21:19.626530+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-16T16:21:24.019 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:23 smithi179 bash[22103]: audit 2024-03-16T16:21:20.547835+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:21:24.019 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:23 smithi179 bash[22103]: cluster 2024-03-16T16:21:20.558404+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-16T16:21:24.020 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:23 smithi179 bash[22103]: audit 2024-03-16T16:21:21.548062+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:21:24.020 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:23 smithi179 bash[22103]: cluster 2024-03-16T16:21:21.626992+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-16T16:21:24.020 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:23 smithi179 bash[22103]: audit 2024-03-16T16:21:22.547827+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:21:24.020 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:23 smithi179 bash[22103]: audit 2024-03-16T16:21:23.548523+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:21:24.020 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:23 smithi179 bash[22103]: cluster 2024-03-16T16:21:23.601635+0000 mon.a (mon.0) 255 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-16T16:21:24.020 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:23 smithi179 bash[22103]: cluster 2024-03-16T16:21:23.608116+0000 mon.a (mon.0) 256 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0],b=[v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0],c=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-16T16:21:24.020 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:23 smithi179 bash[22103]: cluster 2024-03-16T16:21:23.627695+0000 mon.a (mon.0) 257 : cluster [DBG] fsmap 2024-03-16T16:21:24.020 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:23 smithi179 bash[22103]: cluster 2024-03-16T16:21:23.627755+0000 mon.a (mon.0) 258 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-16T16:21:24.020 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:23 smithi179 bash[22103]: cluster 2024-03-16T16:21:23.628099+0000 mon.a (mon.0) 259 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-03-16T16:21:24.020 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:23 smithi179 bash[22103]: cluster 2024-03-16T16:21:23.628348+0000 mon.a (mon.0) 260 : cluster [INF] overall HEALTH_OK 2024-03-16T16:21:24.020 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:23 smithi179 bash[22103]: audit 2024-03-16T16:21:23.636220+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:24.020 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:23 smithi179 bash[22103]: audit 2024-03-16T16:21:23.642801+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:24.020 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:23 smithi179 bash[22103]: audit 2024-03-16T16:21:23.649264+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:24.020 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:23 smithi179 bash[22103]: audit 2024-03-16T16:21:23.655614+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:24.021 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:23 smithi179 bash[22103]: audit 2024-03-16T16:21:23.661737+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:24.021 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:23 smithi179 bash[22103]: audit 2024-03-16T16:21:23.667849+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:24.021 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:23 smithi179 bash[22103]: audit 2024-03-16T16:21:23.673812+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:24.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:23 smithi017 bash[21388]: cephadm 2024-03-16T16:21:18.488581+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi017:/etc/ceph/ceph.conf 2024-03-16T16:21:24.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:23 smithi017 bash[21388]: cephadm 2024-03-16T16:21:18.489391+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-03-16T16:21:24.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:23 smithi017 bash[21388]: cephadm 2024-03-16T16:21:18.490956+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi179:/etc/ceph/ceph.conf 2024-03-16T16:21:24.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:23 smithi017 bash[21388]: audit 2024-03-16T16:21:18.560904+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:21:24.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:23 smithi017 bash[21388]: cluster 2024-03-16T16:21:18.561308+0000 mon.a (mon.0) 247 : cluster [INF] mon.a calling monitor election 2024-03-16T16:21:24.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:23 smithi017 bash[21388]: cluster 2024-03-16T16:21:18.564291+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-16T16:21:24.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:23 smithi017 bash[21388]: audit 2024-03-16T16:21:18.579528+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:21:24.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:23 smithi017 bash[21388]: audit 2024-03-16T16:21:18.579732+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:21:24.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:23 smithi017 bash[21388]: cephadm 2024-03-16T16:21:18.754158+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi017:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:21:24.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:23 smithi017 bash[21388]: cephadm 2024-03-16T16:21:18.756092+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi142:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:21:24.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:23 smithi017 bash[21388]: cephadm 2024-03-16T16:21:18.756694+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi179:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:21:24.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:23 smithi017 bash[21388]: audit 2024-03-16T16:21:19.547729+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:21:24.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:23 smithi017 bash[21388]: cluster 2024-03-16T16:21:19.626530+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-16T16:21:24.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:23 smithi017 bash[21388]: audit 2024-03-16T16:21:20.547835+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:21:24.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:23 smithi017 bash[21388]: cluster 2024-03-16T16:21:20.558404+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-16T16:21:24.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:23 smithi017 bash[21388]: audit 2024-03-16T16:21:21.548062+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:21:24.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:23 smithi017 bash[21388]: cluster 2024-03-16T16:21:21.626992+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-16T16:21:24.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:23 smithi017 bash[21388]: audit 2024-03-16T16:21:22.547827+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:21:24.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:23 smithi017 bash[21388]: audit 2024-03-16T16:21:23.548523+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:21:24.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:23 smithi017 bash[21388]: cluster 2024-03-16T16:21:23.601635+0000 mon.a (mon.0) 255 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-16T16:21:24.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:23 smithi017 bash[21388]: cluster 2024-03-16T16:21:23.608116+0000 mon.a (mon.0) 256 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0],b=[v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0],c=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-16T16:21:24.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:23 smithi017 bash[21388]: cluster 2024-03-16T16:21:23.627695+0000 mon.a (mon.0) 257 : cluster [DBG] fsmap 2024-03-16T16:21:24.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:23 smithi017 bash[21388]: cluster 2024-03-16T16:21:23.627755+0000 mon.a (mon.0) 258 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-16T16:21:24.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:23 smithi017 bash[21388]: cluster 2024-03-16T16:21:23.628099+0000 mon.a (mon.0) 259 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-03-16T16:21:24.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:23 smithi017 bash[21388]: cluster 2024-03-16T16:21:23.628348+0000 mon.a (mon.0) 260 : cluster [INF] overall HEALTH_OK 2024-03-16T16:21:24.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:23 smithi017 bash[21388]: audit 2024-03-16T16:21:23.636220+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:24.118 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:23 smithi017 bash[21388]: audit 2024-03-16T16:21:23.642801+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:24.118 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:23 smithi017 bash[21388]: audit 2024-03-16T16:21:23.649264+0000 mon.a (mon.0) 263 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:24.118 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:23 smithi017 bash[21388]: audit 2024-03-16T16:21:23.655614+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:24.118 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:23 smithi017 bash[21388]: audit 2024-03-16T16:21:23.661737+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:24.118 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:23 smithi017 bash[21388]: audit 2024-03-16T16:21:23.667849+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:24.118 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:23 smithi017 bash[21388]: audit 2024-03-16T16:21:23.673812+0000 mon.a (mon.0) 267 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:24.655 INFO:teuthology.orchestra.run.smithi179.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.c/config 2024-03-16T16:21:24.940 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:24 smithi142 bash[22171]: cluster 2024-03-16T16:21:23.627417+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:24.940 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:24 smithi142 bash[22171]: audit 2024-03-16T16:21:23.679675+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:24.940 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:24 smithi142 bash[22171]: audit 2024-03-16T16:21:23.685475+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:24.940 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:24 smithi142 bash[22171]: audit 2024-03-16T16:21:23.696056+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:24.941 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:24 smithi142 bash[22171]: cephadm 2024-03-16T16:21:23.697123+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-16T16:21:24.941 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:24 smithi142 bash[22171]: audit 2024-03-16T16:21:23.703284+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:24.941 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:24 smithi142 bash[22171]: cephadm 2024-03-16T16:21:23.796435+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-16T16:21:24.941 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:24 smithi142 bash[22171]: audit 2024-03-16T16:21:23.797169+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-16T16:21:24.941 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:24 smithi142 bash[22171]: audit 2024-03-16T16:21:23.799003+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-16T16:21:24.941 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:24 smithi142 bash[22171]: audit 2024-03-16T16:21:23.800786+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:24.941 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:24 smithi142 bash[22171]: cephadm 2024-03-16T16:21:23.802890+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.a on smithi017 2024-03-16T16:21:24.941 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:24 smithi142 bash[22171]: audit 2024-03-16T16:21:23.892343+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:24.941 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:24 smithi142 bash[22171]: audit 2024-03-16T16:21:23.899347+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:24.941 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:24 smithi142 bash[22171]: audit 2024-03-16T16:21:23.908795+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:24.941 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:24 smithi142 bash[22171]: audit 2024-03-16T16:21:24.548673+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:21:25.018 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:24 smithi179 bash[22103]: cluster 2024-03-16T16:21:23.627417+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:25.018 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:24 smithi179 bash[22103]: audit 2024-03-16T16:21:23.679675+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:25.018 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:24 smithi179 bash[22103]: audit 2024-03-16T16:21:23.685475+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:25.018 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:24 smithi179 bash[22103]: audit 2024-03-16T16:21:23.696056+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:25.018 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:24 smithi179 bash[22103]: cephadm 2024-03-16T16:21:23.697123+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-16T16:21:25.019 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:24 smithi179 bash[22103]: audit 2024-03-16T16:21:23.703284+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:25.019 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:24 smithi179 bash[22103]: cephadm 2024-03-16T16:21:23.796435+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-16T16:21:25.019 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:24 smithi179 bash[22103]: audit 2024-03-16T16:21:23.797169+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-16T16:21:25.019 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:24 smithi179 bash[22103]: audit 2024-03-16T16:21:23.799003+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-16T16:21:25.019 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:24 smithi179 bash[22103]: audit 2024-03-16T16:21:23.800786+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:25.019 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:24 smithi179 bash[22103]: cephadm 2024-03-16T16:21:23.802890+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.a on smithi017 2024-03-16T16:21:25.019 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:24 smithi179 bash[22103]: audit 2024-03-16T16:21:23.892343+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:25.019 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:24 smithi179 bash[22103]: audit 2024-03-16T16:21:23.899347+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:25.019 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:24 smithi179 bash[22103]: audit 2024-03-16T16:21:23.908795+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:25.019 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:24 smithi179 bash[22103]: audit 2024-03-16T16:21:24.548673+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:21:25.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:24 smithi017 bash[21388]: cluster 2024-03-16T16:21:23.627417+0000 mgr.a (mgr.14152) 86 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:25.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:24 smithi017 bash[21388]: audit 2024-03-16T16:21:23.679675+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:25.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:24 smithi017 bash[21388]: audit 2024-03-16T16:21:23.685475+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:25.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:24 smithi017 bash[21388]: audit 2024-03-16T16:21:23.696056+0000 mon.a (mon.0) 270 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:25.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:24 smithi017 bash[21388]: cephadm 2024-03-16T16:21:23.697123+0000 mgr.a (mgr.14152) 87 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-16T16:21:25.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:24 smithi017 bash[21388]: audit 2024-03-16T16:21:23.703284+0000 mon.a (mon.0) 271 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:25.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:24 smithi017 bash[21388]: cephadm 2024-03-16T16:21:23.796435+0000 mgr.a (mgr.14152) 88 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-16T16:21:25.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:24 smithi017 bash[21388]: audit 2024-03-16T16:21:23.797169+0000 mon.a (mon.0) 272 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-16T16:21:25.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:24 smithi017 bash[21388]: audit 2024-03-16T16:21:23.799003+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-16T16:21:25.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:24 smithi017 bash[21388]: audit 2024-03-16T16:21:23.800786+0000 mon.a (mon.0) 274 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:25.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:24 smithi017 bash[21388]: cephadm 2024-03-16T16:21:23.802890+0000 mgr.a (mgr.14152) 89 : cephadm [INF] Reconfiguring daemon mon.a on smithi017 2024-03-16T16:21:25.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:24 smithi017 bash[21388]: audit 2024-03-16T16:21:23.892343+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:25.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:24 smithi017 bash[21388]: audit 2024-03-16T16:21:23.899347+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:25.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:24 smithi017 bash[21388]: audit 2024-03-16T16:21:23.908795+0000 mon.a (mon.0) 277 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:25.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:24 smithi017 bash[21388]: audit 2024-03-16T16:21:24.548673+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:21:26.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:26 smithi142 bash[22171]: audit 2024-03-16T16:21:25.181072+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:26.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:26 smithi142 bash[22171]: cluster 2024-03-16T16:21:25.627827+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:26.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:26 smithi142 bash[22171]: audit 2024-03-16T16:21:26.145196+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:26.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:26 smithi142 bash[22171]: audit 2024-03-16T16:21:26.151592+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:26.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:26 smithi142 bash[22171]: audit 2024-03-16T16:21:26.174013+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-16T16:21:26.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:26 smithi142 bash[22171]: audit 2024-03-16T16:21:26.175785+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-16T16:21:26.442 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:26 smithi142 bash[22171]: audit 2024-03-16T16:21:26.177402+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:26.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:26 smithi179 bash[22103]: audit 2024-03-16T16:21:25.181072+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:26.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:26 smithi179 bash[22103]: cluster 2024-03-16T16:21:25.627827+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:26.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:26 smithi179 bash[22103]: audit 2024-03-16T16:21:26.145196+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:26.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:26 smithi179 bash[22103]: audit 2024-03-16T16:21:26.151592+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:26.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:26 smithi179 bash[22103]: audit 2024-03-16T16:21:26.174013+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-16T16:21:26.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:26 smithi179 bash[22103]: audit 2024-03-16T16:21:26.175785+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-16T16:21:26.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:26 smithi179 bash[22103]: audit 2024-03-16T16:21:26.177402+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:26.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:26 smithi017 bash[21388]: audit 2024-03-16T16:21:25.181072+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:26.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:26 smithi017 bash[21388]: cluster 2024-03-16T16:21:25.627827+0000 mgr.a (mgr.14152) 90 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:26.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:26 smithi017 bash[21388]: audit 2024-03-16T16:21:26.145196+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:26.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:26 smithi017 bash[21388]: audit 2024-03-16T16:21:26.151592+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:26.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:26 smithi017 bash[21388]: audit 2024-03-16T16:21:26.174013+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-16T16:21:26.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:26 smithi017 bash[21388]: audit 2024-03-16T16:21:26.175785+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-16T16:21:26.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:26 smithi017 bash[21388]: audit 2024-03-16T16:21:26.177402+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:27.614 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-03-16T16:21:27.615 INFO:teuthology.orchestra.run.smithi179.stdout:{"epoch":3,"fsid":"a0ca21ee-e3b0-11ee-95c9-87774f69a715","modified":"2024-03-16T16:21:18.556414Z","created":"2024-03-16T16:18:25.437173Z","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.17:3300","nonce":0},{"type":"v1","addr":"172.21.15.17:6789","nonce":0}]},"addr":"172.21.15.17:6789/0","public_addr":"172.21.15.17:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:3300","nonce":0},{"type":"v1","addr":"172.21.15.179:6789","nonce":0}]},"addr":"172.21.15.179:6789/0","public_addr":"172.21.15.179:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:3300","nonce":0},{"type":"v1","addr":"172.21.15.142:6789","nonce":0}]},"addr":"172.21.15.142:6789/0","public_addr":"172.21.15.142:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1,2]} 2024-03-16T16:21:27.617 INFO:teuthology.orchestra.run.smithi179.stderr:dumped monmap epoch 3 2024-03-16T16:21:28.190 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:27 smithi142 bash[22171]: cephadm 2024-03-16T16:21:26.173337+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-16T16:21:28.190 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:27 smithi142 bash[22171]: cephadm 2024-03-16T16:21:26.179429+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi142 2024-03-16T16:21:28.190 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:27 smithi142 bash[22171]: audit 2024-03-16T16:21:26.933722+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:28.190 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:27 smithi142 bash[22171]: audit 2024-03-16T16:21:26.941948+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:28.190 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:27 smithi142 bash[22171]: audit 2024-03-16T16:21:26.952095+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:28.190 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:27 smithi142 bash[22171]: audit 2024-03-16T16:21:27.621422+0000 mon.c (mon.1) 3 : audit [DBG] from='client.? 172.21.15.179:0/3197112451' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-16T16:21:28.268 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:27 smithi179 bash[22103]: cephadm 2024-03-16T16:21:26.173337+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-16T16:21:28.268 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:27 smithi179 bash[22103]: cephadm 2024-03-16T16:21:26.179429+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi142 2024-03-16T16:21:28.268 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:27 smithi179 bash[22103]: audit 2024-03-16T16:21:26.933722+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:28.268 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:27 smithi179 bash[22103]: audit 2024-03-16T16:21:26.941948+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:28.268 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:27 smithi179 bash[22103]: audit 2024-03-16T16:21:26.952095+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:28.268 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:27 smithi179 bash[22103]: audit 2024-03-16T16:21:27.621422+0000 mon.c (mon.1) 3 : audit [DBG] from='client.? 172.21.15.179:0/3197112451' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-16T16:21:28.279 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-16T16:21:28.280 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph config generate-minimal-conf 2024-03-16T16:21:28.290 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:27 smithi017 bash[21388]: cephadm 2024-03-16T16:21:26.173337+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-16T16:21:28.291 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:27 smithi017 bash[21388]: cephadm 2024-03-16T16:21:26.179429+0000 mgr.a (mgr.14152) 92 : cephadm [INF] Reconfiguring daemon mon.b on smithi142 2024-03-16T16:21:28.291 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:27 smithi017 bash[21388]: audit 2024-03-16T16:21:26.933722+0000 mon.a (mon.0) 285 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:28.291 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:27 smithi017 bash[21388]: audit 2024-03-16T16:21:26.941948+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:28.291 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:27 smithi017 bash[21388]: audit 2024-03-16T16:21:26.952095+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:28.291 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:27 smithi017 bash[21388]: audit 2024-03-16T16:21:27.621422+0000 mon.c (mon.1) 3 : audit [DBG] from='client.? 172.21.15.179:0/3197112451' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-16T16:21:29.405 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:29 smithi179 bash[22103]: cluster 2024-03-16T16:21:27.628251+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:29.405 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:29 smithi179 bash[22103]: audit 2024-03-16T16:21:28.148954+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:29.405 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:29 smithi179 bash[22103]: audit 2024-03-16T16:21:28.156490+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:29.406 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:29 smithi179 bash[22103]: audit 2024-03-16T16:21:28.200414+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-16T16:21:29.406 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:29 smithi179 bash[22103]: audit 2024-03-16T16:21:28.202287+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-16T16:21:29.406 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:29 smithi179 bash[22103]: audit 2024-03-16T16:21:28.204212+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:29.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:29 smithi142 bash[22171]: cluster 2024-03-16T16:21:27.628251+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:29.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:29 smithi142 bash[22171]: audit 2024-03-16T16:21:28.148954+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:29.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:29 smithi142 bash[22171]: audit 2024-03-16T16:21:28.156490+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:29.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:29 smithi142 bash[22171]: audit 2024-03-16T16:21:28.200414+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-16T16:21:29.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:29 smithi142 bash[22171]: audit 2024-03-16T16:21:28.202287+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-16T16:21:29.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:29 smithi142 bash[22171]: audit 2024-03-16T16:21:28.204212+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:29.548 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:29 smithi017 bash[21388]: cluster 2024-03-16T16:21:27.628251+0000 mgr.a (mgr.14152) 93 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:29.549 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:29 smithi017 bash[21388]: audit 2024-03-16T16:21:28.148954+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:29.549 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:29 smithi017 bash[21388]: audit 2024-03-16T16:21:28.156490+0000 mon.a (mon.0) 289 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:29.549 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:29 smithi017 bash[21388]: audit 2024-03-16T16:21:28.200414+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-16T16:21:29.549 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:29 smithi017 bash[21388]: audit 2024-03-16T16:21:28.202287+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-16T16:21:29.549 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:29 smithi017 bash[21388]: audit 2024-03-16T16:21:28.204212+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:30.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:30 smithi142 bash[22171]: cephadm 2024-03-16T16:21:28.199795+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-16T16:21:30.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:30 smithi142 bash[22171]: cephadm 2024-03-16T16:21:28.206427+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi179 2024-03-16T16:21:30.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:30 smithi179 bash[22103]: cephadm 2024-03-16T16:21:28.199795+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-16T16:21:30.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:30 smithi179 bash[22103]: cephadm 2024-03-16T16:21:28.206427+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi179 2024-03-16T16:21:30.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:30 smithi017 bash[21388]: cephadm 2024-03-16T16:21:28.199795+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-16T16:21:30.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:30 smithi017 bash[21388]: cephadm 2024-03-16T16:21:28.206427+0000 mgr.a (mgr.14152) 95 : cephadm [INF] Reconfiguring daemon mon.c on smithi179 2024-03-16T16:21:31.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:31 smithi142 bash[22171]: cluster 2024-03-16T16:21:29.628672+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:31.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:31 smithi142 bash[22171]: audit 2024-03-16T16:21:30.219424+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:31.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:31 smithi142 bash[22171]: audit 2024-03-16T16:21:30.224667+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:31.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:31 smithi142 bash[22171]: audit 2024-03-16T16:21:30.226788+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:21:31.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:31 smithi142 bash[22171]: audit 2024-03-16T16:21:30.230275+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:31.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:31 smithi142 bash[22171]: audit 2024-03-16T16:21:30.231535+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:21:31.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:31 smithi142 bash[22171]: cephadm 2024-03-16T16:21:30.233337+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi017:/etc/ceph/ceph.conf 2024-03-16T16:21:31.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:31 smithi142 bash[22171]: cephadm 2024-03-16T16:21:30.233970+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-03-16T16:21:31.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:31 smithi142 bash[22171]: cephadm 2024-03-16T16:21:30.234265+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi179:/etc/ceph/ceph.conf 2024-03-16T16:21:31.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:31 smithi142 bash[22171]: cephadm 2024-03-16T16:21:30.499621+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi017:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:21:31.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:31 smithi142 bash[22171]: cephadm 2024-03-16T16:21:30.499975+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi142:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:21:31.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:31 smithi142 bash[22171]: cephadm 2024-03-16T16:21:30.500694+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi179:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:21:31.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:31 smithi142 bash[22171]: audit 2024-03-16T16:21:30.720950+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:31.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:31 smithi142 bash[22171]: audit 2024-03-16T16:21:30.725275+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:31.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:31 smithi142 bash[22171]: audit 2024-03-16T16:21:30.729314+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:31.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:31 smithi142 bash[22171]: audit 2024-03-16T16:21:30.733396+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:31.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:31 smithi142 bash[22171]: audit 2024-03-16T16:21:30.737590+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:31.442 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:31 smithi142 bash[22171]: audit 2024-03-16T16:21:30.741733+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:31.442 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:31 smithi142 bash[22171]: audit 2024-03-16T16:21:30.746336+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:31.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:31 smithi179 bash[22103]: cluster 2024-03-16T16:21:29.628672+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:31.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:31 smithi179 bash[22103]: audit 2024-03-16T16:21:30.219424+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:31.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:31 smithi179 bash[22103]: audit 2024-03-16T16:21:30.224667+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:31.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:31 smithi179 bash[22103]: audit 2024-03-16T16:21:30.226788+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:21:31.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:31 smithi179 bash[22103]: audit 2024-03-16T16:21:30.230275+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:31.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:31 smithi179 bash[22103]: audit 2024-03-16T16:21:30.231535+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:21:31.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:31 smithi179 bash[22103]: cephadm 2024-03-16T16:21:30.233337+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi017:/etc/ceph/ceph.conf 2024-03-16T16:21:31.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:31 smithi179 bash[22103]: cephadm 2024-03-16T16:21:30.233970+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-03-16T16:21:31.519 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:31 smithi179 bash[22103]: cephadm 2024-03-16T16:21:30.234265+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi179:/etc/ceph/ceph.conf 2024-03-16T16:21:31.519 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:31 smithi179 bash[22103]: cephadm 2024-03-16T16:21:30.499621+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi017:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:21:31.519 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:31 smithi179 bash[22103]: cephadm 2024-03-16T16:21:30.499975+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi142:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:21:31.519 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:31 smithi179 bash[22103]: cephadm 2024-03-16T16:21:30.500694+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi179:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:21:31.519 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:31 smithi179 bash[22103]: audit 2024-03-16T16:21:30.720950+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:31.519 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:31 smithi179 bash[22103]: audit 2024-03-16T16:21:30.725275+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:31.519 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:31 smithi179 bash[22103]: audit 2024-03-16T16:21:30.729314+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:31.519 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:31 smithi179 bash[22103]: audit 2024-03-16T16:21:30.733396+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:31.519 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:31 smithi179 bash[22103]: audit 2024-03-16T16:21:30.737590+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:31.519 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:31 smithi179 bash[22103]: audit 2024-03-16T16:21:30.741733+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:31.519 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:31 smithi179 bash[22103]: audit 2024-03-16T16:21:30.746336+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:31.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:31 smithi017 bash[21388]: cluster 2024-03-16T16:21:29.628672+0000 mgr.a (mgr.14152) 96 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:31.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:31 smithi017 bash[21388]: audit 2024-03-16T16:21:30.219424+0000 mon.a (mon.0) 293 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:31.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:31 smithi017 bash[21388]: audit 2024-03-16T16:21:30.224667+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:31.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:31 smithi017 bash[21388]: audit 2024-03-16T16:21:30.226788+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:21:31.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:31 smithi017 bash[21388]: audit 2024-03-16T16:21:30.230275+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:31.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:31 smithi017 bash[21388]: audit 2024-03-16T16:21:30.231535+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:21:31.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:31 smithi017 bash[21388]: cephadm 2024-03-16T16:21:30.233337+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi017:/etc/ceph/ceph.conf 2024-03-16T16:21:31.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:31 smithi017 bash[21388]: cephadm 2024-03-16T16:21:30.233970+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-03-16T16:21:31.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:31 smithi017 bash[21388]: cephadm 2024-03-16T16:21:30.234265+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi179:/etc/ceph/ceph.conf 2024-03-16T16:21:31.617 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:31 smithi017 bash[21388]: cephadm 2024-03-16T16:21:30.499621+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi017:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:21:31.617 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:31 smithi017 bash[21388]: cephadm 2024-03-16T16:21:30.499975+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi142:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:21:31.617 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:31 smithi017 bash[21388]: cephadm 2024-03-16T16:21:30.500694+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Updating smithi179:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:21:31.617 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:31 smithi017 bash[21388]: audit 2024-03-16T16:21:30.720950+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:31.617 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:31 smithi017 bash[21388]: audit 2024-03-16T16:21:30.725275+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:31.617 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:31 smithi017 bash[21388]: audit 2024-03-16T16:21:30.729314+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:31.617 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:31 smithi017 bash[21388]: audit 2024-03-16T16:21:30.733396+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:31.617 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:31 smithi017 bash[21388]: audit 2024-03-16T16:21:30.737590+0000 mon.a (mon.0) 302 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:31.617 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:31 smithi017 bash[21388]: audit 2024-03-16T16:21:30.741733+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:31.617 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:31 smithi017 bash[21388]: audit 2024-03-16T16:21:30.746336+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:32.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:32 smithi142 bash[22171]: cluster 2024-03-16T16:21:31.629096+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-16T16:21:32.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:32 smithi179 bash[22103]: cluster 2024-03-16T16:21:31.629096+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-16T16:21:32.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:32 smithi017 bash[21388]: cluster 2024-03-16T16:21:31.629096+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-16T16:21:32.998 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:21:34.940 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:34 smithi142 bash[22171]: cluster 2024-03-16T16:21:33.629572+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-16T16:21:35.017 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:34 smithi179 bash[22103]: cluster 2024-03-16T16:21:33.629572+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-16T16:21:35.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:34 smithi017 bash[21388]: cluster 2024-03-16T16:21:33.629572+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-16T16:21:35.848 INFO:teuthology.orchestra.run.smithi017.stdout:# minimal ceph.conf for a0ca21ee-e3b0-11ee-95c9-87774f69a715 2024-03-16T16:21:35.849 INFO:teuthology.orchestra.run.smithi017.stdout:[global] 2024-03-16T16:21:35.849 INFO:teuthology.orchestra.run.smithi017.stdout: fsid = a0ca21ee-e3b0-11ee-95c9-87774f69a715 2024-03-16T16:21:35.849 INFO:teuthology.orchestra.run.smithi017.stdout: mon_host = [v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0] [v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0] [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] 2024-03-16T16:21:36.556 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-16T16:21:36.557 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-03-16T16:21:36.557 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd of=/etc/ceph/ceph.conf 2024-03-16T16:21:36.614 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-03-16T16:21:36.614 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:21:36.668 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-03-16T16:21:36.669 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/etc/ceph/ceph.conf 2024-03-16T16:21:36.682 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-03-16T16:21:36.682 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:21:36.738 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-03-16T16:21:36.738 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/etc/ceph/ceph.conf 2024-03-16T16:21:36.752 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-03-16T16:21:36.752 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:21:36.808 INFO:tasks.cephadm:Adding mgr.a on smithi017 2024-03-16T16:21:36.808 INFO:tasks.cephadm:Adding mgr.b on smithi142 2024-03-16T16:21:36.809 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph orch apply mgr '2;smithi017=a;smithi142=b' 2024-03-16T16:21:36.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:36 smithi017 bash[21388]: cluster 2024-03-16T16:21:35.630021+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-16T16:21:36.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:36 smithi017 bash[21388]: audit 2024-03-16T16:21:35.854365+0000 mon.a (mon.0) 305 : audit [DBG] from='client.? 172.21.15.17:0/1827299437' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:36.939 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:36 smithi142 bash[22171]: cluster 2024-03-16T16:21:35.630021+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-16T16:21:36.940 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:36 smithi142 bash[22171]: audit 2024-03-16T16:21:35.854365+0000 mon.a (mon.0) 305 : audit [DBG] from='client.? 172.21.15.17:0/1827299437' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:36.954 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:36 smithi179 bash[22103]: cluster 2024-03-16T16:21:35.630021+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-16T16:21:36.954 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:36 smithi179 bash[22103]: audit 2024-03-16T16:21:35.854365+0000 mon.a (mon.0) 305 : audit [DBG] from='client.? 172.21.15.17:0/1827299437' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:38.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:38 smithi017 bash[21388]: audit 2024-03-16T16:21:37.552375+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:38.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:38 smithi017 bash[21388]: audit 2024-03-16T16:21:37.559748+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:38.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:38 smithi017 bash[21388]: audit 2024-03-16T16:21:37.569785+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:38.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:38 smithi017 bash[21388]: cluster 2024-03-16T16:21:37.630445+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-16T16:21:38.940 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:38 smithi142 bash[22171]: audit 2024-03-16T16:21:37.552375+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:38.940 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:38 smithi142 bash[22171]: audit 2024-03-16T16:21:37.559748+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:38.940 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:38 smithi142 bash[22171]: audit 2024-03-16T16:21:37.569785+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:38.940 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:38 smithi142 bash[22171]: cluster 2024-03-16T16:21:37.630445+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-16T16:21:39.017 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:38 smithi179 bash[22103]: audit 2024-03-16T16:21:37.552375+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:39.017 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:38 smithi179 bash[22103]: audit 2024-03-16T16:21:37.559748+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:39.017 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:38 smithi179 bash[22103]: audit 2024-03-16T16:21:37.569785+0000 mon.a (mon.0) 308 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:39.018 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:38 smithi179 bash[22103]: cluster 2024-03-16T16:21:37.630445+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-16T16:21:40.939 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:40 smithi142 bash[22171]: cluster 2024-03-16T16:21:39.630865+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-16T16:21:40.953 INFO:teuthology.orchestra.run.smithi179.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.c/config 2024-03-16T16:21:40.977 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:40 smithi179 bash[22103]: cluster 2024-03-16T16:21:39.630865+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-16T16:21:41.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:40 smithi017 bash[21388]: cluster 2024-03-16T16:21:39.630865+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-16T16:21:43.164 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:43 smithi142 bash[22171]: cluster 2024-03-16T16:21:41.631261+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:43.164 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:43 smithi142 bash[22171]: audit 2024-03-16T16:21:42.055431+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:43.164 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:43 smithi142 bash[22171]: audit 2024-03-16T16:21:42.063174+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:43.164 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:43 smithi142 bash[22171]: audit 2024-03-16T16:21:42.072536+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:43.301 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:43 smithi179 bash[22103]: cluster 2024-03-16T16:21:41.631261+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:43.301 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:43 smithi179 bash[22103]: audit 2024-03-16T16:21:42.055431+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:43.301 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:43 smithi179 bash[22103]: audit 2024-03-16T16:21:42.063174+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:43.301 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:43 smithi179 bash[22103]: audit 2024-03-16T16:21:42.072536+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:43.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:43 smithi017 bash[21388]: cluster 2024-03-16T16:21:41.631261+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:43.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:43 smithi017 bash[21388]: audit 2024-03-16T16:21:42.055431+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:43.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:43 smithi017 bash[21388]: audit 2024-03-16T16:21:42.063174+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:43.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:43 smithi017 bash[21388]: audit 2024-03-16T16:21:42.072536+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:43.688 INFO:teuthology.orchestra.run.smithi179.stdout:Scheduled mgr update... 2024-03-16T16:21:44.370 DEBUG:teuthology.orchestra.run.smithi142:mgr.b> sudo journalctl -f -n 0 -u ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@mgr.b.service 2024-03-16T16:21:44.373 INFO:tasks.cephadm:Deploying OSDs... 2024-03-16T16:21:44.373 DEBUG:teuthology.orchestra.run.smithi017:> set -ex 2024-03-16T16:21:44.373 DEBUG:teuthology.orchestra.run.smithi017:> dd if=/scratch_devs of=/dev/stdout 2024-03-16T16:21:44.380 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-16T16:21:44.380 DEBUG:teuthology.orchestra.run.smithi017:> stat /dev/vg_nvme/lv_1 2024-03-16T16:21:44.433 INFO:teuthology.orchestra.run.smithi017.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-16T16:21:44.433 INFO:teuthology.orchestra.run.smithi017.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-16T16:21:44.433 INFO:teuthology.orchestra.run.smithi017.stdout:Device: 5h/5d Inode: 887 Links: 1 2024-03-16T16:21:44.433 INFO:teuthology.orchestra.run.smithi017.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-16T16:21:44.433 INFO:teuthology.orchestra.run.smithi017.stdout:Access: 2024-03-16 16:08:36.855000293 +0000 2024-03-16T16:21:44.433 INFO:teuthology.orchestra.run.smithi017.stdout:Modify: 2024-03-16 16:08:36.583002724 +0000 2024-03-16T16:21:44.433 INFO:teuthology.orchestra.run.smithi017.stdout:Change: 2024-03-16 16:08:36.583002724 +0000 2024-03-16T16:21:44.433 INFO:teuthology.orchestra.run.smithi017.stdout: Birth: - 2024-03-16T16:21:44.434 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-16T16:21:44.488 INFO:teuthology.orchestra.run.smithi017.stderr:1+0 records in 2024-03-16T16:21:44.488 INFO:teuthology.orchestra.run.smithi017.stderr:1+0 records out 2024-03-16T16:21:44.488 INFO:teuthology.orchestra.run.smithi017.stderr:512 bytes copied, 0.00033103 s, 1.5 MB/s 2024-03-16T16:21:44.490 DEBUG:teuthology.orchestra.run.smithi017:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-16T16:21:44.542 DEBUG:teuthology.orchestra.run.smithi017:> stat /dev/vg_nvme/lv_2 2024-03-16T16:21:44.593 INFO:teuthology.orchestra.run.smithi017.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-16T16:21:44.593 INFO:teuthology.orchestra.run.smithi017.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-16T16:21:44.593 INFO:teuthology.orchestra.run.smithi017.stdout:Device: 5h/5d Inode: 904 Links: 1 2024-03-16T16:21:44.593 INFO:teuthology.orchestra.run.smithi017.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-16T16:21:44.593 INFO:teuthology.orchestra.run.smithi017.stdout:Access: 2024-03-16 16:08:37.358995793 +0000 2024-03-16T16:21:44.593 INFO:teuthology.orchestra.run.smithi017.stdout:Modify: 2024-03-16 16:08:37.094998151 +0000 2024-03-16T16:21:44.593 INFO:teuthology.orchestra.run.smithi017.stdout:Change: 2024-03-16 16:08:37.094998151 +0000 2024-03-16T16:21:44.593 INFO:teuthology.orchestra.run.smithi017.stdout: Birth: - 2024-03-16T16:21:44.593 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-16T16:21:44.647 INFO:teuthology.orchestra.run.smithi017.stderr:1+0 records in 2024-03-16T16:21:44.648 INFO:teuthology.orchestra.run.smithi017.stderr:1+0 records out 2024-03-16T16:21:44.648 INFO:teuthology.orchestra.run.smithi017.stderr:512 bytes copied, 0.000305324 s, 1.7 MB/s 2024-03-16T16:21:44.649 DEBUG:teuthology.orchestra.run.smithi017:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-16T16:21:44.699 DEBUG:teuthology.orchestra.run.smithi017:> stat /dev/vg_nvme/lv_3 2024-03-16T16:21:44.748 INFO:teuthology.orchestra.run.smithi017.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-16T16:21:44.749 INFO:teuthology.orchestra.run.smithi017.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-16T16:21:44.749 INFO:teuthology.orchestra.run.smithi017.stdout:Device: 5h/5d Inode: 922 Links: 1 2024-03-16T16:21:44.749 INFO:teuthology.orchestra.run.smithi017.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-16T16:21:44.749 INFO:teuthology.orchestra.run.smithi017.stdout:Access: 2024-03-16 16:08:37.842991469 +0000 2024-03-16T16:21:44.749 INFO:teuthology.orchestra.run.smithi017.stdout:Modify: 2024-03-16 16:08:37.586993757 +0000 2024-03-16T16:21:44.749 INFO:teuthology.orchestra.run.smithi017.stdout:Change: 2024-03-16 16:08:37.586993757 +0000 2024-03-16T16:21:44.749 INFO:teuthology.orchestra.run.smithi017.stdout: Birth: - 2024-03-16T16:21:44.749 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-16T16:21:44.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:44 smithi017 bash[21388]: cluster 2024-03-16T16:21:43.631632+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:44.801 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:44 smithi017 bash[21388]: audit 2024-03-16T16:21:43.682788+0000 mgr.a (mgr.14152) 110 : audit [DBG] from='client.24112 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi017=a;smithi142=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:21:44.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:44 smithi017 bash[21388]: cephadm 2024-03-16T16:21:43.686472+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Saving service mgr spec with placement smithi017=a;smithi142=b;count:2 2024-03-16T16:21:44.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:44 smithi017 bash[21388]: audit 2024-03-16T16:21:43.693296+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:44.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:44 smithi017 bash[21388]: audit 2024-03-16T16:21:43.696139+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:21:44.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:44 smithi017 bash[21388]: audit 2024-03-16T16:21:43.701777+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:44.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:44 smithi017 bash[21388]: audit 2024-03-16T16:21:43.703499+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:21:44.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:44 smithi017 bash[21388]: audit 2024-03-16T16:21:43.713000+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:44.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:44 smithi017 bash[21388]: audit 2024-03-16T16:21:43.717613+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-16T16:21:44.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:44 smithi017 bash[21388]: audit 2024-03-16T16:21:43.720509+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-16T16:21:44.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:44 smithi017 bash[21388]: audit 2024-03-16T16:21:43.725467+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-16T16:21:44.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:44 smithi017 bash[21388]: audit 2024-03-16T16:21:43.727542+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:44.802 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:44 smithi017 bash[21388]: cephadm 2024-03-16T16:21:43.729618+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Deploying daemon mgr.b on smithi142 2024-03-16T16:21:44.803 INFO:teuthology.orchestra.run.smithi017.stderr:1+0 records in 2024-03-16T16:21:44.803 INFO:teuthology.orchestra.run.smithi017.stderr:1+0 records out 2024-03-16T16:21:44.803 INFO:teuthology.orchestra.run.smithi017.stderr:512 bytes copied, 0.000213825 s, 2.4 MB/s 2024-03-16T16:21:44.804 DEBUG:teuthology.orchestra.run.smithi017:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-16T16:21:44.854 DEBUG:teuthology.orchestra.run.smithi017:> stat /dev/vg_nvme/lv_4 2024-03-16T16:21:44.900 INFO:teuthology.orchestra.run.smithi017.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-16T16:21:44.900 INFO:teuthology.orchestra.run.smithi017.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-16T16:21:44.901 INFO:teuthology.orchestra.run.smithi017.stdout:Device: 5h/5d Inode: 937 Links: 1 2024-03-16T16:21:44.901 INFO:teuthology.orchestra.run.smithi017.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-16T16:21:44.901 INFO:teuthology.orchestra.run.smithi017.stdout:Access: 2024-03-16 16:08:38.326987146 +0000 2024-03-16T16:21:44.901 INFO:teuthology.orchestra.run.smithi017.stdout:Modify: 2024-03-16 16:08:38.070989433 +0000 2024-03-16T16:21:44.901 INFO:teuthology.orchestra.run.smithi017.stdout:Change: 2024-03-16 16:08:38.070989433 +0000 2024-03-16T16:21:44.901 INFO:teuthology.orchestra.run.smithi017.stdout: Birth: - 2024-03-16T16:21:44.901 DEBUG:teuthology.orchestra.run.smithi017:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-16T16:21:44.939 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:44 smithi142 bash[22171]: cluster 2024-03-16T16:21:43.631632+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:44.940 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:44 smithi142 bash[22171]: audit 2024-03-16T16:21:43.682788+0000 mgr.a (mgr.14152) 110 : audit [DBG] from='client.24112 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi017=a;smithi142=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:21:44.940 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:44 smithi142 bash[22171]: cephadm 2024-03-16T16:21:43.686472+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Saving service mgr spec with placement smithi017=a;smithi142=b;count:2 2024-03-16T16:21:44.940 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:44 smithi142 bash[22171]: audit 2024-03-16T16:21:43.693296+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:44.940 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:44 smithi142 bash[22171]: audit 2024-03-16T16:21:43.696139+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:21:44.940 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:44 smithi142 bash[22171]: audit 2024-03-16T16:21:43.701777+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:44.940 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:44 smithi142 bash[22171]: audit 2024-03-16T16:21:43.703499+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:21:44.940 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:44 smithi142 bash[22171]: audit 2024-03-16T16:21:43.713000+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:44.940 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:44 smithi142 bash[22171]: audit 2024-03-16T16:21:43.717613+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-16T16:21:44.940 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:44 smithi142 bash[22171]: audit 2024-03-16T16:21:43.720509+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-16T16:21:44.940 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:44 smithi142 bash[22171]: audit 2024-03-16T16:21:43.725467+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-16T16:21:44.940 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:44 smithi142 bash[22171]: audit 2024-03-16T16:21:43.727542+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:44.940 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:44 smithi142 bash[22171]: cephadm 2024-03-16T16:21:43.729618+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Deploying daemon mgr.b on smithi142 2024-03-16T16:21:44.954 INFO:teuthology.orchestra.run.smithi017.stderr:1+0 records in 2024-03-16T16:21:44.955 INFO:teuthology.orchestra.run.smithi017.stderr:1+0 records out 2024-03-16T16:21:44.955 INFO:teuthology.orchestra.run.smithi017.stderr:512 bytes copied, 0.000306813 s, 1.7 MB/s 2024-03-16T16:21:44.956 DEBUG:teuthology.orchestra.run.smithi017:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-16T16:21:45.006 DEBUG:teuthology.orchestra.run.smithi142:> set -ex 2024-03-16T16:21:45.006 DEBUG:teuthology.orchestra.run.smithi142:> dd if=/scratch_devs of=/dev/stdout 2024-03-16T16:21:45.011 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-16T16:21:45.011 DEBUG:teuthology.orchestra.run.smithi142:> stat /dev/vg_nvme/lv_1 2024-03-16T16:21:45.018 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:44 smithi179 bash[22103]: cluster 2024-03-16T16:21:43.631632+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:45.018 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:44 smithi179 bash[22103]: audit 2024-03-16T16:21:43.682788+0000 mgr.a (mgr.14152) 110 : audit [DBG] from='client.24112 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi017=a;smithi142=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:21:45.018 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:44 smithi179 bash[22103]: cephadm 2024-03-16T16:21:43.686472+0000 mgr.a (mgr.14152) 111 : cephadm [INF] Saving service mgr spec with placement smithi017=a;smithi142=b;count:2 2024-03-16T16:21:45.018 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:44 smithi179 bash[22103]: audit 2024-03-16T16:21:43.693296+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:45.018 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:44 smithi179 bash[22103]: audit 2024-03-16T16:21:43.696139+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:21:45.018 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:44 smithi179 bash[22103]: audit 2024-03-16T16:21:43.701777+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:45.018 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:44 smithi179 bash[22103]: audit 2024-03-16T16:21:43.703499+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:21:45.018 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:44 smithi179 bash[22103]: audit 2024-03-16T16:21:43.713000+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:45.018 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:44 smithi179 bash[22103]: audit 2024-03-16T16:21:43.717613+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-16T16:21:45.018 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:44 smithi179 bash[22103]: audit 2024-03-16T16:21:43.720509+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-16T16:21:45.018 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:44 smithi179 bash[22103]: audit 2024-03-16T16:21:43.725467+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-16T16:21:45.019 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:44 smithi179 bash[22103]: audit 2024-03-16T16:21:43.727542+0000 mon.a (mon.0) 320 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:45.019 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:44 smithi179 bash[22103]: cephadm 2024-03-16T16:21:43.729618+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Deploying daemon mgr.b on smithi142 2024-03-16T16:21:45.057 INFO:teuthology.orchestra.run.smithi142.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-16T16:21:45.057 INFO:teuthology.orchestra.run.smithi142.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-16T16:21:45.057 INFO:teuthology.orchestra.run.smithi142.stdout:Device: 5h/5d Inode: 875 Links: 1 2024-03-16T16:21:45.057 INFO:teuthology.orchestra.run.smithi142.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-16T16:21:45.058 INFO:teuthology.orchestra.run.smithi142.stdout:Access: 2024-03-16 16:08:35.351187118 +0000 2024-03-16T16:21:45.058 INFO:teuthology.orchestra.run.smithi142.stdout:Modify: 2024-03-16 16:08:35.075189583 +0000 2024-03-16T16:21:45.058 INFO:teuthology.orchestra.run.smithi142.stdout:Change: 2024-03-16 16:08:35.075189583 +0000 2024-03-16T16:21:45.058 INFO:teuthology.orchestra.run.smithi142.stdout: Birth: - 2024-03-16T16:21:45.058 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-16T16:21:45.109 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records in 2024-03-16T16:21:45.109 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records out 2024-03-16T16:21:45.109 INFO:teuthology.orchestra.run.smithi142.stderr:512 bytes copied, 0.000317853 s, 1.6 MB/s 2024-03-16T16:21:45.110 DEBUG:teuthology.orchestra.run.smithi142:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-16T16:21:45.158 DEBUG:teuthology.orchestra.run.smithi142:> stat /dev/vg_nvme/lv_2 2024-03-16T16:21:45.205 INFO:teuthology.orchestra.run.smithi142.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-16T16:21:45.205 INFO:teuthology.orchestra.run.smithi142.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-16T16:21:45.205 INFO:teuthology.orchestra.run.smithi142.stdout:Device: 5h/5d Inode: 890 Links: 1 2024-03-16T16:21:45.205 INFO:teuthology.orchestra.run.smithi142.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-16T16:21:45.205 INFO:teuthology.orchestra.run.smithi142.stdout:Access: 2024-03-16 16:08:35.839182759 +0000 2024-03-16T16:21:45.205 INFO:teuthology.orchestra.run.smithi142.stdout:Modify: 2024-03-16 16:08:35.583185046 +0000 2024-03-16T16:21:45.205 INFO:teuthology.orchestra.run.smithi142.stdout:Change: 2024-03-16 16:08:35.583185046 +0000 2024-03-16T16:21:45.205 INFO:teuthology.orchestra.run.smithi142.stdout: Birth: - 2024-03-16T16:21:45.206 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-16T16:21:45.259 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records in 2024-03-16T16:21:45.259 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records out 2024-03-16T16:21:45.259 INFO:teuthology.orchestra.run.smithi142.stderr:512 bytes copied, 0.000424661 s, 1.2 MB/s 2024-03-16T16:21:45.260 DEBUG:teuthology.orchestra.run.smithi142:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-16T16:21:45.311 DEBUG:teuthology.orchestra.run.smithi142:> stat /dev/vg_nvme/lv_3 2024-03-16T16:21:45.357 INFO:teuthology.orchestra.run.smithi142.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-16T16:21:45.357 INFO:teuthology.orchestra.run.smithi142.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-16T16:21:45.357 INFO:teuthology.orchestra.run.smithi142.stdout:Device: 5h/5d Inode: 909 Links: 1 2024-03-16T16:21:45.357 INFO:teuthology.orchestra.run.smithi142.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-16T16:21:45.358 INFO:teuthology.orchestra.run.smithi142.stdout:Access: 2024-03-16 16:08:36.299178650 +0000 2024-03-16T16:21:45.358 INFO:teuthology.orchestra.run.smithi142.stdout:Modify: 2024-03-16 16:08:36.039180972 +0000 2024-03-16T16:21:45.358 INFO:teuthology.orchestra.run.smithi142.stdout:Change: 2024-03-16 16:08:36.039180972 +0000 2024-03-16T16:21:45.358 INFO:teuthology.orchestra.run.smithi142.stdout: Birth: - 2024-03-16T16:21:45.358 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-16T16:21:45.412 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records in 2024-03-16T16:21:45.412 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records out 2024-03-16T16:21:45.412 INFO:teuthology.orchestra.run.smithi142.stderr:512 bytes copied, 0.000377829 s, 1.4 MB/s 2024-03-16T16:21:45.413 DEBUG:teuthology.orchestra.run.smithi142:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-16T16:21:45.465 DEBUG:teuthology.orchestra.run.smithi142:> stat /dev/vg_nvme/lv_4 2024-03-16T16:21:45.513 INFO:teuthology.orchestra.run.smithi142.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-16T16:21:45.513 INFO:teuthology.orchestra.run.smithi142.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-16T16:21:45.513 INFO:teuthology.orchestra.run.smithi142.stdout:Device: 5h/5d Inode: 928 Links: 1 2024-03-16T16:21:45.513 INFO:teuthology.orchestra.run.smithi142.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-16T16:21:45.513 INFO:teuthology.orchestra.run.smithi142.stdout:Access: 2024-03-16 16:08:36.795174220 +0000 2024-03-16T16:21:45.513 INFO:teuthology.orchestra.run.smithi142.stdout:Modify: 2024-03-16 16:08:36.539176506 +0000 2024-03-16T16:21:45.514 INFO:teuthology.orchestra.run.smithi142.stdout:Change: 2024-03-16 16:08:36.539176506 +0000 2024-03-16T16:21:45.514 INFO:teuthology.orchestra.run.smithi142.stdout: Birth: - 2024-03-16T16:21:45.514 DEBUG:teuthology.orchestra.run.smithi142:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-16T16:21:45.568 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records in 2024-03-16T16:21:45.568 INFO:teuthology.orchestra.run.smithi142.stderr:1+0 records out 2024-03-16T16:21:45.568 INFO:teuthology.orchestra.run.smithi142.stderr:512 bytes copied, 0.000274018 s, 1.9 MB/s 2024-03-16T16:21:45.569 DEBUG:teuthology.orchestra.run.smithi142:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-16T16:21:45.619 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-03-16T16:21:45.619 DEBUG:teuthology.orchestra.run.smithi179:> dd if=/scratch_devs of=/dev/stdout 2024-03-16T16:21:45.625 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-16T16:21:45.625 DEBUG:teuthology.orchestra.run.smithi179:> stat /dev/vg_nvme/lv_1 2024-03-16T16:21:45.673 INFO:teuthology.orchestra.run.smithi179.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-16T16:21:45.698 INFO:teuthology.orchestra.run.smithi179.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-16T16:21:45.698 INFO:teuthology.orchestra.run.smithi179.stdout:Device: 5h/5d Inode: 883 Links: 1 2024-03-16T16:21:45.698 INFO:teuthology.orchestra.run.smithi179.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-16T16:21:45.698 INFO:teuthology.orchestra.run.smithi179.stdout:Access: 2024-03-16 16:08:35.291254634 +0000 2024-03-16T16:21:45.698 INFO:teuthology.orchestra.run.smithi179.stdout:Modify: 2024-03-16 16:08:35.035256920 +0000 2024-03-16T16:21:45.698 INFO:teuthology.orchestra.run.smithi179.stdout:Change: 2024-03-16 16:08:35.035256920 +0000 2024-03-16T16:21:45.698 INFO:teuthology.orchestra.run.smithi179.stdout: Birth: - 2024-03-16T16:21:45.698 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-16T16:21:45.731 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records in 2024-03-16T16:21:45.731 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records out 2024-03-16T16:21:45.731 INFO:teuthology.orchestra.run.smithi179.stderr:512 bytes copied, 0.000449326 s, 1.1 MB/s 2024-03-16T16:21:45.732 DEBUG:teuthology.orchestra.run.smithi179:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-16T16:21:45.781 DEBUG:teuthology.orchestra.run.smithi179:> stat /dev/vg_nvme/lv_2 2024-03-16T16:21:45.827 INFO:teuthology.orchestra.run.smithi179.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-16T16:21:45.828 INFO:teuthology.orchestra.run.smithi179.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-16T16:21:45.828 INFO:teuthology.orchestra.run.smithi179.stdout:Device: 5h/5d Inode: 895 Links: 1 2024-03-16T16:21:45.828 INFO:teuthology.orchestra.run.smithi179.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-16T16:21:45.828 INFO:teuthology.orchestra.run.smithi179.stdout:Access: 2024-03-16 16:08:35.775250311 +0000 2024-03-16T16:21:45.828 INFO:teuthology.orchestra.run.smithi179.stdout:Modify: 2024-03-16 16:08:35.519252598 +0000 2024-03-16T16:21:45.828 INFO:teuthology.orchestra.run.smithi179.stdout:Change: 2024-03-16 16:08:35.519252598 +0000 2024-03-16T16:21:45.828 INFO:teuthology.orchestra.run.smithi179.stdout: Birth: - 2024-03-16T16:21:45.828 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-16T16:21:45.882 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records in 2024-03-16T16:21:45.882 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records out 2024-03-16T16:21:45.882 INFO:teuthology.orchestra.run.smithi179.stderr:512 bytes copied, 0.000425647 s, 1.2 MB/s 2024-03-16T16:21:45.883 DEBUG:teuthology.orchestra.run.smithi179:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-16T16:21:45.933 DEBUG:teuthology.orchestra.run.smithi179:> stat /dev/vg_nvme/lv_3 2024-03-16T16:21:45.980 INFO:teuthology.orchestra.run.smithi179.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-16T16:21:45.980 INFO:teuthology.orchestra.run.smithi179.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-16T16:21:45.980 INFO:teuthology.orchestra.run.smithi179.stdout:Device: 5h/5d Inode: 917 Links: 1 2024-03-16T16:21:45.980 INFO:teuthology.orchestra.run.smithi179.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-16T16:21:45.980 INFO:teuthology.orchestra.run.smithi179.stdout:Access: 2024-03-16 16:08:36.299245631 +0000 2024-03-16T16:21:45.980 INFO:teuthology.orchestra.run.smithi179.stdout:Modify: 2024-03-16 16:08:36.055247809 +0000 2024-03-16T16:21:45.980 INFO:teuthology.orchestra.run.smithi179.stdout:Change: 2024-03-16 16:08:36.055247809 +0000 2024-03-16T16:21:45.980 INFO:teuthology.orchestra.run.smithi179.stdout: Birth: - 2024-03-16T16:21:45.980 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-16T16:21:46.034 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records in 2024-03-16T16:21:46.034 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records out 2024-03-16T16:21:46.034 INFO:teuthology.orchestra.run.smithi179.stderr:512 bytes copied, 0.00041463 s, 1.2 MB/s 2024-03-16T16:21:46.035 DEBUG:teuthology.orchestra.run.smithi179:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-16T16:21:46.089 DEBUG:teuthology.orchestra.run.smithi179:> stat /dev/vg_nvme/lv_4 2024-03-16T16:21:46.139 INFO:teuthology.orchestra.run.smithi179.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-16T16:21:46.140 INFO:teuthology.orchestra.run.smithi179.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-16T16:21:46.140 INFO:teuthology.orchestra.run.smithi179.stdout:Device: 5h/5d Inode: 934 Links: 1 2024-03-16T16:21:46.140 INFO:teuthology.orchestra.run.smithi179.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-16T16:21:46.140 INFO:teuthology.orchestra.run.smithi179.stdout:Access: 2024-03-16 16:08:36.759241521 +0000 2024-03-16T16:21:46.140 INFO:teuthology.orchestra.run.smithi179.stdout:Modify: 2024-03-16 16:08:36.511243736 +0000 2024-03-16T16:21:46.140 INFO:teuthology.orchestra.run.smithi179.stdout:Change: 2024-03-16 16:08:36.511243736 +0000 2024-03-16T16:21:46.140 INFO:teuthology.orchestra.run.smithi179.stdout: Birth: - 2024-03-16T16:21:46.140 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-16T16:21:46.194 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records in 2024-03-16T16:21:46.194 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records out 2024-03-16T16:21:46.194 INFO:teuthology.orchestra.run.smithi179.stderr:512 bytes copied, 0.000338185 s, 1.5 MB/s 2024-03-16T16:21:46.195 DEBUG:teuthology.orchestra.run.smithi179:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-16T16:21:46.244 INFO:tasks.cephadm:Deploying osd.0 on smithi017 with /dev/vg_nvme/lv_4... 2024-03-16T16:21:46.245 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-16T16:21:46.796 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:46 smithi142 bash[22171]: cluster 2024-03-16T16:21:45.632064+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:47.017 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:46 smithi179 bash[22103]: cluster 2024-03-16T16:21:45.632064+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:47.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:46 smithi017 bash[21388]: cluster 2024-03-16T16:21:45.632064+0000 mgr.a (mgr.14152) 113 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:47.777 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:47 smithi142 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:21:47.778 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:47 smithi142 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:21:48.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:48 smithi017 bash[21388]: audit 2024-03-16T16:21:47.161661+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:48.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:48 smithi017 bash[21388]: audit 2024-03-16T16:21:47.169697+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:48.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:48 smithi017 bash[21388]: audit 2024-03-16T16:21:47.179222+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:48.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:48 smithi017 bash[21388]: cluster 2024-03-16T16:21:47.632486+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:48.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:48 smithi017 bash[21388]: audit 2024-03-16T16:21:47.837771+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:48.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:48 smithi017 bash[21388]: audit 2024-03-16T16:21:47.845761+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:48.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:48 smithi017 bash[21388]: audit 2024-03-16T16:21:47.862893+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:48.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:48 smithi017 bash[21388]: audit 2024-03-16T16:21:47.869961+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:48.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:48 smithi017 bash[21388]: audit 2024-03-16T16:21:47.970059+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:21:48.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:48 smithi017 bash[21388]: audit 2024-03-16T16:21:47.973784+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:48.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:48 smithi017 bash[21388]: audit 2024-03-16T16:21:47.974990+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:21:48.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:48 smithi017 bash[21388]: audit 2024-03-16T16:21:47.982913+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:48.367 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:48 smithi017 bash[21388]: cephadm 2024-03-16T16:21:47.983741+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-16T16:21:48.367 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:48 smithi017 bash[21388]: cephadm 2024-03-16T16:21:48.082102+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-16T16:21:48.367 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:48 smithi017 bash[21388]: audit 2024-03-16T16:21:48.082827+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-16T16:21:48.367 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:48 smithi017 bash[21388]: audit 2024-03-16T16:21:48.084094+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-16T16:21:48.367 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:48 smithi017 bash[21388]: audit 2024-03-16T16:21:48.085508+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:48.367 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:48 smithi017 bash[21388]: cephadm 2024-03-16T16:21:48.087078+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring daemon mgr.a on smithi017 2024-03-16T16:21:48.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:48 smithi142 bash[22171]: audit 2024-03-16T16:21:47.161661+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:48.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:48 smithi142 bash[22171]: audit 2024-03-16T16:21:47.169697+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:48.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:48 smithi142 bash[22171]: audit 2024-03-16T16:21:47.179222+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:48.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:48 smithi142 bash[22171]: cluster 2024-03-16T16:21:47.632486+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:48.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:48 smithi142 bash[22171]: audit 2024-03-16T16:21:47.837771+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:48.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:48 smithi142 bash[22171]: audit 2024-03-16T16:21:47.845761+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:48.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:48 smithi142 bash[22171]: audit 2024-03-16T16:21:47.862893+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:48.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:48 smithi142 bash[22171]: audit 2024-03-16T16:21:47.869961+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:48.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:48 smithi142 bash[22171]: audit 2024-03-16T16:21:47.970059+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:21:48.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:48 smithi142 bash[22171]: audit 2024-03-16T16:21:47.973784+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:48.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:48 smithi142 bash[22171]: audit 2024-03-16T16:21:47.974990+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:21:48.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:48 smithi142 bash[22171]: audit 2024-03-16T16:21:47.982913+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:48.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:48 smithi142 bash[22171]: cephadm 2024-03-16T16:21:47.983741+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-16T16:21:48.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:48 smithi142 bash[22171]: cephadm 2024-03-16T16:21:48.082102+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-16T16:21:48.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:48 smithi142 bash[22171]: audit 2024-03-16T16:21:48.082827+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-16T16:21:48.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:48 smithi142 bash[22171]: audit 2024-03-16T16:21:48.084094+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-16T16:21:48.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:48 smithi142 bash[22171]: audit 2024-03-16T16:21:48.085508+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:48.441 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:48 smithi142 bash[22171]: cephadm 2024-03-16T16:21:48.087078+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring daemon mgr.a on smithi017 2024-03-16T16:21:48.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:48 smithi179 bash[22103]: audit 2024-03-16T16:21:47.161661+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:48.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:48 smithi179 bash[22103]: audit 2024-03-16T16:21:47.169697+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:48.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:48 smithi179 bash[22103]: audit 2024-03-16T16:21:47.179222+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:48.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:48 smithi179 bash[22103]: cluster 2024-03-16T16:21:47.632486+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:48.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:48 smithi179 bash[22103]: audit 2024-03-16T16:21:47.837771+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:48.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:48 smithi179 bash[22103]: audit 2024-03-16T16:21:47.845761+0000 mon.a (mon.0) 325 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:48.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:48 smithi179 bash[22103]: audit 2024-03-16T16:21:47.862893+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:48.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:48 smithi179 bash[22103]: audit 2024-03-16T16:21:47.869961+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:48.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:48 smithi179 bash[22103]: audit 2024-03-16T16:21:47.970059+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:21:48.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:48 smithi179 bash[22103]: audit 2024-03-16T16:21:47.973784+0000 mon.a (mon.0) 329 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:48.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:48 smithi179 bash[22103]: audit 2024-03-16T16:21:47.974990+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:21:48.519 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:48 smithi179 bash[22103]: audit 2024-03-16T16:21:47.982913+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:48.519 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:48 smithi179 bash[22103]: cephadm 2024-03-16T16:21:47.983741+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-16T16:21:48.519 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:48 smithi179 bash[22103]: cephadm 2024-03-16T16:21:48.082102+0000 mgr.a (mgr.14152) 116 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-16T16:21:48.519 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:48 smithi179 bash[22103]: audit 2024-03-16T16:21:48.082827+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-16T16:21:48.519 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:48 smithi179 bash[22103]: audit 2024-03-16T16:21:48.084094+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-16T16:21:48.519 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:48 smithi179 bash[22103]: audit 2024-03-16T16:21:48.085508+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:48.519 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:48 smithi179 bash[22103]: cephadm 2024-03-16T16:21:48.087078+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring daemon mgr.a on smithi017 2024-03-16T16:21:48.850 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:21:48 smithi142 bash[23387]: debug 2024-03-16T16:21:48.708+0000 7f88b8006700 1 -- 172.21.15.142:0/2471867857 <== mon.2 v2:172.21.15.142:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56048bbb85a0 con 0x56048c93cc00 2024-03-16T16:21:48.850 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:21:48 smithi142 bash[23387]: debug 2024-03-16T16:21:48.852+0000 7f88c2215200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-16T16:21:49.937 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:49 smithi142 bash[22171]: audit 2024-03-16T16:21:48.667289+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:50.017 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:49 smithi179 bash[22103]: audit 2024-03-16T16:21:48.667289+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:50.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:49 smithi017 bash[21388]: audit 2024-03-16T16:21:48.667289+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:50.689 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:21:50 smithi142 bash[23387]: debug 2024-03-16T16:21:50.448+0000 7f88c2215200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-16T16:21:50.690 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:21:50 smithi142 bash[23387]: debug 2024-03-16T16:21:50.548+0000 7f88c2215200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-16T16:21:51.088 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:21:50 smithi142 bash[23387]: debug 2024-03-16T16:21:50.796+0000 7f88c2215200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-16T16:21:51.340 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:51 smithi142 bash[22171]: cluster 2024-03-16T16:21:49.632871+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:51.340 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:51 smithi142 bash[22171]: audit 2024-03-16T16:21:50.154392+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:51.340 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:51 smithi142 bash[22171]: audit 2024-03-16T16:21:50.160149+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:51.340 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:51 smithi142 bash[22171]: audit 2024-03-16T16:21:50.207476+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:21:51.340 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:51 smithi142 bash[22171]: audit 2024-03-16T16:21:50.211081+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:51.340 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:51 smithi142 bash[22171]: audit 2024-03-16T16:21:50.212191+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:21:51.340 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:51 smithi142 bash[22171]: audit 2024-03-16T16:21:50.218439+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:51.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:51 smithi017 bash[21388]: cluster 2024-03-16T16:21:49.632871+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:51.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:51 smithi017 bash[21388]: audit 2024-03-16T16:21:50.154392+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:51.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:51 smithi017 bash[21388]: audit 2024-03-16T16:21:50.160149+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:51.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:51 smithi017 bash[21388]: audit 2024-03-16T16:21:50.207476+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:21:51.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:51 smithi017 bash[21388]: audit 2024-03-16T16:21:50.211081+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:51.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:51 smithi017 bash[21388]: audit 2024-03-16T16:21:50.212191+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:21:51.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:51 smithi017 bash[21388]: audit 2024-03-16T16:21:50.218439+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:51.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:51 smithi179 bash[22103]: cluster 2024-03-16T16:21:49.632871+0000 mgr.a (mgr.14152) 118 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:21:51.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:51 smithi179 bash[22103]: audit 2024-03-16T16:21:50.154392+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:51.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:51 smithi179 bash[22103]: audit 2024-03-16T16:21:50.160149+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:51.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:51 smithi179 bash[22103]: audit 2024-03-16T16:21:50.207476+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:21:51.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:51 smithi179 bash[22103]: audit 2024-03-16T16:21:50.211081+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:51.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:51 smithi179 bash[22103]: audit 2024-03-16T16:21:50.212191+0000 mon.a (mon.0) 340 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:21:51.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:51 smithi179 bash[22103]: audit 2024-03-16T16:21:50.218439+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:51.939 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:21:51 smithi142 bash[23387]: debug 2024-03-16T16:21:51.640+0000 7f88c2215200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-16T16:21:51.940 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:21:51 smithi142 bash[23387]: debug 2024-03-16T16:21:51.752+0000 7f88c2215200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-16T16:21:51.940 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:21:51 smithi142 bash[23387]: debug 2024-03-16T16:21:51.860+0000 7f88c2215200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-16T16:21:52.326 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:21:52 smithi142 bash[23387]: debug 2024-03-16T16:21:52.216+0000 7f88c2215200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-16T16:21:52.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:52 smithi142 bash[22171]: cephadm 2024-03-16T16:21:50.219149+0000 mgr.a (mgr.14152) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-16T16:21:52.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:52 smithi142 bash[22171]: cluster 2024-03-16T16:21:51.633351+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-16T16:21:52.326 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:52 smithi142 bash[22171]: audit 2024-03-16T16:21:51.732548+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:52.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:52 smithi179 bash[22103]: cephadm 2024-03-16T16:21:50.219149+0000 mgr.a (mgr.14152) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-16T16:21:52.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:52 smithi179 bash[22103]: cluster 2024-03-16T16:21:51.633351+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-16T16:21:52.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:52 smithi179 bash[22103]: audit 2024-03-16T16:21:51.732548+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:52.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:52 smithi017 bash[21388]: cephadm 2024-03-16T16:21:50.219149+0000 mgr.a (mgr.14152) 119 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-16T16:21:52.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:52 smithi017 bash[21388]: cluster 2024-03-16T16:21:51.633351+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-16T16:21:52.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:52 smithi017 bash[21388]: audit 2024-03-16T16:21:51.732548+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:52.626 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:21:52 smithi142 bash[23387]: debug 2024-03-16T16:21:52.328+0000 7f88c2215200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-16T16:21:52.626 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:21:52 smithi142 bash[23387]: debug 2024-03-16T16:21:52.432+0000 7f88c2215200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-16T16:21:52.798 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:21:52.939 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:21:52 smithi142 bash[23387]: debug 2024-03-16T16:21:52.784+0000 7f88c2215200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-16T16:21:53.277 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:21:53 smithi142 bash[23387]: debug 2024-03-16T16:21:53.024+0000 7f88c2215200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-16T16:21:53.622 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:21:53 smithi142 bash[23387]: debug 2024-03-16T16:21:53.276+0000 7f88c2215200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-16T16:21:53.623 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:21:53 smithi142 bash[23387]: debug 2024-03-16T16:21:53.388+0000 7f88c2215200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-16T16:21:53.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:53 smithi017 bash[21388]: audit 2024-03-16T16:21:52.630285+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:53.939 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:53 smithi142 bash[22171]: audit 2024-03-16T16:21:52.630285+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:53.940 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:21:53 smithi142 bash[23387]: debug 2024-03-16T16:21:53.660+0000 7f88c2215200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-16T16:21:54.017 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:53 smithi179 bash[22103]: audit 2024-03-16T16:21:52.630285+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:54.313 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:21:54 smithi142 bash[23387]: debug 2024-03-16T16:21:54.076+0000 7f88c2215200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-16T16:21:54.672 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:21:54 smithi142 bash[23387]: debug 2024-03-16T16:21:54.312+0000 7f88c2215200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-16T16:21:54.672 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:21:54 smithi142 bash[23387]: debug 2024-03-16T16:21:54.432+0000 7f88c2215200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-16T16:21:54.672 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:21:54 smithi142 bash[23387]: debug 2024-03-16T16:21:54.672+0000 7f88c2215200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-16T16:21:55.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:55 smithi017 bash[21388]: cluster 2024-03-16T16:21:53.633673+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-16T16:21:55.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:55 smithi017 bash[21388]: audit 2024-03-16T16:21:54.106056+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:55.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:55 smithi017 bash[21388]: audit 2024-03-16T16:21:54.111155+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:55.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:55 smithi017 bash[21388]: audit 2024-03-16T16:21:54.117671+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:55.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:55 smithi017 bash[21388]: audit 2024-03-16T16:21:54.127522+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:21:55.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:55 smithi017 bash[21388]: audit 2024-03-16T16:21:54.130169+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:55.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:55 smithi017 bash[21388]: audit 2024-03-16T16:21:54.131015+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:21:55.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:55 smithi017 bash[21388]: audit 2024-03-16T16:21:54.135898+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:55.428 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:55 smithi179 bash[22103]: cluster 2024-03-16T16:21:53.633673+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-16T16:21:55.428 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:55 smithi179 bash[22103]: audit 2024-03-16T16:21:54.106056+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:55.429 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:55 smithi179 bash[22103]: audit 2024-03-16T16:21:54.111155+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:55.429 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:55 smithi179 bash[22103]: audit 2024-03-16T16:21:54.117671+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:55.429 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:55 smithi179 bash[22103]: audit 2024-03-16T16:21:54.127522+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:21:55.429 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:55 smithi179 bash[22103]: audit 2024-03-16T16:21:54.130169+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:55.429 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:55 smithi179 bash[22103]: audit 2024-03-16T16:21:54.131015+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:21:55.429 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:55 smithi179 bash[22103]: audit 2024-03-16T16:21:54.135898+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:55.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:55 smithi142 bash[22171]: cluster 2024-03-16T16:21:53.633673+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-16T16:21:55.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:55 smithi142 bash[22171]: audit 2024-03-16T16:21:54.106056+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:55.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:55 smithi142 bash[22171]: audit 2024-03-16T16:21:54.111155+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:55.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:55 smithi142 bash[22171]: audit 2024-03-16T16:21:54.117671+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:55.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:55 smithi142 bash[22171]: audit 2024-03-16T16:21:54.127522+0000 mon.a (mon.0) 347 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:21:55.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:55 smithi142 bash[22171]: audit 2024-03-16T16:21:54.130169+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:21:55.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:55 smithi142 bash[22171]: audit 2024-03-16T16:21:54.131015+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:21:55.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:55 smithi142 bash[22171]: audit 2024-03-16T16:21:54.135898+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:55.814 INFO:teuthology.orchestra.run.smithi017.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-16T16:21:55.814 INFO:teuthology.orchestra.run.smithi017.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-16T16:21:55.815 INFO:teuthology.orchestra.run.smithi017.stderr: stderr: 10+0 records in 2024-03-16T16:21:55.815 INFO:teuthology.orchestra.run.smithi017.stderr:10+0 records out 2024-03-16T16:21:55.815 INFO:teuthology.orchestra.run.smithi017.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0137246 s, 764 MB/s 2024-03-16T16:21:55.815 INFO:teuthology.orchestra.run.smithi017.stderr:--> Zapping successful for: 2024-03-16T16:21:55.939 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:21:55 smithi142 bash[23387]: debug 2024-03-16T16:21:55.672+0000 7f88c2215200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-16T16:21:55.939 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:21:55 smithi142 bash[23387]: debug 2024-03-16T16:21:55.784+0000 7f88c2215200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-16T16:21:56.439 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:21:56 smithi142 bash[23387]: debug 2024-03-16T16:21:56.072+0000 7f88c2215200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-16T16:21:56.439 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:21:56 smithi142 bash[23387]: debug 2024-03-16T16:21:56.180+0000 7f88c2215200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-16T16:21:56.521 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph orch daemon add osd smithi017:vg_nvme/lv_4 2024-03-16T16:21:56.939 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:21:56 smithi142 bash[23387]: debug 2024-03-16T16:21:56.624+0000 7f88c2215200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-16T16:21:56.939 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:21:56 smithi142 bash[23387]: debug 2024-03-16T16:21:56.744+0000 7f88c2215200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-16T16:21:57.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:57 smithi017 bash[21388]: cluster 2024-03-16T16:21:55.634048+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-16T16:21:57.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:57 smithi017 bash[21388]: audit 2024-03-16T16:21:56.724060+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:57.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:57 smithi017 bash[21388]: audit 2024-03-16T16:21:56.728635+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:57.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:57 smithi017 bash[21388]: audit 2024-03-16T16:21:56.733090+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:57.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:57 smithi017 bash[21388]: cluster 2024-03-16T16:21:56.770615+0000 mon.a (mon.0) 354 : cluster [DBG] Standby manager daemon b started 2024-03-16T16:21:57.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:57 smithi017 bash[21388]: audit 2024-03-16T16:21:56.774450+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.142:0/2674079622' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-16T16:21:57.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:57 smithi017 bash[21388]: audit 2024-03-16T16:21:56.775163+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.142:0/2674079622' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-16T16:21:57.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:57 smithi017 bash[21388]: audit 2024-03-16T16:21:56.776427+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.142:0/2674079622' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-16T16:21:57.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:57 smithi017 bash[21388]: audit 2024-03-16T16:21:56.777006+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.142:0/2674079622' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-16T16:21:57.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:57 smithi142 bash[22171]: cluster 2024-03-16T16:21:55.634048+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-16T16:21:57.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:57 smithi142 bash[22171]: audit 2024-03-16T16:21:56.724060+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:57.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:57 smithi142 bash[22171]: audit 2024-03-16T16:21:56.728635+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:57.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:57 smithi142 bash[22171]: audit 2024-03-16T16:21:56.733090+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:57.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:57 smithi142 bash[22171]: cluster 2024-03-16T16:21:56.770615+0000 mon.a (mon.0) 354 : cluster [DBG] Standby manager daemon b started 2024-03-16T16:21:57.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:57 smithi142 bash[22171]: audit 2024-03-16T16:21:56.774450+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.142:0/2674079622' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-16T16:21:57.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:57 smithi142 bash[22171]: audit 2024-03-16T16:21:56.775163+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.142:0/2674079622' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-16T16:21:57.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:57 smithi142 bash[22171]: audit 2024-03-16T16:21:56.776427+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.142:0/2674079622' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-16T16:21:57.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:57 smithi142 bash[22171]: audit 2024-03-16T16:21:56.777006+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.142:0/2674079622' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-16T16:21:57.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:57 smithi179 bash[22103]: cluster 2024-03-16T16:21:55.634048+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-16T16:21:57.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:57 smithi179 bash[22103]: audit 2024-03-16T16:21:56.724060+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:57.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:57 smithi179 bash[22103]: audit 2024-03-16T16:21:56.728635+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:57.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:57 smithi179 bash[22103]: audit 2024-03-16T16:21:56.733090+0000 mon.a (mon.0) 353 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:21:57.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:57 smithi179 bash[22103]: cluster 2024-03-16T16:21:56.770615+0000 mon.a (mon.0) 354 : cluster [DBG] Standby manager daemon b started 2024-03-16T16:21:57.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:57 smithi179 bash[22103]: audit 2024-03-16T16:21:56.774450+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.142:0/2674079622' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-16T16:21:57.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:57 smithi179 bash[22103]: audit 2024-03-16T16:21:56.775163+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.142:0/2674079622' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-16T16:21:57.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:57 smithi179 bash[22103]: audit 2024-03-16T16:21:56.776427+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.142:0/2674079622' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-16T16:21:57.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:57 smithi179 bash[22103]: audit 2024-03-16T16:21:56.777006+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.142:0/2674079622' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-16T16:21:59.017 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:58 smithi179 bash[22103]: cluster 2024-03-16T16:21:57.634434+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-16T16:21:59.017 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:58 smithi179 bash[22103]: cluster 2024-03-16T16:21:57.746019+0000 mon.a (mon.0) 355 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-16T16:21:59.017 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:21:58 smithi179 bash[22103]: audit 2024-03-16T16:21:57.746207+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-16T16:21:59.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:58 smithi017 bash[21388]: cluster 2024-03-16T16:21:57.634434+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-16T16:21:59.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:58 smithi017 bash[21388]: cluster 2024-03-16T16:21:57.746019+0000 mon.a (mon.0) 355 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-16T16:21:59.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:21:58 smithi017 bash[21388]: audit 2024-03-16T16:21:57.746207+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-16T16:21:59.189 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:58 smithi142 bash[22171]: cluster 2024-03-16T16:21:57.634434+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-16T16:21:59.190 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:58 smithi142 bash[22171]: cluster 2024-03-16T16:21:57.746019+0000 mon.a (mon.0) 355 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-16T16:21:59.190 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:21:58 smithi142 bash[22171]: audit 2024-03-16T16:21:57.746207+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-16T16:22:01.017 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:00 smithi179 bash[22103]: cluster 2024-03-16T16:21:59.634873+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:01.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:00 smithi017 bash[21388]: cluster 2024-03-16T16:21:59.634873+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:01.189 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:00 smithi142 bash[22171]: cluster 2024-03-16T16:21:59.634873+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:01.235 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:22:02.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:02 smithi017 bash[21388]: audit 2024-03-16T16:22:01.272541+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:02.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:02 smithi017 bash[21388]: audit 2024-03-16T16:22:01.277112+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:02.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:02 smithi017 bash[21388]: audit 2024-03-16T16:22:01.282230+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:02.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:02 smithi017 bash[21388]: cluster 2024-03-16T16:22:01.635238+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:02.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:02 smithi179 bash[22103]: audit 2024-03-16T16:22:01.272541+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:02.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:02 smithi179 bash[22103]: audit 2024-03-16T16:22:01.277112+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:02.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:02 smithi179 bash[22103]: audit 2024-03-16T16:22:01.282230+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:02.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:02 smithi179 bash[22103]: cluster 2024-03-16T16:22:01.635238+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:02.689 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:02 smithi142 bash[22171]: audit 2024-03-16T16:22:01.272541+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:02.689 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:02 smithi142 bash[22171]: audit 2024-03-16T16:22:01.277112+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:02.689 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:02 smithi142 bash[22171]: audit 2024-03-16T16:22:01.282230+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:02.690 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:02 smithi142 bash[22171]: cluster 2024-03-16T16:22:01.635238+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:04.939 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:04 smithi142 bash[22171]: cluster 2024-03-16T16:22:03.635523+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:04.940 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:04 smithi142 bash[22171]: audit 2024-03-16T16:22:03.973046+0000 mgr.a (mgr.14152) 127 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi017:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:22:04.940 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:04 smithi142 bash[22171]: audit 2024-03-16T16:22:03.976178+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-16T16:22:04.940 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:04 smithi142 bash[22171]: audit 2024-03-16T16:22:03.979367+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-16T16:22:04.940 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:04 smithi142 bash[22171]: audit 2024-03-16T16:22:03.980484+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:22:05.017 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:04 smithi179 bash[22103]: cluster 2024-03-16T16:22:03.635523+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:05.017 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:04 smithi179 bash[22103]: audit 2024-03-16T16:22:03.973046+0000 mgr.a (mgr.14152) 127 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi017:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:22:05.017 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:04 smithi179 bash[22103]: audit 2024-03-16T16:22:03.976178+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-16T16:22:05.017 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:04 smithi179 bash[22103]: audit 2024-03-16T16:22:03.979367+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-16T16:22:05.017 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:04 smithi179 bash[22103]: audit 2024-03-16T16:22:03.980484+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:22:05.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:04 smithi017 bash[21388]: cluster 2024-03-16T16:22:03.635523+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:05.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:04 smithi017 bash[21388]: audit 2024-03-16T16:22:03.973046+0000 mgr.a (mgr.14152) 127 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi017:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:22:05.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:04 smithi017 bash[21388]: audit 2024-03-16T16:22:03.976178+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-16T16:22:05.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:04 smithi017 bash[21388]: audit 2024-03-16T16:22:03.979367+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-16T16:22:05.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:04 smithi017 bash[21388]: audit 2024-03-16T16:22:03.980484+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:22:06.939 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:06 smithi142 bash[22171]: cluster 2024-03-16T16:22:05.635916+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-16T16:22:07.017 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:06 smithi179 bash[22103]: cluster 2024-03-16T16:22:05.635916+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-16T16:22:07.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:06 smithi017 bash[21388]: cluster 2024-03-16T16:22:05.635916+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-16T16:22:09.017 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:08 smithi179 bash[22103]: cluster 2024-03-16T16:22:07.636338+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:09.189 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:08 smithi142 bash[22171]: cluster 2024-03-16T16:22:07.636338+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:09.204 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:08 smithi017 bash[21388]: cluster 2024-03-16T16:22:07.636338+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:10.924 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:10 smithi142 bash[22171]: cluster 2024-03-16T16:22:09.636749+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:11.017 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:10 smithi179 bash[22103]: cluster 2024-03-16T16:22:09.636749+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:11.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:10 smithi017 bash[21388]: cluster 2024-03-16T16:22:09.636749+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v70: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:13.017 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:12 smithi179 bash[22103]: cluster 2024-03-16T16:22:11.637189+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:13.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:12 smithi017 bash[21388]: cluster 2024-03-16T16:22:11.637189+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:13.189 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:12 smithi142 bash[22171]: cluster 2024-03-16T16:22:11.637189+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:15.017 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:14 smithi179 bash[22103]: cluster 2024-03-16T16:22:13.637534+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:15.017 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:14 smithi179 bash[22103]: audit 2024-03-16T16:22:14.327855+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:15.017 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:14 smithi179 bash[22103]: audit 2024-03-16T16:22:14.334473+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:15.017 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:14 smithi179 bash[22103]: audit 2024-03-16T16:22:14.340067+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:15.017 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:14 smithi179 bash[22103]: audit 2024-03-16T16:22:14.572668+0000 mon.a (mon.0) 366 : audit [INF] from='client.? 172.21.15.17:0/215318635' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ca9ac12b-b8e9-41a2-bc85-3303bf0b834d"}]: dispatch 2024-03-16T16:22:15.017 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:14 smithi179 bash[22103]: audit 2024-03-16T16:22:14.574636+0000 mon.a (mon.0) 367 : audit [INF] from='client.? 172.21.15.17:0/215318635' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ca9ac12b-b8e9-41a2-bc85-3303bf0b834d"}]': finished 2024-03-16T16:22:15.018 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:14 smithi179 bash[22103]: cluster 2024-03-16T16:22:14.577586+0000 mon.a (mon.0) 368 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-16T16:22:15.018 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:14 smithi179 bash[22103]: audit 2024-03-16T16:22:14.577884+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:22:15.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:14 smithi017 bash[21388]: cluster 2024-03-16T16:22:13.637534+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:15.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:14 smithi017 bash[21388]: audit 2024-03-16T16:22:14.327855+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:15.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:14 smithi017 bash[21388]: audit 2024-03-16T16:22:14.334473+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:15.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:14 smithi017 bash[21388]: audit 2024-03-16T16:22:14.340067+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:15.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:14 smithi017 bash[21388]: audit 2024-03-16T16:22:14.572668+0000 mon.a (mon.0) 366 : audit [INF] from='client.? 172.21.15.17:0/215318635' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ca9ac12b-b8e9-41a2-bc85-3303bf0b834d"}]: dispatch 2024-03-16T16:22:15.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:14 smithi017 bash[21388]: audit 2024-03-16T16:22:14.574636+0000 mon.a (mon.0) 367 : audit [INF] from='client.? 172.21.15.17:0/215318635' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ca9ac12b-b8e9-41a2-bc85-3303bf0b834d"}]': finished 2024-03-16T16:22:15.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:14 smithi017 bash[21388]: cluster 2024-03-16T16:22:14.577586+0000 mon.a (mon.0) 368 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-16T16:22:15.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:14 smithi017 bash[21388]: audit 2024-03-16T16:22:14.577884+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:22:15.189 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:14 smithi142 bash[22171]: cluster 2024-03-16T16:22:13.637534+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:15.189 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:14 smithi142 bash[22171]: audit 2024-03-16T16:22:14.327855+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:15.189 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:14 smithi142 bash[22171]: audit 2024-03-16T16:22:14.334473+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:15.190 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:14 smithi142 bash[22171]: audit 2024-03-16T16:22:14.340067+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:15.190 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:14 smithi142 bash[22171]: audit 2024-03-16T16:22:14.572668+0000 mon.a (mon.0) 366 : audit [INF] from='client.? 172.21.15.17:0/215318635' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "ca9ac12b-b8e9-41a2-bc85-3303bf0b834d"}]: dispatch 2024-03-16T16:22:15.190 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:14 smithi142 bash[22171]: audit 2024-03-16T16:22:14.574636+0000 mon.a (mon.0) 367 : audit [INF] from='client.? 172.21.15.17:0/215318635' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "ca9ac12b-b8e9-41a2-bc85-3303bf0b834d"}]': finished 2024-03-16T16:22:15.190 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:14 smithi142 bash[22171]: cluster 2024-03-16T16:22:14.577586+0000 mon.a (mon.0) 368 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-16T16:22:15.190 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:14 smithi142 bash[22171]: audit 2024-03-16T16:22:14.577884+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:22:16.017 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:15 smithi179 bash[22103]: audit 2024-03-16T16:22:15.296877+0000 mon.a (mon.0) 370 : audit [DBG] from='client.? 172.21.15.17:0/1280540875' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-16T16:22:16.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:15 smithi017 bash[21388]: audit 2024-03-16T16:22:15.296877+0000 mon.a (mon.0) 370 : audit [DBG] from='client.? 172.21.15.17:0/1280540875' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-16T16:22:16.189 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:15 smithi142 bash[22171]: audit 2024-03-16T16:22:15.296877+0000 mon.a (mon.0) 370 : audit [DBG] from='client.? 172.21.15.17:0/1280540875' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-16T16:22:17.189 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:16 smithi142 bash[22171]: cluster 2024-03-16T16:22:15.637863+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:17.189 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:16 smithi142 bash[22171]: audit 2024-03-16T16:22:15.873919+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:17.189 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:16 smithi142 bash[22171]: audit 2024-03-16T16:22:15.878371+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:17.189 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:16 smithi142 bash[22171]: audit 2024-03-16T16:22:15.885551+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:17.267 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:16 smithi179 bash[22103]: cluster 2024-03-16T16:22:15.637863+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:17.267 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:16 smithi179 bash[22103]: audit 2024-03-16T16:22:15.873919+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:17.267 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:16 smithi179 bash[22103]: audit 2024-03-16T16:22:15.878371+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:17.267 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:16 smithi179 bash[22103]: audit 2024-03-16T16:22:15.885551+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:17.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:16 smithi017 bash[21388]: cluster 2024-03-16T16:22:15.637863+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:17.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:16 smithi017 bash[21388]: audit 2024-03-16T16:22:15.873919+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:17.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:16 smithi017 bash[21388]: audit 2024-03-16T16:22:15.878371+0000 mon.a (mon.0) 372 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:17.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:16 smithi017 bash[21388]: audit 2024-03-16T16:22:15.885551+0000 mon.a (mon.0) 373 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:19.017 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:18 smithi179 bash[22103]: cluster 2024-03-16T16:22:17.638184+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:19.189 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:18 smithi142 bash[22171]: cluster 2024-03-16T16:22:17.638184+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:19.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:18 smithi017 bash[21388]: cluster 2024-03-16T16:22:17.638184+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:21.189 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:20 smithi142 bash[22171]: cluster 2024-03-16T16:22:19.638587+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:21.266 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:20 smithi179 bash[22103]: cluster 2024-03-16T16:22:19.638587+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:21.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:20 smithi017 bash[21388]: cluster 2024-03-16T16:22:19.638587+0000 mgr.a (mgr.14152) 135 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:22.767 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:22 smithi179 bash[22103]: audit 2024-03-16T16:22:21.471788+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:22.767 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:22 smithi179 bash[22103]: audit 2024-03-16T16:22:21.476439+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:22.767 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:22 smithi179 bash[22103]: audit 2024-03-16T16:22:21.481328+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:22.767 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:22 smithi179 bash[22103]: cluster 2024-03-16T16:22:21.638994+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:22.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:22 smithi017 bash[21388]: audit 2024-03-16T16:22:21.471788+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:22.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:22 smithi017 bash[21388]: audit 2024-03-16T16:22:21.476439+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:22.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:22 smithi017 bash[21388]: audit 2024-03-16T16:22:21.481328+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:22.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:22 smithi017 bash[21388]: cluster 2024-03-16T16:22:21.638994+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:22.939 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:22 smithi142 bash[22171]: audit 2024-03-16T16:22:21.471788+0000 mon.a (mon.0) 374 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:22.939 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:22 smithi142 bash[22171]: audit 2024-03-16T16:22:21.476439+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:22.939 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:22 smithi142 bash[22171]: audit 2024-03-16T16:22:21.481328+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:22.939 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:22 smithi142 bash[22171]: cluster 2024-03-16T16:22:21.638994+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:24.939 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:24 smithi142 bash[22171]: cluster 2024-03-16T16:22:23.639397+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:25.016 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:24 smithi179 bash[22103]: cluster 2024-03-16T16:22:23.639397+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:25.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:24 smithi017 bash[21388]: cluster 2024-03-16T16:22:23.639397+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:27.017 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:26 smithi179 bash[22103]: cluster 2024-03-16T16:22:25.639780+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:27.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:26 smithi017 bash[21388]: cluster 2024-03-16T16:22:25.639780+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:27.189 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:26 smithi142 bash[22171]: cluster 2024-03-16T16:22:25.639780+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:28.016 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:27 smithi179 bash[22103]: audit 2024-03-16T16:22:26.950047+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-16T16:22:28.017 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:27 smithi179 bash[22103]: audit 2024-03-16T16:22:26.951827+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:22:28.017 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:27 smithi179 bash[22103]: cephadm 2024-03-16T16:22:26.953462+0000 mgr.a (mgr.14152) 139 : cephadm [INF] Deploying daemon osd.0 on smithi017 2024-03-16T16:22:28.091 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:27 smithi017 bash[21388]: audit 2024-03-16T16:22:26.950047+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-16T16:22:28.091 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:27 smithi017 bash[21388]: audit 2024-03-16T16:22:26.951827+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:22:28.091 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:27 smithi017 bash[21388]: cephadm 2024-03-16T16:22:26.953462+0000 mgr.a (mgr.14152) 139 : cephadm [INF] Deploying daemon osd.0 on smithi017 2024-03-16T16:22:28.189 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:27 smithi142 bash[22171]: audit 2024-03-16T16:22:26.950047+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-16T16:22:28.189 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:27 smithi142 bash[22171]: audit 2024-03-16T16:22:26.951827+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:22:28.189 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:27 smithi142 bash[22171]: cephadm 2024-03-16T16:22:26.953462+0000 mgr.a (mgr.14152) 139 : cephadm [INF] Deploying daemon osd.0 on smithi017 2024-03-16T16:22:28.806 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:28 smithi017 bash[21388]: cluster 2024-03-16T16:22:27.640211+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:29.016 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:28 smithi179 bash[22103]: cluster 2024-03-16T16:22:27.640211+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:29.189 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:28 smithi142 bash[22171]: cluster 2024-03-16T16:22:27.640211+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:31.016 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:30 smithi179 bash[22103]: cluster 2024-03-16T16:22:29.640627+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:31.026 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:30 smithi142 bash[22171]: cluster 2024-03-16T16:22:29.640627+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:31.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:30 smithi017 bash[21388]: cluster 2024-03-16T16:22:29.640627+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:31.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:31 smithi017 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:22:31.615 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:22:31 smithi017 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:22:31.884 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:31 smithi017 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:22:31.884 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:22:31 smithi017 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:22:33.189 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:32 smithi142 bash[22171]: cluster 2024-03-16T16:22:31.640916+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:33.189 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:32 smithi142 bash[22171]: audit 2024-03-16T16:22:31.937708+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:33.189 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:32 smithi142 bash[22171]: audit 2024-03-16T16:22:31.943529+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:33.189 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:32 smithi142 bash[22171]: audit 2024-03-16T16:22:31.967209+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:22:33.190 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:32 smithi142 bash[22171]: audit 2024-03-16T16:22:31.969594+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:22:33.190 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:32 smithi142 bash[22171]: audit 2024-03-16T16:22:31.970375+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:22:33.190 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:32 smithi142 bash[22171]: audit 2024-03-16T16:22:31.975654+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:33.267 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:32 smithi179 bash[22103]: cluster 2024-03-16T16:22:31.640916+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:33.267 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:32 smithi179 bash[22103]: audit 2024-03-16T16:22:31.937708+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:33.267 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:32 smithi179 bash[22103]: audit 2024-03-16T16:22:31.943529+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:33.267 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:32 smithi179 bash[22103]: audit 2024-03-16T16:22:31.967209+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:22:33.267 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:32 smithi179 bash[22103]: audit 2024-03-16T16:22:31.969594+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:22:33.267 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:32 smithi179 bash[22103]: audit 2024-03-16T16:22:31.970375+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:22:33.267 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:32 smithi179 bash[22103]: audit 2024-03-16T16:22:31.975654+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:33.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:32 smithi017 bash[21388]: cluster 2024-03-16T16:22:31.640916+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:33.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:32 smithi017 bash[21388]: audit 2024-03-16T16:22:31.937708+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:33.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:32 smithi017 bash[21388]: audit 2024-03-16T16:22:31.943529+0000 mon.a (mon.0) 380 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:33.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:32 smithi017 bash[21388]: audit 2024-03-16T16:22:31.967209+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:22:33.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:32 smithi017 bash[21388]: audit 2024-03-16T16:22:31.969594+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:22:33.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:32 smithi017 bash[21388]: audit 2024-03-16T16:22:31.970375+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:22:33.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:32 smithi017 bash[21388]: audit 2024-03-16T16:22:31.975654+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:35.190 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:34 smithi142 bash[22171]: cluster 2024-03-16T16:22:33.641296+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-16T16:22:35.190 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:34 smithi142 bash[22171]: audit 2024-03-16T16:22:34.529037+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:35.190 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:34 smithi142 bash[22171]: audit 2024-03-16T16:22:34.534213+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:35.190 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:34 smithi142 bash[22171]: audit 2024-03-16T16:22:34.543246+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:35.208 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:34 smithi017 bash[21388]: cluster 2024-03-16T16:22:33.641296+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-16T16:22:35.209 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:34 smithi017 bash[21388]: audit 2024-03-16T16:22:34.529037+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:35.209 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:34 smithi017 bash[21388]: audit 2024-03-16T16:22:34.534213+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:35.209 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:34 smithi017 bash[21388]: audit 2024-03-16T16:22:34.543246+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:35.267 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:34 smithi179 bash[22103]: cluster 2024-03-16T16:22:33.641296+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-16T16:22:35.267 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:34 smithi179 bash[22103]: audit 2024-03-16T16:22:34.529037+0000 mon.a (mon.0) 385 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:35.267 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:34 smithi179 bash[22103]: audit 2024-03-16T16:22:34.534213+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:35.267 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:34 smithi179 bash[22103]: audit 2024-03-16T16:22:34.543246+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:37.116 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:37 smithi179 bash[22103]: cluster 2024-03-16T16:22:35.641697+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:37.116 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:37 smithi179 bash[22103]: audit 2024-03-16T16:22:36.048358+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:37.116 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:37 smithi179 bash[22103]: audit 2024-03-16T16:22:36.054627+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:37.116 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:37 smithi179 bash[22103]: cephadm 2024-03-16T16:22:36.056470+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Detected new or changed devices on smithi017 2024-03-16T16:22:37.116 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:37 smithi179 bash[22103]: audit 2024-03-16T16:22:36.063372+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:37.116 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:37 smithi179 bash[22103]: audit 2024-03-16T16:22:36.084304+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:22:37.116 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:37 smithi179 bash[22103]: audit 2024-03-16T16:22:36.090131+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:22:37.116 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:37 smithi179 bash[22103]: audit 2024-03-16T16:22:36.092257+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:22:37.116 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:37 smithi179 bash[22103]: audit 2024-03-16T16:22:36.102655+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:37.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:37 smithi017 bash[21388]: cluster 2024-03-16T16:22:35.641697+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:37.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:37 smithi017 bash[21388]: audit 2024-03-16T16:22:36.048358+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:37.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:37 smithi017 bash[21388]: audit 2024-03-16T16:22:36.054627+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:37.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:37 smithi017 bash[21388]: cephadm 2024-03-16T16:22:36.056470+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Detected new or changed devices on smithi017 2024-03-16T16:22:37.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:37 smithi017 bash[21388]: audit 2024-03-16T16:22:36.063372+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:37.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:37 smithi017 bash[21388]: audit 2024-03-16T16:22:36.084304+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:22:37.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:37 smithi017 bash[21388]: audit 2024-03-16T16:22:36.090131+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:22:37.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:37 smithi017 bash[21388]: audit 2024-03-16T16:22:36.092257+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:22:37.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:37 smithi017 bash[21388]: audit 2024-03-16T16:22:36.102655+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:37.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:37 smithi142 bash[22171]: cluster 2024-03-16T16:22:35.641697+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v84: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:37.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:37 smithi142 bash[22171]: audit 2024-03-16T16:22:36.048358+0000 mon.a (mon.0) 388 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:37.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:37 smithi142 bash[22171]: audit 2024-03-16T16:22:36.054627+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:37.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:37 smithi142 bash[22171]: cephadm 2024-03-16T16:22:36.056470+0000 mgr.a (mgr.14152) 145 : cephadm [INF] Detected new or changed devices on smithi017 2024-03-16T16:22:37.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:37 smithi142 bash[22171]: audit 2024-03-16T16:22:36.063372+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:37.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:37 smithi142 bash[22171]: audit 2024-03-16T16:22:36.084304+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:22:37.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:37 smithi142 bash[22171]: audit 2024-03-16T16:22:36.090131+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:22:37.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:37 smithi142 bash[22171]: audit 2024-03-16T16:22:36.092257+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:22:37.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:37 smithi142 bash[22171]: audit 2024-03-16T16:22:36.102655+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:39.267 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:39 smithi179 bash[22103]: cluster 2024-03-16T16:22:37.642114+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:39.267 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:39 smithi179 bash[22103]: audit 2024-03-16T16:22:38.828120+0000 mon.a (mon.0) 395 : audit [INF] from='osd.0 [v2:172.21.15.17:6802/2508059520,v1:172.21.15.17:6803/2508059520]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-16T16:22:39.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:39 smithi017 bash[21388]: cluster 2024-03-16T16:22:37.642114+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:39.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:39 smithi017 bash[21388]: audit 2024-03-16T16:22:38.828120+0000 mon.a (mon.0) 395 : audit [INF] from='osd.0 [v2:172.21.15.17:6802/2508059520,v1:172.21.15.17:6803/2508059520]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-16T16:22:39.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:39 smithi142 bash[22171]: cluster 2024-03-16T16:22:37.642114+0000 mgr.a (mgr.14152) 146 : cluster [DBG] pgmap v85: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:39.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:39 smithi142 bash[22171]: audit 2024-03-16T16:22:38.828120+0000 mon.a (mon.0) 395 : audit [INF] from='osd.0 [v2:172.21.15.17:6802/2508059520,v1:172.21.15.17:6803/2508059520]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-16T16:22:40.333 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:40 smithi017 bash[21388]: audit 2024-03-16T16:22:39.051368+0000 mon.a (mon.0) 396 : audit [INF] from='osd.0 [v2:172.21.15.17:6802/2508059520,v1:172.21.15.17:6803/2508059520]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-16T16:22:40.334 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:40 smithi017 bash[21388]: cluster 2024-03-16T16:22:39.054564+0000 mon.a (mon.0) 397 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-16T16:22:40.334 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:40 smithi017 bash[21388]: audit 2024-03-16T16:22:39.055126+0000 mon.a (mon.0) 398 : audit [INF] from='osd.0 [v2:172.21.15.17:6802/2508059520,v1:172.21.15.17:6803/2508059520]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]: dispatch 2024-03-16T16:22:40.334 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:40 smithi017 bash[21388]: audit 2024-03-16T16:22:39.055538+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:22:40.334 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:40 smithi017 bash[21388]: audit 2024-03-16T16:22:40.053038+0000 mon.a (mon.0) 400 : audit [INF] from='osd.0 [v2:172.21.15.17:6802/2508059520,v1:172.21.15.17:6803/2508059520]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]': finished 2024-03-16T16:22:40.334 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:40 smithi017 bash[21388]: cluster 2024-03-16T16:22:40.055929+0000 mon.a (mon.0) 401 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-16T16:22:40.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:40 smithi142 bash[22171]: audit 2024-03-16T16:22:39.051368+0000 mon.a (mon.0) 396 : audit [INF] from='osd.0 [v2:172.21.15.17:6802/2508059520,v1:172.21.15.17:6803/2508059520]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-16T16:22:40.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:40 smithi142 bash[22171]: cluster 2024-03-16T16:22:39.054564+0000 mon.a (mon.0) 397 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-16T16:22:40.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:40 smithi142 bash[22171]: audit 2024-03-16T16:22:39.055126+0000 mon.a (mon.0) 398 : audit [INF] from='osd.0 [v2:172.21.15.17:6802/2508059520,v1:172.21.15.17:6803/2508059520]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]: dispatch 2024-03-16T16:22:40.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:40 smithi142 bash[22171]: audit 2024-03-16T16:22:39.055538+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:22:40.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:40 smithi142 bash[22171]: audit 2024-03-16T16:22:40.053038+0000 mon.a (mon.0) 400 : audit [INF] from='osd.0 [v2:172.21.15.17:6802/2508059520,v1:172.21.15.17:6803/2508059520]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]': finished 2024-03-16T16:22:40.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:40 smithi142 bash[22171]: cluster 2024-03-16T16:22:40.055929+0000 mon.a (mon.0) 401 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-16T16:22:40.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:40 smithi179 bash[22103]: audit 2024-03-16T16:22:39.051368+0000 mon.a (mon.0) 396 : audit [INF] from='osd.0 [v2:172.21.15.17:6802/2508059520,v1:172.21.15.17:6803/2508059520]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-16T16:22:40.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:40 smithi179 bash[22103]: cluster 2024-03-16T16:22:39.054564+0000 mon.a (mon.0) 397 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-16T16:22:40.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:40 smithi179 bash[22103]: audit 2024-03-16T16:22:39.055126+0000 mon.a (mon.0) 398 : audit [INF] from='osd.0 [v2:172.21.15.17:6802/2508059520,v1:172.21.15.17:6803/2508059520]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]: dispatch 2024-03-16T16:22:40.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:40 smithi179 bash[22103]: audit 2024-03-16T16:22:39.055538+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:22:40.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:40 smithi179 bash[22103]: audit 2024-03-16T16:22:40.053038+0000 mon.a (mon.0) 400 : audit [INF] from='osd.0 [v2:172.21.15.17:6802/2508059520,v1:172.21.15.17:6803/2508059520]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi017", "root=default"]}]': finished 2024-03-16T16:22:40.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:40 smithi179 bash[22103]: cluster 2024-03-16T16:22:40.055929+0000 mon.a (mon.0) 401 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-16T16:22:41.036 INFO:teuthology.orchestra.run.smithi017.stdout:Created osd(s) 0 on host 'smithi017' 2024-03-16T16:22:41.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:41 smithi017 bash[21388]: cluster 2024-03-16T16:22:39.642547+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:41.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:41 smithi017 bash[21388]: audit 2024-03-16T16:22:40.057029+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:22:41.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:41 smithi017 bash[21388]: audit 2024-03-16T16:22:40.060527+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:22:41.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:41 smithi017 bash[21388]: audit 2024-03-16T16:22:41.011241+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:41.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:41 smithi017 bash[21388]: audit 2024-03-16T16:22:41.018978+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:41.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:41 smithi017 bash[21388]: audit 2024-03-16T16:22:41.038547+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:22:41.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:41 smithi017 bash[21388]: audit 2024-03-16T16:22:41.043691+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi017", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:22:41.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:41 smithi017 bash[21388]: audit 2024-03-16T16:22:41.045456+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:22:41.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:41 smithi017 bash[21388]: audit 2024-03-16T16:22:41.047129+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:22:41.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:41 smithi017 bash[21388]: audit 2024-03-16T16:22:41.055974+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:41.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:41 smithi017 bash[21388]: audit 2024-03-16T16:22:41.060644+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:22:41.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:41 smithi142 bash[22171]: cluster 2024-03-16T16:22:39.642547+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:41.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:41 smithi142 bash[22171]: audit 2024-03-16T16:22:40.057029+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:22:41.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:41 smithi142 bash[22171]: audit 2024-03-16T16:22:40.060527+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:22:41.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:41 smithi142 bash[22171]: audit 2024-03-16T16:22:41.011241+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:41.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:41 smithi142 bash[22171]: audit 2024-03-16T16:22:41.018978+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:41.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:41 smithi142 bash[22171]: audit 2024-03-16T16:22:41.038547+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:22:41.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:41 smithi142 bash[22171]: audit 2024-03-16T16:22:41.043691+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi017", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:22:41.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:41 smithi142 bash[22171]: audit 2024-03-16T16:22:41.045456+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:22:41.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:41 smithi142 bash[22171]: audit 2024-03-16T16:22:41.047129+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:22:41.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:41 smithi142 bash[22171]: audit 2024-03-16T16:22:41.055974+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:41.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:41 smithi142 bash[22171]: audit 2024-03-16T16:22:41.060644+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:22:41.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:41 smithi179 bash[22103]: cluster 2024-03-16T16:22:39.642547+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v87: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:41.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:41 smithi179 bash[22103]: audit 2024-03-16T16:22:40.057029+0000 mon.a (mon.0) 402 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:22:41.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:41 smithi179 bash[22103]: audit 2024-03-16T16:22:40.060527+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:22:41.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:41 smithi179 bash[22103]: audit 2024-03-16T16:22:41.011241+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:41.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:41 smithi179 bash[22103]: audit 2024-03-16T16:22:41.018978+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:41.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:41 smithi179 bash[22103]: audit 2024-03-16T16:22:41.038547+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:22:41.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:41 smithi179 bash[22103]: audit 2024-03-16T16:22:41.043691+0000 mon.a (mon.0) 407 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi017", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:22:41.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:41 smithi179 bash[22103]: audit 2024-03-16T16:22:41.045456+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:22:41.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:41 smithi179 bash[22103]: audit 2024-03-16T16:22:41.047129+0000 mon.a (mon.0) 409 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:22:41.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:41 smithi179 bash[22103]: audit 2024-03-16T16:22:41.055974+0000 mon.a (mon.0) 410 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:41.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:41 smithi179 bash[22103]: audit 2024-03-16T16:22:41.060644+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:22:41.681 DEBUG:teuthology.orchestra.run.smithi017:osd.0> sudo journalctl -f -n 0 -u ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@osd.0.service 2024-03-16T16:22:41.683 INFO:tasks.cephadm:Deploying osd.1 on smithi142 with /dev/vg_nvme/lv_4... 2024-03-16T16:22:41.683 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-16T16:22:42.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:42 smithi017 bash[21388]: cluster 2024-03-16T16:22:39.862438+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-16T16:22:42.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:42 smithi017 bash[21388]: cluster 2024-03-16T16:22:39.862510+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-16T16:22:42.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:42 smithi017 bash[21388]: cluster 2024-03-16T16:22:41.072823+0000 mon.a (mon.0) 412 : cluster [INF] osd.0 [v2:172.21.15.17:6802/2508059520,v1:172.21.15.17:6803/2508059520] boot 2024-03-16T16:22:42.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:42 smithi017 bash[21388]: cluster 2024-03-16T16:22:41.072853+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-16T16:22:42.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:42 smithi017 bash[21388]: audit 2024-03-16T16:22:41.073158+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:22:42.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:42 smithi017 bash[21388]: audit 2024-03-16T16:22:41.677549+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:42.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:42 smithi017 bash[21388]: audit 2024-03-16T16:22:41.682723+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:42.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:42 smithi017 bash[21388]: audit 2024-03-16T16:22:41.689643+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:42.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:42 smithi017 bash[21388]: audit 2024-03-16T16:22:41.868921+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:42.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:42 smithi017 bash[21388]: audit 2024-03-16T16:22:41.875176+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:42.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:42 smithi017 bash[21388]: audit 2024-03-16T16:22:41.881433+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:42.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:42 smithi017 bash[21388]: audit 2024-03-16T16:22:41.924209+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:22:42.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:42 smithi017 bash[21388]: audit 2024-03-16T16:22:41.929795+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:22:42.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:42 smithi017 bash[21388]: audit 2024-03-16T16:22:41.931624+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:22:42.367 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:42 smithi017 bash[21388]: audit 2024-03-16T16:22:41.941392+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:42.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:42 smithi142 bash[22171]: cluster 2024-03-16T16:22:39.862438+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-16T16:22:42.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:42 smithi142 bash[22171]: cluster 2024-03-16T16:22:39.862510+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-16T16:22:42.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:42 smithi142 bash[22171]: cluster 2024-03-16T16:22:41.072823+0000 mon.a (mon.0) 412 : cluster [INF] osd.0 [v2:172.21.15.17:6802/2508059520,v1:172.21.15.17:6803/2508059520] boot 2024-03-16T16:22:42.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:42 smithi142 bash[22171]: cluster 2024-03-16T16:22:41.072853+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-16T16:22:42.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:42 smithi142 bash[22171]: audit 2024-03-16T16:22:41.073158+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:22:42.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:42 smithi142 bash[22171]: audit 2024-03-16T16:22:41.677549+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:42.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:42 smithi142 bash[22171]: audit 2024-03-16T16:22:41.682723+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:42.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:42 smithi142 bash[22171]: audit 2024-03-16T16:22:41.689643+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:42.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:42 smithi142 bash[22171]: audit 2024-03-16T16:22:41.868921+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:42.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:42 smithi142 bash[22171]: audit 2024-03-16T16:22:41.875176+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:42.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:42 smithi142 bash[22171]: audit 2024-03-16T16:22:41.881433+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:42.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:42 smithi142 bash[22171]: audit 2024-03-16T16:22:41.924209+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:22:42.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:42 smithi142 bash[22171]: audit 2024-03-16T16:22:41.929795+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:22:42.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:42 smithi142 bash[22171]: audit 2024-03-16T16:22:41.931624+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:22:42.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:42 smithi142 bash[22171]: audit 2024-03-16T16:22:41.941392+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:42.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:42 smithi179 bash[22103]: cluster 2024-03-16T16:22:39.862438+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-16T16:22:42.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:42 smithi179 bash[22103]: cluster 2024-03-16T16:22:39.862510+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-16T16:22:42.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:42 smithi179 bash[22103]: cluster 2024-03-16T16:22:41.072823+0000 mon.a (mon.0) 412 : cluster [INF] osd.0 [v2:172.21.15.17:6802/2508059520,v1:172.21.15.17:6803/2508059520] boot 2024-03-16T16:22:42.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:42 smithi179 bash[22103]: cluster 2024-03-16T16:22:41.072853+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-16T16:22:42.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:42 smithi179 bash[22103]: audit 2024-03-16T16:22:41.073158+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:22:42.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:42 smithi179 bash[22103]: audit 2024-03-16T16:22:41.677549+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:42.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:42 smithi179 bash[22103]: audit 2024-03-16T16:22:41.682723+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:42.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:42 smithi179 bash[22103]: audit 2024-03-16T16:22:41.689643+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:42.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:42 smithi179 bash[22103]: audit 2024-03-16T16:22:41.868921+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:42.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:42 smithi179 bash[22103]: audit 2024-03-16T16:22:41.875176+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:42.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:42 smithi179 bash[22103]: audit 2024-03-16T16:22:41.881433+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:42.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:42 smithi179 bash[22103]: audit 2024-03-16T16:22:41.924209+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:22:42.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:42 smithi179 bash[22103]: audit 2024-03-16T16:22:41.929795+0000 mon.a (mon.0) 422 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:22:42.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:42 smithi179 bash[22103]: audit 2024-03-16T16:22:41.931624+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:22:42.518 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:42 smithi179 bash[22103]: audit 2024-03-16T16:22:41.941392+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:43.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:43 smithi017 bash[21388]: cluster 2024-03-16T16:22:41.642925+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:43.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:43 smithi017 bash[21388]: cluster 2024-03-16T16:22:42.885463+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-16T16:22:43.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:43 smithi142 bash[22171]: cluster 2024-03-16T16:22:41.642925+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:43.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:43 smithi142 bash[22171]: cluster 2024-03-16T16:22:42.885463+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-16T16:22:43.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:43 smithi179 bash[22103]: cluster 2024-03-16T16:22:41.642925+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-16T16:22:43.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:43 smithi179 bash[22103]: cluster 2024-03-16T16:22:42.885463+0000 mon.a (mon.0) 425 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-16T16:22:45.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:45 smithi017 bash[21388]: cluster 2024-03-16T16:22:43.643392+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:22:45.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:45 smithi142 bash[22171]: cluster 2024-03-16T16:22:43.643392+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:22:45.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:45 smithi179 bash[22103]: cluster 2024-03-16T16:22:43.643392+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:22:46.390 INFO:teuthology.orchestra.run.smithi142.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.b/config 2024-03-16T16:22:47.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:47 smithi017 bash[21388]: cluster 2024-03-16T16:22:45.643861+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:22:47.372 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:47 smithi142 bash[22171]: cluster 2024-03-16T16:22:45.643861+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:22:47.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:47 smithi179 bash[22103]: cluster 2024-03-16T16:22:45.643861+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:22:49.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:49 smithi017 bash[21388]: cluster 2024-03-16T16:22:47.644297+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:22:49.409 INFO:teuthology.orchestra.run.smithi142.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-16T16:22:49.410 INFO:teuthology.orchestra.run.smithi142.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-16T16:22:49.410 INFO:teuthology.orchestra.run.smithi142.stderr: stderr: 10+0 records in 2024-03-16T16:22:49.410 INFO:teuthology.orchestra.run.smithi142.stderr:10+0 records out 2024-03-16T16:22:49.410 INFO:teuthology.orchestra.run.smithi142.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0124505 s, 842 MB/s 2024-03-16T16:22:49.410 INFO:teuthology.orchestra.run.smithi142.stderr:--> Zapping successful for: 2024-03-16T16:22:49.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:49 smithi142 bash[22171]: cluster 2024-03-16T16:22:47.644297+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:22:49.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:49 smithi179 bash[22103]: cluster 2024-03-16T16:22:47.644297+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:22:50.071 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph orch daemon add osd smithi142:vg_nvme/lv_4 2024-03-16T16:22:51.361 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:51 smithi142 bash[22171]: cluster 2024-03-16T16:22:49.644756+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:22:51.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:51 smithi017 bash[21388]: cluster 2024-03-16T16:22:49.644756+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:22:51.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:51 smithi179 bash[22103]: cluster 2024-03-16T16:22:49.644756+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:22:53.352 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:53 smithi017 bash[21388]: cluster 2024-03-16T16:22:51.645205+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:22:53.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:53 smithi142 bash[22171]: cluster 2024-03-16T16:22:51.645205+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:22:53.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:53 smithi179 bash[22103]: cluster 2024-03-16T16:22:51.645205+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:22:54.687 INFO:teuthology.orchestra.run.smithi142.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.b/config 2024-03-16T16:22:55.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:55 smithi017 bash[21388]: cluster 2024-03-16T16:22:53.645659+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:22:55.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:55 smithi017 bash[21388]: audit 2024-03-16T16:22:54.741708+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:55.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:55 smithi017 bash[21388]: audit 2024-03-16T16:22:54.750298+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:55.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:55 smithi017 bash[21388]: audit 2024-03-16T16:22:54.760319+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:55.412 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:55 smithi142 bash[22171]: cluster 2024-03-16T16:22:53.645659+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:22:55.413 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:55 smithi142 bash[22171]: audit 2024-03-16T16:22:54.741708+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:55.413 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:55 smithi142 bash[22171]: audit 2024-03-16T16:22:54.750298+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:55.413 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:55 smithi142 bash[22171]: audit 2024-03-16T16:22:54.760319+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:55.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:55 smithi179 bash[22103]: cluster 2024-03-16T16:22:53.645659+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:22:55.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:55 smithi179 bash[22103]: audit 2024-03-16T16:22:54.741708+0000 mon.a (mon.0) 426 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:55.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:55 smithi179 bash[22103]: audit 2024-03-16T16:22:54.750298+0000 mon.a (mon.0) 427 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:55.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:55 smithi179 bash[22103]: audit 2024-03-16T16:22:54.760319+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:22:57.363 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:57 smithi179 bash[22103]: cluster 2024-03-16T16:22:55.646146+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:22:57.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:57 smithi017 bash[21388]: cluster 2024-03-16T16:22:55.646146+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:22:57.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:57 smithi142 bash[22171]: cluster 2024-03-16T16:22:55.646146+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:22:58.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:58 smithi017 bash[21388]: audit 2024-03-16T16:22:57.266815+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-16T16:22:58.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:58 smithi017 bash[21388]: audit 2024-03-16T16:22:57.273502+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-16T16:22:58.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:58 smithi017 bash[21388]: audit 2024-03-16T16:22:57.275557+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:22:58.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:58 smithi142 bash[22171]: audit 2024-03-16T16:22:57.266815+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-16T16:22:58.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:58 smithi142 bash[22171]: audit 2024-03-16T16:22:57.273502+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-16T16:22:58.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:58 smithi142 bash[22171]: audit 2024-03-16T16:22:57.275557+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:22:58.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:58 smithi179 bash[22103]: audit 2024-03-16T16:22:57.266815+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-16T16:22:58.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:58 smithi179 bash[22103]: audit 2024-03-16T16:22:57.273502+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-16T16:22:58.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:58 smithi179 bash[22103]: audit 2024-03-16T16:22:57.275557+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:22:59.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:59 smithi142 bash[22171]: audit 2024-03-16T16:22:57.259137+0000 mgr.a (mgr.14152) 156 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi142:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:22:59.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:22:59 smithi142 bash[22171]: cluster 2024-03-16T16:22:57.646538+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:22:59.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:59 smithi179 bash[22103]: audit 2024-03-16T16:22:57.259137+0000 mgr.a (mgr.14152) 156 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi142:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:22:59.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:22:59 smithi179 bash[22103]: cluster 2024-03-16T16:22:57.646538+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:22:59.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:59 smithi017 bash[21388]: audit 2024-03-16T16:22:57.259137+0000 mgr.a (mgr.14152) 156 : audit [DBG] from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi142:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:22:59.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:22:59 smithi017 bash[21388]: cluster 2024-03-16T16:22:57.646538+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:01.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:01 smithi142 bash[22171]: cluster 2024-03-16T16:22:59.647025+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:01.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:01 smithi142 bash[22171]: audit 2024-03-16T16:23:00.516321+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:01.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:01 smithi142 bash[22171]: audit 2024-03-16T16:23:00.523625+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:01.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:01 smithi142 bash[22171]: audit 2024-03-16T16:23:00.532117+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:01.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:01 smithi179 bash[22103]: cluster 2024-03-16T16:22:59.647025+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:01.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:01 smithi179 bash[22103]: audit 2024-03-16T16:23:00.516321+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:01.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:01 smithi179 bash[22103]: audit 2024-03-16T16:23:00.523625+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:01.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:01 smithi179 bash[22103]: audit 2024-03-16T16:23:00.532117+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:01.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:01 smithi017 bash[21388]: cluster 2024-03-16T16:22:59.647025+0000 mgr.a (mgr.14152) 158 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:01.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:01 smithi017 bash[21388]: audit 2024-03-16T16:23:00.516321+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:01.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:01 smithi017 bash[21388]: audit 2024-03-16T16:23:00.523625+0000 mon.a (mon.0) 433 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:01.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:01 smithi017 bash[21388]: audit 2024-03-16T16:23:00.532117+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:03.185 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:02 smithi142 bash[22171]: cluster 2024-03-16T16:23:01.647457+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:03.185 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:02 smithi142 bash[22171]: audit 2024-03-16T16:23:01.895187+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:03.185 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:02 smithi142 bash[22171]: audit 2024-03-16T16:23:01.903112+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:03.185 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:02 smithi142 bash[22171]: audit 2024-03-16T16:23:01.912796+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:03.266 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:02 smithi179 bash[22103]: cluster 2024-03-16T16:23:01.647457+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:03.266 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:02 smithi179 bash[22103]: audit 2024-03-16T16:23:01.895187+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:03.266 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:02 smithi179 bash[22103]: audit 2024-03-16T16:23:01.903112+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:03.266 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:02 smithi179 bash[22103]: audit 2024-03-16T16:23:01.912796+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:03.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:02 smithi017 bash[21388]: cluster 2024-03-16T16:23:01.647457+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:03.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:02 smithi017 bash[21388]: audit 2024-03-16T16:23:01.895187+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:03.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:02 smithi017 bash[21388]: audit 2024-03-16T16:23:01.903112+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:03.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:02 smithi017 bash[21388]: audit 2024-03-16T16:23:01.912796+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:05.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:04 smithi142 bash[22171]: cluster 2024-03-16T16:23:03.647937+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-16T16:23:05.266 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:04 smithi179 bash[22103]: cluster 2024-03-16T16:23:03.647937+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-16T16:23:05.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:04 smithi017 bash[21388]: cluster 2024-03-16T16:23:03.647937+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-16T16:23:06.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:05 smithi142 bash[22171]: audit 2024-03-16T16:23:05.451484+0000 mon.a (mon.0) 438 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1907b16d-075b-4ca1-b44b-fc5684788b57"}]: dispatch 2024-03-16T16:23:06.189 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:05 smithi142 bash[22171]: audit 2024-03-16T16:23:05.451962+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.142:0/1114358870' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1907b16d-075b-4ca1-b44b-fc5684788b57"}]: dispatch 2024-03-16T16:23:06.189 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:05 smithi142 bash[22171]: audit 2024-03-16T16:23:05.455041+0000 mon.a (mon.0) 439 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1907b16d-075b-4ca1-b44b-fc5684788b57"}]': finished 2024-03-16T16:23:06.189 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:05 smithi142 bash[22171]: cluster 2024-03-16T16:23:05.460047+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-16T16:23:06.189 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:05 smithi142 bash[22171]: audit 2024-03-16T16:23:05.460896+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:23:06.266 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:05 smithi179 bash[22103]: audit 2024-03-16T16:23:05.451484+0000 mon.a (mon.0) 438 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1907b16d-075b-4ca1-b44b-fc5684788b57"}]: dispatch 2024-03-16T16:23:06.266 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:05 smithi179 bash[22103]: audit 2024-03-16T16:23:05.451962+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.142:0/1114358870' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1907b16d-075b-4ca1-b44b-fc5684788b57"}]: dispatch 2024-03-16T16:23:06.266 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:05 smithi179 bash[22103]: audit 2024-03-16T16:23:05.455041+0000 mon.a (mon.0) 439 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1907b16d-075b-4ca1-b44b-fc5684788b57"}]': finished 2024-03-16T16:23:06.266 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:05 smithi179 bash[22103]: cluster 2024-03-16T16:23:05.460047+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-16T16:23:06.266 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:05 smithi179 bash[22103]: audit 2024-03-16T16:23:05.460896+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:23:06.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:05 smithi017 bash[21388]: audit 2024-03-16T16:23:05.451484+0000 mon.a (mon.0) 438 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1907b16d-075b-4ca1-b44b-fc5684788b57"}]: dispatch 2024-03-16T16:23:06.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:05 smithi017 bash[21388]: audit 2024-03-16T16:23:05.451962+0000 mon.b (mon.2) 6 : audit [INF] from='client.? 172.21.15.142:0/1114358870' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1907b16d-075b-4ca1-b44b-fc5684788b57"}]: dispatch 2024-03-16T16:23:06.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:05 smithi017 bash[21388]: audit 2024-03-16T16:23:05.455041+0000 mon.a (mon.0) 439 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1907b16d-075b-4ca1-b44b-fc5684788b57"}]': finished 2024-03-16T16:23:06.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:05 smithi017 bash[21388]: cluster 2024-03-16T16:23:05.460047+0000 mon.a (mon.0) 440 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-16T16:23:06.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:05 smithi017 bash[21388]: audit 2024-03-16T16:23:05.460896+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:23:07.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:06 smithi142 bash[22171]: cluster 2024-03-16T16:23:05.648410+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:07.189 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:06 smithi142 bash[22171]: audit 2024-03-16T16:23:06.186281+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.142:0/419303507' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-16T16:23:07.266 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:06 smithi179 bash[22103]: cluster 2024-03-16T16:23:05.648410+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:07.266 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:06 smithi179 bash[22103]: audit 2024-03-16T16:23:06.186281+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.142:0/419303507' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-16T16:23:07.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:06 smithi017 bash[21388]: cluster 2024-03-16T16:23:05.648410+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:07.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:06 smithi017 bash[21388]: audit 2024-03-16T16:23:06.186281+0000 mon.b (mon.2) 7 : audit [DBG] from='client.? 172.21.15.142:0/419303507' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-16T16:23:09.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:08 smithi142 bash[22171]: cluster 2024-03-16T16:23:07.648838+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:09.266 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:08 smithi179 bash[22103]: cluster 2024-03-16T16:23:07.648838+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:09.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:08 smithi017 bash[21388]: cluster 2024-03-16T16:23:07.648838+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:11.174 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:10 smithi142 bash[22171]: cluster 2024-03-16T16:23:09.649297+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:11.266 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:10 smithi179 bash[22103]: cluster 2024-03-16T16:23:09.649297+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:11.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:10 smithi017 bash[21388]: cluster 2024-03-16T16:23:09.649297+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:13.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:12 smithi142 bash[22171]: cluster 2024-03-16T16:23:11.649770+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:13.266 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:12 smithi179 bash[22103]: cluster 2024-03-16T16:23:11.649770+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:13.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:12 smithi017 bash[21388]: cluster 2024-03-16T16:23:11.649770+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:15.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:14 smithi142 bash[22171]: cluster 2024-03-16T16:23:13.650248+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:15.266 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:14 smithi179 bash[22103]: cluster 2024-03-16T16:23:13.650248+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:15.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:14 smithi017 bash[21388]: cluster 2024-03-16T16:23:13.650248+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:16.266 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:15 smithi179 bash[22103]: audit 2024-03-16T16:23:14.965083+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:16.266 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:15 smithi179 bash[22103]: audit 2024-03-16T16:23:14.973539+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:16.266 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:15 smithi179 bash[22103]: cephadm 2024-03-16T16:23:14.976725+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Detected new or changed devices on smithi142 2024-03-16T16:23:16.266 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:15 smithi179 bash[22103]: audit 2024-03-16T16:23:14.983755+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:16.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:15 smithi017 bash[21388]: audit 2024-03-16T16:23:14.965083+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:16.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:15 smithi017 bash[21388]: audit 2024-03-16T16:23:14.973539+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:16.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:15 smithi017 bash[21388]: cephadm 2024-03-16T16:23:14.976725+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Detected new or changed devices on smithi142 2024-03-16T16:23:16.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:15 smithi017 bash[21388]: audit 2024-03-16T16:23:14.983755+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:16.400 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:15 smithi142 bash[22171]: audit 2024-03-16T16:23:14.965083+0000 mon.a (mon.0) 442 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:16.400 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:15 smithi142 bash[22171]: audit 2024-03-16T16:23:14.973539+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:16.400 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:15 smithi142 bash[22171]: cephadm 2024-03-16T16:23:14.976725+0000 mgr.a (mgr.14152) 166 : cephadm [INF] Detected new or changed devices on smithi142 2024-03-16T16:23:16.400 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:15 smithi142 bash[22171]: audit 2024-03-16T16:23:14.983755+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:17.266 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:16 smithi179 bash[22103]: cluster 2024-03-16T16:23:15.650736+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:17.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:16 smithi017 bash[21388]: cluster 2024-03-16T16:23:15.650736+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:17.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:16 smithi142 bash[22171]: cluster 2024-03-16T16:23:15.650736+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:19.266 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:18 smithi179 bash[22103]: cluster 2024-03-16T16:23:17.651126+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:19.266 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:18 smithi179 bash[22103]: audit 2024-03-16T16:23:18.178881+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-16T16:23:19.266 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:18 smithi179 bash[22103]: audit 2024-03-16T16:23:18.180735+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:23:19.275 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:18 smithi142 bash[22171]: cluster 2024-03-16T16:23:17.651126+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:19.275 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:18 smithi142 bash[22171]: audit 2024-03-16T16:23:18.178881+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-16T16:23:19.275 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:18 smithi142 bash[22171]: audit 2024-03-16T16:23:18.180735+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:23:19.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:18 smithi017 bash[21388]: cluster 2024-03-16T16:23:17.651126+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:19.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:18 smithi017 bash[21388]: audit 2024-03-16T16:23:18.178881+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-16T16:23:19.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:18 smithi017 bash[21388]: audit 2024-03-16T16:23:18.180735+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:23:20.266 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:19 smithi179 bash[22103]: cephadm 2024-03-16T16:23:18.182386+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Deploying daemon osd.1 on smithi142 2024-03-16T16:23:20.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:19 smithi017 bash[21388]: cephadm 2024-03-16T16:23:18.182386+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Deploying daemon osd.1 on smithi142 2024-03-16T16:23:20.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:19 smithi142 bash[22171]: cephadm 2024-03-16T16:23:18.182386+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Deploying daemon osd.1 on smithi142 2024-03-16T16:23:21.159 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:21 smithi142 bash[22171]: cluster 2024-03-16T16:23:19.651584+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:21.159 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:21 smithi142 bash[22171]: audit 2024-03-16T16:23:20.708977+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:21.159 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:21 smithi142 bash[22171]: audit 2024-03-16T16:23:20.715788+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:21.159 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:21 smithi142 bash[22171]: audit 2024-03-16T16:23:20.724122+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:21.265 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:21 smithi179 bash[22103]: cluster 2024-03-16T16:23:19.651584+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:21.266 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:21 smithi179 bash[22103]: audit 2024-03-16T16:23:20.708977+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:21.266 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:21 smithi179 bash[22103]: audit 2024-03-16T16:23:20.715788+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:21.266 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:21 smithi179 bash[22103]: audit 2024-03-16T16:23:20.724122+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:21.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:20 smithi017 bash[21388]: cluster 2024-03-16T16:23:19.651584+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:21.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:20 smithi017 bash[21388]: audit 2024-03-16T16:23:20.708977+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:21.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:20 smithi017 bash[21388]: audit 2024-03-16T16:23:20.715788+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:21.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:20 smithi017 bash[21388]: audit 2024-03-16T16:23:20.724122+0000 mon.a (mon.0) 449 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:22.220 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:22 smithi142 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:23:22.220 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:23:22 smithi142 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:23:22.476 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:22 smithi142 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:23:22.477 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:23:22 smithi142 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:23:23.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:23 smithi017 bash[21388]: cluster 2024-03-16T16:23:21.652064+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:23.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:23 smithi017 bash[21388]: audit 2024-03-16T16:23:22.121438+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:23.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:23 smithi017 bash[21388]: audit 2024-03-16T16:23:22.129526+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:23.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:23 smithi017 bash[21388]: audit 2024-03-16T16:23:22.139355+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:23.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:23 smithi017 bash[21388]: audit 2024-03-16T16:23:22.488528+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:23.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:23 smithi017 bash[21388]: audit 2024-03-16T16:23:22.497208+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:23.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:23 smithi017 bash[21388]: audit 2024-03-16T16:23:22.525643+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:23:23.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:23 smithi017 bash[21388]: audit 2024-03-16T16:23:22.535741+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:23:23.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:23 smithi017 bash[21388]: audit 2024-03-16T16:23:22.538407+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:23:23.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:23 smithi017 bash[21388]: audit 2024-03-16T16:23:22.552130+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:23.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:23 smithi142 bash[22171]: cluster 2024-03-16T16:23:21.652064+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:23.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:23 smithi142 bash[22171]: audit 2024-03-16T16:23:22.121438+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:23.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:23 smithi142 bash[22171]: audit 2024-03-16T16:23:22.129526+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:23.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:23 smithi142 bash[22171]: audit 2024-03-16T16:23:22.139355+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:23.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:23 smithi142 bash[22171]: audit 2024-03-16T16:23:22.488528+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:23.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:23 smithi142 bash[22171]: audit 2024-03-16T16:23:22.497208+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:23.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:23 smithi142 bash[22171]: audit 2024-03-16T16:23:22.525643+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:23:23.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:23 smithi142 bash[22171]: audit 2024-03-16T16:23:22.535741+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:23:23.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:23 smithi142 bash[22171]: audit 2024-03-16T16:23:22.538407+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:23:23.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:23 smithi142 bash[22171]: audit 2024-03-16T16:23:22.552130+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:23.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:23 smithi179 bash[22103]: cluster 2024-03-16T16:23:21.652064+0000 mgr.a (mgr.14152) 171 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:23.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:23 smithi179 bash[22103]: audit 2024-03-16T16:23:22.121438+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:23.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:23 smithi179 bash[22103]: audit 2024-03-16T16:23:22.129526+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:23.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:23 smithi179 bash[22103]: audit 2024-03-16T16:23:22.139355+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:23.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:23 smithi179 bash[22103]: audit 2024-03-16T16:23:22.488528+0000 mon.a (mon.0) 453 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:23.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:23 smithi179 bash[22103]: audit 2024-03-16T16:23:22.497208+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:23.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:23 smithi179 bash[22103]: audit 2024-03-16T16:23:22.525643+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:23:23.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:23 smithi179 bash[22103]: audit 2024-03-16T16:23:22.535741+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:23:23.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:23 smithi179 bash[22103]: audit 2024-03-16T16:23:22.538407+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:23:23.517 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:23 smithi179 bash[22103]: audit 2024-03-16T16:23:22.552130+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:25.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:25 smithi142 bash[22171]: cluster 2024-03-16T16:23:23.652485+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:25.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:25 smithi179 bash[22103]: cluster 2024-03-16T16:23:23.652485+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:25.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:25 smithi017 bash[21388]: cluster 2024-03-16T16:23:23.652485+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:27.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:27 smithi142 bash[22171]: cluster 2024-03-16T16:23:25.652963+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:27.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:27 smithi179 bash[22103]: cluster 2024-03-16T16:23:25.652963+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:27.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:27 smithi017 bash[21388]: cluster 2024-03-16T16:23:25.652963+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:29.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:29 smithi142 bash[22171]: cluster 2024-03-16T16:23:27.653430+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:29.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:29 smithi142 bash[22171]: audit 2024-03-16T16:23:28.741769+0000 mon.a (mon.0) 459 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-16T16:23:29.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:29 smithi142 bash[22171]: audit 2024-03-16T16:23:28.742656+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.142:6800/2031060546,v1:172.21.15.142:6801/2031060546]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-16T16:23:29.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:29 smithi179 bash[22103]: cluster 2024-03-16T16:23:27.653430+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:29.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:29 smithi179 bash[22103]: audit 2024-03-16T16:23:28.741769+0000 mon.a (mon.0) 459 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-16T16:23:29.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:29 smithi179 bash[22103]: audit 2024-03-16T16:23:28.742656+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.142:6800/2031060546,v1:172.21.15.142:6801/2031060546]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-16T16:23:29.556 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:29 smithi017 bash[21388]: cluster 2024-03-16T16:23:27.653430+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:29.556 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:29 smithi017 bash[21388]: audit 2024-03-16T16:23:28.741769+0000 mon.a (mon.0) 459 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-16T16:23:29.557 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:29 smithi017 bash[21388]: audit 2024-03-16T16:23:28.742656+0000 mon.b (mon.2) 8 : audit [INF] from='osd.1 [v2:172.21.15.142:6800/2031060546,v1:172.21.15.142:6801/2031060546]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-16T16:23:30.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:30 smithi142 bash[22171]: audit 2024-03-16T16:23:29.131797+0000 mon.a (mon.0) 460 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-16T16:23:30.189 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:30 smithi142 bash[22171]: cluster 2024-03-16T16:23:29.136695+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-16T16:23:30.189 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:30 smithi142 bash[22171]: audit 2024-03-16T16:23:29.137550+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:23:30.189 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:30 smithi142 bash[22171]: audit 2024-03-16T16:23:29.139986+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.142:6800/2031060546,v1:172.21.15.142:6801/2031060546]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-03-16T16:23:30.189 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:30 smithi142 bash[22171]: audit 2024-03-16T16:23:29.145384+0000 mon.a (mon.0) 463 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-03-16T16:23:30.448 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:30 smithi017 bash[21388]: audit 2024-03-16T16:23:29.131797+0000 mon.a (mon.0) 460 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-16T16:23:30.448 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:30 smithi017 bash[21388]: cluster 2024-03-16T16:23:29.136695+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-16T16:23:30.448 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:30 smithi017 bash[21388]: audit 2024-03-16T16:23:29.137550+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:23:30.448 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:30 smithi017 bash[21388]: audit 2024-03-16T16:23:29.139986+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.142:6800/2031060546,v1:172.21.15.142:6801/2031060546]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-03-16T16:23:30.449 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:30 smithi017 bash[21388]: audit 2024-03-16T16:23:29.145384+0000 mon.a (mon.0) 463 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-03-16T16:23:30.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:30 smithi179 bash[22103]: audit 2024-03-16T16:23:29.131797+0000 mon.a (mon.0) 460 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-16T16:23:30.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:30 smithi179 bash[22103]: cluster 2024-03-16T16:23:29.136695+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-16T16:23:30.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:30 smithi179 bash[22103]: audit 2024-03-16T16:23:29.137550+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:23:30.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:30 smithi179 bash[22103]: audit 2024-03-16T16:23:29.139986+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.142:6800/2031060546,v1:172.21.15.142:6801/2031060546]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-03-16T16:23:30.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:30 smithi179 bash[22103]: audit 2024-03-16T16:23:29.145384+0000 mon.a (mon.0) 463 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]: dispatch 2024-03-16T16:23:31.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:31 smithi142 bash[22171]: cluster 2024-03-16T16:23:29.653876+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-16T16:23:31.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:31 smithi142 bash[22171]: audit 2024-03-16T16:23:30.147254+0000 mon.a (mon.0) 464 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2024-03-16T16:23:31.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:31 smithi142 bash[22171]: cluster 2024-03-16T16:23:30.151253+0000 mon.a (mon.0) 465 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-16T16:23:31.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:31 smithi142 bash[22171]: audit 2024-03-16T16:23:30.151809+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:23:31.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:31 smithi142 bash[22171]: audit 2024-03-16T16:23:30.163285+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:23:31.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:31 smithi142 bash[22171]: audit 2024-03-16T16:23:30.675221+0000 mon.a (mon.0) 468 : audit [INF] from='osd.1 ' entity='osd.1' 2024-03-16T16:23:31.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:31 smithi179 bash[22103]: cluster 2024-03-16T16:23:29.653876+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-16T16:23:31.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:31 smithi179 bash[22103]: audit 2024-03-16T16:23:30.147254+0000 mon.a (mon.0) 464 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2024-03-16T16:23:31.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:31 smithi179 bash[22103]: cluster 2024-03-16T16:23:30.151253+0000 mon.a (mon.0) 465 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-16T16:23:31.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:31 smithi179 bash[22103]: audit 2024-03-16T16:23:30.151809+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:23:31.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:31 smithi179 bash[22103]: audit 2024-03-16T16:23:30.163285+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:23:31.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:31 smithi179 bash[22103]: audit 2024-03-16T16:23:30.675221+0000 mon.a (mon.0) 468 : audit [INF] from='osd.1 ' entity='osd.1' 2024-03-16T16:23:31.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:31 smithi017 bash[21388]: cluster 2024-03-16T16:23:29.653876+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-16T16:23:31.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:31 smithi017 bash[21388]: audit 2024-03-16T16:23:30.147254+0000 mon.a (mon.0) 464 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi142", "root=default"]}]': finished 2024-03-16T16:23:31.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:31 smithi017 bash[21388]: cluster 2024-03-16T16:23:30.151253+0000 mon.a (mon.0) 465 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-16T16:23:31.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:31 smithi017 bash[21388]: audit 2024-03-16T16:23:30.151809+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:23:31.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:31 smithi017 bash[21388]: audit 2024-03-16T16:23:30.163285+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:23:31.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:31 smithi017 bash[21388]: audit 2024-03-16T16:23:30.675221+0000 mon.a (mon.0) 468 : audit [INF] from='osd.1 ' entity='osd.1' 2024-03-16T16:23:32.421 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:32 smithi142 bash[22171]: cluster 2024-03-16T16:23:29.749114+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-16T16:23:32.421 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:32 smithi142 bash[22171]: cluster 2024-03-16T16:23:29.749235+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-16T16:23:32.422 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:32 smithi142 bash[22171]: audit 2024-03-16T16:23:31.162267+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:23:32.422 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:32 smithi142 bash[22171]: cluster 2024-03-16T16:23:31.679001+0000 mon.a (mon.0) 470 : cluster [INF] osd.1 [v2:172.21.15.142:6800/2031060546,v1:172.21.15.142:6801/2031060546] boot 2024-03-16T16:23:32.422 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:32 smithi142 bash[22171]: cluster 2024-03-16T16:23:31.679077+0000 mon.a (mon.0) 471 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-16T16:23:32.422 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:32 smithi142 bash[22171]: audit 2024-03-16T16:23:31.679269+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:23:32.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:32 smithi179 bash[22103]: cluster 2024-03-16T16:23:29.749114+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-16T16:23:32.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:32 smithi179 bash[22103]: cluster 2024-03-16T16:23:29.749235+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-16T16:23:32.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:32 smithi179 bash[22103]: audit 2024-03-16T16:23:31.162267+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:23:32.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:32 smithi179 bash[22103]: cluster 2024-03-16T16:23:31.679001+0000 mon.a (mon.0) 470 : cluster [INF] osd.1 [v2:172.21.15.142:6800/2031060546,v1:172.21.15.142:6801/2031060546] boot 2024-03-16T16:23:32.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:32 smithi179 bash[22103]: cluster 2024-03-16T16:23:31.679077+0000 mon.a (mon.0) 471 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-16T16:23:32.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:32 smithi179 bash[22103]: audit 2024-03-16T16:23:31.679269+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:23:32.609 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:32 smithi017 bash[21388]: cluster 2024-03-16T16:23:29.749114+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-16T16:23:32.609 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:32 smithi017 bash[21388]: cluster 2024-03-16T16:23:29.749235+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-16T16:23:32.609 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:32 smithi017 bash[21388]: audit 2024-03-16T16:23:31.162267+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:23:32.609 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:32 smithi017 bash[21388]: cluster 2024-03-16T16:23:31.679001+0000 mon.a (mon.0) 470 : cluster [INF] osd.1 [v2:172.21.15.142:6800/2031060546,v1:172.21.15.142:6801/2031060546] boot 2024-03-16T16:23:32.609 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:32 smithi017 bash[21388]: cluster 2024-03-16T16:23:31.679077+0000 mon.a (mon.0) 471 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-16T16:23:32.610 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:32 smithi017 bash[21388]: audit 2024-03-16T16:23:31.679269+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:23:33.174 INFO:teuthology.orchestra.run.smithi142.stdout:Created osd(s) 1 on host 'smithi142' 2024-03-16T16:23:33.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:33 smithi142 bash[22171]: cluster 2024-03-16T16:23:31.654327+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:33.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:33 smithi142 bash[22171]: cluster 2024-03-16T16:23:32.678483+0000 mon.a (mon.0) 473 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-16T16:23:33.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:33 smithi142 bash[22171]: audit 2024-03-16T16:23:33.126414+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:33.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:33 smithi142 bash[22171]: audit 2024-03-16T16:23:33.135012+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:33.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:33 smithi142 bash[22171]: audit 2024-03-16T16:23:33.153906+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:23:33.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:33 smithi179 bash[22103]: cluster 2024-03-16T16:23:31.654327+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:33.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:33 smithi179 bash[22103]: cluster 2024-03-16T16:23:32.678483+0000 mon.a (mon.0) 473 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-16T16:23:33.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:33 smithi179 bash[22103]: audit 2024-03-16T16:23:33.126414+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:33.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:33 smithi179 bash[22103]: audit 2024-03-16T16:23:33.135012+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:33.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:33 smithi179 bash[22103]: audit 2024-03-16T16:23:33.153906+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:23:33.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:33 smithi017 bash[21388]: cluster 2024-03-16T16:23:31.654327+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-16T16:23:33.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:33 smithi017 bash[21388]: cluster 2024-03-16T16:23:32.678483+0000 mon.a (mon.0) 473 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-16T16:23:33.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:33 smithi017 bash[21388]: audit 2024-03-16T16:23:33.126414+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:33.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:33 smithi017 bash[21388]: audit 2024-03-16T16:23:33.135012+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:33.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:33 smithi017 bash[21388]: audit 2024-03-16T16:23:33.153906+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:23:34.275 DEBUG:teuthology.orchestra.run.smithi142:osd.1> sudo journalctl -f -n 0 -u ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@osd.1.service 2024-03-16T16:23:34.277 INFO:tasks.cephadm:Deploying osd.2 on smithi179 with /dev/vg_nvme/lv_4... 2024-03-16T16:23:34.277 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-16T16:23:34.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:34 smithi142 bash[22171]: audit 2024-03-16T16:23:33.164518+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:23:34.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:34 smithi142 bash[22171]: cephadm 2024-03-16T16:23:33.165994+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Adjusting osd_memory_target on smithi142 to 16241M 2024-03-16T16:23:34.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:34 smithi142 bash[22171]: audit 2024-03-16T16:23:33.171758+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:34.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:34 smithi142 bash[22171]: audit 2024-03-16T16:23:33.175749+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:23:34.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:34 smithi142 bash[22171]: audit 2024-03-16T16:23:33.177614+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:23:34.439 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:34 smithi142 bash[22171]: audit 2024-03-16T16:23:33.189302+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:34.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:34 smithi179 bash[22103]: audit 2024-03-16T16:23:33.164518+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:23:34.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:34 smithi179 bash[22103]: cephadm 2024-03-16T16:23:33.165994+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Adjusting osd_memory_target on smithi142 to 16241M 2024-03-16T16:23:34.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:34 smithi179 bash[22103]: audit 2024-03-16T16:23:33.171758+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:34.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:34 smithi179 bash[22103]: audit 2024-03-16T16:23:33.175749+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:23:34.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:34 smithi179 bash[22103]: audit 2024-03-16T16:23:33.177614+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:23:34.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:34 smithi179 bash[22103]: audit 2024-03-16T16:23:33.189302+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:34.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:34 smithi017 bash[21388]: audit 2024-03-16T16:23:33.164518+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:23:34.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:34 smithi017 bash[21388]: cephadm 2024-03-16T16:23:33.165994+0000 mgr.a (mgr.14152) 177 : cephadm [INF] Adjusting osd_memory_target on smithi142 to 16241M 2024-03-16T16:23:34.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:34 smithi017 bash[21388]: audit 2024-03-16T16:23:33.171758+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:34.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:34 smithi017 bash[21388]: audit 2024-03-16T16:23:33.175749+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:23:34.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:34 smithi017 bash[21388]: audit 2024-03-16T16:23:33.177614+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:23:34.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:34 smithi017 bash[21388]: audit 2024-03-16T16:23:33.189302+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:35.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:35 smithi142 bash[22171]: cluster 2024-03-16T16:23:33.654822+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:35.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:35 smithi179 bash[22103]: cluster 2024-03-16T16:23:33.654822+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:35.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:35 smithi017 bash[21388]: cluster 2024-03-16T16:23:33.654822+0000 mgr.a (mgr.14152) 178 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:36.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:36 smithi179 bash[22103]: audit 2024-03-16T16:23:35.195218+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:36.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:36 smithi179 bash[22103]: audit 2024-03-16T16:23:35.203495+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:36.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:36 smithi179 bash[22103]: audit 2024-03-16T16:23:35.213825+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:36.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:36 smithi179 bash[22103]: audit 2024-03-16T16:23:35.218115+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:23:36.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:36 smithi179 bash[22103]: audit 2024-03-16T16:23:35.223896+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:23:36.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:36 smithi179 bash[22103]: audit 2024-03-16T16:23:35.225742+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:23:36.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:36 smithi179 bash[22103]: cluster 2024-03-16T16:23:35.229849+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:36.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:36 smithi179 bash[22103]: audit 2024-03-16T16:23:35.236407+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:36.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:36 smithi017 bash[21388]: audit 2024-03-16T16:23:35.195218+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:36.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:36 smithi017 bash[21388]: audit 2024-03-16T16:23:35.203495+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:36.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:36 smithi017 bash[21388]: audit 2024-03-16T16:23:35.213825+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:36.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:36 smithi017 bash[21388]: audit 2024-03-16T16:23:35.218115+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:23:36.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:36 smithi017 bash[21388]: audit 2024-03-16T16:23:35.223896+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:23:36.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:36 smithi017 bash[21388]: audit 2024-03-16T16:23:35.225742+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:23:36.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:36 smithi017 bash[21388]: cluster 2024-03-16T16:23:35.229849+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:36.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:36 smithi017 bash[21388]: audit 2024-03-16T16:23:35.236407+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:36.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:36 smithi142 bash[22171]: audit 2024-03-16T16:23:35.195218+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:36.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:36 smithi142 bash[22171]: audit 2024-03-16T16:23:35.203495+0000 mon.a (mon.0) 483 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:36.689 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:36 smithi142 bash[22171]: audit 2024-03-16T16:23:35.213825+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:36.689 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:36 smithi142 bash[22171]: audit 2024-03-16T16:23:35.218115+0000 mon.a (mon.0) 485 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:23:36.689 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:36 smithi142 bash[22171]: audit 2024-03-16T16:23:35.223896+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:23:36.689 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:36 smithi142 bash[22171]: audit 2024-03-16T16:23:35.225742+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:23:36.689 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:36 smithi142 bash[22171]: cluster 2024-03-16T16:23:35.229849+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:36.689 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:36 smithi142 bash[22171]: audit 2024-03-16T16:23:35.236407+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:37.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:37 smithi179 bash[22103]: cluster 2024-03-16T16:23:36.210409+0000 mon.a (mon.0) 489 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-16T16:23:37.548 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:37 smithi017 bash[21388]: cluster 2024-03-16T16:23:36.210409+0000 mon.a (mon.0) 489 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-16T16:23:37.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:37 smithi142 bash[22171]: cluster 2024-03-16T16:23:36.210409+0000 mon.a (mon.0) 489 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-16T16:23:37.979 INFO:teuthology.orchestra.run.smithi179.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.c/config 2024-03-16T16:23:38.265 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:38 smithi179 bash[22103]: cluster 2024-03-16T16:23:37.230365+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:38.373 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:38 smithi142 bash[22171]: cluster 2024-03-16T16:23:37.230365+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:38.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:38 smithi017 bash[21388]: cluster 2024-03-16T16:23:37.230365+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:39.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:39 smithi017 bash[21388]: audit 2024-03-16T16:23:38.358246+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:39.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:39 smithi017 bash[21388]: audit 2024-03-16T16:23:38.367109+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:39.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:39 smithi017 bash[21388]: audit 2024-03-16T16:23:38.377590+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:39.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:39 smithi017 bash[21388]: audit 2024-03-16T16:23:38.417758+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:23:39.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:39 smithi017 bash[21388]: audit 2024-03-16T16:23:38.423658+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:23:39.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:39 smithi017 bash[21388]: audit 2024-03-16T16:23:38.425489+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:23:39.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:39 smithi017 bash[21388]: cluster 2024-03-16T16:23:38.429056+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:39.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:39 smithi017 bash[21388]: audit 2024-03-16T16:23:38.435765+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:39.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:39 smithi142 bash[22171]: audit 2024-03-16T16:23:38.358246+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:39.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:39 smithi142 bash[22171]: audit 2024-03-16T16:23:38.367109+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:39.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:39 smithi142 bash[22171]: audit 2024-03-16T16:23:38.377590+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:39.689 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:39 smithi142 bash[22171]: audit 2024-03-16T16:23:38.417758+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:23:39.689 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:39 smithi142 bash[22171]: audit 2024-03-16T16:23:38.423658+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:23:39.689 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:39 smithi142 bash[22171]: audit 2024-03-16T16:23:38.425489+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:23:39.689 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:39 smithi142 bash[22171]: cluster 2024-03-16T16:23:38.429056+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:39.689 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:39 smithi142 bash[22171]: audit 2024-03-16T16:23:38.435765+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:39.689 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:39 smithi179 bash[22103]: audit 2024-03-16T16:23:38.358246+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:39.690 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:39 smithi179 bash[22103]: audit 2024-03-16T16:23:38.367109+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:39.690 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:39 smithi179 bash[22103]: audit 2024-03-16T16:23:38.377590+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:39.690 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:39 smithi179 bash[22103]: audit 2024-03-16T16:23:38.417758+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:23:39.690 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:39 smithi179 bash[22103]: audit 2024-03-16T16:23:38.423658+0000 mon.a (mon.0) 494 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:23:39.690 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:39 smithi179 bash[22103]: audit 2024-03-16T16:23:38.425489+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:23:39.690 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:39 smithi179 bash[22103]: cluster 2024-03-16T16:23:38.429056+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:39.690 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:39 smithi179 bash[22103]: audit 2024-03-16T16:23:38.435765+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:40.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:40 smithi179 bash[22103]: cluster 2024-03-16T16:23:39.374176+0000 mon.a (mon.0) 497 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-16T16:23:40.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:40 smithi179 bash[22103]: cluster 2024-03-16T16:23:39.374229+0000 mon.a (mon.0) 498 : cluster [INF] Cluster is now healthy 2024-03-16T16:23:40.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:40 smithi017 bash[21388]: cluster 2024-03-16T16:23:39.374176+0000 mon.a (mon.0) 497 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-16T16:23:40.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:40 smithi017 bash[21388]: cluster 2024-03-16T16:23:39.374229+0000 mon.a (mon.0) 498 : cluster [INF] Cluster is now healthy 2024-03-16T16:23:40.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:40 smithi142 bash[22171]: cluster 2024-03-16T16:23:39.374176+0000 mon.a (mon.0) 497 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-16T16:23:40.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:40 smithi142 bash[22171]: cluster 2024-03-16T16:23:39.374229+0000 mon.a (mon.0) 498 : cluster [INF] Cluster is now healthy 2024-03-16T16:23:42.015 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:41 smithi179 bash[22103]: cluster 2024-03-16T16:23:40.429535+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:42.016 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:41 smithi179 bash[22103]: audit 2024-03-16T16:23:40.937235+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:42.016 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:41 smithi179 bash[22103]: audit 2024-03-16T16:23:40.945966+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:42.016 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:41 smithi179 bash[22103]: audit 2024-03-16T16:23:40.956081+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:42.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:41 smithi142 bash[22171]: cluster 2024-03-16T16:23:40.429535+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:42.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:41 smithi142 bash[22171]: audit 2024-03-16T16:23:40.937235+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:42.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:41 smithi142 bash[22171]: audit 2024-03-16T16:23:40.945966+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:42.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:41 smithi142 bash[22171]: audit 2024-03-16T16:23:40.956081+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:42.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:41 smithi017 bash[21388]: cluster 2024-03-16T16:23:40.429535+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:42.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:41 smithi017 bash[21388]: audit 2024-03-16T16:23:40.937235+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:42.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:41 smithi017 bash[21388]: audit 2024-03-16T16:23:40.945966+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:42.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:41 smithi017 bash[21388]: audit 2024-03-16T16:23:40.956081+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:42.399 INFO:teuthology.orchestra.run.smithi179.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-16T16:23:42.400 INFO:teuthology.orchestra.run.smithi179.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-16T16:23:42.400 INFO:teuthology.orchestra.run.smithi179.stderr: stderr: 10+0 records in 2024-03-16T16:23:42.400 INFO:teuthology.orchestra.run.smithi179.stderr:10+0 records out 2024-03-16T16:23:42.400 INFO:teuthology.orchestra.run.smithi179.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.011742 s, 893 MB/s 2024-03-16T16:23:42.400 INFO:teuthology.orchestra.run.smithi179.stderr:--> Zapping successful for: 2024-03-16T16:23:43.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:43 smithi179 bash[22103]: audit 2024-03-16T16:23:42.289382+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:43.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:43 smithi179 bash[22103]: audit 2024-03-16T16:23:42.297259+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:43.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:43 smithi179 bash[22103]: audit 2024-03-16T16:23:42.307430+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:43.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:43 smithi179 bash[22103]: cluster 2024-03-16T16:23:42.430066+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:43.558 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph orch daemon add osd smithi179:vg_nvme/lv_4 2024-03-16T16:23:43.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:43 smithi017 bash[21388]: audit 2024-03-16T16:23:42.289382+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:43.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:43 smithi017 bash[21388]: audit 2024-03-16T16:23:42.297259+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:43.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:43 smithi017 bash[21388]: audit 2024-03-16T16:23:42.307430+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:43.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:43 smithi017 bash[21388]: cluster 2024-03-16T16:23:42.430066+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:43.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:43 smithi142 bash[22171]: audit 2024-03-16T16:23:42.289382+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:43.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:43 smithi142 bash[22171]: audit 2024-03-16T16:23:42.297259+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:43.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:43 smithi142 bash[22171]: audit 2024-03-16T16:23:42.307430+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:43.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:43 smithi142 bash[22171]: cluster 2024-03-16T16:23:42.430066+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:45.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:45 smithi179 bash[22103]: cluster 2024-03-16T16:23:44.430535+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:45.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:45 smithi017 bash[21388]: cluster 2024-03-16T16:23:44.430535+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:45.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:45 smithi142 bash[22171]: cluster 2024-03-16T16:23:44.430535+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:47.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:47 smithi179 bash[22103]: cluster 2024-03-16T16:23:46.430975+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:47.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:47 smithi017 bash[21388]: cluster 2024-03-16T16:23:46.430975+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:47.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:47 smithi142 bash[22171]: cluster 2024-03-16T16:23:46.430975+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:48.086 INFO:teuthology.orchestra.run.smithi179.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.c/config 2024-03-16T16:23:49.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:49 smithi179 bash[22103]: cluster 2024-03-16T16:23:48.431429+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:49.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:49 smithi017 bash[21388]: cluster 2024-03-16T16:23:48.431429+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:49.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:49 smithi142 bash[22171]: cluster 2024-03-16T16:23:48.431429+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:51.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:51 smithi017 bash[21388]: cluster 2024-03-16T16:23:50.431933+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:51.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:51 smithi017 bash[21388]: audit 2024-03-16T16:23:50.956706+0000 mgr.a (mgr.14152) 188 : audit [DBG] from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:23:51.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:51 smithi017 bash[21388]: audit 2024-03-16T16:23:50.960410+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-16T16:23:51.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:51 smithi017 bash[21388]: audit 2024-03-16T16:23:50.964086+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-16T16:23:51.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:51 smithi017 bash[21388]: audit 2024-03-16T16:23:50.965121+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:23:51.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:51 smithi179 bash[22103]: cluster 2024-03-16T16:23:50.431933+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:51.766 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:51 smithi179 bash[22103]: audit 2024-03-16T16:23:50.956706+0000 mgr.a (mgr.14152) 188 : audit [DBG] from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:23:51.766 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:51 smithi179 bash[22103]: audit 2024-03-16T16:23:50.960410+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-16T16:23:51.766 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:51 smithi179 bash[22103]: audit 2024-03-16T16:23:50.964086+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-16T16:23:51.766 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:51 smithi179 bash[22103]: audit 2024-03-16T16:23:50.965121+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:23:51.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:51 smithi142 bash[22171]: cluster 2024-03-16T16:23:50.431933+0000 mgr.a (mgr.14152) 187 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:51.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:51 smithi142 bash[22171]: audit 2024-03-16T16:23:50.956706+0000 mgr.a (mgr.14152) 188 : audit [DBG] from='client.24151 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:23:51.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:51 smithi142 bash[22171]: audit 2024-03-16T16:23:50.960410+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-16T16:23:51.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:51 smithi142 bash[22171]: audit 2024-03-16T16:23:50.964086+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-16T16:23:51.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:51 smithi142 bash[22171]: audit 2024-03-16T16:23:50.965121+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:23:53.527 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:53 smithi017 bash[21388]: cluster 2024-03-16T16:23:52.432549+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:53.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:53 smithi179 bash[22103]: cluster 2024-03-16T16:23:52.432549+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:53.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:53 smithi142 bash[22171]: cluster 2024-03-16T16:23:52.432549+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:55.761 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:55 smithi142 bash[22171]: cluster 2024-03-16T16:23:54.433070+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:55.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:55 smithi179 bash[22103]: cluster 2024-03-16T16:23:54.433070+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:55.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:55 smithi017 bash[21388]: cluster 2024-03-16T16:23:54.433070+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v133: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:57.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:57 smithi179 bash[22103]: cluster 2024-03-16T16:23:56.433574+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:57.854 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:57 smithi142 bash[22171]: cluster 2024-03-16T16:23:56.433574+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:57.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:57 smithi017 bash[21388]: cluster 2024-03-16T16:23:56.433574+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:23:59.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:58 smithi017 bash[21388]: audit 2024-03-16T16:23:57.838418+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:59.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:58 smithi017 bash[21388]: audit 2024-03-16T16:23:57.847784+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:59.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:58 smithi017 bash[21388]: audit 2024-03-16T16:23:57.858513+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:59.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:58 smithi142 bash[22171]: audit 2024-03-16T16:23:57.838418+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:59.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:58 smithi142 bash[22171]: audit 2024-03-16T16:23:57.847784+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:59.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:58 smithi142 bash[22171]: audit 2024-03-16T16:23:57.858513+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:59.265 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:58 smithi179 bash[22103]: audit 2024-03-16T16:23:57.838418+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:59.265 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:58 smithi179 bash[22103]: audit 2024-03-16T16:23:57.847784+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:23:59.265 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:58 smithi179 bash[22103]: audit 2024-03-16T16:23:57.858513+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:00.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:59 smithi017 bash[21388]: cluster 2024-03-16T16:23:58.434085+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:00.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:59 smithi017 bash[21388]: audit 2024-03-16T16:23:59.149885+0000 mon.a (mon.0) 511 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7d3b0084-600a-4dc5-a075-cfa061dce39e"}]: dispatch 2024-03-16T16:24:00.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:59 smithi017 bash[21388]: audit 2024-03-16T16:23:59.151644+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.179:0/2864201793' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7d3b0084-600a-4dc5-a075-cfa061dce39e"}]: dispatch 2024-03-16T16:24:00.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:59 smithi017 bash[21388]: audit 2024-03-16T16:23:59.153050+0000 mon.a (mon.0) 512 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7d3b0084-600a-4dc5-a075-cfa061dce39e"}]': finished 2024-03-16T16:24:00.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:59 smithi017 bash[21388]: cluster 2024-03-16T16:23:59.157908+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-16T16:24:00.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:23:59 smithi017 bash[21388]: audit 2024-03-16T16:23:59.158313+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:24:00.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:59 smithi142 bash[22171]: cluster 2024-03-16T16:23:58.434085+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:00.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:59 smithi142 bash[22171]: audit 2024-03-16T16:23:59.149885+0000 mon.a (mon.0) 511 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7d3b0084-600a-4dc5-a075-cfa061dce39e"}]: dispatch 2024-03-16T16:24:00.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:59 smithi142 bash[22171]: audit 2024-03-16T16:23:59.151644+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.179:0/2864201793' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7d3b0084-600a-4dc5-a075-cfa061dce39e"}]: dispatch 2024-03-16T16:24:00.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:59 smithi142 bash[22171]: audit 2024-03-16T16:23:59.153050+0000 mon.a (mon.0) 512 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7d3b0084-600a-4dc5-a075-cfa061dce39e"}]': finished 2024-03-16T16:24:00.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:59 smithi142 bash[22171]: cluster 2024-03-16T16:23:59.157908+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-16T16:24:00.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:23:59 smithi142 bash[22171]: audit 2024-03-16T16:23:59.158313+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:24:00.265 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:59 smithi179 bash[22103]: cluster 2024-03-16T16:23:58.434085+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:00.265 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:59 smithi179 bash[22103]: audit 2024-03-16T16:23:59.149885+0000 mon.a (mon.0) 511 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7d3b0084-600a-4dc5-a075-cfa061dce39e"}]: dispatch 2024-03-16T16:24:00.265 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:59 smithi179 bash[22103]: audit 2024-03-16T16:23:59.151644+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.179:0/2864201793' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7d3b0084-600a-4dc5-a075-cfa061dce39e"}]: dispatch 2024-03-16T16:24:00.265 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:59 smithi179 bash[22103]: audit 2024-03-16T16:23:59.153050+0000 mon.a (mon.0) 512 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7d3b0084-600a-4dc5-a075-cfa061dce39e"}]': finished 2024-03-16T16:24:00.265 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:59 smithi179 bash[22103]: cluster 2024-03-16T16:23:59.157908+0000 mon.a (mon.0) 513 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-16T16:24:00.266 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:23:59 smithi179 bash[22103]: audit 2024-03-16T16:23:59.158313+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:24:01.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:00 smithi017 bash[21388]: audit 2024-03-16T16:23:59.900738+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.179:0/129362858' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-16T16:24:01.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:00 smithi142 bash[22171]: audit 2024-03-16T16:23:59.900738+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.179:0/129362858' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-16T16:24:01.265 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:00 smithi179 bash[22103]: audit 2024-03-16T16:23:59.900738+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.179:0/129362858' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-16T16:24:02.402 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:02 smithi179 bash[22103]: cluster 2024-03-16T16:24:00.434550+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:02.402 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:02 smithi179 bash[22103]: audit 2024-03-16T16:24:01.157547+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:02.402 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:02 smithi179 bash[22103]: audit 2024-03-16T16:24:01.165910+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:02.402 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:02 smithi179 bash[22103]: audit 2024-03-16T16:24:01.175926+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:02.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:02 smithi142 bash[22171]: cluster 2024-03-16T16:24:00.434550+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:02.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:02 smithi142 bash[22171]: audit 2024-03-16T16:24:01.157547+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:02.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:02 smithi142 bash[22171]: audit 2024-03-16T16:24:01.165910+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:02.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:02 smithi142 bash[22171]: audit 2024-03-16T16:24:01.175926+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:02.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:02 smithi017 bash[21388]: cluster 2024-03-16T16:24:00.434550+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:02.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:02 smithi017 bash[21388]: audit 2024-03-16T16:24:01.157547+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:02.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:02 smithi017 bash[21388]: audit 2024-03-16T16:24:01.165910+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:02.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:02 smithi017 bash[21388]: audit 2024-03-16T16:24:01.175926+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:03.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:03 smithi179 bash[22103]: cluster 2024-03-16T16:24:02.435014+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:03.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:03 smithi179 bash[22103]: audit 2024-03-16T16:24:02.468729+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:03.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:03 smithi179 bash[22103]: audit 2024-03-16T16:24:02.476847+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:03.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:03 smithi179 bash[22103]: audit 2024-03-16T16:24:02.486786+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:03.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:03 smithi017 bash[21388]: cluster 2024-03-16T16:24:02.435014+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:03.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:03 smithi017 bash[21388]: audit 2024-03-16T16:24:02.468729+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:03.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:03 smithi017 bash[21388]: audit 2024-03-16T16:24:02.476847+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:03.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:03 smithi017 bash[21388]: audit 2024-03-16T16:24:02.486786+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:03.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:03 smithi142 bash[22171]: cluster 2024-03-16T16:24:02.435014+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:03.939 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:03 smithi142 bash[22171]: audit 2024-03-16T16:24:02.468729+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:03.939 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:03 smithi142 bash[22171]: audit 2024-03-16T16:24:02.476847+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:03.939 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:03 smithi142 bash[22171]: audit 2024-03-16T16:24:02.486786+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:05.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:05 smithi179 bash[22103]: cluster 2024-03-16T16:24:04.435445+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:05.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:05 smithi017 bash[21388]: cluster 2024-03-16T16:24:04.435445+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:05.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:05 smithi142 bash[22171]: cluster 2024-03-16T16:24:04.435445+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:07.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:07 smithi179 bash[22103]: cluster 2024-03-16T16:24:06.435887+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:07.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:07 smithi017 bash[21388]: cluster 2024-03-16T16:24:06.435887+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:07.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:07 smithi142 bash[22171]: cluster 2024-03-16T16:24:06.435887+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:09.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:09 smithi179 bash[22103]: cluster 2024-03-16T16:24:08.436359+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:09.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:09 smithi017 bash[21388]: cluster 2024-03-16T16:24:08.436359+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:09.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:09 smithi142 bash[22171]: cluster 2024-03-16T16:24:08.436359+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:11.728 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:11 smithi017 bash[21388]: cluster 2024-03-16T16:24:10.436796+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:11.728 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:11 smithi017 bash[21388]: audit 2024-03-16T16:24:10.996831+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-16T16:24:11.728 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:11 smithi017 bash[21388]: audit 2024-03-16T16:24:10.998837+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:24:11.728 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:11 smithi017 bash[21388]: cephadm 2024-03-16T16:24:11.000564+0000 mgr.a (mgr.14152) 199 : cephadm [INF] Deploying daemon osd.2 on smithi179 2024-03-16T16:24:11.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:11 smithi179 bash[22103]: cluster 2024-03-16T16:24:10.436796+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:11.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:11 smithi179 bash[22103]: audit 2024-03-16T16:24:10.996831+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-16T16:24:11.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:11 smithi179 bash[22103]: audit 2024-03-16T16:24:10.998837+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:24:11.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:11 smithi179 bash[22103]: cephadm 2024-03-16T16:24:11.000564+0000 mgr.a (mgr.14152) 199 : cephadm [INF] Deploying daemon osd.2 on smithi179 2024-03-16T16:24:11.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:11 smithi142 bash[22171]: cluster 2024-03-16T16:24:10.436796+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:11.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:11 smithi142 bash[22171]: audit 2024-03-16T16:24:10.996831+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-16T16:24:11.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:11 smithi142 bash[22171]: audit 2024-03-16T16:24:10.998837+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:24:11.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:11 smithi142 bash[22171]: cephadm 2024-03-16T16:24:11.000564+0000 mgr.a (mgr.14152) 199 : cephadm [INF] Deploying daemon osd.2 on smithi179 2024-03-16T16:24:13.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:13 smithi179 bash[22103]: cluster 2024-03-16T16:24:12.437302+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:13.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:13 smithi017 bash[21388]: cluster 2024-03-16T16:24:12.437302+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:13.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:13 smithi142 bash[22171]: cluster 2024-03-16T16:24:12.437302+0000 mgr.a (mgr.14152) 200 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:15.227 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:15 smithi179 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:24:15.480 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:15 smithi179 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:24:15.687 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:15 smithi142 bash[22171]: cluster 2024-03-16T16:24:14.437775+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:15.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:15 smithi179 bash[22103]: cluster 2024-03-16T16:24:14.437775+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:15.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:15 smithi017 bash[21388]: cluster 2024-03-16T16:24:14.437775+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:16.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:16 smithi179 bash[22103]: audit 2024-03-16T16:24:15.492045+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:16.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:16 smithi179 bash[22103]: audit 2024-03-16T16:24:15.493660+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:24:16.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:16 smithi179 bash[22103]: audit 2024-03-16T16:24:15.506885+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:16.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:16 smithi179 bash[22103]: audit 2024-03-16T16:24:15.507681+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:24:16.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:16 smithi179 bash[22103]: audit 2024-03-16T16:24:15.509927+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:24:16.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:16 smithi179 bash[22103]: audit 2024-03-16T16:24:15.522069+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:16.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:16 smithi017 bash[21388]: audit 2024-03-16T16:24:15.492045+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:16.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:16 smithi017 bash[21388]: audit 2024-03-16T16:24:15.493660+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:24:16.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:16 smithi017 bash[21388]: audit 2024-03-16T16:24:15.506885+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:16.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:16 smithi017 bash[21388]: audit 2024-03-16T16:24:15.507681+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:24:16.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:16 smithi017 bash[21388]: audit 2024-03-16T16:24:15.509927+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:24:16.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:16 smithi017 bash[21388]: audit 2024-03-16T16:24:15.522069+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:16.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:16 smithi142 bash[22171]: audit 2024-03-16T16:24:15.492045+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:16.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:16 smithi142 bash[22171]: audit 2024-03-16T16:24:15.493660+0000 mon.a (mon.0) 524 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:24:16.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:16 smithi142 bash[22171]: audit 2024-03-16T16:24:15.506885+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:16.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:16 smithi142 bash[22171]: audit 2024-03-16T16:24:15.507681+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:24:16.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:16 smithi142 bash[22171]: audit 2024-03-16T16:24:15.509927+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:24:16.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:16 smithi142 bash[22171]: audit 2024-03-16T16:24:15.522069+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:17.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:17 smithi142 bash[22171]: cluster 2024-03-16T16:24:16.438268+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:17.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:17 smithi017 bash[21388]: cluster 2024-03-16T16:24:16.438268+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:18.015 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:17 smithi179 bash[22103]: cluster 2024-03-16T16:24:16.438268+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:19.265 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:19 smithi179 bash[22103]: audit 2024-03-16T16:24:18.065855+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:19.265 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:19 smithi179 bash[22103]: audit 2024-03-16T16:24:18.074952+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:19.265 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:19 smithi179 bash[22103]: audit 2024-03-16T16:24:18.085137+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:19.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:19 smithi017 bash[21388]: audit 2024-03-16T16:24:18.065855+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:19.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:19 smithi017 bash[21388]: audit 2024-03-16T16:24:18.074952+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:19.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:19 smithi017 bash[21388]: audit 2024-03-16T16:24:18.085137+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:19.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:19 smithi142 bash[22171]: audit 2024-03-16T16:24:18.065855+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:19.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:19 smithi142 bash[22171]: audit 2024-03-16T16:24:18.074952+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:19.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:19 smithi142 bash[22171]: audit 2024-03-16T16:24:18.085137+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:20.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:20 smithi017 bash[21388]: cluster 2024-03-16T16:24:18.438766+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:20.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:20 smithi142 bash[22171]: cluster 2024-03-16T16:24:18.438766+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:20.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:20 smithi179 bash[22103]: cluster 2024-03-16T16:24:18.438766+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:22.265 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:22 smithi179 bash[22103]: cluster 2024-03-16T16:24:20.439343+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:22.265 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:22 smithi179 bash[22103]: audit 2024-03-16T16:24:21.388054+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:22.265 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:22 smithi179 bash[22103]: audit 2024-03-16T16:24:21.396696+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:22.265 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:22 smithi179 bash[22103]: audit 2024-03-16T16:24:21.406979+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:22.265 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:22 smithi179 bash[22103]: audit 2024-03-16T16:24:21.951530+0000 mon.a (mon.0) 535 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-16T16:24:22.265 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:22 smithi179 bash[22103]: audit 2024-03-16T16:24:21.953756+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.179:6800/1517904054,v1:172.21.15.179:6801/1517904054]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-16T16:24:22.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:22 smithi017 bash[21388]: cluster 2024-03-16T16:24:20.439343+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:22.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:22 smithi017 bash[21388]: audit 2024-03-16T16:24:21.388054+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:22.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:22 smithi017 bash[21388]: audit 2024-03-16T16:24:21.396696+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:22.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:22 smithi017 bash[21388]: audit 2024-03-16T16:24:21.406979+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:22.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:22 smithi017 bash[21388]: audit 2024-03-16T16:24:21.951530+0000 mon.a (mon.0) 535 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-16T16:24:22.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:22 smithi017 bash[21388]: audit 2024-03-16T16:24:21.953756+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.179:6800/1517904054,v1:172.21.15.179:6801/1517904054]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-16T16:24:22.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:22 smithi142 bash[22171]: cluster 2024-03-16T16:24:20.439343+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v147: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:22.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:22 smithi142 bash[22171]: audit 2024-03-16T16:24:21.388054+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:22.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:22 smithi142 bash[22171]: audit 2024-03-16T16:24:21.396696+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:22.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:22 smithi142 bash[22171]: audit 2024-03-16T16:24:21.406979+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:22.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:22 smithi142 bash[22171]: audit 2024-03-16T16:24:21.951530+0000 mon.a (mon.0) 535 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-16T16:24:22.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:22 smithi142 bash[22171]: audit 2024-03-16T16:24:21.953756+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.179:6800/1517904054,v1:172.21.15.179:6801/1517904054]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-16T16:24:23.666 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:23 smithi179 bash[22103]: audit 2024-03-16T16:24:22.405901+0000 mon.a (mon.0) 536 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-16T16:24:23.667 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:23 smithi179 bash[22103]: cluster 2024-03-16T16:24:22.410812+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-16T16:24:23.667 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:23 smithi179 bash[22103]: audit 2024-03-16T16:24:22.411276+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:24:23.667 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:23 smithi179 bash[22103]: audit 2024-03-16T16:24:22.412790+0000 mon.a (mon.0) 539 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-03-16T16:24:23.667 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:23 smithi179 bash[22103]: audit 2024-03-16T16:24:22.415004+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.179:6800/1517904054,v1:172.21.15.179:6801/1517904054]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-03-16T16:24:23.667 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:23 smithi179 bash[22103]: cluster 2024-03-16T16:24:22.439913+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:23.667 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:23 smithi179 bash[22103]: audit 2024-03-16T16:24:22.633484+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:23.667 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:23 smithi179 bash[22103]: audit 2024-03-16T16:24:22.641365+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:23.667 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:23 smithi179 bash[22103]: cephadm 2024-03-16T16:24:22.644365+0000 mgr.a (mgr.14152) 206 : cephadm [INF] Detected new or changed devices on smithi179 2024-03-16T16:24:23.667 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:23 smithi179 bash[22103]: audit 2024-03-16T16:24:22.651743+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:23.667 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:23 smithi179 bash[22103]: audit 2024-03-16T16:24:22.652610+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:24:23.667 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:23 smithi179 bash[22103]: audit 2024-03-16T16:24:22.658856+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:24:23.667 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:23 smithi179 bash[22103]: audit 2024-03-16T16:24:22.660548+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:24:23.667 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:23 smithi179 bash[22103]: audit 2024-03-16T16:24:22.672752+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:23.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:23 smithi142 bash[22171]: audit 2024-03-16T16:24:22.405901+0000 mon.a (mon.0) 536 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-16T16:24:23.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:23 smithi142 bash[22171]: cluster 2024-03-16T16:24:22.410812+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-16T16:24:23.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:23 smithi142 bash[22171]: audit 2024-03-16T16:24:22.411276+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:24:23.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:23 smithi142 bash[22171]: audit 2024-03-16T16:24:22.412790+0000 mon.a (mon.0) 539 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-03-16T16:24:23.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:23 smithi142 bash[22171]: audit 2024-03-16T16:24:22.415004+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.179:6800/1517904054,v1:172.21.15.179:6801/1517904054]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-03-16T16:24:23.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:23 smithi142 bash[22171]: cluster 2024-03-16T16:24:22.439913+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:23.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:23 smithi142 bash[22171]: audit 2024-03-16T16:24:22.633484+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:23.689 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:23 smithi142 bash[22171]: audit 2024-03-16T16:24:22.641365+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:23.689 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:23 smithi142 bash[22171]: cephadm 2024-03-16T16:24:22.644365+0000 mgr.a (mgr.14152) 206 : cephadm [INF] Detected new or changed devices on smithi179 2024-03-16T16:24:23.689 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:23 smithi142 bash[22171]: audit 2024-03-16T16:24:22.651743+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:23.689 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:23 smithi142 bash[22171]: audit 2024-03-16T16:24:22.652610+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:24:23.689 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:23 smithi142 bash[22171]: audit 2024-03-16T16:24:22.658856+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:24:23.689 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:23 smithi142 bash[22171]: audit 2024-03-16T16:24:22.660548+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:24:23.689 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:23 smithi142 bash[22171]: audit 2024-03-16T16:24:22.672752+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:23.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:23 smithi017 bash[21388]: audit 2024-03-16T16:24:22.405901+0000 mon.a (mon.0) 536 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-16T16:24:23.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:23 smithi017 bash[21388]: cluster 2024-03-16T16:24:22.410812+0000 mon.a (mon.0) 537 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-16T16:24:23.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:23 smithi017 bash[21388]: audit 2024-03-16T16:24:22.411276+0000 mon.a (mon.0) 538 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:24:23.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:23 smithi017 bash[21388]: audit 2024-03-16T16:24:22.412790+0000 mon.a (mon.0) 539 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-03-16T16:24:23.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:23 smithi017 bash[21388]: audit 2024-03-16T16:24:22.415004+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.179:6800/1517904054,v1:172.21.15.179:6801/1517904054]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-03-16T16:24:23.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:23 smithi017 bash[21388]: cluster 2024-03-16T16:24:22.439913+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:23.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:23 smithi017 bash[21388]: audit 2024-03-16T16:24:22.633484+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:23.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:23 smithi017 bash[21388]: audit 2024-03-16T16:24:22.641365+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:23.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:23 smithi017 bash[21388]: cephadm 2024-03-16T16:24:22.644365+0000 mgr.a (mgr.14152) 206 : cephadm [INF] Detected new or changed devices on smithi179 2024-03-16T16:24:23.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:23 smithi017 bash[21388]: audit 2024-03-16T16:24:22.651743+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:23.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:23 smithi017 bash[21388]: audit 2024-03-16T16:24:22.652610+0000 mon.a (mon.0) 543 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:24:23.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:23 smithi017 bash[21388]: audit 2024-03-16T16:24:22.658856+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:24:23.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:23 smithi017 bash[21388]: audit 2024-03-16T16:24:22.660548+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:24:23.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:23 smithi017 bash[21388]: audit 2024-03-16T16:24:22.672752+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:24.668 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:24 smithi179 bash[22103]: audit 2024-03-16T16:24:23.414149+0000 mon.a (mon.0) 547 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2024-03-16T16:24:24.668 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:24 smithi179 bash[22103]: cluster 2024-03-16T16:24:23.421255+0000 mon.a (mon.0) 548 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-16T16:24:24.668 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:24 smithi179 bash[22103]: audit 2024-03-16T16:24:23.422051+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:24:24.669 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:24 smithi179 bash[22103]: audit 2024-03-16T16:24:23.429576+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:24:24.669 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:24 smithi179 bash[22103]: audit 2024-03-16T16:24:23.900034+0000 mon.a (mon.0) 551 : audit [INF] from='osd.2 ' entity='osd.2' 2024-03-16T16:24:24.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:24 smithi142 bash[22171]: audit 2024-03-16T16:24:23.414149+0000 mon.a (mon.0) 547 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2024-03-16T16:24:24.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:24 smithi142 bash[22171]: cluster 2024-03-16T16:24:23.421255+0000 mon.a (mon.0) 548 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-16T16:24:24.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:24 smithi142 bash[22171]: audit 2024-03-16T16:24:23.422051+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:24:24.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:24 smithi142 bash[22171]: audit 2024-03-16T16:24:23.429576+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:24:24.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:24 smithi142 bash[22171]: audit 2024-03-16T16:24:23.900034+0000 mon.a (mon.0) 551 : audit [INF] from='osd.2 ' entity='osd.2' 2024-03-16T16:24:24.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:24 smithi017 bash[21388]: audit 2024-03-16T16:24:23.414149+0000 mon.a (mon.0) 547 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2024-03-16T16:24:24.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:24 smithi017 bash[21388]: cluster 2024-03-16T16:24:23.421255+0000 mon.a (mon.0) 548 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-16T16:24:24.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:24 smithi017 bash[21388]: audit 2024-03-16T16:24:23.422051+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:24:24.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:24 smithi017 bash[21388]: audit 2024-03-16T16:24:23.429576+0000 mon.a (mon.0) 550 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:24:24.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:24 smithi017 bash[21388]: audit 2024-03-16T16:24:23.900034+0000 mon.a (mon.0) 551 : audit [INF] from='osd.2 ' entity='osd.2' 2024-03-16T16:24:25.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:25 smithi142 bash[22171]: cluster 2024-03-16T16:24:22.979668+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-16T16:24:25.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:25 smithi142 bash[22171]: cluster 2024-03-16T16:24:22.979809+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-16T16:24:25.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:25 smithi142 bash[22171]: audit 2024-03-16T16:24:24.428705+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:24:25.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:25 smithi142 bash[22171]: cluster 2024-03-16T16:24:24.440381+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:25.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:25 smithi142 bash[22171]: cluster 2024-03-16T16:24:24.904019+0000 mon.a (mon.0) 553 : cluster [INF] osd.2 [v2:172.21.15.179:6800/1517904054,v1:172.21.15.179:6801/1517904054] boot 2024-03-16T16:24:25.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:25 smithi142 bash[22171]: cluster 2024-03-16T16:24:24.904118+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-16T16:24:25.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:25 smithi142 bash[22171]: audit 2024-03-16T16:24:24.904333+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:24:25.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:25 smithi179 bash[22103]: cluster 2024-03-16T16:24:22.979668+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-16T16:24:25.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:25 smithi179 bash[22103]: cluster 2024-03-16T16:24:22.979809+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-16T16:24:25.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:25 smithi179 bash[22103]: audit 2024-03-16T16:24:24.428705+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:24:25.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:25 smithi179 bash[22103]: cluster 2024-03-16T16:24:24.440381+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:25.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:25 smithi179 bash[22103]: cluster 2024-03-16T16:24:24.904019+0000 mon.a (mon.0) 553 : cluster [INF] osd.2 [v2:172.21.15.179:6800/1517904054,v1:172.21.15.179:6801/1517904054] boot 2024-03-16T16:24:25.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:25 smithi179 bash[22103]: cluster 2024-03-16T16:24:24.904118+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-16T16:24:25.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:25 smithi179 bash[22103]: audit 2024-03-16T16:24:24.904333+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:24:25.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:25 smithi017 bash[21388]: cluster 2024-03-16T16:24:22.979668+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-16T16:24:25.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:25 smithi017 bash[21388]: cluster 2024-03-16T16:24:22.979809+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-16T16:24:25.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:25 smithi017 bash[21388]: audit 2024-03-16T16:24:24.428705+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:24:25.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:25 smithi017 bash[21388]: cluster 2024-03-16T16:24:24.440381+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v151: 0 pgs: ; 0 B data, 57 MiB used, 179 GiB / 179 GiB avail 2024-03-16T16:24:25.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:25 smithi017 bash[21388]: cluster 2024-03-16T16:24:24.904019+0000 mon.a (mon.0) 553 : cluster [INF] osd.2 [v2:172.21.15.179:6800/1517904054,v1:172.21.15.179:6801/1517904054] boot 2024-03-16T16:24:25.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:25 smithi017 bash[21388]: cluster 2024-03-16T16:24:24.904118+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-16T16:24:25.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:25 smithi017 bash[21388]: audit 2024-03-16T16:24:24.904333+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:24:26.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:26 smithi179 bash[22103]: audit 2024-03-16T16:24:25.823019+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' 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-16T16:24:26.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:26 smithi179 bash[22103]: audit 2024-03-16T16:24:26.271538+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' 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-16T16:24:26.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:26 smithi179 bash[22103]: cluster 2024-03-16T16:24:26.276793+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-16T16:24:26.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:26 smithi179 bash[22103]: audit 2024-03-16T16:24:26.278339+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-16T16:24:26.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:26 smithi142 bash[22171]: audit 2024-03-16T16:24:25.823019+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' 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-16T16:24:26.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:26 smithi142 bash[22171]: audit 2024-03-16T16:24:26.271538+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' 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-16T16:24:26.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:26 smithi142 bash[22171]: cluster 2024-03-16T16:24:26.276793+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-16T16:24:26.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:26 smithi142 bash[22171]: audit 2024-03-16T16:24:26.278339+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-16T16:24:26.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:26 smithi017 bash[21388]: audit 2024-03-16T16:24:25.823019+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' 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-16T16:24:26.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:26 smithi017 bash[21388]: audit 2024-03-16T16:24:26.271538+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' 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-16T16:24:26.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:26 smithi017 bash[21388]: cluster 2024-03-16T16:24:26.276793+0000 mon.a (mon.0) 558 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-16T16:24:26.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:26 smithi017 bash[21388]: audit 2024-03-16T16:24:26.278339+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-16T16:24:27.687 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:27 smithi142 bash[22171]: cluster 2024-03-16T16:24:26.440908+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:27.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:27 smithi142 bash[22171]: audit 2024-03-16T16:24:27.274018+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-16T16:24:27.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:27 smithi142 bash[22171]: cluster 2024-03-16T16:24:27.279082+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-16T16:24:27.714 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:27 smithi179 bash[22103]: cluster 2024-03-16T16:24:26.440908+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:27.714 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:27 smithi179 bash[22103]: audit 2024-03-16T16:24:27.274018+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-16T16:24:27.714 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:27 smithi179 bash[22103]: cluster 2024-03-16T16:24:27.279082+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-16T16:24:27.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:27 smithi017 bash[21388]: cluster 2024-03-16T16:24:26.440908+0000 mgr.a (mgr.14152) 208 : cluster [DBG] pgmap v154: 1 pgs: 1 unknown; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:27.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:27 smithi017 bash[21388]: audit 2024-03-16T16:24:27.274018+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-16T16:24:27.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:27 smithi017 bash[21388]: cluster 2024-03-16T16:24:27.279082+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-16T16:24:28.687 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:28 smithi142 bash[22171]: cluster 2024-03-16T16:24:27.426625+0000 mon.a (mon.0) 562 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-16T16:24:28.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:28 smithi142 bash[22171]: cluster 2024-03-16T16:24:28.281042+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-16T16:24:28.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:28 smithi179 bash[22103]: cluster 2024-03-16T16:24:27.426625+0000 mon.a (mon.0) 562 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-16T16:24:28.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:28 smithi179 bash[22103]: cluster 2024-03-16T16:24:28.281042+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-16T16:24:28.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:28 smithi017 bash[21388]: cluster 2024-03-16T16:24:27.426625+0000 mon.a (mon.0) 562 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-16T16:24:28.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:28 smithi017 bash[21388]: cluster 2024-03-16T16:24:28.281042+0000 mon.a (mon.0) 563 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-16T16:24:29.081 INFO:teuthology.orchestra.run.smithi179.stdout:Created osd(s) 2 on host 'smithi179' 2024-03-16T16:24:29.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:29 smithi179 bash[22103]: cluster 2024-03-16T16:24:28.441396+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v157: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:29.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:29 smithi179 bash[22103]: cluster 2024-03-16T16:24:28.457984+0000 mon.a (mon.0) 564 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-16T16:24:29.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:29 smithi179 bash[22103]: audit 2024-03-16T16:24:28.473100+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:29.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:29 smithi179 bash[22103]: audit 2024-03-16T16:24:29.050537+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:29.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:29 smithi179 bash[22103]: audit 2024-03-16T16:24:29.058547+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:29.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:29 smithi179 bash[22103]: audit 2024-03-16T16:24:29.060598+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:24:29.766 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:29 smithi179 bash[22103]: audit 2024-03-16T16:24:29.066731+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi179", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:24:29.766 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:29 smithi179 bash[22103]: audit 2024-03-16T16:24:29.068797+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:24:29.766 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:29 smithi179 bash[22103]: audit 2024-03-16T16:24:29.070773+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:24:29.766 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:29 smithi179 bash[22103]: cluster 2024-03-16T16:24:29.076328+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v158: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:29.766 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:29 smithi179 bash[22103]: audit 2024-03-16T16:24:29.082840+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:29.766 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:29 smithi179 bash[22103]: audit 2024-03-16T16:24:29.393710+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:29.766 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:29 smithi179 bash[22103]: cluster 2024-03-16T16:24:29.437851+0000 mon.a (mon.0) 574 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-16T16:24:29.766 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:29 smithi179 bash[22103]: cluster 2024-03-16T16:24:29.437905+0000 mon.a (mon.0) 575 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-16T16:24:29.782 DEBUG:teuthology.orchestra.run.smithi179:osd.2> sudo journalctl -f -n 0 -u ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@osd.2.service 2024-03-16T16:24:29.784 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-03-16T16:24:29.785 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph osd stat -f json 2024-03-16T16:24:29.797 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:29 smithi017 bash[21388]: cluster 2024-03-16T16:24:28.441396+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v157: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:29.797 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:29 smithi017 bash[21388]: cluster 2024-03-16T16:24:28.457984+0000 mon.a (mon.0) 564 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-16T16:24:29.797 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:29 smithi017 bash[21388]: audit 2024-03-16T16:24:28.473100+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:29.797 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:29 smithi017 bash[21388]: audit 2024-03-16T16:24:29.050537+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:29.797 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:29 smithi017 bash[21388]: audit 2024-03-16T16:24:29.058547+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:29.797 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:29 smithi017 bash[21388]: audit 2024-03-16T16:24:29.060598+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:24:29.797 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:29 smithi017 bash[21388]: audit 2024-03-16T16:24:29.066731+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi179", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:24:29.797 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:29 smithi017 bash[21388]: audit 2024-03-16T16:24:29.068797+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:24:29.797 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:29 smithi017 bash[21388]: audit 2024-03-16T16:24:29.070773+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:24:29.797 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:29 smithi017 bash[21388]: cluster 2024-03-16T16:24:29.076328+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v158: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:29.798 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:29 smithi017 bash[21388]: audit 2024-03-16T16:24:29.082840+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:29.798 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:29 smithi017 bash[21388]: audit 2024-03-16T16:24:29.393710+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:29.798 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:29 smithi017 bash[21388]: cluster 2024-03-16T16:24:29.437851+0000 mon.a (mon.0) 574 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-16T16:24:29.798 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:29 smithi017 bash[21388]: cluster 2024-03-16T16:24:29.437905+0000 mon.a (mon.0) 575 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-16T16:24:29.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:29 smithi142 bash[22171]: cluster 2024-03-16T16:24:28.441396+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v157: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:29.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:29 smithi142 bash[22171]: cluster 2024-03-16T16:24:28.457984+0000 mon.a (mon.0) 564 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-16T16:24:29.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:29 smithi142 bash[22171]: audit 2024-03-16T16:24:28.473100+0000 mon.a (mon.0) 565 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:29.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:29 smithi142 bash[22171]: audit 2024-03-16T16:24:29.050537+0000 mon.a (mon.0) 566 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:29.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:29 smithi142 bash[22171]: audit 2024-03-16T16:24:29.058547+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:29.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:29 smithi142 bash[22171]: audit 2024-03-16T16:24:29.060598+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:24:29.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:29 smithi142 bash[22171]: audit 2024-03-16T16:24:29.066731+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi179", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:24:29.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:29 smithi142 bash[22171]: audit 2024-03-16T16:24:29.068797+0000 mon.a (mon.0) 570 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:24:29.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:29 smithi142 bash[22171]: audit 2024-03-16T16:24:29.070773+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:24:29.939 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:29 smithi142 bash[22171]: cluster 2024-03-16T16:24:29.076328+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v158: 1 pgs: 1 creating+peering; 0 B data, 84 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:29.939 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:29 smithi142 bash[22171]: audit 2024-03-16T16:24:29.082840+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:29.939 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:29 smithi142 bash[22171]: audit 2024-03-16T16:24:29.393710+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:29.939 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:29 smithi142 bash[22171]: cluster 2024-03-16T16:24:29.437851+0000 mon.a (mon.0) 574 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-16T16:24:29.939 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:29 smithi142 bash[22171]: cluster 2024-03-16T16:24:29.437905+0000 mon.a (mon.0) 575 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-16T16:24:33.187 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:33 smithi142 bash[22171]: audit 2024-03-16T16:24:30.324510+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:33.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:33 smithi142 bash[22171]: audit 2024-03-16T16:24:30.327227+0000 mon.a (mon.0) 577 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-16T16:24:33.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:33 smithi142 bash[22171]: cluster 2024-03-16T16:24:31.076825+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v159: 1 pgs: 1 creating+peering; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:33.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:33 smithi142 bash[22171]: audit 2024-03-16T16:24:31.270941+0000 mon.a (mon.0) 578 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-16T16:24:33.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:33 smithi142 bash[22171]: audit 2024-03-16T16:24:31.272596+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:24:33.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:33 smithi142 bash[22171]: audit 2024-03-16T16:24:31.272926+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:24:33.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:33 smithi142 bash[22171]: audit 2024-03-16T16:24:31.273253+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:24:33.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:33 smithi142 bash[22171]: audit 2024-03-16T16:24:31.276778+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:24:33.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:33 smithi142 bash[22171]: audit 2024-03-16T16:24:31.277129+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:24:33.188 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:33 smithi142 bash[22171]: audit 2024-03-16T16:24:31.277356+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:24:33.306 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:33 smithi017 bash[21388]: audit 2024-03-16T16:24:30.324510+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:33.306 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:33 smithi017 bash[21388]: audit 2024-03-16T16:24:30.327227+0000 mon.a (mon.0) 577 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-16T16:24:33.309 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:33 smithi017 bash[21388]: cluster 2024-03-16T16:24:31.076825+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v159: 1 pgs: 1 creating+peering; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:33.309 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:33 smithi017 bash[21388]: audit 2024-03-16T16:24:31.270941+0000 mon.a (mon.0) 578 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-16T16:24:33.309 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:33 smithi017 bash[21388]: audit 2024-03-16T16:24:31.272596+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:24:33.310 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:33 smithi017 bash[21388]: audit 2024-03-16T16:24:31.272926+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:24:33.310 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:33 smithi017 bash[21388]: audit 2024-03-16T16:24:31.273253+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:24:33.310 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:33 smithi017 bash[21388]: audit 2024-03-16T16:24:31.276778+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:24:33.310 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:33 smithi017 bash[21388]: audit 2024-03-16T16:24:31.277129+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:24:33.310 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:33 smithi017 bash[21388]: audit 2024-03-16T16:24:31.277356+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:24:33.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:33 smithi179 bash[22103]: audit 2024-03-16T16:24:30.324510+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:33.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:33 smithi179 bash[22103]: audit 2024-03-16T16:24:30.327227+0000 mon.a (mon.0) 577 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-16T16:24:33.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:33 smithi179 bash[22103]: cluster 2024-03-16T16:24:31.076825+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v159: 1 pgs: 1 creating+peering; 0 B data, 89 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:33.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:33 smithi179 bash[22103]: audit 2024-03-16T16:24:31.270941+0000 mon.a (mon.0) 578 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-16T16:24:33.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:33 smithi179 bash[22103]: audit 2024-03-16T16:24:31.272596+0000 mon.a (mon.0) 579 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:24:33.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:33 smithi179 bash[22103]: audit 2024-03-16T16:24:31.272926+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:24:33.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:33 smithi179 bash[22103]: audit 2024-03-16T16:24:31.273253+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:24:33.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:33 smithi179 bash[22103]: audit 2024-03-16T16:24:31.276778+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:24:33.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:33 smithi179 bash[22103]: audit 2024-03-16T16:24:31.277129+0000 mon.a (mon.0) 583 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:24:33.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:33 smithi179 bash[22103]: audit 2024-03-16T16:24:31.277356+0000 mon.a (mon.0) 584 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:24:34.144 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:34 smithi142 bash[22171]: audit 2024-03-16T16:24:31.279738+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-16T16:24:34.145 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:34 smithi142 bash[22171]: audit 2024-03-16T16:24:32.142531+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-16T16:24:34.145 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:34 smithi142 bash[22171]: audit 2024-03-16T16:24:32.148099+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:24:34.145 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:34 smithi142 bash[22171]: audit 2024-03-16T16:24:32.148525+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-16T16:24:34.145 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:34 smithi142 bash[22171]: audit 2024-03-16T16:24:32.148724+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:24:34.145 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:34 smithi142 bash[22171]: audit 2024-03-16T16:24:32.149317+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:24:34.145 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:34 smithi142 bash[22171]: audit 2024-03-16T16:24:33.036894+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-16T16:24:34.145 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:34 smithi142 bash[22171]: audit 2024-03-16T16:24:33.044785+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:34.145 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:34 smithi142 bash[22171]: audit 2024-03-16T16:24:33.052408+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:34.145 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:34 smithi142 bash[22171]: audit 2024-03-16T16:24:33.061137+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:34.145 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:34 smithi142 bash[22171]: audit 2024-03-16T16:24:33.063384+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:24:34.145 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:34 smithi142 bash[22171]: audit 2024-03-16T16:24:33.067824+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:24:34.145 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:34 smithi142 bash[22171]: audit 2024-03-16T16:24:33.069157+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:24:34.146 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:34 smithi142 bash[22171]: cluster 2024-03-16T16:24:33.072121+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:34.146 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:34 smithi142 bash[22171]: audit 2024-03-16T16:24:33.078425+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:34.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:34 smithi017 bash[21388]: audit 2024-03-16T16:24:31.279738+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-16T16:24:34.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:34 smithi017 bash[21388]: audit 2024-03-16T16:24:32.142531+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-16T16:24:34.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:34 smithi017 bash[21388]: audit 2024-03-16T16:24:32.148099+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:24:34.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:34 smithi017 bash[21388]: audit 2024-03-16T16:24:32.148525+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-16T16:24:34.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:34 smithi017 bash[21388]: audit 2024-03-16T16:24:32.148724+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:24:34.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:34 smithi017 bash[21388]: audit 2024-03-16T16:24:32.149317+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:24:34.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:34 smithi017 bash[21388]: audit 2024-03-16T16:24:33.036894+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-16T16:24:34.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:34 smithi017 bash[21388]: audit 2024-03-16T16:24:33.044785+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:34.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:34 smithi017 bash[21388]: audit 2024-03-16T16:24:33.052408+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:34.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:34 smithi017 bash[21388]: audit 2024-03-16T16:24:33.061137+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:34.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:34 smithi017 bash[21388]: audit 2024-03-16T16:24:33.063384+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:24:34.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:34 smithi017 bash[21388]: audit 2024-03-16T16:24:33.067824+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:24:34.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:34 smithi017 bash[21388]: audit 2024-03-16T16:24:33.069157+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:24:34.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:34 smithi017 bash[21388]: cluster 2024-03-16T16:24:33.072121+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:34.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:34 smithi017 bash[21388]: audit 2024-03-16T16:24:33.078425+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:34.514 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:24:34.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:34 smithi179 bash[22103]: audit 2024-03-16T16:24:31.279738+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-16T16:24:34.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:34 smithi179 bash[22103]: audit 2024-03-16T16:24:32.142531+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-16T16:24:34.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:34 smithi179 bash[22103]: audit 2024-03-16T16:24:32.148099+0000 mon.a (mon.0) 585 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:24:34.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:34 smithi179 bash[22103]: audit 2024-03-16T16:24:32.148525+0000 mon.b (mon.2) 10 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-16T16:24:34.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:34 smithi179 bash[22103]: audit 2024-03-16T16:24:32.148724+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:24:34.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:34 smithi179 bash[22103]: audit 2024-03-16T16:24:32.149317+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:24:34.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:34 smithi179 bash[22103]: audit 2024-03-16T16:24:33.036894+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-16T16:24:34.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:34 smithi179 bash[22103]: audit 2024-03-16T16:24:33.044785+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:34.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:34 smithi179 bash[22103]: audit 2024-03-16T16:24:33.052408+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:34.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:34 smithi179 bash[22103]: audit 2024-03-16T16:24:33.061137+0000 mon.a (mon.0) 590 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:34.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:34 smithi179 bash[22103]: audit 2024-03-16T16:24:33.063384+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:24:34.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:34 smithi179 bash[22103]: audit 2024-03-16T16:24:33.067824+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:24:34.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:34 smithi179 bash[22103]: audit 2024-03-16T16:24:33.069157+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:24:34.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:34 smithi179 bash[22103]: cluster 2024-03-16T16:24:33.072121+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:34.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:34 smithi179 bash[22103]: audit 2024-03-16T16:24:33.078425+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:35.255 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:35 smithi017 bash[21388]: cluster 2024-03-16T16:24:34.059250+0000 mon.a (mon.0) 595 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-16T16:24:35.256 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:35 smithi017 bash[21388]: cluster 2024-03-16T16:24:34.059298+0000 mon.a (mon.0) 596 : cluster [INF] Cluster is now healthy 2024-03-16T16:24:35.289 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:35 smithi142 bash[22171]: cluster 2024-03-16T16:24:34.059250+0000 mon.a (mon.0) 595 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-16T16:24:35.289 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:35 smithi142 bash[22171]: cluster 2024-03-16T16:24:34.059298+0000 mon.a (mon.0) 596 : cluster [INF] Cluster is now healthy 2024-03-16T16:24:35.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:35 smithi179 bash[22103]: cluster 2024-03-16T16:24:34.059250+0000 mon.a (mon.0) 595 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-16T16:24:35.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:35 smithi179 bash[22103]: cluster 2024-03-16T16:24:34.059298+0000 mon.a (mon.0) 596 : cluster [INF] Cluster is now healthy 2024-03-16T16:24:36.289 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:36 smithi017 bash[21388]: cluster 2024-03-16T16:24:35.072611+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:36.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:36 smithi142 bash[22171]: cluster 2024-03-16T16:24:35.072611+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:36.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:36 smithi179 bash[22103]: cluster 2024-03-16T16:24:35.072611+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:37.863 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-03-16T16:24:38.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:38 smithi017 bash[21388]: cluster 2024-03-16T16:24:37.073154+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:38.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:38 smithi017 bash[21388]: audit 2024-03-16T16:24:37.869062+0000 mon.a (mon.0) 597 : audit [DBG] from='client.? 172.21.15.17:0/3200059792' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-16T16:24:38.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:38 smithi142 bash[22171]: cluster 2024-03-16T16:24:37.073154+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:38.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:38 smithi142 bash[22171]: audit 2024-03-16T16:24:37.869062+0000 mon.a (mon.0) 597 : audit [DBG] from='client.? 172.21.15.17:0/3200059792' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-16T16:24:38.502 INFO:teuthology.orchestra.run.smithi017.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1710606264,"num_in_osds":3,"osd_in_since":1710606239,"num_remapped_pgs":0} 2024-03-16T16:24:38.503 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph osd dump --format=json 2024-03-16T16:24:38.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:38 smithi179 bash[22103]: cluster 2024-03-16T16:24:37.073154+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:38.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:38 smithi179 bash[22103]: audit 2024-03-16T16:24:37.869062+0000 mon.a (mon.0) 597 : audit [DBG] from='client.? 172.21.15.17:0/3200059792' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-16T16:24:39.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:39 smithi017 bash[21388]: audit 2024-03-16T16:24:38.293076+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:39.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:39 smithi017 bash[21388]: audit 2024-03-16T16:24:38.300169+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:39.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:39 smithi017 bash[21388]: audit 2024-03-16T16:24:38.307877+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:39.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:39 smithi017 bash[21388]: cluster 2024-03-16T16:24:39.073681+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2024-03-16T16:24:39.687 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:39 smithi142 bash[22171]: audit 2024-03-16T16:24:38.293076+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:39.687 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:39 smithi142 bash[22171]: audit 2024-03-16T16:24:38.300169+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:39.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:39 smithi142 bash[22171]: audit 2024-03-16T16:24:38.307877+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:39.688 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:39 smithi142 bash[22171]: cluster 2024-03-16T16:24:39.073681+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2024-03-16T16:24:39.764 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:39 smithi179 bash[22103]: audit 2024-03-16T16:24:38.293076+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:39.764 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:39 smithi179 bash[22103]: audit 2024-03-16T16:24:38.300169+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:39.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:39 smithi179 bash[22103]: audit 2024-03-16T16:24:38.307877+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:39.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:39 smithi179 bash[22103]: cluster 2024-03-16T16:24:39.073681+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 44 KiB/s wr, 3 op/s 2024-03-16T16:24:42.334 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:24:42.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:42 smithi142 bash[22171]: cluster 2024-03-16T16:24:41.074240+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2024-03-16T16:24:42.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:42 smithi142 bash[22171]: audit 2024-03-16T16:24:41.608286+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:42.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:42 smithi142 bash[22171]: audit 2024-03-16T16:24:41.617089+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:42.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:42 smithi142 bash[22171]: audit 2024-03-16T16:24:41.627463+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:42.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:42 smithi179 bash[22103]: cluster 2024-03-16T16:24:41.074240+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2024-03-16T16:24:42.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:42 smithi179 bash[22103]: audit 2024-03-16T16:24:41.608286+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:42.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:42 smithi179 bash[22103]: audit 2024-03-16T16:24:41.617089+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:42.515 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:42 smithi179 bash[22103]: audit 2024-03-16T16:24:41.627463+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:42.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:42 smithi017 bash[21388]: cluster 2024-03-16T16:24:41.074240+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 2 op/s 2024-03-16T16:24:42.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:42 smithi017 bash[21388]: audit 2024-03-16T16:24:41.608286+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:42.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:42 smithi017 bash[21388]: audit 2024-03-16T16:24:41.617089+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:42.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:42 smithi017 bash[21388]: audit 2024-03-16T16:24:41.627463+0000 mon.a (mon.0) 603 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:44.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:44 smithi017 bash[21388]: cluster 2024-03-16T16:24:43.074808+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2024-03-16T16:24:44.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:44 smithi142 bash[22171]: cluster 2024-03-16T16:24:43.074808+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2024-03-16T16:24:44.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:44 smithi179 bash[22103]: cluster 2024-03-16T16:24:43.074808+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 921 B/s rd, 26 KiB/s wr, 2 op/s 2024-03-16T16:24:44.941 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-03-16T16:24:44.941 INFO:teuthology.orchestra.run.smithi017.stdout:{"epoch":21,"fsid":"a0ca21ee-e3b0-11ee-95c9-87774f69a715","created":"2024-03-16T16:18:29.911249+0000","modified":"2024-03-16T16:24:28.273936+0000","last_up_change":"2024-03-16T16:24:24.896165+0000","last_in_change":"2024-03-16T16:23:59.150848+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-16T16:24:26.268929+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":"ca9ac12b-b8e9-41a2-bc85-3303bf0b834d","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.17:6802","nonce":2508059520},{"type":"v1","addr":"172.21.15.17:6803","nonce":2508059520}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6804","nonce":2508059520},{"type":"v1","addr":"172.21.15.17:6805","nonce":2508059520}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6808","nonce":2508059520},{"type":"v1","addr":"172.21.15.17:6809","nonce":2508059520}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6806","nonce":2508059520},{"type":"v1","addr":"172.21.15.17:6807","nonce":2508059520}]},"public_addr":"172.21.15.17:6803/2508059520","cluster_addr":"172.21.15.17:6805/2508059520","heartbeat_back_addr":"172.21.15.17:6809/2508059520","heartbeat_front_addr":"172.21.15.17:6807/2508059520","state":["exists","up"]},{"osd":1,"uuid":"1907b16d-075b-4ca1-b44b-fc5684788b57","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.142:6800","nonce":2031060546},{"type":"v1","addr":"172.21.15.142:6801","nonce":2031060546}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6802","nonce":2031060546},{"type":"v1","addr":"172.21.15.142:6803","nonce":2031060546}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6806","nonce":2031060546},{"type":"v1","addr":"172.21.15.142:6807","nonce":2031060546}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6804","nonce":2031060546},{"type":"v1","addr":"172.21.15.142:6805","nonce":2031060546}]},"public_addr":"172.21.15.142:6801/2031060546","cluster_addr":"172.21.15.142:6803/2031060546","heartbeat_back_addr":"172.21.15.142:6807/2031060546","heartbeat_front_addr":"172.21.15.142:6805/2031060546","state":["exists","up"]},{"osd":2,"uuid":"7d3b0084-600a-4dc5-a075-cfa061dce39e","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.179:6800","nonce":1517904054},{"type":"v1","addr":"172.21.15.179:6801","nonce":1517904054}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6802","nonce":1517904054},{"type":"v1","addr":"172.21.15.179:6803","nonce":1517904054}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6806","nonce":1517904054},{"type":"v1","addr":"172.21.15.179:6807","nonce":1517904054}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6804","nonce":1517904054},{"type":"v1","addr":"172.21.15.179:6805","nonce":1517904054}]},"public_addr":"172.21.15.179:6801/1517904054","cluster_addr":"172.21.15.179:6803/1517904054","heartbeat_back_addr":"172.21.15.179:6807/1517904054","heartbeat_front_addr":"172.21.15.179:6805/1517904054","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-16T16:22:39.862514+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-16T16:23:29.749241+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-16T16:24:22.979815+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.17:0/817765100":"2024-03-17T16:19:37.596981+0000","172.21.15.17:6800/1861105593":"2024-03-17T16:19:37.596981+0000","172.21.15.17:0/2269976160":"2024-03-17T16:19:37.596981+0000","172.21.15.17:6801/1294117447":"2024-03-17T16:19:02.568824+0000","172.21.15.17:6800/1294117447":"2024-03-17T16:19:02.568824+0000","172.21.15.17:0/243330635":"2024-03-17T16:19:02.568824+0000","172.21.15.17:6801/1861105593":"2024-03-17T16:19:37.596981+0000","172.21.15.17:0/3636495636":"2024-03-17T16:19:37.596981+0000","172.21.15.17:0/3765616051":"2024-03-17T16:19:02.568824+0000","172.21.15.17:0/2249724888":"2024-03-17T16:19:02.568824+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-16T16:24:45.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:45 smithi017 bash[21388]: audit 2024-03-16T16:24:44.946568+0000 mon.a (mon.0) 604 : audit [DBG] from='client.? 172.21.15.17:0/2350177449' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-16T16:24:45.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:45 smithi142 bash[22171]: audit 2024-03-16T16:24:44.946568+0000 mon.a (mon.0) 604 : audit [DBG] from='client.? 172.21.15.17:0/2350177449' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-16T16:24:45.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:45 smithi179 bash[22103]: audit 2024-03-16T16:24:44.946568+0000 mon.a (mon.0) 604 : audit [DBG] from='client.? 172.21.15.17:0/2350177449' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-16T16:24:45.585 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-03-16T16:24:26.268929+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-16T16:24:45.585 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-03-16T16:24:46.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:46 smithi142 bash[22171]: cluster 2024-03-16T16:24:45.075320+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-03-16T16:24:46.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:46 smithi179 bash[22103]: cluster 2024-03-16T16:24:45.075320+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-03-16T16:24:46.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:46 smithi017 bash[21388]: cluster 2024-03-16T16:24:45.075320+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-03-16T16:24:48.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:48 smithi142 bash[22171]: cluster 2024-03-16T16:24:47.075864+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-03-16T16:24:48.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:48 smithi179 bash[22103]: cluster 2024-03-16T16:24:47.075864+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-03-16T16:24:48.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:48 smithi017 bash[21388]: cluster 2024-03-16T16:24:47.075864+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-03-16T16:24:50.312 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:24:50.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:50 smithi142 bash[22171]: cluster 2024-03-16T16:24:49.076443+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-03-16T16:24:50.472 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:50 smithi179 bash[22103]: cluster 2024-03-16T16:24:49.076443+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-03-16T16:24:50.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:50 smithi017 bash[21388]: cluster 2024-03-16T16:24:49.076443+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail; 767 B/s rd, 22 KiB/s wr, 1 op/s 2024-03-16T16:24:51.764 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:51 smithi179 bash[22103]: audit 2024-03-16T16:24:50.458316+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:51.764 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:51 smithi179 bash[22103]: audit 2024-03-16T16:24:50.466556+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:51.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:51 smithi179 bash[22103]: audit 2024-03-16T16:24:50.476991+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:51.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:51 smithi179 bash[22103]: cluster 2024-03-16T16:24:51.076987+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:51.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:51 smithi017 bash[21388]: audit 2024-03-16T16:24:50.458316+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:51.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:51 smithi017 bash[21388]: audit 2024-03-16T16:24:50.466556+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:51.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:51 smithi017 bash[21388]: audit 2024-03-16T16:24:50.476991+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:51.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:51 smithi017 bash[21388]: cluster 2024-03-16T16:24:51.076987+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:51.937 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:51 smithi142 bash[22171]: audit 2024-03-16T16:24:50.458316+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:51.937 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:51 smithi142 bash[22171]: audit 2024-03-16T16:24:50.466556+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:51.937 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:51 smithi142 bash[22171]: audit 2024-03-16T16:24:50.476991+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:51.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:51 smithi142 bash[22171]: cluster 2024-03-16T16:24:51.076987+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:53.019 INFO:teuthology.orchestra.run.smithi017.stdout:pg_num: 1 2024-03-16T16:24:53.378 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:53 smithi017 bash[21388]: audit 2024-03-16T16:24:53.026003+0000 mon.a (mon.0) 608 : audit [DBG] from='client.? 172.21.15.17:0/3258915951' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-16T16:24:53.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:53 smithi142 bash[22171]: audit 2024-03-16T16:24:53.026003+0000 mon.a (mon.0) 608 : audit [DBG] from='client.? 172.21.15.17:0/3258915951' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-16T16:24:53.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:53 smithi179 bash[22103]: audit 2024-03-16T16:24:53.026003+0000 mon.a (mon.0) 608 : audit [DBG] from='client.? 172.21.15.17:0/3258915951' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-16T16:24:54.039 INFO:tasks.cephadm:Setting up client nodes... 2024-03-16T16:24:54.039 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-16T16:24:54.039 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-16T16:24:54.039 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph mgr dump --format=json 2024-03-16T16:24:54.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:54 smithi017 bash[21388]: cluster 2024-03-16T16:24:53.077331+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:54.426 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:54 smithi142 bash[22171]: cluster 2024-03-16T16:24:53.077331+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:54.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:54 smithi179 bash[22103]: cluster 2024-03-16T16:24:53.077331+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:56.187 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:56 smithi142 bash[22171]: cluster 2024-03-16T16:24:55.077844+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:56.437 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:56 smithi017 bash[21388]: cluster 2024-03-16T16:24:55.077844+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:56.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:56 smithi179 bash[22103]: cluster 2024-03-16T16:24:55.077844+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:58.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:58 smithi142 bash[22171]: cluster 2024-03-16T16:24:57.078364+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:58.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:58 smithi179 bash[22103]: cluster 2024-03-16T16:24:57.078364+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:58.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:58 smithi017 bash[21388]: cluster 2024-03-16T16:24:57.078364+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:59.764 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:59 smithi179 bash[22103]: audit 2024-03-16T16:24:58.518501+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:59.764 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:59 smithi179 bash[22103]: audit 2024-03-16T16:24:58.527326+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:59.764 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:59 smithi179 bash[22103]: audit 2024-03-16T16:24:58.537586+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:59.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:24:59 smithi179 bash[22103]: cluster 2024-03-16T16:24:59.078919+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:59.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:59 smithi017 bash[21388]: audit 2024-03-16T16:24:58.518501+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:59.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:59 smithi017 bash[21388]: audit 2024-03-16T16:24:58.527326+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:59.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:59 smithi017 bash[21388]: audit 2024-03-16T16:24:58.537586+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:59.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:24:59 smithi017 bash[21388]: cluster 2024-03-16T16:24:59.078919+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:24:59.910 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:24:59.937 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:59 smithi142 bash[22171]: audit 2024-03-16T16:24:58.518501+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:59.937 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:59 smithi142 bash[22171]: audit 2024-03-16T16:24:58.527326+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:59.937 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:59 smithi142 bash[22171]: audit 2024-03-16T16:24:58.537586+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:24:59.937 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:24:59 smithi142 bash[22171]: cluster 2024-03-16T16:24:59.078919+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:02.418 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:02 smithi179 bash[22103]: cluster 2024-03-16T16:25:01.079438+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:02.418 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:02 smithi179 bash[22103]: audit 2024-03-16T16:25:01.779071+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:02.419 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:02 smithi179 bash[22103]: audit 2024-03-16T16:25:01.787380+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:02.419 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:02 smithi179 bash[22103]: audit 2024-03-16T16:25:01.797419+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:02.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:02 smithi142 bash[22171]: cluster 2024-03-16T16:25:01.079438+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:02.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:02 smithi142 bash[22171]: audit 2024-03-16T16:25:01.779071+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:02.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:02 smithi142 bash[22171]: audit 2024-03-16T16:25:01.787380+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:02.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:02 smithi142 bash[22171]: audit 2024-03-16T16:25:01.797419+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:02.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:02 smithi017 bash[21388]: cluster 2024-03-16T16:25:01.079438+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:02.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:02 smithi017 bash[21388]: audit 2024-03-16T16:25:01.779071+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:02.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:02 smithi017 bash[21388]: audit 2024-03-16T16:25:01.787380+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:02.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:02 smithi017 bash[21388]: audit 2024-03-16T16:25:01.797419+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:02.735 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-03-16T16:25:03.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:03 smithi142 bash[22171]: audit 2024-03-16T16:25:02.731448+0000 mon.a (mon.0) 615 : audit [DBG] from='client.? 172.21.15.17:0/3630581299' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-16T16:25:03.471 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:03 smithi017 bash[21388]: audit 2024-03-16T16:25:02.731448+0000 mon.a (mon.0) 615 : audit [DBG] from='client.? 172.21.15.17:0/3630581299' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-16T16:25:03.472 INFO:teuthology.orchestra.run.smithi017.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6800","nonce":2372027885},{"type":"v1","addr":"172.21.15.17:6801","nonce":2372027885}]},"active_addr":"172.21.15.17:6801/2372027885","active_change":"2024-03-16T16:19:37.597227+0000","active_mgr_features":4540701547738038271,"available":true,"standbys":[{"gid":24107,"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/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":[]},"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/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":[]},"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.17: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.17:0","nonce":430923358}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.17:0","nonce":2659851810}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.17:0","nonce":1625952752}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.17:0","nonce":2167314594}]}]} 2024-03-16T16:25:03.479 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-16T16:25:03.479 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-16T16:25:03.479 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph osd dump --format=json 2024-03-16T16:25:03.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:03 smithi179 bash[22103]: audit 2024-03-16T16:25:02.731448+0000 mon.a (mon.0) 615 : audit [DBG] from='client.? 172.21.15.17:0/3630581299' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-16T16:25:04.264 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:04 smithi179 bash[22103]: cluster 2024-03-16T16:25:03.080035+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:04.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:04 smithi142 bash[22171]: cluster 2024-03-16T16:25:03.080035+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:04.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:04 smithi017 bash[21388]: cluster 2024-03-16T16:25:03.080035+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:06.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:06 smithi142 bash[22171]: cluster 2024-03-16T16:25:05.080568+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:06.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:06 smithi179 bash[22103]: cluster 2024-03-16T16:25:05.080568+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:06.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:06 smithi017 bash[21388]: cluster 2024-03-16T16:25:05.080568+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:08.201 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:25:08.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:08 smithi142 bash[22171]: cluster 2024-03-16T16:25:07.081112+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:08.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:08 smithi179 bash[22103]: cluster 2024-03-16T16:25:07.081112+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:08.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:08 smithi017 bash[21388]: cluster 2024-03-16T16:25:07.081112+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:10.401 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:10 smithi017 bash[21388]: cluster 2024-03-16T16:25:09.081503+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:10.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:10 smithi142 bash[22171]: cluster 2024-03-16T16:25:09.081503+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:10.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:10 smithi179 bash[22103]: cluster 2024-03-16T16:25:09.081503+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:10.789 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-03-16T16:25:10.789 INFO:teuthology.orchestra.run.smithi017.stdout:{"epoch":21,"fsid":"a0ca21ee-e3b0-11ee-95c9-87774f69a715","created":"2024-03-16T16:18:29.911249+0000","modified":"2024-03-16T16:24:28.273936+0000","last_up_change":"2024-03-16T16:24:24.896165+0000","last_in_change":"2024-03-16T16:23:59.150848+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-16T16:24:26.268929+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":"ca9ac12b-b8e9-41a2-bc85-3303bf0b834d","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.17:6802","nonce":2508059520},{"type":"v1","addr":"172.21.15.17:6803","nonce":2508059520}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6804","nonce":2508059520},{"type":"v1","addr":"172.21.15.17:6805","nonce":2508059520}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6808","nonce":2508059520},{"type":"v1","addr":"172.21.15.17:6809","nonce":2508059520}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6806","nonce":2508059520},{"type":"v1","addr":"172.21.15.17:6807","nonce":2508059520}]},"public_addr":"172.21.15.17:6803/2508059520","cluster_addr":"172.21.15.17:6805/2508059520","heartbeat_back_addr":"172.21.15.17:6809/2508059520","heartbeat_front_addr":"172.21.15.17:6807/2508059520","state":["exists","up"]},{"osd":1,"uuid":"1907b16d-075b-4ca1-b44b-fc5684788b57","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.142:6800","nonce":2031060546},{"type":"v1","addr":"172.21.15.142:6801","nonce":2031060546}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6802","nonce":2031060546},{"type":"v1","addr":"172.21.15.142:6803","nonce":2031060546}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6806","nonce":2031060546},{"type":"v1","addr":"172.21.15.142:6807","nonce":2031060546}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6804","nonce":2031060546},{"type":"v1","addr":"172.21.15.142:6805","nonce":2031060546}]},"public_addr":"172.21.15.142:6801/2031060546","cluster_addr":"172.21.15.142:6803/2031060546","heartbeat_back_addr":"172.21.15.142:6807/2031060546","heartbeat_front_addr":"172.21.15.142:6805/2031060546","state":["exists","up"]},{"osd":2,"uuid":"7d3b0084-600a-4dc5-a075-cfa061dce39e","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.179:6800","nonce":1517904054},{"type":"v1","addr":"172.21.15.179:6801","nonce":1517904054}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6802","nonce":1517904054},{"type":"v1","addr":"172.21.15.179:6803","nonce":1517904054}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6806","nonce":1517904054},{"type":"v1","addr":"172.21.15.179:6807","nonce":1517904054}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6804","nonce":1517904054},{"type":"v1","addr":"172.21.15.179:6805","nonce":1517904054}]},"public_addr":"172.21.15.179:6801/1517904054","cluster_addr":"172.21.15.179:6803/1517904054","heartbeat_back_addr":"172.21.15.179:6807/1517904054","heartbeat_front_addr":"172.21.15.179:6805/1517904054","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-16T16:22:39.862514+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-16T16:23:29.749241+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-16T16:24:22.979815+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.17:0/817765100":"2024-03-17T16:19:37.596981+0000","172.21.15.17:6800/1861105593":"2024-03-17T16:19:37.596981+0000","172.21.15.17:0/2269976160":"2024-03-17T16:19:37.596981+0000","172.21.15.17:6801/1294117447":"2024-03-17T16:19:02.568824+0000","172.21.15.17:6800/1294117447":"2024-03-17T16:19:02.568824+0000","172.21.15.17:0/243330635":"2024-03-17T16:19:02.568824+0000","172.21.15.17:6801/1861105593":"2024-03-17T16:19:37.596981+0000","172.21.15.17:0/3636495636":"2024-03-17T16:19:37.596981+0000","172.21.15.17:0/3765616051":"2024-03-17T16:19:02.568824+0000","172.21.15.17:0/2249724888":"2024-03-17T16:19:02.568824+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-16T16:25:11.462 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-16T16:25:11.462 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph osd dump --format=json 2024-03-16T16:25:11.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:11 smithi017 bash[21388]: audit 2024-03-16T16:25:10.683190+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:11.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:11 smithi017 bash[21388]: audit 2024-03-16T16:25:10.690284+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:11.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:11 smithi017 bash[21388]: audit 2024-03-16T16:25:10.698450+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:11.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:11 smithi017 bash[21388]: audit 2024-03-16T16:25:10.793280+0000 mon.a (mon.0) 619 : audit [DBG] from='client.? 172.21.15.17:0/2645403514' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-16T16:25:11.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:11 smithi017 bash[21388]: cluster 2024-03-16T16:25:11.082015+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:11.937 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:11 smithi142 bash[22171]: audit 2024-03-16T16:25:10.683190+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:11.937 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:11 smithi142 bash[22171]: audit 2024-03-16T16:25:10.690284+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:11.937 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:11 smithi142 bash[22171]: audit 2024-03-16T16:25:10.698450+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:11.937 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:11 smithi142 bash[22171]: audit 2024-03-16T16:25:10.793280+0000 mon.a (mon.0) 619 : audit [DBG] from='client.? 172.21.15.17:0/2645403514' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-16T16:25:11.937 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:11 smithi142 bash[22171]: cluster 2024-03-16T16:25:11.082015+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:12.014 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:11 smithi179 bash[22103]: audit 2024-03-16T16:25:10.683190+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:12.014 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:11 smithi179 bash[22103]: audit 2024-03-16T16:25:10.690284+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:12.014 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:11 smithi179 bash[22103]: audit 2024-03-16T16:25:10.698450+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:12.014 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:11 smithi179 bash[22103]: audit 2024-03-16T16:25:10.793280+0000 mon.a (mon.0) 619 : audit [DBG] from='client.? 172.21.15.17:0/2645403514' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-16T16:25:12.014 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:11 smithi179 bash[22103]: cluster 2024-03-16T16:25:11.082015+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:14.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:14 smithi142 bash[22171]: cluster 2024-03-16T16:25:13.082645+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:14.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:14 smithi179 bash[22103]: cluster 2024-03-16T16:25:13.082645+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:14.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:14 smithi017 bash[21388]: cluster 2024-03-16T16:25:13.082645+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:16.187 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:16 smithi142 bash[22171]: cluster 2024-03-16T16:25:15.083204+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:16.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:16 smithi179 bash[22103]: cluster 2024-03-16T16:25:15.083204+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:16.542 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:16 smithi017 bash[21388]: cluster 2024-03-16T16:25:15.083204+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:17.374 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:25:18.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:18 smithi017 bash[21388]: cluster 2024-03-16T16:25:17.083730+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:18.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:18 smithi142 bash[22171]: cluster 2024-03-16T16:25:17.083730+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:18.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:18 smithi179 bash[22103]: cluster 2024-03-16T16:25:17.083730+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:19.893 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-03-16T16:25:19.893 INFO:teuthology.orchestra.run.smithi017.stdout:{"epoch":21,"fsid":"a0ca21ee-e3b0-11ee-95c9-87774f69a715","created":"2024-03-16T16:18:29.911249+0000","modified":"2024-03-16T16:24:28.273936+0000","last_up_change":"2024-03-16T16:24:24.896165+0000","last_in_change":"2024-03-16T16:23:59.150848+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-16T16:24:26.268929+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":"ca9ac12b-b8e9-41a2-bc85-3303bf0b834d","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.17:6802","nonce":2508059520},{"type":"v1","addr":"172.21.15.17:6803","nonce":2508059520}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6804","nonce":2508059520},{"type":"v1","addr":"172.21.15.17:6805","nonce":2508059520}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6808","nonce":2508059520},{"type":"v1","addr":"172.21.15.17:6809","nonce":2508059520}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.17:6806","nonce":2508059520},{"type":"v1","addr":"172.21.15.17:6807","nonce":2508059520}]},"public_addr":"172.21.15.17:6803/2508059520","cluster_addr":"172.21.15.17:6805/2508059520","heartbeat_back_addr":"172.21.15.17:6809/2508059520","heartbeat_front_addr":"172.21.15.17:6807/2508059520","state":["exists","up"]},{"osd":1,"uuid":"1907b16d-075b-4ca1-b44b-fc5684788b57","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.142:6800","nonce":2031060546},{"type":"v1","addr":"172.21.15.142:6801","nonce":2031060546}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6802","nonce":2031060546},{"type":"v1","addr":"172.21.15.142:6803","nonce":2031060546}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6806","nonce":2031060546},{"type":"v1","addr":"172.21.15.142:6807","nonce":2031060546}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.142:6804","nonce":2031060546},{"type":"v1","addr":"172.21.15.142:6805","nonce":2031060546}]},"public_addr":"172.21.15.142:6801/2031060546","cluster_addr":"172.21.15.142:6803/2031060546","heartbeat_back_addr":"172.21.15.142:6807/2031060546","heartbeat_front_addr":"172.21.15.142:6805/2031060546","state":["exists","up"]},{"osd":2,"uuid":"7d3b0084-600a-4dc5-a075-cfa061dce39e","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.179:6800","nonce":1517904054},{"type":"v1","addr":"172.21.15.179:6801","nonce":1517904054}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6802","nonce":1517904054},{"type":"v1","addr":"172.21.15.179:6803","nonce":1517904054}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6806","nonce":1517904054},{"type":"v1","addr":"172.21.15.179:6807","nonce":1517904054}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6804","nonce":1517904054},{"type":"v1","addr":"172.21.15.179:6805","nonce":1517904054}]},"public_addr":"172.21.15.179:6801/1517904054","cluster_addr":"172.21.15.179:6803/1517904054","heartbeat_back_addr":"172.21.15.179:6807/1517904054","heartbeat_front_addr":"172.21.15.179:6805/1517904054","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-16T16:22:39.862514+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-16T16:23:29.749241+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-16T16:24:22.979815+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.17:0/817765100":"2024-03-17T16:19:37.596981+0000","172.21.15.17:6800/1861105593":"2024-03-17T16:19:37.596981+0000","172.21.15.17:0/2269976160":"2024-03-17T16:19:37.596981+0000","172.21.15.17:6801/1294117447":"2024-03-17T16:19:02.568824+0000","172.21.15.17:6800/1294117447":"2024-03-17T16:19:02.568824+0000","172.21.15.17:0/243330635":"2024-03-17T16:19:02.568824+0000","172.21.15.17:6801/1861105593":"2024-03-17T16:19:37.596981+0000","172.21.15.17:0/3636495636":"2024-03-17T16:19:37.596981+0000","172.21.15.17:0/3765616051":"2024-03-17T16:19:02.568824+0000","172.21.15.17:0/2249724888":"2024-03-17T16:19:02.568824+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-16T16:25:20.014 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:19 smithi179 bash[22103]: audit 2024-03-16T16:25:18.752789+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:20.014 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:19 smithi179 bash[22103]: audit 2024-03-16T16:25:18.759195+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:20.015 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:19 smithi179 bash[22103]: audit 2024-03-16T16:25:18.767257+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:20.015 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:19 smithi179 bash[22103]: cluster 2024-03-16T16:25:19.084264+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:20.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:19 smithi017 bash[21388]: audit 2024-03-16T16:25:18.752789+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:20.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:19 smithi017 bash[21388]: audit 2024-03-16T16:25:18.759195+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:20.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:19 smithi017 bash[21388]: audit 2024-03-16T16:25:18.767257+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:20.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:19 smithi017 bash[21388]: cluster 2024-03-16T16:25:19.084264+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:20.187 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:19 smithi142 bash[22171]: audit 2024-03-16T16:25:18.752789+0000 mon.a (mon.0) 620 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:20.187 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:19 smithi142 bash[22171]: audit 2024-03-16T16:25:18.759195+0000 mon.a (mon.0) 621 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:20.187 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:19 smithi142 bash[22171]: audit 2024-03-16T16:25:18.767257+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:20.187 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:19 smithi142 bash[22171]: cluster 2024-03-16T16:25:19.084264+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:20.600 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-03-16T16:25:20.600 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-03-16T16:25:20.601 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-03-16T16:25:20.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:20 smithi017 bash[21388]: audit 2024-03-16T16:25:19.897966+0000 mon.a (mon.0) 623 : audit [DBG] from='client.? 172.21.15.17:0/312081493' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-16T16:25:21.014 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:20 smithi179 bash[22103]: audit 2024-03-16T16:25:19.897966+0000 mon.a (mon.0) 623 : audit [DBG] from='client.? 172.21.15.17:0/312081493' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-16T16:25:21.187 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:20 smithi142 bash[22171]: audit 2024-03-16T16:25:19.897966+0000 mon.a (mon.0) 623 : audit [DBG] from='client.? 172.21.15.17:0/312081493' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-16T16:25:22.023 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:21 smithi017 bash[21388]: cluster 2024-03-16T16:25:21.084808+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:22.187 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:21 smithi142 bash[22171]: cluster 2024-03-16T16:25:21.084808+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:22.264 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:21 smithi179 bash[22103]: cluster 2024-03-16T16:25:21.084808+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:23.265 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:23 smithi179 bash[22103]: audit 2024-03-16T16:25:22.007901+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:23.265 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:23 smithi179 bash[22103]: audit 2024-03-16T16:25:22.016888+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:23.265 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:23 smithi179 bash[22103]: audit 2024-03-16T16:25:22.026954+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:23.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:23 smithi017 bash[21388]: audit 2024-03-16T16:25:22.007901+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:23.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:23 smithi017 bash[21388]: audit 2024-03-16T16:25:22.016888+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:23.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:23 smithi017 bash[21388]: audit 2024-03-16T16:25:22.026954+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:23.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:23 smithi142 bash[22171]: audit 2024-03-16T16:25:22.007901+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:23.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:23 smithi142 bash[22171]: audit 2024-03-16T16:25:22.016888+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:23.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:23 smithi142 bash[22171]: audit 2024-03-16T16:25:22.026954+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:24.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:24 smithi017 bash[21388]: cluster 2024-03-16T16:25:23.085473+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:24.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:24 smithi142 bash[22171]: cluster 2024-03-16T16:25:23.085473+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:24.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:24 smithi179 bash[22103]: cluster 2024-03-16T16:25:23.085473+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:25.099 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:25:25.099 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:25:25.100 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:25:26.440 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:26 smithi142 bash[22171]: cluster 2024-03-16T16:25:25.085997+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:26.445 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:26 smithi017 bash[21388]: cluster 2024-03-16T16:25:25.085997+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:26.516 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:26 smithi179 bash[22103]: cluster 2024-03-16T16:25:25.085997+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:27.467 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:27 smithi017 bash[21388]: cluster 2024-03-16T16:25:27.086540+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:27.687 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:27 smithi142 bash[22171]: cluster 2024-03-16T16:25:27.086540+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:27.764 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:27 smithi179 bash[22103]: cluster 2024-03-16T16:25:27.086540+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:30.438 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:30 smithi142 bash[22171]: cluster 2024-03-16T16:25:29.087051+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:30.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:30 smithi179 bash[22103]: cluster 2024-03-16T16:25:29.087051+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:30.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:30 smithi017 bash[21388]: cluster 2024-03-16T16:25:29.087051+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:30.976 INFO:teuthology.orchestra.run.smithi017.stdout:55834574875 2024-03-16T16:25:30.977 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-03-16T16:25:31.428 INFO:teuthology.orchestra.run.smithi017.stdout:77309411344 2024-03-16T16:25:31.429 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-03-16T16:25:31.482 INFO:teuthology.orchestra.run.smithi017.stdout:34359738405 2024-03-16T16:25:31.483 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-03-16T16:25:32.187 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:31 smithi142 bash[22171]: audit 2024-03-16T16:25:30.902638+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:32.187 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:31 smithi142 bash[22171]: audit 2024-03-16T16:25:30.910895+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:32.187 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:31 smithi142 bash[22171]: audit 2024-03-16T16:25:30.920838+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:32.187 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:31 smithi142 bash[22171]: cluster 2024-03-16T16:25:31.087514+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:32.264 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:31 smithi179 bash[22103]: audit 2024-03-16T16:25:30.902638+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:32.264 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:31 smithi179 bash[22103]: audit 2024-03-16T16:25:30.910895+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:32.264 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:31 smithi179 bash[22103]: audit 2024-03-16T16:25:30.920838+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:32.264 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:31 smithi179 bash[22103]: cluster 2024-03-16T16:25:31.087514+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:32.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:31 smithi017 bash[21388]: audit 2024-03-16T16:25:30.902638+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:32.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:31 smithi017 bash[21388]: audit 2024-03-16T16:25:30.910895+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:32.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:31 smithi017 bash[21388]: audit 2024-03-16T16:25:30.920838+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:32.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:31 smithi017 bash[21388]: cluster 2024-03-16T16:25:31.087514+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:34.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:34 smithi142 bash[22171]: cluster 2024-03-16T16:25:33.088035+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:34.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:34 smithi142 bash[22171]: audit 2024-03-16T16:25:33.187816+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:25:34.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:34 smithi142 bash[22171]: audit 2024-03-16T16:25:33.194836+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:25:34.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:34 smithi142 bash[22171]: audit 2024-03-16T16:25:33.196018+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:25:34.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:34 smithi142 bash[22171]: audit 2024-03-16T16:25:33.202824+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:34.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:34 smithi179 bash[22103]: cluster 2024-03-16T16:25:33.088035+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:34.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:34 smithi179 bash[22103]: audit 2024-03-16T16:25:33.187816+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:25:34.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:34 smithi179 bash[22103]: audit 2024-03-16T16:25:33.194836+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:25:34.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:34 smithi179 bash[22103]: audit 2024-03-16T16:25:33.196018+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:25:34.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:34 smithi179 bash[22103]: audit 2024-03-16T16:25:33.202824+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:34.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:34 smithi017 bash[21388]: cluster 2024-03-16T16:25:33.088035+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:34.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:34 smithi017 bash[21388]: audit 2024-03-16T16:25:33.187816+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:25:34.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:34 smithi017 bash[21388]: audit 2024-03-16T16:25:33.194836+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:25:34.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:34 smithi017 bash[21388]: audit 2024-03-16T16:25:33.196018+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:25:34.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:34 smithi017 bash[21388]: audit 2024-03-16T16:25:33.202824+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:35.706 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:25:35.707 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:25:35.707 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:25:36.400 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:36 smithi017 bash[21388]: cluster 2024-03-16T16:25:35.088434+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:36.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:36 smithi142 bash[22171]: cluster 2024-03-16T16:25:35.088434+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:36.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:36 smithi179 bash[22103]: cluster 2024-03-16T16:25:35.088434+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:38.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:38 smithi142 bash[22171]: cluster 2024-03-16T16:25:37.088817+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:38.442 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:38 smithi017 bash[21388]: cluster 2024-03-16T16:25:37.088817+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:38.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:38 smithi179 bash[22103]: cluster 2024-03-16T16:25:37.088817+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:40.264 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:39 smithi179 bash[22103]: audit 2024-03-16T16:25:38.952222+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:40.264 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:39 smithi179 bash[22103]: audit 2024-03-16T16:25:38.958882+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:40.264 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:39 smithi179 bash[22103]: audit 2024-03-16T16:25:38.965183+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:40.264 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:39 smithi179 bash[22103]: cluster 2024-03-16T16:25:39.089333+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:40.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:39 smithi017 bash[21388]: audit 2024-03-16T16:25:38.952222+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:40.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:39 smithi017 bash[21388]: audit 2024-03-16T16:25:38.958882+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:40.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:39 smithi017 bash[21388]: audit 2024-03-16T16:25:38.965183+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:40.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:39 smithi017 bash[21388]: cluster 2024-03-16T16:25:39.089333+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:40.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:39 smithi142 bash[22171]: audit 2024-03-16T16:25:38.952222+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:40.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:39 smithi142 bash[22171]: audit 2024-03-16T16:25:38.958882+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:40.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:39 smithi142 bash[22171]: audit 2024-03-16T16:25:38.965183+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:40.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:39 smithi142 bash[22171]: cluster 2024-03-16T16:25:39.089333+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:41.054 INFO:teuthology.orchestra.run.smithi017.stdout:55834574877 2024-03-16T16:25:41.272 INFO:teuthology.orchestra.run.smithi017.stdout:34359738407 2024-03-16T16:25:41.331 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:41 smithi017 bash[21388]: audit 2024-03-16T16:25:41.061209+0000 mon.a (mon.0) 637 : audit [DBG] from='client.? 172.21.15.17:0/1931535140' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-16T16:25:41.411 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:41 smithi179 bash[22103]: audit 2024-03-16T16:25:41.061209+0000 mon.a (mon.0) 637 : audit [DBG] from='client.? 172.21.15.17:0/1931535140' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-16T16:25:41.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:41 smithi142 bash[22171]: audit 2024-03-16T16:25:41.061209+0000 mon.a (mon.0) 637 : audit [DBG] from='client.? 172.21.15.17:0/1931535140' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-16T16:25:41.439 INFO:teuthology.orchestra.run.smithi017.stdout:77309411347 2024-03-16T16:25:42.160 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574875 got 55834574877 for osd.1 2024-03-16T16:25:42.161 DEBUG:teuthology.parallel:result is None 2024-03-16T16:25:42.248 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738405 got 34359738407 for osd.0 2024-03-16T16:25:42.248 DEBUG:teuthology.parallel:result is None 2024-03-16T16:25:42.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:42 smithi142 bash[22171]: cluster 2024-03-16T16:25:41.089700+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:42.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:42 smithi142 bash[22171]: audit 2024-03-16T16:25:41.278671+0000 mon.a (mon.0) 638 : audit [DBG] from='client.? 172.21.15.17:0/3514678353' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-16T16:25:42.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:42 smithi142 bash[22171]: audit 2024-03-16T16:25:41.446000+0000 mon.a (mon.0) 639 : audit [DBG] from='client.? 172.21.15.17:0/1222267011' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-16T16:25:42.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:42 smithi179 bash[22103]: cluster 2024-03-16T16:25:41.089700+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:42.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:42 smithi179 bash[22103]: audit 2024-03-16T16:25:41.278671+0000 mon.a (mon.0) 638 : audit [DBG] from='client.? 172.21.15.17:0/3514678353' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-16T16:25:42.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:42 smithi179 bash[22103]: audit 2024-03-16T16:25:41.446000+0000 mon.a (mon.0) 639 : audit [DBG] from='client.? 172.21.15.17:0/1222267011' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-16T16:25:42.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:42 smithi017 bash[21388]: cluster 2024-03-16T16:25:41.089700+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:42.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:42 smithi017 bash[21388]: audit 2024-03-16T16:25:41.278671+0000 mon.a (mon.0) 638 : audit [DBG] from='client.? 172.21.15.17:0/3514678353' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-16T16:25:42.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:42 smithi017 bash[21388]: audit 2024-03-16T16:25:41.446000+0000 mon.a (mon.0) 639 : audit [DBG] from='client.? 172.21.15.17:0/1222267011' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-16T16:25:42.685 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411344 got 77309411347 for osd.2 2024-03-16T16:25:42.685 DEBUG:teuthology.parallel:result is None 2024-03-16T16:25:42.685 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-16T16:25:42.686 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph pg dump --format=json 2024-03-16T16:25:43.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:43 smithi179 bash[22103]: audit 2024-03-16T16:25:42.193636+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:43.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:43 smithi179 bash[22103]: audit 2024-03-16T16:25:42.198761+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:43.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:43 smithi179 bash[22103]: audit 2024-03-16T16:25:42.204623+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:43.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:43 smithi017 bash[21388]: audit 2024-03-16T16:25:42.193636+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:43.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:43 smithi017 bash[21388]: audit 2024-03-16T16:25:42.198761+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:43.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:43 smithi017 bash[21388]: audit 2024-03-16T16:25:42.204623+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:43.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:43 smithi142 bash[22171]: audit 2024-03-16T16:25:42.193636+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:43.687 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:43 smithi142 bash[22171]: audit 2024-03-16T16:25:42.198761+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:43.687 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:43 smithi142 bash[22171]: audit 2024-03-16T16:25:42.204623+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:44.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:44 smithi179 bash[22103]: cluster 2024-03-16T16:25:43.090206+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:44.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:44 smithi017 bash[21388]: cluster 2024-03-16T16:25:43.090206+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:44.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:44 smithi142 bash[22171]: cluster 2024-03-16T16:25:43.090206+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:45.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:45 smithi179 bash[22103]: cluster 2024-03-16T16:25:45.090774+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:45.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:45 smithi017 bash[21388]: cluster 2024-03-16T16:25:45.090774+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:45.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:45 smithi142 bash[22171]: cluster 2024-03-16T16:25:45.090774+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:46.655 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:25:48.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:48 smithi142 bash[22171]: cluster 2024-03-16T16:25:47.091270+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:48.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:48 smithi179 bash[22103]: cluster 2024-03-16T16:25:47.091270+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:48.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:48 smithi017 bash[21388]: cluster 2024-03-16T16:25:47.091270+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:49.308 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-03-16T16:25:49.311 INFO:teuthology.orchestra.run.smithi017.stderr:dumped all 2024-03-16T16:25:49.922 INFO:teuthology.orchestra.run.smithi017.stdout:{"pg_ready":true,"pg_map":{"version":198,"stamp":"2024-03-16T16:25:49.091487+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":92884,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":89339,"kb_avail":281142572,"statfs":{"total":287985106944,"available":287889993728,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4784,"internal_metadata":91483472},"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.002864"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-03-16T16:24:33.056429+0000","last_change":"2024-03-16T16:24:27.285570+0000","last_active":"2024-03-16T16:24:33.056429+0000","last_peered":"2024-03-16T16:24:33.056429+0000","last_clean":"2024-03-16T16:24:33.056429+0000","last_became_active":"2024-03-16T16:24:27.284802+0000","last_became_peered":"2024-03-16T16:24:27.284802+0000","last_unstale":"2024-03-16T16:24:33.056429+0000","last_undegraded":"2024-03-16T16:24:33.056429+0000","last_fullsized":"2024-03-16T16:24:33.056429+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-16T16:24:26.269101+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-16T16:24:26.269101+0000","last_clean_scrub_stamp":"2024-03-16T16:24:26.269101+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-18T02:52:08.345425+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":32556,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712596,"statfs":{"total":95995035648,"available":95961698304,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":34359738409,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"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":31932,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713220,"statfs":{"total":95995035648,"available":95962337280,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"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-16T16:25:49.922 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph pg dump --format=json 2024-03-16T16:25:50.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:50 smithi017 bash[21388]: cluster 2024-03-16T16:25:49.091692+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:50.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:50 smithi142 bash[22171]: cluster 2024-03-16T16:25:49.091692+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:50.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:50 smithi179 bash[22103]: cluster 2024-03-16T16:25:49.091692+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:51.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:51 smithi142 bash[22171]: audit 2024-03-16T16:25:49.313381+0000 mgr.a (mgr.14152) 251 : audit [DBG] from='client.14343 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:25:51.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:51 smithi142 bash[22171]: audit 2024-03-16T16:25:51.129141+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:51.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:51 smithi142 bash[22171]: audit 2024-03-16T16:25:51.135290+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:51.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:51 smithi142 bash[22171]: audit 2024-03-16T16:25:51.144738+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:51.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:51 smithi179 bash[22103]: audit 2024-03-16T16:25:49.313381+0000 mgr.a (mgr.14152) 251 : audit [DBG] from='client.14343 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:25:51.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:51 smithi179 bash[22103]: audit 2024-03-16T16:25:51.129141+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:51.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:51 smithi179 bash[22103]: audit 2024-03-16T16:25:51.135290+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:51.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:51 smithi179 bash[22103]: audit 2024-03-16T16:25:51.144738+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:51.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:51 smithi017 bash[21388]: audit 2024-03-16T16:25:49.313381+0000 mgr.a (mgr.14152) 251 : audit [DBG] from='client.14343 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:25:51.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:51 smithi017 bash[21388]: audit 2024-03-16T16:25:51.129141+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:51.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:51 smithi017 bash[21388]: audit 2024-03-16T16:25:51.135290+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:51.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:51 smithi017 bash[21388]: audit 2024-03-16T16:25:51.144738+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:25:52.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:52 smithi142 bash[22171]: cluster 2024-03-16T16:25:51.092223+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:52.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:52 smithi179 bash[22103]: cluster 2024-03-16T16:25:51.092223+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:52.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:52 smithi017 bash[21388]: cluster 2024-03-16T16:25:51.092223+0000 mgr.a (mgr.14152) 252 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:54.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:54 smithi142 bash[22171]: cluster 2024-03-16T16:25:53.092780+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:54.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:54 smithi179 bash[22103]: cluster 2024-03-16T16:25:53.092780+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:54.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:54 smithi017 bash[21388]: cluster 2024-03-16T16:25:53.092780+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:54.644 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:25:56.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:56 smithi142 bash[22171]: cluster 2024-03-16T16:25:55.093318+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:56.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:56 smithi179 bash[22103]: cluster 2024-03-16T16:25:55.093318+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:56.566 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:56 smithi017 bash[21388]: cluster 2024-03-16T16:25:55.093318+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:58.254 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-03-16T16:25:58.257 INFO:teuthology.orchestra.run.smithi017.stderr:dumped all 2024-03-16T16:25:58.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:25:58 smithi142 bash[22171]: cluster 2024-03-16T16:25:57.093865+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:58.494 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:25:58 smithi017 bash[21388]: cluster 2024-03-16T16:25:57.093865+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:58.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:25:58 smithi179 bash[22103]: cluster 2024-03-16T16:25:57.093865+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:25:59.158 INFO:teuthology.orchestra.run.smithi017.stdout:{"pg_ready":true,"pg_map":{"version":202,"stamp":"2024-03-16T16:25:57.093621+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":92884,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":89339,"kb_avail":281142572,"statfs":{"total":287985106944,"available":287889993728,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4784,"internal_metadata":91483472},"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.003123"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-03-16T16:24:33.056429+0000","last_change":"2024-03-16T16:24:27.285570+0000","last_active":"2024-03-16T16:24:33.056429+0000","last_peered":"2024-03-16T16:24:33.056429+0000","last_clean":"2024-03-16T16:24:33.056429+0000","last_became_active":"2024-03-16T16:24:27.284802+0000","last_became_peered":"2024-03-16T16:24:27.284802+0000","last_unstale":"2024-03-16T16:24:33.056429+0000","last_undegraded":"2024-03-16T16:24:33.056429+0000","last_fullsized":"2024-03-16T16:24:33.056429+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-16T16:24:26.269101+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-16T16:24:26.269101+0000","last_clean_scrub_stamp":"2024-03-16T16:24:26.269101+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-18T02:52:08.345425+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":77309411350,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":32556,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93712596,"statfs":{"total":95995035648,"available":95961698304,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":31914437},"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":34359738411,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":28396,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93716756,"statfs":{"total":95995035648,"available":95965958144,"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":55834574880,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":31932,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":31166,"kb_avail":93713220,"statfs":{"total":95995035648,"available":95962337280,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1594,"internal_metadata":31914438},"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-16T16:25:59.159 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-16T16:25:59.159 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-16T16:25:59.159 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-16T16:25:59.159 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- ceph health --format=json 2024-03-16T16:26:00.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:00 smithi142 bash[22171]: audit 2024-03-16T16:25:58.260440+0000 mgr.a (mgr.14152) 256 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:26:00.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:00 smithi142 bash[22171]: cluster 2024-03-16T16:25:59.094425+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:00.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:00 smithi142 bash[22171]: audit 2024-03-16T16:25:59.153447+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:00.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:00 smithi142 bash[22171]: audit 2024-03-16T16:25:59.162571+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:00.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:00 smithi142 bash[22171]: audit 2024-03-16T16:25:59.172750+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:00.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:00 smithi179 bash[22103]: audit 2024-03-16T16:25:58.260440+0000 mgr.a (mgr.14152) 256 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:26:00.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:00 smithi179 bash[22103]: cluster 2024-03-16T16:25:59.094425+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:00.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:00 smithi179 bash[22103]: audit 2024-03-16T16:25:59.153447+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:00.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:00 smithi179 bash[22103]: audit 2024-03-16T16:25:59.162571+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:00.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:00 smithi179 bash[22103]: audit 2024-03-16T16:25:59.172750+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:00.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:00 smithi017 bash[21388]: audit 2024-03-16T16:25:58.260440+0000 mgr.a (mgr.14152) 256 : audit [DBG] from='client.14349 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:26:00.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:00 smithi017 bash[21388]: cluster 2024-03-16T16:25:59.094425+0000 mgr.a (mgr.14152) 257 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:00.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:00 smithi017 bash[21388]: audit 2024-03-16T16:25:59.153447+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:00.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:00 smithi017 bash[21388]: audit 2024-03-16T16:25:59.162571+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:00.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:00 smithi017 bash[21388]: audit 2024-03-16T16:25:59.172750+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:02.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:02 smithi017 bash[21388]: cluster 2024-03-16T16:26:01.094941+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:02.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:02 smithi142 bash[22171]: cluster 2024-03-16T16:26:01.094941+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:02.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:02 smithi179 bash[22103]: cluster 2024-03-16T16:26:01.094941+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:03.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:03 smithi142 bash[22171]: audit 2024-03-16T16:26:02.405449+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:03.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:03 smithi142 bash[22171]: audit 2024-03-16T16:26:02.411622+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:03.687 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:03 smithi142 bash[22171]: audit 2024-03-16T16:26:02.419077+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:03.687 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:03 smithi142 bash[22171]: cluster 2024-03-16T16:26:03.095439+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:03.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:03 smithi179 bash[22103]: audit 2024-03-16T16:26:02.405449+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:03.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:03 smithi179 bash[22103]: audit 2024-03-16T16:26:02.411622+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:03.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:03 smithi179 bash[22103]: audit 2024-03-16T16:26:02.419077+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:03.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:03 smithi179 bash[22103]: cluster 2024-03-16T16:26:03.095439+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:03.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:03 smithi017 bash[21388]: audit 2024-03-16T16:26:02.405449+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:03.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:03 smithi017 bash[21388]: audit 2024-03-16T16:26:02.411622+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:03.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:03 smithi017 bash[21388]: audit 2024-03-16T16:26:02.419077+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:03.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:03 smithi017 bash[21388]: cluster 2024-03-16T16:26:03.095439+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:03.884 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:26:06.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:06 smithi142 bash[22171]: cluster 2024-03-16T16:26:05.095975+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:06.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:06 smithi179 bash[22103]: cluster 2024-03-16T16:26:05.095975+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:06.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:06 smithi017 bash[21388]: cluster 2024-03-16T16:26:05.095975+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:06.741 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-03-16T16:26:06.742 INFO:teuthology.orchestra.run.smithi017.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-16T16:26:07.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:07 smithi142 bash[22171]: audit 2024-03-16T16:26:06.748301+0000 mon.a (mon.0) 652 : audit [DBG] from='client.? 172.21.15.17:0/889987519' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-16T16:26:07.446 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:07 smithi017 bash[21388]: audit 2024-03-16T16:26:06.748301+0000 mon.a (mon.0) 652 : audit [DBG] from='client.? 172.21.15.17:0/889987519' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-16T16:26:07.447 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-16T16:26:07.448 INFO:tasks.cephadm:Setup complete, yielding 2024-03-16T16:26:07.448 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-16T16:26:07.460 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi017.front.sepia.ceph.com 2024-03-16T16:26:07.460 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:5ea4d9cfac4d9f2893126a48d28cca7da69243c1 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 -- bash -c 'set -e 2024-03-16T16:26:07.460 DEBUG:teuthology.orchestra.run.smithi017:> set -x 2024-03-16T16:26:07.460 DEBUG:teuthology.orchestra.run.smithi017:> ceph orch apply node-exporter 2024-03-16T16:26:07.460 DEBUG:teuthology.orchestra.run.smithi017:> ceph orch apply grafana 2024-03-16T16:26:07.461 DEBUG:teuthology.orchestra.run.smithi017:> ceph orch apply alertmanager 2024-03-16T16:26:07.461 DEBUG:teuthology.orchestra.run.smithi017:> ceph orch apply prometheus 2024-03-16T16:26:07.461 DEBUG:teuthology.orchestra.run.smithi017:> sleep 240 2024-03-16T16:26:07.461 DEBUG:teuthology.orchestra.run.smithi017:> ceph orch ls 2024-03-16T16:26:07.461 DEBUG:teuthology.orchestra.run.smithi017:> ceph orch ps 2024-03-16T16:26:07.461 DEBUG:teuthology.orchestra.run.smithi017:> ceph orch host ls 2024-03-16T16:26:07.461 DEBUG:teuthology.orchestra.run.smithi017:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-03-16T16:26:07.461 DEBUG:teuthology.orchestra.run.smithi017:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-03-16T16:26:07.461 DEBUG:teuthology.orchestra.run.smithi017:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-03-16T16:26:07.461 DEBUG:teuthology.orchestra.run.smithi017:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-03-16T16:26:07.461 DEBUG:teuthology.orchestra.run.smithi017:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-03-16T16:26:07.461 DEBUG:teuthology.orchestra.run.smithi017:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-03-16T16:26:07.461 DEBUG:teuthology.orchestra.run.smithi017:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-03-16T16:26:07.461 DEBUG:teuthology.orchestra.run.smithi017:> # check each host node-exporter metrics endpoint is responsive 2024-03-16T16:26:07.461 DEBUG:teuthology.orchestra.run.smithi017:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-03-16T16:26:07.461 DEBUG:teuthology.orchestra.run.smithi017:> for ip in $ALL_HOST_IPS; do 2024-03-16T16:26:07.462 DEBUG:teuthology.orchestra.run.smithi017:> curl -s http://${ip}:9100/metric 2024-03-16T16:26:07.462 DEBUG:teuthology.orchestra.run.smithi017:> done 2024-03-16T16:26:07.462 DEBUG:teuthology.orchestra.run.smithi017:> # check grafana endpoints are responsive and database health is okay 2024-03-16T16:26:07.462 DEBUG:teuthology.orchestra.run.smithi017:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-03-16T16:26:07.462 DEBUG:teuthology.orchestra.run.smithi017:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-03-16T16:26:07.462 DEBUG:teuthology.orchestra.run.smithi017:> # stop mon daemon in order to trigger an alert 2024-03-16T16:26:07.462 DEBUG:teuthology.orchestra.run.smithi017:> ceph orch daemon stop $MON_DAEMON 2024-03-16T16:26:07.462 DEBUG:teuthology.orchestra.run.smithi017:> sleep 120 2024-03-16T16:26:07.462 DEBUG:teuthology.orchestra.run.smithi017:> # check prometheus endpoints are responsive and mon down alert is firing 2024-03-16T16:26:07.462 DEBUG:teuthology.orchestra.run.smithi017:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-03-16T16:26:07.462 DEBUG:teuthology.orchestra.run.smithi017:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-03-16T16:26:07.462 DEBUG:teuthology.orchestra.run.smithi017:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-03-16T16:26:07.462 DEBUG:teuthology.orchestra.run.smithi017:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-03-16T16:26:07.462 DEBUG:teuthology.orchestra.run.smithi017:> # check alertmanager endpoints are responsive and mon down alert is active 2024-03-16T16:26:07.462 DEBUG:teuthology.orchestra.run.smithi017:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-03-16T16:26:07.463 DEBUG:teuthology.orchestra.run.smithi017:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-03-16T16:26:07.463 DEBUG:teuthology.orchestra.run.smithi017:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-03-16T16:26:07.463 DEBUG:teuthology.orchestra.run.smithi017:> ' 2024-03-16T16:26:07.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:07 smithi179 bash[22103]: audit 2024-03-16T16:26:06.748301+0000 mon.a (mon.0) 652 : audit [DBG] from='client.? 172.21.15.17:0/889987519' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-16T16:26:08.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:08 smithi142 bash[22171]: cluster 2024-03-16T16:26:07.096537+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:08.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:08 smithi179 bash[22103]: cluster 2024-03-16T16:26:07.096537+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:08.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:08 smithi017 bash[21388]: cluster 2024-03-16T16:26:07.096537+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:10.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:10 smithi142 bash[22171]: cluster 2024-03-16T16:26:09.097083+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:10.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:10 smithi179 bash[22103]: cluster 2024-03-16T16:26:09.097083+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:10.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:10 smithi017 bash[21388]: cluster 2024-03-16T16:26:09.097083+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:12.185 INFO:teuthology.orchestra.run.smithi017.stderr:Inferring config /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/mon.a/config 2024-03-16T16:26:12.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:12 smithi142 bash[22171]: cluster 2024-03-16T16:26:11.097638+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:12.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:12 smithi142 bash[22171]: audit 2024-03-16T16:26:11.356902+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:12.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:12 smithi142 bash[22171]: audit 2024-03-16T16:26:11.366017+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:12.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:12 smithi142 bash[22171]: audit 2024-03-16T16:26:11.376467+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:12.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:12 smithi179 bash[22103]: cluster 2024-03-16T16:26:11.097638+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:12.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:12 smithi179 bash[22103]: audit 2024-03-16T16:26:11.356902+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:12.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:12 smithi179 bash[22103]: audit 2024-03-16T16:26:11.366017+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:12.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:12 smithi179 bash[22103]: audit 2024-03-16T16:26:11.376467+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:12.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:12 smithi017 bash[21388]: cluster 2024-03-16T16:26:11.097638+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:12.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:12 smithi017 bash[21388]: audit 2024-03-16T16:26:11.356902+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:12.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:12 smithi017 bash[21388]: audit 2024-03-16T16:26:11.366017+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:12.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:12 smithi017 bash[21388]: audit 2024-03-16T16:26:11.376467+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:14.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:14 smithi142 bash[22171]: cluster 2024-03-16T16:26:13.098212+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:14.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:14 smithi179 bash[22103]: cluster 2024-03-16T16:26:13.098212+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:14.588 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:14 smithi017 bash[21388]: cluster 2024-03-16T16:26:13.098212+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:14.663 INFO:teuthology.orchestra.run.smithi017.stderr:+ ceph orch apply node-exporter 2024-03-16T16:26:15.027 INFO:teuthology.orchestra.run.smithi017.stdout:Scheduled node-exporter update... 2024-03-16T16:26:15.040 INFO:teuthology.orchestra.run.smithi017.stderr:+ ceph orch apply grafana 2024-03-16T16:26:15.395 INFO:teuthology.orchestra.run.smithi017.stdout:Scheduled grafana update... 2024-03-16T16:26:15.409 INFO:teuthology.orchestra.run.smithi017.stderr:+ ceph orch apply alertmanager 2024-03-16T16:26:15.768 INFO:teuthology.orchestra.run.smithi017.stdout:Scheduled alertmanager update... 2024-03-16T16:26:15.782 INFO:teuthology.orchestra.run.smithi017.stderr:+ ceph orch apply prometheus 2024-03-16T16:26:16.150 INFO:teuthology.orchestra.run.smithi017.stdout:Scheduled prometheus update... 2024-03-16T16:26:16.164 INFO:teuthology.orchestra.run.smithi017.stderr:+ sleep 240 2024-03-16T16:26:16.278 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:26:16 smithi017 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:26:16.278 INFO:journalctl@ceph.osd.0.smithi017.stdout:Mar 16 16:26:16 smithi017 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:26:16.278 INFO:journalctl@ceph.osd.0.smithi017.stdout:Mar 16 16:26:16 smithi017 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:26:16.279 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:16 smithi017 bash[21388]: audit 2024-03-16T16:26:15.024901+0000 mgr.a (mgr.14152) 265 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:26:16.279 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:16 smithi017 bash[21388]: cephadm 2024-03-16T16:26:15.026082+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Saving service node-exporter spec with placement * 2024-03-16T16:26:16.279 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:16 smithi017 bash[21388]: audit 2024-03-16T16:26:15.032875+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:16.279 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:16 smithi017 bash[21388]: audit 2024-03-16T16:26:15.072278+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:26:16.279 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:16 smithi017 bash[21388]: audit 2024-03-16T16:26:15.075898+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:26:16.279 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:16 smithi017 bash[21388]: audit 2024-03-16T16:26:15.077071+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:26:16.279 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:16 smithi017 bash[21388]: audit 2024-03-16T16:26:15.085227+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:16.279 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:16 smithi017 bash[21388]: cephadm 2024-03-16T16:26:15.087907+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Deploying daemon node-exporter.smithi017 on smithi017 2024-03-16T16:26:16.279 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:16 smithi017 bash[21388]: cluster 2024-03-16T16:26:15.098717+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:16.279 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:16 smithi017 bash[21388]: audit 2024-03-16T16:26:15.401365+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:16.279 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:16 smithi017 bash[21388]: audit 2024-03-16T16:26:15.773607+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:16.280 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:16 smithi017 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:26:16.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:16 smithi142 bash[22171]: audit 2024-03-16T16:26:15.024901+0000 mgr.a (mgr.14152) 265 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:26:16.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:16 smithi142 bash[22171]: cephadm 2024-03-16T16:26:15.026082+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Saving service node-exporter spec with placement * 2024-03-16T16:26:16.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:16 smithi142 bash[22171]: audit 2024-03-16T16:26:15.032875+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:16.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:16 smithi142 bash[22171]: audit 2024-03-16T16:26:15.072278+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:26:16.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:16 smithi142 bash[22171]: audit 2024-03-16T16:26:15.075898+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:26:16.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:16 smithi142 bash[22171]: audit 2024-03-16T16:26:15.077071+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:26:16.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:16 smithi142 bash[22171]: audit 2024-03-16T16:26:15.085227+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:16.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:16 smithi142 bash[22171]: cephadm 2024-03-16T16:26:15.087907+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Deploying daemon node-exporter.smithi017 on smithi017 2024-03-16T16:26:16.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:16 smithi142 bash[22171]: cluster 2024-03-16T16:26:15.098717+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:16.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:16 smithi142 bash[22171]: audit 2024-03-16T16:26:15.401365+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:16.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:16 smithi142 bash[22171]: audit 2024-03-16T16:26:15.773607+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:16.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:16 smithi179 bash[22103]: audit 2024-03-16T16:26:15.024901+0000 mgr.a (mgr.14152) 265 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:26:16.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:16 smithi179 bash[22103]: cephadm 2024-03-16T16:26:15.026082+0000 mgr.a (mgr.14152) 266 : cephadm [INF] Saving service node-exporter spec with placement * 2024-03-16T16:26:16.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:16 smithi179 bash[22103]: audit 2024-03-16T16:26:15.032875+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:16.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:16 smithi179 bash[22103]: audit 2024-03-16T16:26:15.072278+0000 mon.a (mon.0) 657 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:26:16.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:16 smithi179 bash[22103]: audit 2024-03-16T16:26:15.075898+0000 mon.a (mon.0) 658 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:26:16.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:16 smithi179 bash[22103]: audit 2024-03-16T16:26:15.077071+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:26:16.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:16 smithi179 bash[22103]: audit 2024-03-16T16:26:15.085227+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:16.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:16 smithi179 bash[22103]: cephadm 2024-03-16T16:26:15.087907+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Deploying daemon node-exporter.smithi017 on smithi017 2024-03-16T16:26:16.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:16 smithi179 bash[22103]: cluster 2024-03-16T16:26:15.098717+0000 mgr.a (mgr.14152) 268 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:16.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:16 smithi179 bash[22103]: audit 2024-03-16T16:26:15.401365+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:16.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:16 smithi179 bash[22103]: audit 2024-03-16T16:26:15.773607+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:16.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:16 smithi017 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:26:16.615 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:26:16 smithi017 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:26:17.436 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:26:17 smithi142 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:26:17.436 INFO:journalctl@ceph.osd.1.smithi142.stdout:Mar 16 16:26:17 smithi142 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:26:17.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:17 smithi142 bash[22171]: audit 2024-03-16T16:26:15.395469+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:26:17.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:17 smithi142 bash[22171]: cephadm 2024-03-16T16:26:15.397349+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Saving service grafana spec with placement count:1 2024-03-16T16:26:17.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:17 smithi142 bash[22171]: audit 2024-03-16T16:26:15.764530+0000 mgr.a (mgr.14152) 271 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:26:17.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:17 smithi142 bash[22171]: cephadm 2024-03-16T16:26:15.766566+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-03-16T16:26:17.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:17 smithi142 bash[22171]: audit 2024-03-16T16:26:16.150032+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-16T16:26:17.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:17 smithi142 bash[22171]: cephadm 2024-03-16T16:26:16.151928+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-03-16T16:26:17.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:17 smithi142 bash[22171]: audit 2024-03-16T16:26:16.156366+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:17.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:17 smithi142 bash[22171]: audit 2024-03-16T16:26:16.426641+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:17.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:17 smithi142 bash[22171]: audit 2024-03-16T16:26:16.431478+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:17.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:17 smithi142 bash[22171]: audit 2024-03-16T16:26:16.458382+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:17.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:17 smithi142 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:26:17.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:17 smithi179 bash[22103]: audit 2024-03-16T16:26:15.395469+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:26:17.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:17 smithi179 bash[22103]: cephadm 2024-03-16T16:26:15.397349+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Saving service grafana spec with placement count:1 2024-03-16T16:26:17.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:17 smithi179 bash[22103]: audit 2024-03-16T16:26:15.764530+0000 mgr.a (mgr.14152) 271 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:26:17.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:17 smithi179 bash[22103]: cephadm 2024-03-16T16:26:15.766566+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-03-16T16:26:17.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:17 smithi179 bash[22103]: audit 2024-03-16T16:26:16.150032+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-16T16:26:17.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:17 smithi179 bash[22103]: cephadm 2024-03-16T16:26:16.151928+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-03-16T16:26:17.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:17 smithi179 bash[22103]: audit 2024-03-16T16:26:16.156366+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:17.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:17 smithi179 bash[22103]: audit 2024-03-16T16:26:16.426641+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:17.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:17 smithi179 bash[22103]: audit 2024-03-16T16:26:16.431478+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:17.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:17 smithi179 bash[22103]: audit 2024-03-16T16:26:16.458382+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:17.596 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:17 smithi017 bash[21388]: audit 2024-03-16T16:26:15.395469+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:26:17.596 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:17 smithi017 bash[21388]: cephadm 2024-03-16T16:26:15.397349+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Saving service grafana spec with placement count:1 2024-03-16T16:26:17.596 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:17 smithi017 bash[21388]: audit 2024-03-16T16:26:15.764530+0000 mgr.a (mgr.14152) 271 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:26:17.596 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:17 smithi017 bash[21388]: cephadm 2024-03-16T16:26:15.766566+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-03-16T16:26:17.596 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:17 smithi017 bash[21388]: audit 2024-03-16T16:26:16.150032+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-16T16:26:17.596 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:17 smithi017 bash[21388]: cephadm 2024-03-16T16:26:16.151928+0000 mgr.a (mgr.14152) 274 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-03-16T16:26:17.597 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:17 smithi017 bash[21388]: audit 2024-03-16T16:26:16.156366+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:17.597 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:17 smithi017 bash[21388]: audit 2024-03-16T16:26:16.426641+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:17.597 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:17 smithi017 bash[21388]: audit 2024-03-16T16:26:16.431478+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:17.597 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:17 smithi017 bash[21388]: audit 2024-03-16T16:26:16.458382+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:17.800 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:17 smithi142 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:26:17.801 INFO:journalctl@ceph.osd.1.smithi142.stdout:Mar 16 16:26:17 smithi142 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:26:17.801 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:26:17 smithi142 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:26:18.404 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:18 smithi142 bash[22171]: cephadm 2024-03-16T16:26:16.459114+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Deploying daemon node-exporter.smithi142 on smithi142 2024-03-16T16:26:18.404 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:18 smithi142 bash[22171]: cluster 2024-03-16T16:26:17.099191+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:18.404 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:18 smithi142 bash[22171]: audit 2024-03-16T16:26:17.652145+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:18.404 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:18 smithi142 bash[22171]: audit 2024-03-16T16:26:17.660711+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:18.404 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:18 smithi142 bash[22171]: audit 2024-03-16T16:26:17.681710+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:18.445 INFO:journalctl@ceph.osd.2.smithi179.stdout:Mar 16 16:26:18 smithi179 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:26:18.446 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:18 smithi179 bash[22103]: cephadm 2024-03-16T16:26:16.459114+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Deploying daemon node-exporter.smithi142 on smithi142 2024-03-16T16:26:18.446 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:18 smithi179 bash[22103]: cluster 2024-03-16T16:26:17.099191+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:18.446 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:18 smithi179 bash[22103]: audit 2024-03-16T16:26:17.652145+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:18.446 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:18 smithi179 bash[22103]: audit 2024-03-16T16:26:17.660711+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:18.446 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:18 smithi179 bash[22103]: audit 2024-03-16T16:26:17.681710+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:18.446 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:18 smithi179 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:26:18.462 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:18 smithi017 bash[21388]: cephadm 2024-03-16T16:26:16.459114+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Deploying daemon node-exporter.smithi142 on smithi142 2024-03-16T16:26:18.462 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:18 smithi017 bash[21388]: cluster 2024-03-16T16:26:17.099191+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:18.462 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:18 smithi017 bash[21388]: audit 2024-03-16T16:26:17.652145+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:18.462 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:18 smithi017 bash[21388]: audit 2024-03-16T16:26:17.660711+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:18.462 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:18 smithi017 bash[21388]: audit 2024-03-16T16:26:17.681710+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:18.701 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:18 smithi179 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:26:18.702 INFO:journalctl@ceph.osd.2.smithi179.stdout:Mar 16 16:26:18 smithi179 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:26:19.343 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:19 smithi142 bash[22171]: cephadm 2024-03-16T16:26:17.683428+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Deploying daemon node-exporter.smithi179 on smithi179 2024-03-16T16:26:19.343 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:19 smithi142 bash[22171]: audit 2024-03-16T16:26:18.712957+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:19.344 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:19 smithi142 bash[22171]: audit 2024-03-16T16:26:18.719874+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:19.344 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:19 smithi142 bash[22171]: audit 2024-03-16T16:26:18.756783+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:19.344 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:19 smithi142 bash[22171]: audit 2024-03-16T16:26:18.761071+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:19.344 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:19 smithi142 bash[22171]: audit 2024-03-16T16:26:18.861236+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:26:19.344 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:19 smithi142 bash[22171]: audit 2024-03-16T16:26:18.864079+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:26:19.344 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:19 smithi142 bash[22171]: audit 2024-03-16T16:26:18.864915+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:26:19.344 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:19 smithi142 bash[22171]: audit 2024-03-16T16:26:18.871042+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:19.344 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:19 smithi142 bash[22171]: audit 2024-03-16T16:26:18.959211+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:26:19.344 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:19 smithi142 bash[22171]: audit 2024-03-16T16:26:18.961910+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:26:19.344 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:19 smithi142 bash[22171]: audit 2024-03-16T16:26:18.962719+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:26:19.344 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:19 smithi142 bash[22171]: audit 2024-03-16T16:26:18.969081+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:19.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:19 smithi179 bash[22103]: cephadm 2024-03-16T16:26:17.683428+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Deploying daemon node-exporter.smithi179 on smithi179 2024-03-16T16:26:19.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:19 smithi179 bash[22103]: audit 2024-03-16T16:26:18.712957+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:19.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:19 smithi179 bash[22103]: audit 2024-03-16T16:26:18.719874+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:19.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:19 smithi179 bash[22103]: audit 2024-03-16T16:26:18.756783+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:19.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:19 smithi179 bash[22103]: audit 2024-03-16T16:26:18.761071+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:19.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:19 smithi179 bash[22103]: audit 2024-03-16T16:26:18.861236+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:26:19.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:19 smithi179 bash[22103]: audit 2024-03-16T16:26:18.864079+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:26:19.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:19 smithi179 bash[22103]: audit 2024-03-16T16:26:18.864915+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:26:19.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:19 smithi179 bash[22103]: audit 2024-03-16T16:26:18.871042+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:19.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:19 smithi179 bash[22103]: audit 2024-03-16T16:26:18.959211+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:26:19.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:19 smithi179 bash[22103]: audit 2024-03-16T16:26:18.961910+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:26:19.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:19 smithi179 bash[22103]: audit 2024-03-16T16:26:18.962719+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:26:19.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:19 smithi179 bash[22103]: audit 2024-03-16T16:26:18.969081+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:19.518 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:19 smithi017 bash[21388]: cephadm 2024-03-16T16:26:17.683428+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Deploying daemon node-exporter.smithi179 on smithi179 2024-03-16T16:26:19.518 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:19 smithi017 bash[21388]: audit 2024-03-16T16:26:18.712957+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:19.518 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:19 smithi017 bash[21388]: audit 2024-03-16T16:26:18.719874+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:19.519 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:19 smithi017 bash[21388]: audit 2024-03-16T16:26:18.756783+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:19.519 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:19 smithi017 bash[21388]: audit 2024-03-16T16:26:18.761071+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:19.519 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:19 smithi017 bash[21388]: audit 2024-03-16T16:26:18.861236+0000 mon.a (mon.0) 674 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:26:19.519 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:19 smithi017 bash[21388]: audit 2024-03-16T16:26:18.864079+0000 mon.a (mon.0) 675 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:26:19.519 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:19 smithi017 bash[21388]: audit 2024-03-16T16:26:18.864915+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:26:19.519 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:19 smithi017 bash[21388]: audit 2024-03-16T16:26:18.871042+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:19.519 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:19 smithi017 bash[21388]: audit 2024-03-16T16:26:18.959211+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:26:19.519 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:19 smithi017 bash[21388]: audit 2024-03-16T16:26:18.961910+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:26:19.519 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:19 smithi017 bash[21388]: audit 2024-03-16T16:26:18.962719+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:26:19.519 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:19 smithi017 bash[21388]: audit 2024-03-16T16:26:18.969081+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:20.410 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:20 smithi179 bash[22103]: cephadm 2024-03-16T16:26:18.871652+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-16T16:26:20.410 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:20 smithi179 bash[22103]: cephadm 2024-03-16T16:26:18.969873+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-16T16:26:20.410 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:20 smithi179 bash[22103]: cluster 2024-03-16T16:26:19.099558+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:20.410 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:20 smithi179 bash[22103]: audit 2024-03-16T16:26:19.342911+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:20.412 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:20 smithi179 bash[22103]: audit 2024-03-16T16:26:19.347455+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:20.412 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:20 smithi179 bash[22103]: audit 2024-03-16T16:26:19.352293+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:20.412 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:20 smithi179 bash[22103]: audit 2024-03-16T16:26:19.384371+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:26:20.412 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:20 smithi179 bash[22103]: audit 2024-03-16T16:26:19.386726+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:26:20.412 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:20 smithi179 bash[22103]: audit 2024-03-16T16:26:19.387465+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:26:20.412 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:20 smithi179 bash[22103]: audit 2024-03-16T16:26:19.391709+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:20.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:20 smithi142 bash[22171]: cephadm 2024-03-16T16:26:18.871652+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-16T16:26:20.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:20 smithi142 bash[22171]: cephadm 2024-03-16T16:26:18.969873+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-16T16:26:20.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:20 smithi142 bash[22171]: cluster 2024-03-16T16:26:19.099558+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:20.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:20 smithi142 bash[22171]: audit 2024-03-16T16:26:19.342911+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:20.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:20 smithi142 bash[22171]: audit 2024-03-16T16:26:19.347455+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:20.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:20 smithi142 bash[22171]: audit 2024-03-16T16:26:19.352293+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:20.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:20 smithi142 bash[22171]: audit 2024-03-16T16:26:19.384371+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:26:20.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:20 smithi142 bash[22171]: audit 2024-03-16T16:26:19.386726+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:26:20.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:20 smithi142 bash[22171]: audit 2024-03-16T16:26:19.387465+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:26:20.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:20 smithi142 bash[22171]: audit 2024-03-16T16:26:19.391709+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:20.481 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:20 smithi017 bash[21388]: cephadm 2024-03-16T16:26:18.871652+0000 mgr.a (mgr.14152) 278 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-16T16:26:20.481 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:20 smithi017 bash[21388]: cephadm 2024-03-16T16:26:18.969873+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-16T16:26:20.481 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:20 smithi017 bash[21388]: cluster 2024-03-16T16:26:19.099558+0000 mgr.a (mgr.14152) 280 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:20.481 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:20 smithi017 bash[21388]: audit 2024-03-16T16:26:19.342911+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:20.481 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:20 smithi017 bash[21388]: audit 2024-03-16T16:26:19.347455+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:20.481 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:20 smithi017 bash[21388]: audit 2024-03-16T16:26:19.352293+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:20.481 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:20 smithi017 bash[21388]: audit 2024-03-16T16:26:19.384371+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:26:20.481 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:20 smithi017 bash[21388]: audit 2024-03-16T16:26:19.386726+0000 mon.a (mon.0) 686 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:26:20.482 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:20 smithi017 bash[21388]: audit 2024-03-16T16:26:19.387465+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:26:20.482 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:20 smithi017 bash[21388]: audit 2024-03-16T16:26:19.391709+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:21.263 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:21 smithi179 bash[22103]: cephadm 2024-03-16T16:26:19.392147+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-16T16:26:21.431 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:21 smithi142 bash[22171]: cephadm 2024-03-16T16:26:19.392147+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-16T16:26:21.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:21 smithi017 bash[21388]: cephadm 2024-03-16T16:26:19.392147+0000 mgr.a (mgr.14152) 281 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-16T16:26:22.263 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:22 smithi179 bash[22103]: cluster 2024-03-16T16:26:21.100088+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:22.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:22 smithi017 bash[21388]: cluster 2024-03-16T16:26:21.100088+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:22.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:22 smithi142 bash[22171]: cluster 2024-03-16T16:26:21.100088+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:23.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:23 smithi142 bash[22171]: audit 2024-03-16T16:26:22.594574+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:23.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:23 smithi142 bash[22171]: cluster 2024-03-16T16:26:23.100677+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:23.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:23 smithi017 bash[21388]: audit 2024-03-16T16:26:22.594574+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:23.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:23 smithi017 bash[21388]: cluster 2024-03-16T16:26:23.100677+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:24.013 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:23 smithi179 bash[22103]: audit 2024-03-16T16:26:22.594574+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:24.013 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:23 smithi179 bash[22103]: cluster 2024-03-16T16:26:23.100677+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:24.936 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:24 smithi142 bash[22171]: audit 2024-03-16T16:26:23.684231+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:25.011 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:24 smithi017 bash[21388]: audit 2024-03-16T16:26:23.684231+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:25.013 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:24 smithi179 bash[22103]: audit 2024-03-16T16:26:23.684231+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:26.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:26 smithi017 bash[21388]: audit 2024-03-16T16:26:25.016258+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:26.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:26 smithi017 bash[21388]: cluster 2024-03-16T16:26:25.101167+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:26.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:26 smithi017 bash[21388]: audit 2024-03-16T16:26:25.252706+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:26.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:26 smithi017 bash[21388]: audit 2024-03-16T16:26:25.984554+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:26.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:26 smithi142 bash[22171]: audit 2024-03-16T16:26:25.016258+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:26.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:26 smithi142 bash[22171]: cluster 2024-03-16T16:26:25.101167+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:26.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:26 smithi142 bash[22171]: audit 2024-03-16T16:26:25.252706+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:26.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:26 smithi142 bash[22171]: audit 2024-03-16T16:26:25.984554+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:26.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:26 smithi179 bash[22103]: audit 2024-03-16T16:26:25.016258+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:26.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:26 smithi179 bash[22103]: cluster 2024-03-16T16:26:25.101167+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:26.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:26 smithi179 bash[22103]: audit 2024-03-16T16:26:25.252706+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:26.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:26 smithi179 bash[22103]: audit 2024-03-16T16:26:25.984554+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:28.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:27 smithi017 bash[21388]: audit 2024-03-16T16:26:26.868276+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:28.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:27 smithi017 bash[21388]: audit 2024-03-16T16:26:26.875436+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:28.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:27 smithi017 bash[21388]: audit 2024-03-16T16:26:26.884094+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:28.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:27 smithi017 bash[21388]: cluster 2024-03-16T16:26:27.101690+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:28.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:27 smithi017 bash[21388]: audit 2024-03-16T16:26:27.857250+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:28.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:27 smithi142 bash[22171]: audit 2024-03-16T16:26:26.868276+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:28.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:27 smithi142 bash[22171]: audit 2024-03-16T16:26:26.875436+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:28.187 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:27 smithi142 bash[22171]: audit 2024-03-16T16:26:26.884094+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:28.187 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:27 smithi142 bash[22171]: cluster 2024-03-16T16:26:27.101690+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:28.187 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:27 smithi142 bash[22171]: audit 2024-03-16T16:26:27.857250+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:28.263 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:27 smithi179 bash[22103]: audit 2024-03-16T16:26:26.868276+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:28.263 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:27 smithi179 bash[22103]: audit 2024-03-16T16:26:26.875436+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:28.263 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:27 smithi179 bash[22103]: audit 2024-03-16T16:26:26.884094+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:28.263 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:27 smithi179 bash[22103]: cluster 2024-03-16T16:26:27.101690+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:28.263 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:27 smithi179 bash[22103]: audit 2024-03-16T16:26:27.857250+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:29.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:28 smithi142 bash[22171]: audit 2024-03-16T16:26:27.866673+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:29.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:28 smithi142 bash[22171]: audit 2024-03-16T16:26:27.881554+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:29.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:28 smithi142 bash[22171]: audit 2024-03-16T16:26:27.899937+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:26:29.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:28 smithi142 bash[22171]: audit 2024-03-16T16:26:27.907566+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:26:29.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:28 smithi142 bash[22171]: audit 2024-03-16T16:26:27.910205+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:26:29.187 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:28 smithi142 bash[22171]: audit 2024-03-16T16:26:27.920518+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:29.187 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:28 smithi142 bash[22171]: cephadm 2024-03-16T16:26:27.921642+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-16T16:26:29.263 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:28 smithi179 bash[22103]: audit 2024-03-16T16:26:27.866673+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:29.263 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:28 smithi179 bash[22103]: audit 2024-03-16T16:26:27.881554+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:29.263 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:28 smithi179 bash[22103]: audit 2024-03-16T16:26:27.899937+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:26:29.263 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:28 smithi179 bash[22103]: audit 2024-03-16T16:26:27.907566+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:26:29.263 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:28 smithi179 bash[22103]: audit 2024-03-16T16:26:27.910205+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:26:29.263 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:28 smithi179 bash[22103]: audit 2024-03-16T16:26:27.920518+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:29.263 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:28 smithi179 bash[22103]: cephadm 2024-03-16T16:26:27.921642+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-16T16:26:29.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:28 smithi017 bash[21388]: audit 2024-03-16T16:26:27.866673+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:29.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:28 smithi017 bash[21388]: audit 2024-03-16T16:26:27.881554+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:29.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:28 smithi017 bash[21388]: audit 2024-03-16T16:26:27.899937+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:26:29.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:28 smithi017 bash[21388]: audit 2024-03-16T16:26:27.907566+0000 mon.a (mon.0) 701 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:26:29.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:28 smithi017 bash[21388]: audit 2024-03-16T16:26:27.910205+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:26:29.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:28 smithi017 bash[21388]: audit 2024-03-16T16:26:27.920518+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:29.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:28 smithi017 bash[21388]: cephadm 2024-03-16T16:26:27.921642+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-16T16:26:30.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:29 smithi142 bash[22171]: cluster 2024-03-16T16:26:29.102224+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:30.263 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:29 smithi179 bash[22103]: cluster 2024-03-16T16:26:29.102224+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:30.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:29 smithi017 bash[21388]: cluster 2024-03-16T16:26:29.102224+0000 mgr.a (mgr.14152) 287 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:31.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:31 smithi017 bash[21388]: audit 2024-03-16T16:26:30.091667+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:31.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:31 smithi017 bash[21388]: audit 2024-03-16T16:26:30.101199+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:31.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:31 smithi017 bash[21388]: audit 2024-03-16T16:26:30.111823+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:31.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:31 smithi017 bash[21388]: audit 2024-03-16T16:26:30.145179+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:26:31.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:31 smithi017 bash[21388]: audit 2024-03-16T16:26:30.151192+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:26:31.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:31 smithi017 bash[21388]: audit 2024-03-16T16:26:30.153021+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:26:31.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:31 smithi017 bash[21388]: audit 2024-03-16T16:26:30.163445+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:31.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:31 smithi017 bash[21388]: audit 2024-03-16T16:26:30.372270+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:31.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:31 smithi017 bash[21388]: audit 2024-03-16T16:26:30.378094+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:31.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:31 smithi017 bash[21388]: audit 2024-03-16T16:26:30.382169+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-16T16:26:31.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:31 smithi017 bash[21388]: audit 2024-03-16T16:26:30.388589+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:31.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:31 smithi142 bash[22171]: audit 2024-03-16T16:26:30.091667+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:31.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:31 smithi142 bash[22171]: audit 2024-03-16T16:26:30.101199+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:31.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:31 smithi142 bash[22171]: audit 2024-03-16T16:26:30.111823+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:31.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:31 smithi142 bash[22171]: audit 2024-03-16T16:26:30.145179+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:26:31.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:31 smithi142 bash[22171]: audit 2024-03-16T16:26:30.151192+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:26:31.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:31 smithi142 bash[22171]: audit 2024-03-16T16:26:30.153021+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:26:31.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:31 smithi142 bash[22171]: audit 2024-03-16T16:26:30.163445+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:31.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:31 smithi142 bash[22171]: audit 2024-03-16T16:26:30.372270+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:31.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:31 smithi142 bash[22171]: audit 2024-03-16T16:26:30.378094+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:31.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:31 smithi142 bash[22171]: audit 2024-03-16T16:26:30.382169+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-16T16:26:31.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:31 smithi142 bash[22171]: audit 2024-03-16T16:26:30.388589+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:31.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:31 smithi179 bash[22103]: audit 2024-03-16T16:26:30.091667+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:31.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:31 smithi179 bash[22103]: audit 2024-03-16T16:26:30.101199+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:31.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:31 smithi179 bash[22103]: audit 2024-03-16T16:26:30.111823+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:31.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:31 smithi179 bash[22103]: audit 2024-03-16T16:26:30.145179+0000 mon.a (mon.0) 707 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:26:31.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:31 smithi179 bash[22103]: audit 2024-03-16T16:26:30.151192+0000 mon.a (mon.0) 708 : audit [DBG] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:26:31.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:31 smithi179 bash[22103]: audit 2024-03-16T16:26:30.153021+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:26:31.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:31 smithi179 bash[22103]: audit 2024-03-16T16:26:30.163445+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:31.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:31 smithi179 bash[22103]: audit 2024-03-16T16:26:30.372270+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:31.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:31 smithi179 bash[22103]: audit 2024-03-16T16:26:30.378094+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:31.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:31 smithi179 bash[22103]: audit 2024-03-16T16:26:30.382169+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-16T16:26:31.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:31 smithi179 bash[22103]: audit 2024-03-16T16:26:30.388589+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:32.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:32 smithi017 bash[21388]: cephadm 2024-03-16T16:26:30.212727+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-16T16:26:32.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:32 smithi017 bash[21388]: audit 2024-03-16T16:26:30.383043+0000 mgr.a (mgr.14152) 289 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-16T16:26:32.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:32 smithi017 bash[21388]: cephadm 2024-03-16T16:26:30.405610+0000 mgr.a (mgr.14152) 290 : cephadm [INF] Deploying daemon grafana.smithi017 on smithi017 2024-03-16T16:26:32.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:32 smithi017 bash[21388]: cluster 2024-03-16T16:26:31.102780+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:32.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:32 smithi142 bash[22171]: cephadm 2024-03-16T16:26:30.212727+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-16T16:26:32.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:32 smithi142 bash[22171]: audit 2024-03-16T16:26:30.383043+0000 mgr.a (mgr.14152) 289 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-16T16:26:32.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:32 smithi142 bash[22171]: cephadm 2024-03-16T16:26:30.405610+0000 mgr.a (mgr.14152) 290 : cephadm [INF] Deploying daemon grafana.smithi017 on smithi017 2024-03-16T16:26:32.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:32 smithi142 bash[22171]: cluster 2024-03-16T16:26:31.102780+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:32.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:32 smithi179 bash[22103]: cephadm 2024-03-16T16:26:30.212727+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-16T16:26:32.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:32 smithi179 bash[22103]: audit 2024-03-16T16:26:30.383043+0000 mgr.a (mgr.14152) 289 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-16T16:26:32.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:32 smithi179 bash[22103]: cephadm 2024-03-16T16:26:30.405610+0000 mgr.a (mgr.14152) 290 : cephadm [INF] Deploying daemon grafana.smithi017 on smithi017 2024-03-16T16:26:32.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:32 smithi179 bash[22103]: cluster 2024-03-16T16:26:31.102780+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:34.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:34 smithi142 bash[22171]: cluster 2024-03-16T16:26:33.103287+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:34.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:34 smithi179 bash[22103]: cluster 2024-03-16T16:26:33.103287+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:34.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:34 smithi017 bash[21388]: cluster 2024-03-16T16:26:33.103287+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:36.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:36 smithi142 bash[22171]: cluster 2024-03-16T16:26:35.103790+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:36.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:36 smithi179 bash[22103]: cluster 2024-03-16T16:26:35.103790+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:36.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:36 smithi017 bash[21388]: cluster 2024-03-16T16:26:35.103790+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:38.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:38 smithi142 bash[22171]: cluster 2024-03-16T16:26:37.104292+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:38.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:38 smithi179 bash[22103]: cluster 2024-03-16T16:26:37.104292+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:38.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:38 smithi017 bash[21388]: cluster 2024-03-16T16:26:37.104292+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:40.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:40 smithi142 bash[22171]: cluster 2024-03-16T16:26:39.104917+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:40.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:40 smithi179 bash[22103]: cluster 2024-03-16T16:26:39.104917+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:40.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:40 smithi017 bash[21388]: cluster 2024-03-16T16:26:39.104917+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:42.262 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:42 smithi179 bash[22103]: cluster 2024-03-16T16:26:41.105529+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:42.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:42 smithi142 bash[22171]: cluster 2024-03-16T16:26:41.105529+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:42.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:42 smithi017 bash[21388]: cluster 2024-03-16T16:26:41.105529+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:44.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:44 smithi142 bash[22171]: cluster 2024-03-16T16:26:43.106064+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:44.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:44 smithi179 bash[22103]: cluster 2024-03-16T16:26:43.106064+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:44.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:44 smithi017 bash[21388]: cluster 2024-03-16T16:26:43.106064+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:46.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:46 smithi142 bash[22171]: cluster 2024-03-16T16:26:45.106587+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:46.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:46 smithi142 bash[22171]: audit 2024-03-16T16:26:45.528153+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:46.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:46 smithi142 bash[22171]: audit 2024-03-16T16:26:45.533012+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:46.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:46 smithi142 bash[22171]: audit 2024-03-16T16:26:45.538522+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:46.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:46 smithi179 bash[22103]: cluster 2024-03-16T16:26:45.106587+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:46.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:46 smithi179 bash[22103]: audit 2024-03-16T16:26:45.528153+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:46.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:46 smithi179 bash[22103]: audit 2024-03-16T16:26:45.533012+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:46.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:46 smithi179 bash[22103]: audit 2024-03-16T16:26:45.538522+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:46.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:46 smithi017 bash[21388]: cluster 2024-03-16T16:26:45.106587+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:46.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:46 smithi017 bash[21388]: audit 2024-03-16T16:26:45.528153+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:46.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:46 smithi017 bash[21388]: audit 2024-03-16T16:26:45.533012+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:46.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:46 smithi017 bash[21388]: audit 2024-03-16T16:26:45.538522+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:47.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:47 smithi179 bash[22103]: audit 2024-03-16T16:26:46.479972+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:47.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:47 smithi179 bash[22103]: audit 2024-03-16T16:26:46.489912+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:47.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:47 smithi179 bash[22103]: audit 2024-03-16T16:26:46.502449+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:47.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:47 smithi179 bash[22103]: cluster 2024-03-16T16:26:47.107088+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:47.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:47 smithi017 bash[21388]: audit 2024-03-16T16:26:46.479972+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:47.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:47 smithi017 bash[21388]: audit 2024-03-16T16:26:46.489912+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:47.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:47 smithi017 bash[21388]: audit 2024-03-16T16:26:46.502449+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:47.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:47 smithi017 bash[21388]: cluster 2024-03-16T16:26:47.107088+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:47.936 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:47 smithi142 bash[22171]: audit 2024-03-16T16:26:46.479972+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:47.936 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:47 smithi142 bash[22171]: audit 2024-03-16T16:26:46.489912+0000 mon.a (mon.0) 719 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:47.936 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:47 smithi142 bash[22171]: audit 2024-03-16T16:26:46.502449+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:47.936 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:47 smithi142 bash[22171]: cluster 2024-03-16T16:26:47.107088+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:49.013 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:48 smithi179 bash[22103]: audit 2024-03-16T16:26:47.695662+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:49.013 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:48 smithi179 bash[22103]: audit 2024-03-16T16:26:47.702840+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:49.013 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:48 smithi179 bash[22103]: audit 2024-03-16T16:26:47.709694+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:49.114 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:48 smithi017 bash[21388]: audit 2024-03-16T16:26:47.695662+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:49.114 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:48 smithi017 bash[21388]: audit 2024-03-16T16:26:47.702840+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:49.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:48 smithi017 bash[21388]: audit 2024-03-16T16:26:47.709694+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:49.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:48 smithi142 bash[22171]: audit 2024-03-16T16:26:47.695662+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:49.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:48 smithi142 bash[22171]: audit 2024-03-16T16:26:47.702840+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:49.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:48 smithi142 bash[22171]: audit 2024-03-16T16:26:47.709694+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:26:50.012 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:49 smithi179 bash[22103]: cluster 2024-03-16T16:26:49.107602+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:50.114 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:49 smithi017 bash[21388]: cluster 2024-03-16T16:26:49.107602+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:50.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:49 smithi142 bash[22171]: cluster 2024-03-16T16:26:49.107602+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:52.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:52 smithi142 bash[22171]: cluster 2024-03-16T16:26:51.107949+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:52.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:52 smithi179 bash[22103]: cluster 2024-03-16T16:26:51.107949+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:52.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:52 smithi017 bash[21388]: cluster 2024-03-16T16:26:51.107949+0000 mgr.a (mgr.14152) 301 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:54.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:54 smithi142 bash[22171]: cluster 2024-03-16T16:26:53.108416+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:54.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:54 smithi179 bash[22103]: cluster 2024-03-16T16:26:53.108416+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:54.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:54 smithi017 bash[21388]: cluster 2024-03-16T16:26:53.108416+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:56.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:56 smithi142 bash[22171]: cluster 2024-03-16T16:26:55.109025+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:56.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:56 smithi179 bash[22103]: cluster 2024-03-16T16:26:55.109025+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:56.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:56 smithi017 bash[21388]: cluster 2024-03-16T16:26:55.109025+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:58.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:26:58 smithi142 bash[22171]: cluster 2024-03-16T16:26:57.109594+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:58.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:26:58 smithi179 bash[22103]: cluster 2024-03-16T16:26:57.109594+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:26:58.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:26:58 smithi017 bash[21388]: cluster 2024-03-16T16:26:57.109594+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:00.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:00 smithi142 bash[22171]: cluster 2024-03-16T16:26:59.110119+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:00.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:00 smithi179 bash[22103]: cluster 2024-03-16T16:26:59.110119+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:00.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:00 smithi017 bash[21388]: cluster 2024-03-16T16:26:59.110119+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:02.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:02 smithi142 bash[22171]: cluster 2024-03-16T16:27:01.110658+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:02.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:02 smithi179 bash[22103]: cluster 2024-03-16T16:27:01.110658+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:02.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:02 smithi017 bash[21388]: cluster 2024-03-16T16:27:01.110658+0000 mgr.a (mgr.14152) 306 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:04.392 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:04 smithi179 bash[22103]: cluster 2024-03-16T16:27:03.111194+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:04.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:04 smithi142 bash[22171]: cluster 2024-03-16T16:27:03.111194+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:04.578 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:04 smithi017 bash[21388]: cluster 2024-03-16T16:27:03.111194+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:06.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:06 smithi142 bash[22171]: cluster 2024-03-16T16:27:05.111860+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:06.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:06 smithi142 bash[22171]: audit 2024-03-16T16:27:05.680522+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:06.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:06 smithi142 bash[22171]: audit 2024-03-16T16:27:05.686960+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:06.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:06 smithi142 bash[22171]: audit 2024-03-16T16:27:05.692979+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:06.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:06 smithi179 bash[22103]: cluster 2024-03-16T16:27:05.111860+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:06.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:06 smithi179 bash[22103]: audit 2024-03-16T16:27:05.680522+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:06.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:06 smithi179 bash[22103]: audit 2024-03-16T16:27:05.686960+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:06.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:06 smithi179 bash[22103]: audit 2024-03-16T16:27:05.692979+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:06.557 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:06 smithi017 bash[21388]: cluster 2024-03-16T16:27:05.111860+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:06.557 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:06 smithi017 bash[21388]: audit 2024-03-16T16:27:05.680522+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:06.557 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:06 smithi017 bash[21388]: audit 2024-03-16T16:27:05.686960+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:06.557 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:06 smithi017 bash[21388]: audit 2024-03-16T16:27:05.692979+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:06.815 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:06 smithi017 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:27:06.815 INFO:journalctl@ceph.osd.0.smithi017.stdout:Mar 16 16:27:06 smithi017 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:27:06.815 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:06 smithi017 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:27:07.114 INFO:journalctl@ceph.osd.0.smithi017.stdout:Mar 16 16:27:06 smithi017 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:27:07.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:06 smithi017 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:27:07.115 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:06 smithi017 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:27:08.013 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:07 smithi179 bash[22103]: audit 2024-03-16T16:27:06.698150+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:08.013 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:07 smithi179 bash[22103]: audit 2024-03-16T16:27:06.703913+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:08.013 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:07 smithi179 bash[22103]: audit 2024-03-16T16:27:06.710063+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:08.013 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:07 smithi179 bash[22103]: audit 2024-03-16T16:27:06.969873+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:08.013 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:07 smithi179 bash[22103]: audit 2024-03-16T16:27:06.975056+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:08.013 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:07 smithi179 bash[22103]: audit 2024-03-16T16:27:07.002364+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:08.013 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:07 smithi179 bash[22103]: audit 2024-03-16T16:27:07.008736+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:08.013 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:07 smithi179 bash[22103]: cephadm 2024-03-16T16:27:07.019355+0000 mgr.a (mgr.14152) 309 : cephadm [INF] Deploying daemon alertmanager.smithi179 on smithi179 2024-03-16T16:27:08.013 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:07 smithi179 bash[22103]: cluster 2024-03-16T16:27:07.112257+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:08.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:07 smithi017 bash[21388]: audit 2024-03-16T16:27:06.698150+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:08.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:07 smithi017 bash[21388]: audit 2024-03-16T16:27:06.703913+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:08.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:07 smithi017 bash[21388]: audit 2024-03-16T16:27:06.710063+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:08.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:07 smithi017 bash[21388]: audit 2024-03-16T16:27:06.969873+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:08.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:07 smithi017 bash[21388]: audit 2024-03-16T16:27:06.975056+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:08.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:07 smithi017 bash[21388]: audit 2024-03-16T16:27:07.002364+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:08.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:07 smithi017 bash[21388]: audit 2024-03-16T16:27:07.008736+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:08.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:07 smithi017 bash[21388]: cephadm 2024-03-16T16:27:07.019355+0000 mgr.a (mgr.14152) 309 : cephadm [INF] Deploying daemon alertmanager.smithi179 on smithi179 2024-03-16T16:27:08.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:07 smithi017 bash[21388]: cluster 2024-03-16T16:27:07.112257+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:08.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:07 smithi142 bash[22171]: audit 2024-03-16T16:27:06.698150+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:08.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:07 smithi142 bash[22171]: audit 2024-03-16T16:27:06.703913+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:08.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:07 smithi142 bash[22171]: audit 2024-03-16T16:27:06.710063+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:08.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:07 smithi142 bash[22171]: audit 2024-03-16T16:27:06.969873+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:08.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:07 smithi142 bash[22171]: audit 2024-03-16T16:27:06.975056+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:08.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:07 smithi142 bash[22171]: audit 2024-03-16T16:27:07.002364+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:08.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:07 smithi142 bash[22171]: audit 2024-03-16T16:27:07.008736+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:08.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:07 smithi142 bash[22171]: cephadm 2024-03-16T16:27:07.019355+0000 mgr.a (mgr.14152) 309 : cephadm [INF] Deploying daemon alertmanager.smithi179 on smithi179 2024-03-16T16:27:08.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:07 smithi142 bash[22171]: cluster 2024-03-16T16:27:07.112257+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:09.020 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:08 smithi017 bash[21388]: audit 2024-03-16T16:27:07.902656+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:09.020 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:08 smithi017 bash[21388]: audit 2024-03-16T16:27:07.912228+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:09.020 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:08 smithi017 bash[21388]: audit 2024-03-16T16:27:07.923287+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:09.020 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:08 smithi017 bash[21388]: audit 2024-03-16T16:27:08.691345+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:09.185 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:08 smithi142 bash[22171]: audit 2024-03-16T16:27:07.902656+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:09.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:08 smithi142 bash[22171]: audit 2024-03-16T16:27:07.912228+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:09.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:08 smithi142 bash[22171]: audit 2024-03-16T16:27:07.923287+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:09.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:08 smithi142 bash[22171]: audit 2024-03-16T16:27:08.691345+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:09.262 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:08 smithi179 bash[22103]: audit 2024-03-16T16:27:07.902656+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:09.262 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:08 smithi179 bash[22103]: audit 2024-03-16T16:27:07.912228+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:09.262 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:08 smithi179 bash[22103]: audit 2024-03-16T16:27:07.923287+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:09.262 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:08 smithi179 bash[22103]: audit 2024-03-16T16:27:08.691345+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:10.114 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:09 smithi017 bash[21388]: cluster 2024-03-16T16:27:09.112682+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:10.185 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:09 smithi142 bash[22171]: cluster 2024-03-16T16:27:09.112682+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:10.262 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:09 smithi179 bash[22103]: cluster 2024-03-16T16:27:09.112682+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:12.348 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:12 smithi017 bash[21388]: cluster 2024-03-16T16:27:11.113179+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:12.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:12 smithi142 bash[22171]: cluster 2024-03-16T16:27:11.113179+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:12.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:12 smithi179 bash[22103]: cluster 2024-03-16T16:27:11.113179+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:14.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:14 smithi017 bash[21388]: cluster 2024-03-16T16:27:13.113866+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:14.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:14 smithi142 bash[22171]: cluster 2024-03-16T16:27:13.113866+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:14.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:14 smithi179 bash[22103]: cluster 2024-03-16T16:27:13.113866+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v240: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:15.875 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:15 smithi179 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:27:15.876 INFO:journalctl@ceph.osd.2.smithi179.stdout:Mar 16 16:27:15 smithi179 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:27:16.170 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:15 smithi179 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:27:16.170 INFO:journalctl@ceph.osd.2.smithi179.stdout:Mar 16 16:27:15 smithi179 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:27:16.318 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:16 smithi017 bash[21388]: cluster 2024-03-16T16:27:15.114419+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:16.318 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:16 smithi017 bash[21388]: audit 2024-03-16T16:27:15.634123+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:16.318 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:16 smithi017 bash[21388]: audit 2024-03-16T16:27:16.038349+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:16.319 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:16 smithi017 bash[21388]: audit 2024-03-16T16:27:16.046442+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:16.319 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:16 smithi017 bash[21388]: audit 2024-03-16T16:27:16.059941+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:16.319 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:16 smithi017 bash[21388]: audit 2024-03-16T16:27:16.065682+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:16.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:16 smithi142 bash[22171]: cluster 2024-03-16T16:27:15.114419+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:16.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:16 smithi142 bash[22171]: audit 2024-03-16T16:27:15.634123+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:16.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:16 smithi142 bash[22171]: audit 2024-03-16T16:27:16.038349+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:16.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:16 smithi142 bash[22171]: audit 2024-03-16T16:27:16.046442+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:16.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:16 smithi142 bash[22171]: audit 2024-03-16T16:27:16.059941+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:16.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:16 smithi142 bash[22171]: audit 2024-03-16T16:27:16.065682+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:16.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:16 smithi179 bash[22103]: cluster 2024-03-16T16:27:15.114419+0000 mgr.a (mgr.14152) 314 : cluster [DBG] pgmap v241: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:16.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:16 smithi179 bash[22103]: audit 2024-03-16T16:27:15.634123+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:16.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:16 smithi179 bash[22103]: audit 2024-03-16T16:27:16.038349+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:16.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:16 smithi179 bash[22103]: audit 2024-03-16T16:27:16.046442+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:16.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:16 smithi179 bash[22103]: audit 2024-03-16T16:27:16.059941+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:16.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:16 smithi179 bash[22103]: audit 2024-03-16T16:27:16.065682+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:17.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:17 smithi017 bash[21388]: cephadm 2024-03-16T16:27:16.341512+0000 mgr.a (mgr.14152) 315 : cephadm [INF] Deploying daemon prometheus.smithi142 on smithi142 2024-03-16T16:27:17.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:17 smithi017 bash[21388]: audit 2024-03-16T16:27:16.678644+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:17.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:17 smithi017 bash[21388]: audit 2024-03-16T16:27:16.684735+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:17.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:17 smithi017 bash[21388]: audit 2024-03-16T16:27:16.691546+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:17.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:17 smithi017 bash[21388]: cluster 2024-03-16T16:27:17.114985+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:17.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:17 smithi142 bash[22171]: cephadm 2024-03-16T16:27:16.341512+0000 mgr.a (mgr.14152) 315 : cephadm [INF] Deploying daemon prometheus.smithi142 on smithi142 2024-03-16T16:27:17.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:17 smithi142 bash[22171]: audit 2024-03-16T16:27:16.678644+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:17.936 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:17 smithi142 bash[22171]: audit 2024-03-16T16:27:16.684735+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:17.936 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:17 smithi142 bash[22171]: audit 2024-03-16T16:27:16.691546+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:17.936 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:17 smithi142 bash[22171]: cluster 2024-03-16T16:27:17.114985+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:18.012 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:17 smithi179 bash[22103]: cephadm 2024-03-16T16:27:16.341512+0000 mgr.a (mgr.14152) 315 : cephadm [INF] Deploying daemon prometheus.smithi142 on smithi142 2024-03-16T16:27:18.012 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:17 smithi179 bash[22103]: audit 2024-03-16T16:27:16.678644+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:18.012 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:17 smithi179 bash[22103]: audit 2024-03-16T16:27:16.684735+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:18.012 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:17 smithi179 bash[22103]: audit 2024-03-16T16:27:16.691546+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:18.013 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:17 smithi179 bash[22103]: cluster 2024-03-16T16:27:17.114985+0000 mgr.a (mgr.14152) 316 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:19.742 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:19 smithi017 bash[21388]: audit 2024-03-16T16:27:18.700384+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:19.742 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:19 smithi017 bash[21388]: cluster 2024-03-16T16:27:19.115560+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:19.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:19 smithi179 bash[22103]: audit 2024-03-16T16:27:18.700384+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:19.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:19 smithi179 bash[22103]: cluster 2024-03-16T16:27:19.115560+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:20.185 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:19 smithi142 bash[22171]: audit 2024-03-16T16:27:18.700384+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:20.185 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:19 smithi142 bash[22171]: cluster 2024-03-16T16:27:19.115560+0000 mgr.a (mgr.14152) 317 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:22.099 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:21 smithi017 bash[21388]: audit 2024-03-16T16:27:20.874736+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:22.099 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:21 smithi017 bash[21388]: cluster 2024-03-16T16:27:21.116066+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:22.185 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:21 smithi142 bash[22171]: audit 2024-03-16T16:27:20.874736+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:22.185 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:21 smithi142 bash[22171]: cluster 2024-03-16T16:27:21.116066+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:22.262 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:21 smithi179 bash[22103]: audit 2024-03-16T16:27:20.874736+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:22.262 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:21 smithi179 bash[22103]: cluster 2024-03-16T16:27:21.116066+0000 mgr.a (mgr.14152) 318 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:24.354 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:24 smithi017 bash[21388]: cluster 2024-03-16T16:27:23.116568+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:24.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:24 smithi142 bash[22171]: cluster 2024-03-16T16:27:23.116568+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:24.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:24 smithi179 bash[22103]: cluster 2024-03-16T16:27:23.116568+0000 mgr.a (mgr.14152) 319 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:26.288 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:26 smithi017 bash[21388]: cluster 2024-03-16T16:27:25.116976+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:26.288 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:26 smithi017 bash[21388]: audit 2024-03-16T16:27:25.800778+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:26.288 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:26 smithi017 bash[21388]: audit 2024-03-16T16:27:25.810556+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:26.288 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:26 smithi017 bash[21388]: audit 2024-03-16T16:27:25.821493+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:26.467 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:26 smithi142 bash[22171]: cluster 2024-03-16T16:27:25.116976+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:26.468 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:26 smithi142 bash[22171]: audit 2024-03-16T16:27:25.800778+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:26.468 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:26 smithi142 bash[22171]: audit 2024-03-16T16:27:25.810556+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:26.468 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:26 smithi142 bash[22171]: audit 2024-03-16T16:27:25.821493+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:26.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:26 smithi179 bash[22103]: cluster 2024-03-16T16:27:25.116976+0000 mgr.a (mgr.14152) 320 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:26.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:26 smithi179 bash[22103]: audit 2024-03-16T16:27:25.800778+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:26.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:26 smithi179 bash[22103]: audit 2024-03-16T16:27:25.810556+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:26.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:26 smithi179 bash[22103]: audit 2024-03-16T16:27:25.821493+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:27.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:27 smithi142 bash[22171]: audit 2024-03-16T16:27:26.902940+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:27.936 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:27 smithi142 bash[22171]: audit 2024-03-16T16:27:26.912624+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:27.936 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:27 smithi142 bash[22171]: audit 2024-03-16T16:27:26.923445+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:27.936 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:27 smithi142 bash[22171]: cluster 2024-03-16T16:27:27.117484+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:28.033 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:27 smithi017 bash[21388]: audit 2024-03-16T16:27:26.902940+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:28.033 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:27 smithi017 bash[21388]: audit 2024-03-16T16:27:26.912624+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:28.033 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:27 smithi017 bash[21388]: audit 2024-03-16T16:27:26.923445+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:28.033 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:27 smithi017 bash[21388]: cluster 2024-03-16T16:27:27.117484+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:28.262 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:27 smithi179 bash[22103]: audit 2024-03-16T16:27:26.902940+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:28.262 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:27 smithi179 bash[22103]: audit 2024-03-16T16:27:26.912624+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:28.262 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:27 smithi179 bash[22103]: audit 2024-03-16T16:27:26.923445+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:28.262 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:27 smithi179 bash[22103]: cluster 2024-03-16T16:27:27.117484+0000 mgr.a (mgr.14152) 321 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:30.126 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:29 smithi142 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:27:30.129 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:29 smithi142 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:27:30.129 INFO:journalctl@ceph.osd.1.smithi142.stdout:Mar 16 16:27:29 smithi142 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:27:30.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:30 smithi017 bash[21388]: cluster 2024-03-16T16:27:29.117991+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:30.435 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:30 smithi142 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:27:30.435 INFO:journalctl@ceph.osd.1.smithi142.stdout:Mar 16 16:27:30 smithi142 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:27:30.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:30 smithi142 systemd[1]: /etc/systemd/system/ceph-a0ca21ee-e3b0-11ee-95c9-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-16T16:27:30.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:30 smithi142 bash[22171]: cluster 2024-03-16T16:27:29.117991+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:30.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:30 smithi179 bash[22103]: cluster 2024-03-16T16:27:29.117991+0000 mgr.a (mgr.14152) 322 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:31.496 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:31 smithi017 bash[21646]: ignoring --setuser ceph since I am not root 2024-03-16T16:27:31.496 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:31 smithi017 bash[21646]: ignoring --setgroup ceph since I am not root 2024-03-16T16:27:31.497 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:31 smithi017 bash[21388]: audit 2024-03-16T16:27:30.292477+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:31.497 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:31 smithi017 bash[21388]: audit 2024-03-16T16:27:30.301970+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:31.497 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:31 smithi017 bash[21388]: audit 2024-03-16T16:27:30.353955+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:31.497 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:31 smithi017 bash[21388]: audit 2024-03-16T16:27:30.362954+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-16T16:27:31.497 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:31 smithi017 bash[21388]: cluster 2024-03-16T16:27:31.118523+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:31.601 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:31 smithi142 bash[23387]: ignoring --setuser ceph since I am not root 2024-03-16T16:27:31.601 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:31 smithi142 bash[23387]: ignoring --setgroup ceph since I am not root 2024-03-16T16:27:31.601 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:31 smithi142 bash[23387]: debug 2024-03-16T16:27:31.437+0000 7fb210d6b700 1 -- 172.21.15.142:0/1708846183 <== mon.2 v2:172.21.15.142:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x559bd7f2a5a0 con 0x559bd8cac800 2024-03-16T16:27:31.601 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:31 smithi142 bash[22171]: audit 2024-03-16T16:27:30.292477+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:31.601 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:31 smithi142 bash[22171]: audit 2024-03-16T16:27:30.301970+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:31.601 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:31 smithi142 bash[22171]: audit 2024-03-16T16:27:30.353955+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:31.601 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:31 smithi142 bash[22171]: audit 2024-03-16T16:27:30.362954+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-16T16:27:31.601 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:31 smithi142 bash[22171]: cluster 2024-03-16T16:27:31.118523+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:31.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:31 smithi179 bash[22103]: audit 2024-03-16T16:27:30.292477+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:31.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:31 smithi179 bash[22103]: audit 2024-03-16T16:27:30.301970+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:31.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:31 smithi179 bash[22103]: audit 2024-03-16T16:27:30.353955+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' 2024-03-16T16:27:31.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:31 smithi179 bash[22103]: audit 2024-03-16T16:27:30.362954+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-16T16:27:31.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:31 smithi179 bash[22103]: cluster 2024-03-16T16:27:31.118523+0000 mgr.a (mgr.14152) 323 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 577 KiB data, 91 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:31.766 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:31 smithi017 bash[21646]: debug 2024-03-16T16:27:31.571+0000 7f6c5e40d200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-16T16:27:31.935 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:31 smithi142 bash[23387]: debug 2024-03-16T16:27:31.609+0000 7fb21ab5c200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-16T16:27:32.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:32 smithi017 bash[21388]: audit 2024-03-16T16:27:31.360405+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-16T16:27:32.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:32 smithi017 bash[21388]: cluster 2024-03-16T16:27:31.370446+0000 mon.a (mon.0) 759 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-03-16T16:27:32.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:32 smithi142 bash[22171]: audit 2024-03-16T16:27:31.360405+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-16T16:27:32.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:32 smithi142 bash[22171]: cluster 2024-03-16T16:27:31.370446+0000 mon.a (mon.0) 759 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-03-16T16:27:32.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:32 smithi179 bash[22103]: audit 2024-03-16T16:27:31.360405+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.17:0/1090731492' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-16T16:27:32.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:32 smithi179 bash[22103]: cluster 2024-03-16T16:27:31.370446+0000 mon.a (mon.0) 759 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-03-16T16:27:33.581 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:33 smithi142 bash[23387]: debug 2024-03-16T16:27:33.241+0000 7fb21ab5c200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-16T16:27:33.582 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:33 smithi142 bash[23387]: debug 2024-03-16T16:27:33.337+0000 7fb21ab5c200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-16T16:27:33.582 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:33 smithi142 bash[23387]: debug 2024-03-16T16:27:33.589+0000 7fb21ab5c200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-16T16:27:33.614 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:33 smithi017 bash[21646]: debug 2024-03-16T16:27:33.295+0000 7f6c5e40d200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-16T16:27:33.614 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:33 smithi017 bash[21646]: debug 2024-03-16T16:27:33.407+0000 7f6c5e40d200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-16T16:27:34.114 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:33 smithi017 bash[21646]: debug 2024-03-16T16:27:33.695+0000 7f6c5e40d200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-16T16:27:34.685 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:34 smithi142 bash[23387]: debug 2024-03-16T16:27:34.377+0000 7fb21ab5c200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-16T16:27:34.685 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:34 smithi142 bash[23387]: debug 2024-03-16T16:27:34.489+0000 7fb21ab5c200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-16T16:27:34.685 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:34 smithi142 bash[23387]: debug 2024-03-16T16:27:34.593+0000 7fb21ab5c200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-16T16:27:34.864 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:34 smithi017 bash[21646]: debug 2024-03-16T16:27:34.543+0000 7f6c5e40d200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-16T16:27:34.865 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:34 smithi017 bash[21646]: debug 2024-03-16T16:27:34.659+0000 7f6c5e40d200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-16T16:27:34.865 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:34 smithi017 bash[21646]: debug 2024-03-16T16:27:34.767+0000 7f6c5e40d200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-16T16:27:35.435 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:34 smithi142 bash[23387]: debug 2024-03-16T16:27:34.949+0000 7fb21ab5c200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-16T16:27:35.435 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:35 smithi142 bash[23387]: debug 2024-03-16T16:27:35.061+0000 7fb21ab5c200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-16T16:27:35.435 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:35 smithi142 bash[23387]: debug 2024-03-16T16:27:35.165+0000 7fb21ab5c200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-16T16:27:35.614 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:35 smithi017 bash[21646]: debug 2024-03-16T16:27:35.135+0000 7f6c5e40d200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-16T16:27:35.614 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:35 smithi017 bash[21646]: debug 2024-03-16T16:27:35.255+0000 7f6c5e40d200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-16T16:27:35.614 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:35 smithi017 bash[21646]: debug 2024-03-16T16:27:35.363+0000 7f6c5e40d200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-16T16:27:35.935 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:35 smithi142 bash[23387]: debug 2024-03-16T16:27:35.521+0000 7fb21ab5c200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-16T16:27:35.935 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:35 smithi142 bash[23387]: debug 2024-03-16T16:27:35.765+0000 7fb21ab5c200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-16T16:27:36.114 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:35 smithi017 bash[21646]: debug 2024-03-16T16:27:35.739+0000 7f6c5e40d200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-16T16:27:36.114 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:35 smithi017 bash[21646]: debug 2024-03-16T16:27:35.983+0000 7f6c5e40d200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-16T16:27:36.402 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:36 smithi142 bash[23387]: debug 2024-03-16T16:27:36.025+0000 7fb21ab5c200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-16T16:27:36.402 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:36 smithi142 bash[23387]: debug 2024-03-16T16:27:36.137+0000 7fb21ab5c200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-16T16:27:36.614 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:36 smithi017 bash[21646]: debug 2024-03-16T16:27:36.259+0000 7f6c5e40d200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-16T16:27:36.615 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:36 smithi017 bash[21646]: debug 2024-03-16T16:27:36.375+0000 7f6c5e40d200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-16T16:27:36.685 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:36 smithi142 bash[23387]: debug 2024-03-16T16:27:36.409+0000 7fb21ab5c200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-16T16:27:37.098 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:36 smithi017 bash[21646]: debug 2024-03-16T16:27:36.667+0000 7f6c5e40d200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-16T16:27:37.172 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:36 smithi142 bash[23387]: debug 2024-03-16T16:27:36.821+0000 7fb21ab5c200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-16T16:27:37.172 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:37 smithi142 bash[23387]: debug 2024-03-16T16:27:37.061+0000 7fb21ab5c200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-16T16:27:37.349 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:37 smithi017 bash[21646]: debug 2024-03-16T16:27:37.099+0000 7f6c5e40d200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-16T16:27:37.435 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:37 smithi142 bash[23387]: debug 2024-03-16T16:27:37.177+0000 7fb21ab5c200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-16T16:27:37.435 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:37 smithi142 bash[23387]: debug 2024-03-16T16:27:37.421+0000 7fb21ab5c200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-16T16:27:37.614 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:37 smithi017 bash[21646]: debug 2024-03-16T16:27:37.351+0000 7f6c5e40d200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-16T16:27:37.614 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:37 smithi017 bash[21646]: debug 2024-03-16T16:27:37.487+0000 7f6c5e40d200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-16T16:27:38.114 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:37 smithi017 bash[21646]: debug 2024-03-16T16:27:37.747+0000 7f6c5e40d200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-16T16:27:38.685 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:38 smithi142 bash[23387]: debug 2024-03-16T16:27:38.429+0000 7fb21ab5c200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-16T16:27:38.685 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:38 smithi142 bash[23387]: debug 2024-03-16T16:27:38.545+0000 7fb21ab5c200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-16T16:27:39.114 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:38 smithi017 bash[21646]: debug 2024-03-16T16:27:38.803+0000 7f6c5e40d200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-16T16:27:39.114 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:38 smithi017 bash[21646]: debug 2024-03-16T16:27:38.927+0000 7f6c5e40d200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-16T16:27:39.185 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:38 smithi142 bash[23387]: debug 2024-03-16T16:27:38.837+0000 7fb21ab5c200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-16T16:27:39.185 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:38 smithi142 bash[23387]: debug 2024-03-16T16:27:38.949+0000 7fb21ab5c200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-16T16:27:39.596 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:39 smithi017 bash[21646]: debug 2024-03-16T16:27:39.235+0000 7f6c5e40d200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-16T16:27:39.596 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:39 smithi017 bash[21646]: debug 2024-03-16T16:27:39.355+0000 7f6c5e40d200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-16T16:27:39.597 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:39 smithi017 bash[21388]: cluster 2024-03-16T16:27:39.539129+0000 mon.a (mon.0) 760 : cluster [DBG] Standby manager daemon b restarted 2024-03-16T16:27:39.597 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:39 smithi017 bash[21388]: cluster 2024-03-16T16:27:39.539234+0000 mon.a (mon.0) 761 : cluster [DBG] Standby manager daemon b started 2024-03-16T16:27:39.597 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:39 smithi017 bash[21388]: audit 2024-03-16T16:27:39.545127+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.142:0/807044055' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-16T16:27:39.597 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:39 smithi017 bash[21388]: audit 2024-03-16T16:27:39.546609+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.142:0/807044055' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-16T16:27:39.597 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:39 smithi017 bash[21388]: audit 2024-03-16T16:27:39.549328+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.142:0/807044055' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-16T16:27:39.597 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:39 smithi017 bash[21388]: audit 2024-03-16T16:27:39.551360+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.142:0/807044055' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-16T16:27:39.641 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:39 smithi142 bash[22171]: cluster 2024-03-16T16:27:39.539129+0000 mon.a (mon.0) 760 : cluster [DBG] Standby manager daemon b restarted 2024-03-16T16:27:39.641 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:39 smithi142 bash[22171]: cluster 2024-03-16T16:27:39.539234+0000 mon.a (mon.0) 761 : cluster [DBG] Standby manager daemon b started 2024-03-16T16:27:39.641 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:39 smithi142 bash[22171]: audit 2024-03-16T16:27:39.545127+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.142:0/807044055' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-16T16:27:39.641 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:39 smithi142 bash[22171]: audit 2024-03-16T16:27:39.546609+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.142:0/807044055' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-16T16:27:39.641 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:39 smithi142 bash[22171]: audit 2024-03-16T16:27:39.549328+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.142:0/807044055' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-16T16:27:39.641 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:39 smithi142 bash[22171]: audit 2024-03-16T16:27:39.551360+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.142:0/807044055' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-16T16:27:39.641 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:39 smithi142 bash[23387]: debug 2024-03-16T16:27:39.397+0000 7fb21ab5c200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-16T16:27:39.642 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:39 smithi142 bash[23387]: debug 2024-03-16T16:27:39.517+0000 7fb21ab5c200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-16T16:27:39.642 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:39 smithi142 bash[23387]: [16/Mar/2024:16:27:39] ENGINE Bus STARTING 2024-03-16T16:27:39.642 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:39 smithi142 bash[23387]: CherryPy Checker: 2024-03-16T16:27:39.849 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:39 smithi017 bash[21646]: debug 2024-03-16T16:27:39.843+0000 7f6c5e40d200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-16T16:27:39.935 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:39 smithi142 bash[23387]: The Application mounted at '' has an empty config. 2024-03-16T16:27:39.935 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:39 smithi142 bash[23387]: [16/Mar/2024:16:27:39] ENGINE Serving on http://:::9283 2024-03-16T16:27:39.935 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:27:39 smithi142 bash[23387]: [16/Mar/2024:16:27:39] ENGINE Bus STARTED 2024-03-16T16:27:40.012 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:39 smithi179 bash[22103]: cluster 2024-03-16T16:27:39.539129+0000 mon.a (mon.0) 760 : cluster [DBG] Standby manager daemon b restarted 2024-03-16T16:27:40.012 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:39 smithi179 bash[22103]: cluster 2024-03-16T16:27:39.539234+0000 mon.a (mon.0) 761 : cluster [DBG] Standby manager daemon b started 2024-03-16T16:27:40.012 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:39 smithi179 bash[22103]: audit 2024-03-16T16:27:39.545127+0000 mon.b (mon.2) 12 : audit [DBG] from='mgr.? 172.21.15.142:0/807044055' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-16T16:27:40.012 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:39 smithi179 bash[22103]: audit 2024-03-16T16:27:39.546609+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.142:0/807044055' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-16T16:27:40.012 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:39 smithi179 bash[22103]: audit 2024-03-16T16:27:39.549328+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.142:0/807044055' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-16T16:27:40.012 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:39 smithi179 bash[22103]: audit 2024-03-16T16:27:39.551360+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.142:0/807044055' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-16T16:27:40.104 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:39 smithi017 bash[21646]: debug 2024-03-16T16:27:39.971+0000 7f6c5e40d200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-16T16:27:40.364 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21646]: [16/Mar/2024:16:27:40] ENGINE Bus STARTING 2024-03-16T16:27:40.364 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21646]: CherryPy Checker: 2024-03-16T16:27:40.365 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21646]: The Application mounted at '' has an empty config. 2024-03-16T16:27:40.365 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21646]: [16/Mar/2024:16:27:40] ENGINE Serving on http://:::9283 2024-03-16T16:27:40.365 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21646]: [16/Mar/2024:16:27:40] ENGINE Bus STARTED 2024-03-16T16:27:40.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: cluster 2024-03-16T16:27:39.599372+0000 mon.a (mon.0) 762 : cluster [DBG] mgrmap e17: a(active, since 8m), standbys: b 2024-03-16T16:27:40.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: cluster 2024-03-16T16:27:39.996321+0000 mon.a (mon.0) 763 : cluster [INF] Active manager daemon a restarted 2024-03-16T16:27:40.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: cluster 2024-03-16T16:27:39.996892+0000 mon.a (mon.0) 764 : cluster [INF] Activating manager daemon a 2024-03-16T16:27:40.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: cluster 2024-03-16T16:27:40.004014+0000 mon.a (mon.0) 765 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-16T16:27:40.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: cluster 2024-03-16T16:27:40.004366+0000 mon.a (mon.0) 766 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00766583s), standbys: b 2024-03-16T16:27:40.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: audit 2024-03-16T16:27:40.008800+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:27:40.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: audit 2024-03-16T16:27:40.009012+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:27:40.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: audit 2024-03-16T16:27:40.009126+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:27:40.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: audit 2024-03-16T16:27:40.012686+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-16T16:27:40.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: audit 2024-03-16T16:27:40.013394+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-16T16:27:40.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: audit 2024-03-16T16:27:40.014075+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:27:40.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: audit 2024-03-16T16:27:40.014886+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:27:40.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: audit 2024-03-16T16:27:40.015584+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:27:40.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: audit 2024-03-16T16:27:40.016263+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-16T16:27:40.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: audit 2024-03-16T16:27:40.016824+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-16T16:27:40.764 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: audit 2024-03-16T16:27:40.017773+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-16T16:27:40.764 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: cluster 2024-03-16T16:27:40.048938+0000 mon.a (mon.0) 778 : cluster [INF] Manager daemon a is now available 2024-03-16T16:27:40.764 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: audit 2024-03-16T16:27:40.079979+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:40.764 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: audit 2024-03-16T16:27:40.083984+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:27:40.764 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: audit 2024-03-16T16:27:40.086890+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:27:40.764 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: audit 2024-03-16T16:27:40.091987+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi017", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:27:40.764 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: audit 2024-03-16T16:27:40.092462+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:27:40.764 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: audit 2024-03-16T16:27:40.095423+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]': finished 2024-03-16T16:27:40.764 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: audit 2024-03-16T16:27:40.099220+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi179", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:27:40.764 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: audit 2024-03-16T16:27:40.103485+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:40.764 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: audit 2024-03-16T16:27:40.105276+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:27:40.764 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: audit 2024-03-16T16:27:40.107742+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:27:40.764 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: audit 2024-03-16T16:27:40.108043+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:27:40.764 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: cephadm 2024-03-16T16:27:40.117264+0000 mgr.a (mgr.14385) 1 : cephadm [INF] Updating smithi017:/etc/ceph/ceph.conf 2024-03-16T16:27:40.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: cephadm 2024-03-16T16:27:40.119607+0000 mgr.a (mgr.14385) 2 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-03-16T16:27:40.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: audit 2024-03-16T16:27:40.119804+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-16T16:27:40.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: cephadm 2024-03-16T16:27:40.121040+0000 mgr.a (mgr.14385) 3 : cephadm [INF] Updating smithi179:/etc/ceph/ceph.conf 2024-03-16T16:27:40.765 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:40 smithi179 bash[22103]: audit 2024-03-16T16:27:40.135420+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-16T16:27:40.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: cluster 2024-03-16T16:27:39.599372+0000 mon.a (mon.0) 762 : cluster [DBG] mgrmap e17: a(active, since 8m), standbys: b 2024-03-16T16:27:40.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: cluster 2024-03-16T16:27:39.996321+0000 mon.a (mon.0) 763 : cluster [INF] Active manager daemon a restarted 2024-03-16T16:27:40.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: cluster 2024-03-16T16:27:39.996892+0000 mon.a (mon.0) 764 : cluster [INF] Activating manager daemon a 2024-03-16T16:27:40.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: cluster 2024-03-16T16:27:40.004014+0000 mon.a (mon.0) 765 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-16T16:27:40.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: cluster 2024-03-16T16:27:40.004366+0000 mon.a (mon.0) 766 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00766583s), standbys: b 2024-03-16T16:27:40.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: audit 2024-03-16T16:27:40.008800+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:27:40.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: audit 2024-03-16T16:27:40.009012+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:27:40.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: audit 2024-03-16T16:27:40.009126+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:27:40.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: audit 2024-03-16T16:27:40.012686+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-16T16:27:40.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: audit 2024-03-16T16:27:40.013394+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-16T16:27:40.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: audit 2024-03-16T16:27:40.014075+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:27:40.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: audit 2024-03-16T16:27:40.014886+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:27:40.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: audit 2024-03-16T16:27:40.015584+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:27:40.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: audit 2024-03-16T16:27:40.016263+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-16T16:27:40.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: audit 2024-03-16T16:27:40.016824+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-16T16:27:40.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: audit 2024-03-16T16:27:40.017773+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-16T16:27:40.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: cluster 2024-03-16T16:27:40.048938+0000 mon.a (mon.0) 778 : cluster [INF] Manager daemon a is now available 2024-03-16T16:27:40.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: audit 2024-03-16T16:27:40.079979+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:40.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: audit 2024-03-16T16:27:40.083984+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:27:40.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: audit 2024-03-16T16:27:40.086890+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:27:40.866 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: audit 2024-03-16T16:27:40.091987+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi017", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:27:40.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: audit 2024-03-16T16:27:40.092462+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:27:40.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: audit 2024-03-16T16:27:40.095423+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]': finished 2024-03-16T16:27:40.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: audit 2024-03-16T16:27:40.099220+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi179", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:27:40.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: audit 2024-03-16T16:27:40.103485+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:40.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: audit 2024-03-16T16:27:40.105276+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:27:40.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: audit 2024-03-16T16:27:40.107742+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:27:40.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: audit 2024-03-16T16:27:40.108043+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:27:40.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: cephadm 2024-03-16T16:27:40.117264+0000 mgr.a (mgr.14385) 1 : cephadm [INF] Updating smithi017:/etc/ceph/ceph.conf 2024-03-16T16:27:40.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: cephadm 2024-03-16T16:27:40.119607+0000 mgr.a (mgr.14385) 2 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-03-16T16:27:40.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: audit 2024-03-16T16:27:40.119804+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-16T16:27:40.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: cephadm 2024-03-16T16:27:40.121040+0000 mgr.a (mgr.14385) 3 : cephadm [INF] Updating smithi179:/etc/ceph/ceph.conf 2024-03-16T16:27:40.867 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:40 smithi017 bash[21388]: audit 2024-03-16T16:27:40.135420+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-16T16:27:40.936 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: cluster 2024-03-16T16:27:39.599372+0000 mon.a (mon.0) 762 : cluster [DBG] mgrmap e17: a(active, since 8m), standbys: b 2024-03-16T16:27:40.936 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: cluster 2024-03-16T16:27:39.996321+0000 mon.a (mon.0) 763 : cluster [INF] Active manager daemon a restarted 2024-03-16T16:27:40.936 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: cluster 2024-03-16T16:27:39.996892+0000 mon.a (mon.0) 764 : cluster [INF] Activating manager daemon a 2024-03-16T16:27:40.936 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: cluster 2024-03-16T16:27:40.004014+0000 mon.a (mon.0) 765 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-16T16:27:40.936 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: cluster 2024-03-16T16:27:40.004366+0000 mon.a (mon.0) 766 : cluster [DBG] mgrmap e18: a(active, starting, since 0.00766583s), standbys: b 2024-03-16T16:27:40.936 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: audit 2024-03-16T16:27:40.008800+0000 mon.a (mon.0) 767 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-16T16:27:40.936 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: audit 2024-03-16T16:27:40.009012+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-16T16:27:40.936 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: audit 2024-03-16T16:27:40.009126+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-16T16:27:40.936 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: audit 2024-03-16T16:27:40.012686+0000 mon.a (mon.0) 770 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-16T16:27:40.936 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: audit 2024-03-16T16:27:40.013394+0000 mon.a (mon.0) 771 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-16T16:27:40.936 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: audit 2024-03-16T16:27:40.014075+0000 mon.a (mon.0) 772 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-16T16:27:40.937 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: audit 2024-03-16T16:27:40.014886+0000 mon.a (mon.0) 773 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-16T16:27:40.937 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: audit 2024-03-16T16:27:40.015584+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-16T16:27:40.937 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: audit 2024-03-16T16:27:40.016263+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-16T16:27:40.937 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: audit 2024-03-16T16:27:40.016824+0000 mon.a (mon.0) 776 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-16T16:27:40.937 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: audit 2024-03-16T16:27:40.017773+0000 mon.a (mon.0) 777 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-16T16:27:40.937 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: cluster 2024-03-16T16:27:40.048938+0000 mon.a (mon.0) 778 : cluster [INF] Manager daemon a is now available 2024-03-16T16:27:40.937 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: audit 2024-03-16T16:27:40.079979+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:40.937 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: audit 2024-03-16T16:27:40.083984+0000 mon.a (mon.0) 780 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:27:40.937 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: audit 2024-03-16T16:27:40.086890+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:27:40.937 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: audit 2024-03-16T16:27:40.091987+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi017", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:27:40.937 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: audit 2024-03-16T16:27:40.092462+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:27:40.937 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: audit 2024-03-16T16:27:40.095423+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi142", "name": "osd_memory_target"}]': finished 2024-03-16T16:27:40.937 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: audit 2024-03-16T16:27:40.099220+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi179", "name": "osd_memory_target"}]: dispatch 2024-03-16T16:27:40.937 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: audit 2024-03-16T16:27:40.103485+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:40.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: audit 2024-03-16T16:27:40.105276+0000 mon.a (mon.0) 787 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:27:40.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: audit 2024-03-16T16:27:40.107742+0000 mon.a (mon.0) 788 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:27:40.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: audit 2024-03-16T16:27:40.108043+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:27:40.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: cephadm 2024-03-16T16:27:40.117264+0000 mgr.a (mgr.14385) 1 : cephadm [INF] Updating smithi017:/etc/ceph/ceph.conf 2024-03-16T16:27:40.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: cephadm 2024-03-16T16:27:40.119607+0000 mgr.a (mgr.14385) 2 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.conf 2024-03-16T16:27:40.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: audit 2024-03-16T16:27:40.119804+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-16T16:27:40.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: cephadm 2024-03-16T16:27:40.121040+0000 mgr.a (mgr.14385) 3 : cephadm [INF] Updating smithi179:/etc/ceph/ceph.conf 2024-03-16T16:27:40.938 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:40 smithi142 bash[22171]: audit 2024-03-16T16:27:40.135420+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-16T16:27:42.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:42 smithi017 bash[21388]: cephadm 2024-03-16T16:27:40.689751+0000 mgr.a (mgr.14385) 4 : cephadm [INF] Updating smithi142:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:27:42.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:42 smithi017 bash[21388]: cephadm 2024-03-16T16:27:40.705246+0000 mgr.a (mgr.14385) 5 : cephadm [INF] Updating smithi017:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:27:42.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:42 smithi017 bash[21388]: cephadm 2024-03-16T16:27:40.715307+0000 mgr.a (mgr.14385) 6 : cephadm [INF] Updating smithi179:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:27:42.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:42 smithi017 bash[21388]: cephadm 2024-03-16T16:27:40.880880+0000 mgr.a (mgr.14385) 7 : cephadm [INF] Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:27:42.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:42 smithi017 bash[21388]: cephadm 2024-03-16T16:27:40.904702+0000 mgr.a (mgr.14385) 8 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:27:42.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:42 smithi017 bash[21388]: cephadm 2024-03-16T16:27:40.919862+0000 mgr.a (mgr.14385) 9 : cephadm [INF] Updating smithi017:/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:27:42.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:42 smithi017 bash[21388]: cluster 2024-03-16T16:27:41.013624+0000 mon.a (mon.0) 792 : cluster [DBG] mgrmap e19: a(active, since 1.01692s), standbys: b 2024-03-16T16:27:42.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:42 smithi017 bash[21388]: cluster 2024-03-16T16:27:41.018931+0000 mgr.a (mgr.14385) 10 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:42.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:42 smithi017 bash[21388]: cephadm 2024-03-16T16:27:41.045341+0000 mgr.a (mgr.14385) 11 : cephadm [INF] Updating smithi179:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-16T16:27:42.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:42 smithi017 bash[21388]: cephadm 2024-03-16T16:27:41.119921+0000 mgr.a (mgr.14385) 12 : cephadm [INF] Updating smithi142:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-16T16:27:42.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:42 smithi017 bash[21388]: cephadm 2024-03-16T16:27:41.134427+0000 mgr.a (mgr.14385) 13 : cephadm [INF] Updating smithi017:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-16T16:27:42.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:42 smithi017 bash[21388]: audit 2024-03-16T16:27:41.265103+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:42.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:42 smithi017 bash[21388]: audit 2024-03-16T16:27:41.271567+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:42.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:42 smithi017 bash[21388]: audit 2024-03-16T16:27:41.288544+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:42.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:42 smithi017 bash[21388]: audit 2024-03-16T16:27:41.295067+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:42.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:42 smithi017 bash[21388]: audit 2024-03-16T16:27:41.303452+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:42.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:42 smithi017 bash[21388]: audit 2024-03-16T16:27:41.308110+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:42.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:42 smithi017 bash[21388]: audit 2024-03-16T16:27:41.312773+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:42.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:42 smithi017 bash[21388]: cephadm 2024-03-16T16:27:41.313247+0000 mgr.a (mgr.14385) 14 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-16T16:27:42.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:42 smithi017 bash[21388]: audit 2024-03-16T16:27:41.317206+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:42.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:42 smithi017 bash[21388]: cephadm 2024-03-16T16:27:41.381441+0000 mgr.a (mgr.14385) 15 : cephadm [INF] Reconfiguring grafana.smithi017 (dependencies changed)... 2024-03-16T16:27:42.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:42 smithi017 bash[21388]: cephadm 2024-03-16T16:27:41.399719+0000 mgr.a (mgr.14385) 16 : cephadm [INF] Reconfiguring daemon grafana.smithi017 on smithi017 2024-03-16T16:27:42.262 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:42 smithi179 bash[22103]: cephadm 2024-03-16T16:27:40.689751+0000 mgr.a (mgr.14385) 4 : cephadm [INF] Updating smithi142:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:27:42.263 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:42 smithi179 bash[22103]: cephadm 2024-03-16T16:27:40.705246+0000 mgr.a (mgr.14385) 5 : cephadm [INF] Updating smithi017:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:27:42.263 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:42 smithi179 bash[22103]: cephadm 2024-03-16T16:27:40.715307+0000 mgr.a (mgr.14385) 6 : cephadm [INF] Updating smithi179:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:27:42.263 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:42 smithi179 bash[22103]: cephadm 2024-03-16T16:27:40.880880+0000 mgr.a (mgr.14385) 7 : cephadm [INF] Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:27:42.263 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:42 smithi179 bash[22103]: cephadm 2024-03-16T16:27:40.904702+0000 mgr.a (mgr.14385) 8 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:27:42.263 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:42 smithi179 bash[22103]: cephadm 2024-03-16T16:27:40.919862+0000 mgr.a (mgr.14385) 9 : cephadm [INF] Updating smithi017:/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:27:42.263 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:42 smithi179 bash[22103]: cluster 2024-03-16T16:27:41.013624+0000 mon.a (mon.0) 792 : cluster [DBG] mgrmap e19: a(active, since 1.01692s), standbys: b 2024-03-16T16:27:42.263 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:42 smithi179 bash[22103]: cluster 2024-03-16T16:27:41.018931+0000 mgr.a (mgr.14385) 10 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:42.263 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:42 smithi179 bash[22103]: cephadm 2024-03-16T16:27:41.045341+0000 mgr.a (mgr.14385) 11 : cephadm [INF] Updating smithi179:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-16T16:27:42.263 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:42 smithi179 bash[22103]: cephadm 2024-03-16T16:27:41.119921+0000 mgr.a (mgr.14385) 12 : cephadm [INF] Updating smithi142:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-16T16:27:42.263 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:42 smithi179 bash[22103]: cephadm 2024-03-16T16:27:41.134427+0000 mgr.a (mgr.14385) 13 : cephadm [INF] Updating smithi017:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-16T16:27:42.264 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:42 smithi179 bash[22103]: audit 2024-03-16T16:27:41.265103+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:42.264 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:42 smithi179 bash[22103]: audit 2024-03-16T16:27:41.271567+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:42.264 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:42 smithi179 bash[22103]: audit 2024-03-16T16:27:41.288544+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:42.264 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:42 smithi179 bash[22103]: audit 2024-03-16T16:27:41.295067+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:42.264 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:42 smithi179 bash[22103]: audit 2024-03-16T16:27:41.303452+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:42.264 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:42 smithi179 bash[22103]: audit 2024-03-16T16:27:41.308110+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:42.264 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:42 smithi179 bash[22103]: audit 2024-03-16T16:27:41.312773+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:42.264 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:42 smithi179 bash[22103]: cephadm 2024-03-16T16:27:41.313247+0000 mgr.a (mgr.14385) 14 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-16T16:27:42.264 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:42 smithi179 bash[22103]: audit 2024-03-16T16:27:41.317206+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:42.264 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:42 smithi179 bash[22103]: cephadm 2024-03-16T16:27:41.381441+0000 mgr.a (mgr.14385) 15 : cephadm [INF] Reconfiguring grafana.smithi017 (dependencies changed)... 2024-03-16T16:27:42.264 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:42 smithi179 bash[22103]: cephadm 2024-03-16T16:27:41.399719+0000 mgr.a (mgr.14385) 16 : cephadm [INF] Reconfiguring daemon grafana.smithi017 on smithi017 2024-03-16T16:27:42.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:42 smithi142 bash[22171]: cephadm 2024-03-16T16:27:40.689751+0000 mgr.a (mgr.14385) 4 : cephadm [INF] Updating smithi142:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:27:42.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:42 smithi142 bash[22171]: cephadm 2024-03-16T16:27:40.705246+0000 mgr.a (mgr.14385) 5 : cephadm [INF] Updating smithi017:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:27:42.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:42 smithi142 bash[22171]: cephadm 2024-03-16T16:27:40.715307+0000 mgr.a (mgr.14385) 6 : cephadm [INF] Updating smithi179:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.conf 2024-03-16T16:27:42.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:42 smithi142 bash[22171]: cephadm 2024-03-16T16:27:40.880880+0000 mgr.a (mgr.14385) 7 : cephadm [INF] Updating smithi179:/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:27:42.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:42 smithi142 bash[22171]: cephadm 2024-03-16T16:27:40.904702+0000 mgr.a (mgr.14385) 8 : cephadm [INF] Updating smithi142:/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:27:42.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:42 smithi142 bash[22171]: cephadm 2024-03-16T16:27:40.919862+0000 mgr.a (mgr.14385) 9 : cephadm [INF] Updating smithi017:/etc/ceph/ceph.client.admin.keyring 2024-03-16T16:27:42.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:42 smithi142 bash[22171]: cluster 2024-03-16T16:27:41.013624+0000 mon.a (mon.0) 792 : cluster [DBG] mgrmap e19: a(active, since 1.01692s), standbys: b 2024-03-16T16:27:42.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:42 smithi142 bash[22171]: cluster 2024-03-16T16:27:41.018931+0000 mgr.a (mgr.14385) 10 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:42.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:42 smithi142 bash[22171]: cephadm 2024-03-16T16:27:41.045341+0000 mgr.a (mgr.14385) 11 : cephadm [INF] Updating smithi179:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-16T16:27:42.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:42 smithi142 bash[22171]: cephadm 2024-03-16T16:27:41.119921+0000 mgr.a (mgr.14385) 12 : cephadm [INF] Updating smithi142:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-16T16:27:42.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:42 smithi142 bash[22171]: cephadm 2024-03-16T16:27:41.134427+0000 mgr.a (mgr.14385) 13 : cephadm [INF] Updating smithi017:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/config/ceph.client.admin.keyring 2024-03-16T16:27:42.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:42 smithi142 bash[22171]: audit 2024-03-16T16:27:41.265103+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:42.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:42 smithi142 bash[22171]: audit 2024-03-16T16:27:41.271567+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:42.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:42 smithi142 bash[22171]: audit 2024-03-16T16:27:41.288544+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:42.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:42 smithi142 bash[22171]: audit 2024-03-16T16:27:41.295067+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:42.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:42 smithi142 bash[22171]: audit 2024-03-16T16:27:41.303452+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:42.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:42 smithi142 bash[22171]: audit 2024-03-16T16:27:41.308110+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:42.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:42 smithi142 bash[22171]: audit 2024-03-16T16:27:41.312773+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:42.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:42 smithi142 bash[22171]: cephadm 2024-03-16T16:27:41.313247+0000 mgr.a (mgr.14385) 14 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-16T16:27:42.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:42 smithi142 bash[22171]: audit 2024-03-16T16:27:41.317206+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:42.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:42 smithi142 bash[22171]: cephadm 2024-03-16T16:27:41.381441+0000 mgr.a (mgr.14385) 15 : cephadm [INF] Reconfiguring grafana.smithi017 (dependencies changed)... 2024-03-16T16:27:42.437 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:42 smithi142 bash[22171]: cephadm 2024-03-16T16:27:41.399719+0000 mgr.a (mgr.14385) 16 : cephadm [INF] Reconfiguring daemon grafana.smithi017 on smithi017 2024-03-16T16:27:43.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:43 smithi017 bash[21388]: cephadm 2024-03-16T16:27:41.900190+0000 mgr.a (mgr.14385) 17 : cephadm [INF] [16/Mar/2024:16:27:41] ENGINE Bus STARTING 2024-03-16T16:27:43.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:43 smithi017 bash[21388]: cephadm 2024-03-16T16:27:42.001954+0000 mgr.a (mgr.14385) 18 : cephadm [INF] [16/Mar/2024:16:27:42] ENGINE Serving on http://172.21.15.17:8765 2024-03-16T16:27:43.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:43 smithi017 bash[21388]: cluster 2024-03-16T16:27:42.014039+0000 mgr.a (mgr.14385) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:43.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:43 smithi017 bash[21388]: cephadm 2024-03-16T16:27:42.124891+0000 mgr.a (mgr.14385) 20 : cephadm [INF] [16/Mar/2024:16:27:42] ENGINE Serving on https://172.21.15.17:7151 2024-03-16T16:27:43.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:43 smithi017 bash[21388]: cephadm 2024-03-16T16:27:42.125317+0000 mgr.a (mgr.14385) 21 : cephadm [INF] [16/Mar/2024:16:27:42] ENGINE Bus STARTED 2024-03-16T16:27:43.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:43 smithi142 bash[22171]: cephadm 2024-03-16T16:27:41.900190+0000 mgr.a (mgr.14385) 17 : cephadm [INF] [16/Mar/2024:16:27:41] ENGINE Bus STARTING 2024-03-16T16:27:43.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:43 smithi142 bash[22171]: cephadm 2024-03-16T16:27:42.001954+0000 mgr.a (mgr.14385) 18 : cephadm [INF] [16/Mar/2024:16:27:42] ENGINE Serving on http://172.21.15.17:8765 2024-03-16T16:27:43.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:43 smithi142 bash[22171]: cluster 2024-03-16T16:27:42.014039+0000 mgr.a (mgr.14385) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:43.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:43 smithi142 bash[22171]: cephadm 2024-03-16T16:27:42.124891+0000 mgr.a (mgr.14385) 20 : cephadm [INF] [16/Mar/2024:16:27:42] ENGINE Serving on https://172.21.15.17:7151 2024-03-16T16:27:43.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:43 smithi142 bash[22171]: cephadm 2024-03-16T16:27:42.125317+0000 mgr.a (mgr.14385) 21 : cephadm [INF] [16/Mar/2024:16:27:42] ENGINE Bus STARTED 2024-03-16T16:27:43.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:43 smithi179 bash[22103]: cephadm 2024-03-16T16:27:41.900190+0000 mgr.a (mgr.14385) 17 : cephadm [INF] [16/Mar/2024:16:27:41] ENGINE Bus STARTING 2024-03-16T16:27:43.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:43 smithi179 bash[22103]: cephadm 2024-03-16T16:27:42.001954+0000 mgr.a (mgr.14385) 18 : cephadm [INF] [16/Mar/2024:16:27:42] ENGINE Serving on http://172.21.15.17:8765 2024-03-16T16:27:43.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:43 smithi179 bash[22103]: cluster 2024-03-16T16:27:42.014039+0000 mgr.a (mgr.14385) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:43.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:43 smithi179 bash[22103]: cephadm 2024-03-16T16:27:42.124891+0000 mgr.a (mgr.14385) 20 : cephadm [INF] [16/Mar/2024:16:27:42] ENGINE Serving on https://172.21.15.17:7151 2024-03-16T16:27:43.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:43 smithi179 bash[22103]: cephadm 2024-03-16T16:27:42.125317+0000 mgr.a (mgr.14385) 21 : cephadm [INF] [16/Mar/2024:16:27:42] ENGINE Bus STARTED 2024-03-16T16:27:44.300 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:44 smithi017 bash[21388]: cluster 2024-03-16T16:27:43.031415+0000 mon.a (mon.0) 801 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-03-16T16:27:44.382 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:44 smithi179 bash[22103]: cluster 2024-03-16T16:27:43.031415+0000 mon.a (mon.0) 801 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-03-16T16:27:44.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:44 smithi142 bash[22171]: cluster 2024-03-16T16:27:43.031415+0000 mon.a (mon.0) 801 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-03-16T16:27:45.189 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:45 smithi017 bash[21388]: cluster 2024-03-16T16:27:44.014580+0000 mgr.a (mgr.14385) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:45.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:45 smithi142 bash[22171]: cluster 2024-03-16T16:27:44.014580+0000 mgr.a (mgr.14385) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:45.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:45 smithi179 bash[22103]: cluster 2024-03-16T16:27:44.014580+0000 mgr.a (mgr.14385) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:46.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:46 smithi017 bash[21388]: cluster 2024-03-16T16:27:45.044255+0000 mon.a (mon.0) 802 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-03-16T16:27:46.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:46 smithi017 bash[21388]: audit 2024-03-16T16:27:45.659876+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:46.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:46 smithi017 bash[21388]: audit 2024-03-16T16:27:45.664886+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:46.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:46 smithi017 bash[21388]: audit 2024-03-16T16:27:45.673738+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-03-16T16:27:46.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:46 smithi142 bash[22171]: cluster 2024-03-16T16:27:45.044255+0000 mon.a (mon.0) 802 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-03-16T16:27:46.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:46 smithi142 bash[22171]: audit 2024-03-16T16:27:45.659876+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:46.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:46 smithi142 bash[22171]: audit 2024-03-16T16:27:45.664886+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:46.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:46 smithi142 bash[22171]: audit 2024-03-16T16:27:45.673738+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-03-16T16:27:46.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:46 smithi179 bash[22103]: cluster 2024-03-16T16:27:45.044255+0000 mon.a (mon.0) 802 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-03-16T16:27:46.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:46 smithi179 bash[22103]: audit 2024-03-16T16:27:45.659876+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:46.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:46 smithi179 bash[22103]: audit 2024-03-16T16:27:45.664886+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:46.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:46 smithi179 bash[22103]: audit 2024-03-16T16:27:45.673738+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi142", "caps": []}]: dispatch 2024-03-16T16:27:47.315 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:47 smithi142 bash[22171]: cluster 2024-03-16T16:27:46.015258+0000 mgr.a (mgr.14385) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:47.315 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:47 smithi142 bash[22171]: audit 2024-03-16T16:27:46.252964+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi179", "caps": []}]: dispatch 2024-03-16T16:27:47.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:47 smithi017 bash[21388]: cluster 2024-03-16T16:27:46.015258+0000 mgr.a (mgr.14385) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:47.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:47 smithi017 bash[21388]: audit 2024-03-16T16:27:46.252964+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi179", "caps": []}]: dispatch 2024-03-16T16:27:47.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:47 smithi179 bash[22103]: cluster 2024-03-16T16:27:46.015258+0000 mgr.a (mgr.14385) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:47.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:47 smithi179 bash[22103]: audit 2024-03-16T16:27:46.252964+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi179", "caps": []}]: dispatch 2024-03-16T16:27:48.395 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:48 smithi142 bash[22171]: audit 2024-03-16T16:27:47.158571+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:48.395 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:48 smithi142 bash[22171]: audit 2024-03-16T16:27:47.289392+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:48.395 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:48 smithi142 bash[22171]: audit 2024-03-16T16:27:47.455745+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:48.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:48 smithi179 bash[22103]: audit 2024-03-16T16:27:47.158571+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:48.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:48 smithi179 bash[22103]: audit 2024-03-16T16:27:47.289392+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:48.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:48 smithi179 bash[22103]: audit 2024-03-16T16:27:47.455745+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:48.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:48 smithi017 bash[21388]: audit 2024-03-16T16:27:47.158571+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:48.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:48 smithi017 bash[21388]: audit 2024-03-16T16:27:47.289392+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:48.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:48 smithi017 bash[21388]: audit 2024-03-16T16:27:47.455745+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:49.185 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:49 smithi142 bash[22171]: cluster 2024-03-16T16:27:48.015830+0000 mgr.a (mgr.14385) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-16T16:27:49.503 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:49 smithi179 bash[22103]: cluster 2024-03-16T16:27:48.015830+0000 mgr.a (mgr.14385) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-16T16:27:49.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:49 smithi017 bash[21388]: cluster 2024-03-16T16:27:48.015830+0000 mgr.a (mgr.14385) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-16T16:27:50.422 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:50 smithi142 bash[22171]: cephadm 2024-03-16T16:27:48.457820+0000 mgr.a (mgr.14385) 25 : cephadm [INF] Reconfiguring alertmanager.smithi179 (dependencies changed)... 2024-03-16T16:27:50.423 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:50 smithi142 bash[22171]: cephadm 2024-03-16T16:27:48.722414+0000 mgr.a (mgr.14385) 26 : cephadm [INF] Reconfiguring daemon alertmanager.smithi179 on smithi179 2024-03-16T16:27:50.423 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:50 smithi142 bash[22171]: audit 2024-03-16T16:27:49.519050+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:50.423 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:50 smithi142 bash[22171]: audit 2024-03-16T16:27:49.663420+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:50.423 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:50 smithi142 bash[22171]: audit 2024-03-16T16:27:50.028784+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:50.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:50 smithi179 bash[22103]: cephadm 2024-03-16T16:27:48.457820+0000 mgr.a (mgr.14385) 25 : cephadm [INF] Reconfiguring alertmanager.smithi179 (dependencies changed)... 2024-03-16T16:27:50.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:50 smithi179 bash[22103]: cephadm 2024-03-16T16:27:48.722414+0000 mgr.a (mgr.14385) 26 : cephadm [INF] Reconfiguring daemon alertmanager.smithi179 on smithi179 2024-03-16T16:27:50.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:50 smithi179 bash[22103]: audit 2024-03-16T16:27:49.519050+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:50.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:50 smithi179 bash[22103]: audit 2024-03-16T16:27:49.663420+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:50.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:50 smithi179 bash[22103]: audit 2024-03-16T16:27:50.028784+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:50.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:50 smithi017 bash[21388]: cephadm 2024-03-16T16:27:48.457820+0000 mgr.a (mgr.14385) 25 : cephadm [INF] Reconfiguring alertmanager.smithi179 (dependencies changed)... 2024-03-16T16:27:50.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:50 smithi017 bash[21388]: cephadm 2024-03-16T16:27:48.722414+0000 mgr.a (mgr.14385) 26 : cephadm [INF] Reconfiguring daemon alertmanager.smithi179 on smithi179 2024-03-16T16:27:50.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:50 smithi017 bash[21388]: audit 2024-03-16T16:27:49.519050+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:50.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:50 smithi017 bash[21388]: audit 2024-03-16T16:27:49.663420+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:50.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:50 smithi017 bash[21388]: audit 2024-03-16T16:27:50.028784+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:51.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:51 smithi142 bash[22171]: cluster 2024-03-16T16:27:50.016330+0000 mgr.a (mgr.14385) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-16T16:27:51.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:51 smithi179 bash[22103]: cluster 2024-03-16T16:27:50.016330+0000 mgr.a (mgr.14385) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-16T16:27:51.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:51 smithi017 bash[21388]: cluster 2024-03-16T16:27:50.016330+0000 mgr.a (mgr.14385) 27 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-16T16:27:53.364 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:53 smithi142 bash[22171]: cluster 2024-03-16T16:27:52.017030+0000 mgr.a (mgr.14385) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-16T16:27:53.364 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:53 smithi142 bash[22171]: audit 2024-03-16T16:27:52.644522+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:53.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:53 smithi179 bash[22103]: cluster 2024-03-16T16:27:52.017030+0000 mgr.a (mgr.14385) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-16T16:27:53.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:53 smithi179 bash[22103]: audit 2024-03-16T16:27:52.644522+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:53.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:53 smithi017 bash[21388]: cluster 2024-03-16T16:27:52.017030+0000 mgr.a (mgr.14385) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-16T16:27:53.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:53 smithi017 bash[21388]: audit 2024-03-16T16:27:52.644522+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:54.413 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:54 smithi179 bash[22103]: audit 2024-03-16T16:27:53.280157+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:54.413 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:54 smithi179 bash[22103]: audit 2024-03-16T16:27:53.290394+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:54.413 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:54 smithi179 bash[22103]: audit 2024-03-16T16:27:53.300734+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:54.414 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:54 smithi179 bash[22103]: audit 2024-03-16T16:27:54.268995+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:54.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:54 smithi142 bash[22171]: audit 2024-03-16T16:27:53.280157+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:54.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:54 smithi142 bash[22171]: audit 2024-03-16T16:27:53.290394+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:54.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:54 smithi142 bash[22171]: audit 2024-03-16T16:27:53.300734+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:54.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:54 smithi142 bash[22171]: audit 2024-03-16T16:27:54.268995+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:54.611 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:54 smithi017 bash[21388]: audit 2024-03-16T16:27:53.280157+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:54.611 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:54 smithi017 bash[21388]: audit 2024-03-16T16:27:53.290394+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:54.611 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:54 smithi017 bash[21388]: audit 2024-03-16T16:27:53.300734+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:54.611 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:54 smithi017 bash[21388]: audit 2024-03-16T16:27:54.268995+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:54.612 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:54 smithi017 bash[21646]: [16/Mar/2024:16:27:54] ENGINE Bus STOPPING 2024-03-16T16:27:54.612 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:54 smithi017 bash[21646]: [16/Mar/2024:16:27:54] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-16T16:27:54.612 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:54 smithi017 bash[21646]: [16/Mar/2024:16:27:54] ENGINE Bus STOPPED 2024-03-16T16:27:54.612 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:54 smithi017 bash[21646]: [16/Mar/2024:16:27:54] ENGINE Bus STARTING 2024-03-16T16:27:54.612 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:54 smithi017 bash[21646]: [16/Mar/2024:16:27:54] ENGINE Serving on http://:::9283 2024-03-16T16:27:54.864 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:54 smithi017 bash[21646]: [16/Mar/2024:16:27:54] ENGINE Bus STARTED 2024-03-16T16:27:54.865 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:54 smithi017 bash[21646]: [16/Mar/2024:16:27:54] ENGINE Bus STOPPING 2024-03-16T16:27:54.865 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:54 smithi017 bash[21646]: [16/Mar/2024:16:27:54] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-16T16:27:54.865 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:54 smithi017 bash[21646]: [16/Mar/2024:16:27:54] ENGINE Bus STOPPED 2024-03-16T16:27:54.865 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:54 smithi017 bash[21646]: [16/Mar/2024:16:27:54] ENGINE Bus STARTING 2024-03-16T16:27:54.865 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:54 smithi017 bash[21646]: [16/Mar/2024:16:27:54] ENGINE Serving on http://:::9283 2024-03-16T16:27:54.865 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:27:54 smithi017 bash[21646]: [16/Mar/2024:16:27:54] ENGINE Bus STARTED 2024-03-16T16:27:55.617 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:55 smithi017 bash[21388]: cluster 2024-03-16T16:27:54.017654+0000 mgr.a (mgr.14385) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-16T16:27:55.618 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:55 smithi017 bash[21388]: audit 2024-03-16T16:27:54.278271+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:55.618 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:55 smithi017 bash[21388]: cluster 2024-03-16T16:27:54.280134+0000 mgr.a (mgr.14385) 30 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-03-16T16:27:55.618 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:55 smithi017 bash[21388]: audit 2024-03-16T16:27:54.293010+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:55.618 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:55 smithi017 bash[21388]: cluster 2024-03-16T16:27:54.297263+0000 mon.a (mon.0) 820 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-16T16:27:55.619 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:55 smithi017 bash[21388]: audit 2024-03-16T16:27:54.425325+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:55.619 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:55 smithi017 bash[21388]: audit 2024-03-16T16:27:54.434646+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:55.619 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:55 smithi017 bash[21388]: audit 2024-03-16T16:27:54.458137+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-16T16:27:55.619 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:55 smithi017 bash[21388]: audit 2024-03-16T16:27:54.461841+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi017.front.sepia.ceph.com:3000"}]: dispatch 2024-03-16T16:27:55.619 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:55 smithi017 bash[21388]: audit 2024-03-16T16:27:54.469871+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:55.619 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:55 smithi017 bash[21388]: audit 2024-03-16T16:27:54.505381+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-16T16:27:55.619 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:55 smithi017 bash[21388]: audit 2024-03-16T16:27:54.510250+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi179.front.sepia.ceph.com:9093"}]: dispatch 2024-03-16T16:27:55.619 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:55 smithi017 bash[21388]: audit 2024-03-16T16:27:54.518973+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:55.619 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:55 smithi017 bash[21388]: audit 2024-03-16T16:27:54.543742+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:27:55.619 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:55 smithi017 bash[21388]: audit 2024-03-16T16:27:54.546974+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi017", "caps": []}]: dispatch 2024-03-16T16:27:55.619 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:55 smithi017 bash[21388]: audit 2024-03-16T16:27:54.966621+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:55.619 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:55 smithi017 bash[21388]: audit 2024-03-16T16:27:54.976088+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:55.620 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:55 smithi017 bash[21388]: audit 2024-03-16T16:27:54.985569+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:55.620 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:55 smithi017 bash[21388]: audit 2024-03-16T16:27:55.113225+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:55.620 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:55 smithi017 bash[21388]: audit 2024-03-16T16:27:55.114323+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:27:55.675 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:55 smithi179 bash[22103]: cluster 2024-03-16T16:27:54.017654+0000 mgr.a (mgr.14385) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-16T16:27:55.675 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:55 smithi179 bash[22103]: audit 2024-03-16T16:27:54.278271+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:55.675 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:55 smithi179 bash[22103]: cluster 2024-03-16T16:27:54.280134+0000 mgr.a (mgr.14385) 30 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-03-16T16:27:55.675 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:55 smithi179 bash[22103]: audit 2024-03-16T16:27:54.293010+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:55.675 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:55 smithi179 bash[22103]: cluster 2024-03-16T16:27:54.297263+0000 mon.a (mon.0) 820 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-16T16:27:55.675 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:55 smithi179 bash[22103]: audit 2024-03-16T16:27:54.425325+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:55.675 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:55 smithi179 bash[22103]: audit 2024-03-16T16:27:54.434646+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:55.675 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:55 smithi179 bash[22103]: audit 2024-03-16T16:27:54.458137+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-16T16:27:55.675 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:55 smithi179 bash[22103]: audit 2024-03-16T16:27:54.461841+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi017.front.sepia.ceph.com:3000"}]: dispatch 2024-03-16T16:27:55.675 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:55 smithi179 bash[22103]: audit 2024-03-16T16:27:54.469871+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:55.676 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:55 smithi179 bash[22103]: audit 2024-03-16T16:27:54.505381+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-16T16:27:55.676 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:55 smithi179 bash[22103]: audit 2024-03-16T16:27:54.510250+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi179.front.sepia.ceph.com:9093"}]: dispatch 2024-03-16T16:27:55.676 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:55 smithi179 bash[22103]: audit 2024-03-16T16:27:54.518973+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:55.676 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:55 smithi179 bash[22103]: audit 2024-03-16T16:27:54.543742+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:27:55.676 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:55 smithi179 bash[22103]: audit 2024-03-16T16:27:54.546974+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi017", "caps": []}]: dispatch 2024-03-16T16:27:55.676 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:55 smithi179 bash[22103]: audit 2024-03-16T16:27:54.966621+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:55.676 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:55 smithi179 bash[22103]: audit 2024-03-16T16:27:54.976088+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:55.676 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:55 smithi179 bash[22103]: audit 2024-03-16T16:27:54.985569+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:55.676 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:55 smithi179 bash[22103]: audit 2024-03-16T16:27:55.113225+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:55.676 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:55 smithi179 bash[22103]: audit 2024-03-16T16:27:55.114323+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:27:55.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:55 smithi142 bash[22171]: cluster 2024-03-16T16:27:54.017654+0000 mgr.a (mgr.14385) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-16T16:27:55.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:55 smithi142 bash[22171]: audit 2024-03-16T16:27:54.278271+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:55.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:55 smithi142 bash[22171]: cluster 2024-03-16T16:27:54.280134+0000 mgr.a (mgr.14385) 30 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 20 KiB/s rd, 0 B/s wr, 11 op/s 2024-03-16T16:27:55.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:55 smithi142 bash[22171]: audit 2024-03-16T16:27:54.293010+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:55.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:55 smithi142 bash[22171]: cluster 2024-03-16T16:27:54.297263+0000 mon.a (mon.0) 820 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-16T16:27:55.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:55 smithi142 bash[22171]: audit 2024-03-16T16:27:54.425325+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:55.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:55 smithi142 bash[22171]: audit 2024-03-16T16:27:54.434646+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:55.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:55 smithi142 bash[22171]: audit 2024-03-16T16:27:54.458137+0000 mon.a (mon.0) 823 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-16T16:27:55.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:55 smithi142 bash[22171]: audit 2024-03-16T16:27:54.461841+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi017.front.sepia.ceph.com:3000"}]: dispatch 2024-03-16T16:27:55.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:55 smithi142 bash[22171]: audit 2024-03-16T16:27:54.469871+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:55.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:55 smithi142 bash[22171]: audit 2024-03-16T16:27:54.505381+0000 mon.a (mon.0) 826 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-16T16:27:55.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:55 smithi142 bash[22171]: audit 2024-03-16T16:27:54.510250+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi179.front.sepia.ceph.com:9093"}]: dispatch 2024-03-16T16:27:55.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:55 smithi142 bash[22171]: audit 2024-03-16T16:27:54.518973+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:55.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:55 smithi142 bash[22171]: audit 2024-03-16T16:27:54.543742+0000 mon.a (mon.0) 829 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:27:55.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:55 smithi142 bash[22171]: audit 2024-03-16T16:27:54.546974+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi017", "caps": []}]: dispatch 2024-03-16T16:27:55.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:55 smithi142 bash[22171]: audit 2024-03-16T16:27:54.966621+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:55.687 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:55 smithi142 bash[22171]: audit 2024-03-16T16:27:54.976088+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:55.687 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:55 smithi142 bash[22171]: audit 2024-03-16T16:27:54.985569+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:55.687 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:55 smithi142 bash[22171]: audit 2024-03-16T16:27:55.113225+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:55.687 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:55 smithi142 bash[22171]: audit 2024-03-16T16:27:55.114323+0000 mon.a (mon.0) 835 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:27:56.535 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:56 smithi179 bash[22103]: audit 2024-03-16T16:27:54.459319+0000 mgr.a (mgr.14385) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-16T16:27:56.535 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:56 smithi179 bash[22103]: audit 2024-03-16T16:27:54.462883+0000 mgr.a (mgr.14385) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi017.front.sepia.ceph.com:3000"}]: dispatch 2024-03-16T16:27:56.535 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:56 smithi179 bash[22103]: audit 2024-03-16T16:27:54.506508+0000 mgr.a (mgr.14385) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-16T16:27:56.535 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:56 smithi179 bash[22103]: audit 2024-03-16T16:27:54.511172+0000 mgr.a (mgr.14385) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi179.front.sepia.ceph.com:9093"}]: dispatch 2024-03-16T16:27:56.535 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:56 smithi179 bash[22103]: cluster 2024-03-16T16:27:54.977554+0000 mgr.a (mgr.14385) 35 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-16T16:27:56.536 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:56 smithi179 bash[22103]: cluster 2024-03-16T16:27:55.972552+0000 mon.a (mon.0) 836 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-16T16:27:56.536 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:56 smithi179 bash[22103]: cluster 2024-03-16T16:27:55.972590+0000 mon.a (mon.0) 837 : cluster [INF] Cluster is now healthy 2024-03-16T16:27:56.536 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:56 smithi179 bash[22103]: audit 2024-03-16T16:27:56.091026+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:27:56.536 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:56 smithi179 bash[22103]: audit 2024-03-16T16:27:56.092621+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:27:56.536 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:56 smithi179 bash[22103]: audit 2024-03-16T16:27:56.100257+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:56.536 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:56 smithi179 bash[22103]: audit 2024-03-16T16:27:56.183012+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi017", "caps": []}]: dispatch 2024-03-16T16:27:56.572 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:56 smithi017 bash[21388]: audit 2024-03-16T16:27:54.459319+0000 mgr.a (mgr.14385) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-16T16:27:56.572 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:56 smithi017 bash[21388]: audit 2024-03-16T16:27:54.462883+0000 mgr.a (mgr.14385) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi017.front.sepia.ceph.com:3000"}]: dispatch 2024-03-16T16:27:56.572 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:56 smithi017 bash[21388]: audit 2024-03-16T16:27:54.506508+0000 mgr.a (mgr.14385) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-16T16:27:56.572 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:56 smithi017 bash[21388]: audit 2024-03-16T16:27:54.511172+0000 mgr.a (mgr.14385) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi179.front.sepia.ceph.com:9093"}]: dispatch 2024-03-16T16:27:56.572 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:56 smithi017 bash[21388]: cluster 2024-03-16T16:27:54.977554+0000 mgr.a (mgr.14385) 35 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-16T16:27:56.572 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:56 smithi017 bash[21388]: cluster 2024-03-16T16:27:55.972552+0000 mon.a (mon.0) 836 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-16T16:27:56.572 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:56 smithi017 bash[21388]: cluster 2024-03-16T16:27:55.972590+0000 mon.a (mon.0) 837 : cluster [INF] Cluster is now healthy 2024-03-16T16:27:56.572 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:56 smithi017 bash[21388]: audit 2024-03-16T16:27:56.091026+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:27:56.573 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:56 smithi017 bash[21388]: audit 2024-03-16T16:27:56.092621+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:27:56.573 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:56 smithi017 bash[21388]: audit 2024-03-16T16:27:56.100257+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:56.573 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:56 smithi017 bash[21388]: audit 2024-03-16T16:27:56.183012+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi017", "caps": []}]: dispatch 2024-03-16T16:27:56.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:56 smithi142 bash[22171]: audit 2024-03-16T16:27:54.459319+0000 mgr.a (mgr.14385) 31 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-16T16:27:56.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:56 smithi142 bash[22171]: audit 2024-03-16T16:27:54.462883+0000 mgr.a (mgr.14385) 32 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi017.front.sepia.ceph.com:3000"}]: dispatch 2024-03-16T16:27:56.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:56 smithi142 bash[22171]: audit 2024-03-16T16:27:54.506508+0000 mgr.a (mgr.14385) 33 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-16T16:27:56.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:56 smithi142 bash[22171]: audit 2024-03-16T16:27:54.511172+0000 mgr.a (mgr.14385) 34 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi179.front.sepia.ceph.com:9093"}]: dispatch 2024-03-16T16:27:56.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:56 smithi142 bash[22171]: cluster 2024-03-16T16:27:54.977554+0000 mgr.a (mgr.14385) 35 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-16T16:27:56.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:56 smithi142 bash[22171]: cluster 2024-03-16T16:27:55.972552+0000 mon.a (mon.0) 836 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-16T16:27:56.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:56 smithi142 bash[22171]: cluster 2024-03-16T16:27:55.972590+0000 mon.a (mon.0) 837 : cluster [INF] Cluster is now healthy 2024-03-16T16:27:56.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:56 smithi142 bash[22171]: audit 2024-03-16T16:27:56.091026+0000 mon.a (mon.0) 838 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:27:56.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:56 smithi142 bash[22171]: audit 2024-03-16T16:27:56.092621+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:27:56.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:56 smithi142 bash[22171]: audit 2024-03-16T16:27:56.100257+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:56.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:56 smithi142 bash[22171]: audit 2024-03-16T16:27:56.183012+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi017", "caps": []}]: dispatch 2024-03-16T16:27:57.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:57 smithi179 bash[22103]: cephadm 2024-03-16T16:27:56.100758+0000 mgr.a (mgr.14385) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-16T16:27:57.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:57 smithi179 bash[22103]: audit 2024-03-16T16:27:56.788191+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:57.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:57 smithi179 bash[22103]: audit 2024-03-16T16:27:56.867228+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:57.527 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:57 smithi017 bash[21388]: cephadm 2024-03-16T16:27:56.100758+0000 mgr.a (mgr.14385) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-16T16:27:57.527 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:57 smithi017 bash[21388]: audit 2024-03-16T16:27:56.788191+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:57.527 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:57 smithi017 bash[21388]: audit 2024-03-16T16:27:56.867228+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:57.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:57 smithi142 bash[22171]: cephadm 2024-03-16T16:27:56.100758+0000 mgr.a (mgr.14385) 36 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-16T16:27:57.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:57 smithi142 bash[22171]: audit 2024-03-16T16:27:56.788191+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:57.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:57 smithi142 bash[22171]: audit 2024-03-16T16:27:56.867228+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:58.612 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:58 smithi017 bash[21388]: cluster 2024-03-16T16:27:56.977871+0000 mgr.a (mgr.14385) 37 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:58.612 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:58 smithi017 bash[21388]: audit 2024-03-16T16:27:57.314580+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:58.612 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:58 smithi017 bash[21388]: audit 2024-03-16T16:27:57.364859+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:58.612 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:58 smithi017 bash[21388]: audit 2024-03-16T16:27:57.370066+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:58.612 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:58 smithi017 bash[21388]: cluster 2024-03-16T16:27:57.370820+0000 mgr.a (mgr.14385) 38 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:58.612 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:58 smithi017 bash[21388]: audit 2024-03-16T16:27:57.376648+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:58.612 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:58 smithi017 bash[21388]: audit 2024-03-16T16:27:57.377146+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:27:58.612 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:58 smithi017 bash[21388]: audit 2024-03-16T16:27:57.380140+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:27:58.612 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:58 smithi017 bash[21388]: audit 2024-03-16T16:27:57.380830+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:27:58.613 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:58 smithi017 bash[21388]: cluster 2024-03-16T16:27:57.382269+0000 mgr.a (mgr.14385) 39 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:58.613 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:58 smithi017 bash[21388]: cluster 2024-03-16T16:27:57.382451+0000 mgr.a (mgr.14385) 40 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:58.613 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:58 smithi017 bash[21388]: audit 2024-03-16T16:27:57.386900+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:58.613 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:58 smithi017 bash[21388]: cephadm 2024-03-16T16:27:57.387344+0000 mgr.a (mgr.14385) 41 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-16T16:27:58.613 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:58 smithi017 bash[21388]: audit 2024-03-16T16:27:57.423794+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:58.613 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:58 smithi017 bash[21388]: audit 2024-03-16T16:27:57.533086+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:58.613 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:58 smithi017 bash[21388]: cluster 2024-03-16T16:27:57.865416+0000 mon.a (mon.0) 854 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-16T16:27:58.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:58 smithi142 bash[22171]: cluster 2024-03-16T16:27:56.977871+0000 mgr.a (mgr.14385) 37 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:58.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:58 smithi142 bash[22171]: audit 2024-03-16T16:27:57.314580+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:58.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:58 smithi142 bash[22171]: audit 2024-03-16T16:27:57.364859+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:58.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:58 smithi142 bash[22171]: audit 2024-03-16T16:27:57.370066+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:58.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:58 smithi142 bash[22171]: cluster 2024-03-16T16:27:57.370820+0000 mgr.a (mgr.14385) 38 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:58.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:58 smithi142 bash[22171]: audit 2024-03-16T16:27:57.376648+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:58.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:58 smithi142 bash[22171]: audit 2024-03-16T16:27:57.377146+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:27:58.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:58 smithi142 bash[22171]: audit 2024-03-16T16:27:57.380140+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:27:58.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:58 smithi142 bash[22171]: audit 2024-03-16T16:27:57.380830+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:27:58.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:58 smithi142 bash[22171]: cluster 2024-03-16T16:27:57.382269+0000 mgr.a (mgr.14385) 39 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:58.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:58 smithi142 bash[22171]: cluster 2024-03-16T16:27:57.382451+0000 mgr.a (mgr.14385) 40 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:58.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:58 smithi142 bash[22171]: audit 2024-03-16T16:27:57.386900+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:58.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:58 smithi142 bash[22171]: cephadm 2024-03-16T16:27:57.387344+0000 mgr.a (mgr.14385) 41 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-16T16:27:58.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:58 smithi142 bash[22171]: audit 2024-03-16T16:27:57.423794+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:58.687 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:58 smithi142 bash[22171]: audit 2024-03-16T16:27:57.533086+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:58.687 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:58 smithi142 bash[22171]: cluster 2024-03-16T16:27:57.865416+0000 mon.a (mon.0) 854 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-16T16:27:58.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:58 smithi179 bash[22103]: cluster 2024-03-16T16:27:56.977871+0000 mgr.a (mgr.14385) 37 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:58.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:58 smithi179 bash[22103]: audit 2024-03-16T16:27:57.314580+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:58.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:58 smithi179 bash[22103]: audit 2024-03-16T16:27:57.364859+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:58.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:58 smithi179 bash[22103]: audit 2024-03-16T16:27:57.370066+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:58.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:58 smithi179 bash[22103]: cluster 2024-03-16T16:27:57.370820+0000 mgr.a (mgr.14385) 38 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:58.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:58 smithi179 bash[22103]: audit 2024-03-16T16:27:57.376648+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:58.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:58 smithi179 bash[22103]: audit 2024-03-16T16:27:57.377146+0000 mon.a (mon.0) 848 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:27:58.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:58 smithi179 bash[22103]: audit 2024-03-16T16:27:57.380140+0000 mon.a (mon.0) 849 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:27:58.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:58 smithi179 bash[22103]: audit 2024-03-16T16:27:57.380830+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:27:58.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:58 smithi179 bash[22103]: cluster 2024-03-16T16:27:57.382269+0000 mgr.a (mgr.14385) 39 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:58.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:58 smithi179 bash[22103]: cluster 2024-03-16T16:27:57.382451+0000 mgr.a (mgr.14385) 40 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:58.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:58 smithi179 bash[22103]: audit 2024-03-16T16:27:57.386900+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:58.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:58 smithi179 bash[22103]: cephadm 2024-03-16T16:27:57.387344+0000 mgr.a (mgr.14385) 41 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-16T16:27:58.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:58 smithi179 bash[22103]: audit 2024-03-16T16:27:57.423794+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:58.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:58 smithi179 bash[22103]: audit 2024-03-16T16:27:57.533086+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:58.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:58 smithi179 bash[22103]: cluster 2024-03-16T16:27:57.865416+0000 mon.a (mon.0) 854 : cluster [WRN] Health check failed: 1 failed cephadm daemon(s) (CEPHADM_FAILED_DAEMON) 2024-03-16T16:27:59.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:59 smithi017 bash[21388]: audit 2024-03-16T16:27:58.467644+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:59.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:27:59 smithi017 bash[21388]: cluster 2024-03-16T16:27:59.383052+0000 mgr.a (mgr.14385) 42 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:59.733 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:59 smithi179 bash[22103]: audit 2024-03-16T16:27:58.467644+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:59.733 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:27:59 smithi179 bash[22103]: cluster 2024-03-16T16:27:59.383052+0000 mgr.a (mgr.14385) 42 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:27:59.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:59 smithi142 bash[22171]: audit 2024-03-16T16:27:58.467644+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:27:59.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:27:59 smithi142 bash[22171]: cluster 2024-03-16T16:27:59.383052+0000 mgr.a (mgr.14385) 42 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:02.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:02 smithi017 bash[21388]: audit 2024-03-16T16:28:01.359192+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:02.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:02 smithi017 bash[21388]: audit 2024-03-16T16:28:01.364730+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:02.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:02 smithi017 bash[21388]: cluster 2024-03-16T16:28:01.365396+0000 mgr.a (mgr.14385) 43 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:02.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:02 smithi017 bash[21388]: cluster 2024-03-16T16:28:01.365569+0000 mgr.a (mgr.14385) 44 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:02.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:02 smithi017 bash[21388]: audit 2024-03-16T16:28:01.370248+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:02.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:02 smithi017 bash[21388]: audit 2024-03-16T16:28:01.449025+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:02.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:02 smithi017 bash[21388]: audit 2024-03-16T16:28:01.453898+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:02.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:02 smithi017 bash[21388]: audit 2024-03-16T16:28:01.459238+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:02.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:02 smithi017 bash[21388]: audit 2024-03-16T16:28:01.499740+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:28:02.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:02 smithi017 bash[21388]: audit 2024-03-16T16:28:01.502353+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:28:02.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:02 smithi017 bash[21388]: audit 2024-03-16T16:28:01.503068+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:28:02.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:02 smithi017 bash[21388]: audit 2024-03-16T16:28:01.508670+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:02.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:02 smithi017 bash[21388]: audit 2024-03-16T16:28:01.519525+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:02.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:02 smithi142 bash[22171]: audit 2024-03-16T16:28:01.359192+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:02.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:02 smithi142 bash[22171]: audit 2024-03-16T16:28:01.364730+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:02.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:02 smithi142 bash[22171]: cluster 2024-03-16T16:28:01.365396+0000 mgr.a (mgr.14385) 43 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:02.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:02 smithi142 bash[22171]: cluster 2024-03-16T16:28:01.365569+0000 mgr.a (mgr.14385) 44 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:02.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:02 smithi142 bash[22171]: audit 2024-03-16T16:28:01.370248+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:02.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:02 smithi142 bash[22171]: audit 2024-03-16T16:28:01.449025+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:02.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:02 smithi142 bash[22171]: audit 2024-03-16T16:28:01.453898+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:02.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:02 smithi142 bash[22171]: audit 2024-03-16T16:28:01.459238+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:02.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:02 smithi142 bash[22171]: audit 2024-03-16T16:28:01.499740+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:28:02.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:02 smithi142 bash[22171]: audit 2024-03-16T16:28:01.502353+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:28:02.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:02 smithi142 bash[22171]: audit 2024-03-16T16:28:01.503068+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:28:02.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:02 smithi142 bash[22171]: audit 2024-03-16T16:28:01.508670+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:02.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:02 smithi142 bash[22171]: audit 2024-03-16T16:28:01.519525+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:02.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:02 smithi179 bash[22103]: audit 2024-03-16T16:28:01.359192+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:02.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:02 smithi179 bash[22103]: audit 2024-03-16T16:28:01.364730+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:02.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:02 smithi179 bash[22103]: cluster 2024-03-16T16:28:01.365396+0000 mgr.a (mgr.14385) 43 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:02.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:02 smithi179 bash[22103]: cluster 2024-03-16T16:28:01.365569+0000 mgr.a (mgr.14385) 44 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:02.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:02 smithi179 bash[22103]: audit 2024-03-16T16:28:01.370248+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:02.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:02 smithi179 bash[22103]: audit 2024-03-16T16:28:01.449025+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:02.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:02 smithi179 bash[22103]: audit 2024-03-16T16:28:01.453898+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:02.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:02 smithi179 bash[22103]: audit 2024-03-16T16:28:01.459238+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:02.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:02 smithi179 bash[22103]: audit 2024-03-16T16:28:01.499740+0000 mon.a (mon.0) 862 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:28:02.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:02 smithi179 bash[22103]: audit 2024-03-16T16:28:01.502353+0000 mon.a (mon.0) 863 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:28:02.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:02 smithi179 bash[22103]: audit 2024-03-16T16:28:01.503068+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:28:02.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:02 smithi179 bash[22103]: audit 2024-03-16T16:28:01.508670+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:02.763 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:02 smithi179 bash[22103]: audit 2024-03-16T16:28:01.519525+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:03.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:03 smithi017 bash[21388]: cluster 2024-03-16T16:28:01.454701+0000 mgr.a (mgr.14385) 45 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:03.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:03 smithi017 bash[21388]: cluster 2024-03-16T16:28:01.454910+0000 mgr.a (mgr.14385) 46 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:03.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:03 smithi017 bash[21388]: cluster 2024-03-16T16:28:01.504475+0000 mgr.a (mgr.14385) 47 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:03.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:03 smithi017 bash[21388]: cluster 2024-03-16T16:28:01.504702+0000 mgr.a (mgr.14385) 48 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:03.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:03 smithi017 bash[21388]: audit 2024-03-16T16:28:03.108772+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:03.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:03 smithi017 bash[21388]: audit 2024-03-16T16:28:03.113172+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:03.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:03 smithi017 bash[21388]: audit 2024-03-16T16:28:03.119860+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:03.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:03 smithi142 bash[22171]: cluster 2024-03-16T16:28:01.454701+0000 mgr.a (mgr.14385) 45 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:03.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:03 smithi142 bash[22171]: cluster 2024-03-16T16:28:01.454910+0000 mgr.a (mgr.14385) 46 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:03.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:03 smithi142 bash[22171]: cluster 2024-03-16T16:28:01.504475+0000 mgr.a (mgr.14385) 47 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:03.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:03 smithi142 bash[22171]: cluster 2024-03-16T16:28:01.504702+0000 mgr.a (mgr.14385) 48 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:03.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:03 smithi142 bash[22171]: audit 2024-03-16T16:28:03.108772+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:03.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:03 smithi142 bash[22171]: audit 2024-03-16T16:28:03.113172+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:03.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:03 smithi142 bash[22171]: audit 2024-03-16T16:28:03.119860+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:03.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:03 smithi179 bash[22103]: cluster 2024-03-16T16:28:01.454701+0000 mgr.a (mgr.14385) 45 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:03.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:03 smithi179 bash[22103]: cluster 2024-03-16T16:28:01.454910+0000 mgr.a (mgr.14385) 46 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:03.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:03 smithi179 bash[22103]: cluster 2024-03-16T16:28:01.504475+0000 mgr.a (mgr.14385) 47 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:03.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:03 smithi179 bash[22103]: cluster 2024-03-16T16:28:01.504702+0000 mgr.a (mgr.14385) 48 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:03.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:03 smithi179 bash[22103]: audit 2024-03-16T16:28:03.108772+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:03.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:03 smithi179 bash[22103]: audit 2024-03-16T16:28:03.113172+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:03.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:03 smithi179 bash[22103]: audit 2024-03-16T16:28:03.119860+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:04.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:04 smithi017 bash[21388]: cluster 2024-03-16T16:28:03.114003+0000 mgr.a (mgr.14385) 49 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:04.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:04 smithi017 bash[21388]: cluster 2024-03-16T16:28:03.114254+0000 mgr.a (mgr.14385) 50 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:04.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:04 smithi142 bash[22171]: cluster 2024-03-16T16:28:03.114003+0000 mgr.a (mgr.14385) 49 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:04.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:04 smithi142 bash[22171]: cluster 2024-03-16T16:28:03.114254+0000 mgr.a (mgr.14385) 50 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:04.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:04 smithi179 bash[22103]: cluster 2024-03-16T16:28:03.114003+0000 mgr.a (mgr.14385) 49 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:04.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:04 smithi179 bash[22103]: cluster 2024-03-16T16:28:03.114254+0000 mgr.a (mgr.14385) 50 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:06.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:06 smithi017 bash[21388]: cluster 2024-03-16T16:28:05.114797+0000 mgr.a (mgr.14385) 51 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:06.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:06 smithi142 bash[22171]: cluster 2024-03-16T16:28:05.114797+0000 mgr.a (mgr.14385) 51 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:06.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:06 smithi179 bash[22103]: cluster 2024-03-16T16:28:05.114797+0000 mgr.a (mgr.14385) 51 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:08.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:08 smithi142 bash[22171]: cluster 2024-03-16T16:28:07.115362+0000 mgr.a (mgr.14385) 52 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:08.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:08 smithi179 bash[22103]: cluster 2024-03-16T16:28:07.115362+0000 mgr.a (mgr.14385) 52 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:08.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:08 smithi017 bash[21388]: cluster 2024-03-16T16:28:07.115362+0000 mgr.a (mgr.14385) 52 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:10.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:10 smithi142 bash[22171]: cluster 2024-03-16T16:28:09.115983+0000 mgr.a (mgr.14385) 53 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:10.694 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:10 smithi142 bash[22171]: audit 2024-03-16T16:28:10.108953+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:28:10.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:10 smithi179 bash[22103]: cluster 2024-03-16T16:28:09.115983+0000 mgr.a (mgr.14385) 53 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:10.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:10 smithi179 bash[22103]: audit 2024-03-16T16:28:10.108953+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:28:10.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:10 smithi017 bash[21388]: cluster 2024-03-16T16:28:09.115983+0000 mgr.a (mgr.14385) 53 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:10.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:10 smithi017 bash[21388]: audit 2024-03-16T16:28:10.108953+0000 mon.a (mon.0) 870 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:28:12.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:12 smithi142 bash[22171]: cluster 2024-03-16T16:28:11.116556+0000 mgr.a (mgr.14385) 54 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:12.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:12 smithi179 bash[22103]: cluster 2024-03-16T16:28:11.116556+0000 mgr.a (mgr.14385) 54 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:12.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:12 smithi017 bash[21388]: cluster 2024-03-16T16:28:11.116556+0000 mgr.a (mgr.14385) 54 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:14.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:14 smithi142 bash[22171]: cluster 2024-03-16T16:28:13.117111+0000 mgr.a (mgr.14385) 55 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:14.692 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:14 smithi179 bash[22103]: cluster 2024-03-16T16:28:13.117111+0000 mgr.a (mgr.14385) 55 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:14.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:14 smithi017 bash[21388]: cluster 2024-03-16T16:28:13.117111+0000 mgr.a (mgr.14385) 55 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:16.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:16 smithi179 bash[22103]: cluster 2024-03-16T16:28:15.117654+0000 mgr.a (mgr.14385) 56 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:16.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:16 smithi179 bash[22103]: audit 2024-03-16T16:28:15.206951+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:16.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:16 smithi179 bash[22103]: audit 2024-03-16T16:28:15.217246+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:16.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:16 smithi179 bash[22103]: cluster 2024-03-16T16:28:15.219024+0000 mgr.a (mgr.14385) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:16.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:16 smithi179 bash[22103]: cluster 2024-03-16T16:28:15.219462+0000 mgr.a (mgr.14385) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:16.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:16 smithi179 bash[22103]: audit 2024-03-16T16:28:15.229457+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:16.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:16 smithi017 bash[21388]: cluster 2024-03-16T16:28:15.117654+0000 mgr.a (mgr.14385) 56 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:16.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:16 smithi017 bash[21388]: audit 2024-03-16T16:28:15.206951+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:16.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:16 smithi017 bash[21388]: audit 2024-03-16T16:28:15.217246+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:16.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:16 smithi017 bash[21388]: cluster 2024-03-16T16:28:15.219024+0000 mgr.a (mgr.14385) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:16.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:16 smithi017 bash[21388]: cluster 2024-03-16T16:28:15.219462+0000 mgr.a (mgr.14385) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:16.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:16 smithi017 bash[21388]: audit 2024-03-16T16:28:15.229457+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:16.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:16 smithi142 bash[22171]: cluster 2024-03-16T16:28:15.117654+0000 mgr.a (mgr.14385) 56 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:16.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:16 smithi142 bash[22171]: audit 2024-03-16T16:28:15.206951+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:16.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:16 smithi142 bash[22171]: audit 2024-03-16T16:28:15.217246+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:16.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:16 smithi142 bash[22171]: cluster 2024-03-16T16:28:15.219024+0000 mgr.a (mgr.14385) 57 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:16.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:16 smithi142 bash[22171]: cluster 2024-03-16T16:28:15.219462+0000 mgr.a (mgr.14385) 58 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:16.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:16 smithi142 bash[22171]: audit 2024-03-16T16:28:15.229457+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:18.563 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:18 smithi179 bash[22103]: cluster 2024-03-16T16:28:17.220017+0000 mgr.a (mgr.14385) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:18.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:18 smithi017 bash[21388]: cluster 2024-03-16T16:28:17.220017+0000 mgr.a (mgr.14385) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:18.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:18 smithi142 bash[22171]: cluster 2024-03-16T16:28:17.220017+0000 mgr.a (mgr.14385) 59 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:20.513 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:20 smithi179 bash[22103]: cluster 2024-03-16T16:28:19.220567+0000 mgr.a (mgr.14385) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:20.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:20 smithi179 bash[22103]: audit 2024-03-16T16:28:19.263167+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:20.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:20 smithi179 bash[22103]: audit 2024-03-16T16:28:19.272718+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:20.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:20 smithi179 bash[22103]: cluster 2024-03-16T16:28:19.274375+0000 mgr.a (mgr.14385) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:20.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:20 smithi179 bash[22103]: cluster 2024-03-16T16:28:19.275329+0000 mon.a (mon.0) 876 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-16T16:28:20.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:20 smithi179 bash[22103]: cluster 2024-03-16T16:28:19.275382+0000 mon.a (mon.0) 877 : cluster [INF] Cluster is now healthy 2024-03-16T16:28:20.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:20 smithi179 bash[22103]: audit 2024-03-16T16:28:19.282584+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:28:20.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:20 smithi179 bash[22103]: audit 2024-03-16T16:28:19.287273+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:20.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:20 smithi179 bash[22103]: audit 2024-03-16T16:28:19.294590+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:28:20.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:20 smithi179 bash[22103]: audit 2024-03-16T16:28:19.296405+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:28:20.514 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:20 smithi179 bash[22103]: audit 2024-03-16T16:28:19.306760+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:20.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:20 smithi017 bash[21388]: cluster 2024-03-16T16:28:19.220567+0000 mgr.a (mgr.14385) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:20.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:20 smithi017 bash[21388]: audit 2024-03-16T16:28:19.263167+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:20.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:20 smithi017 bash[21388]: audit 2024-03-16T16:28:19.272718+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:20.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:20 smithi017 bash[21388]: cluster 2024-03-16T16:28:19.274375+0000 mgr.a (mgr.14385) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:20.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:20 smithi017 bash[21388]: cluster 2024-03-16T16:28:19.275329+0000 mon.a (mon.0) 876 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-16T16:28:20.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:20 smithi017 bash[21388]: cluster 2024-03-16T16:28:19.275382+0000 mon.a (mon.0) 877 : cluster [INF] Cluster is now healthy 2024-03-16T16:28:20.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:20 smithi017 bash[21388]: audit 2024-03-16T16:28:19.282584+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:28:20.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:20 smithi017 bash[21388]: audit 2024-03-16T16:28:19.287273+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:20.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:20 smithi017 bash[21388]: audit 2024-03-16T16:28:19.294590+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:28:20.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:20 smithi017 bash[21388]: audit 2024-03-16T16:28:19.296405+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:28:20.616 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:20 smithi017 bash[21388]: audit 2024-03-16T16:28:19.306760+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:20.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:20 smithi142 bash[22171]: cluster 2024-03-16T16:28:19.220567+0000 mgr.a (mgr.14385) 60 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:20.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:20 smithi142 bash[22171]: audit 2024-03-16T16:28:19.263167+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:20.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:20 smithi142 bash[22171]: audit 2024-03-16T16:28:19.272718+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:20.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:20 smithi142 bash[22171]: cluster 2024-03-16T16:28:19.274375+0000 mgr.a (mgr.14385) 61 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:20.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:20 smithi142 bash[22171]: cluster 2024-03-16T16:28:19.275329+0000 mon.a (mon.0) 876 : cluster [INF] Health check cleared: CEPHADM_FAILED_DAEMON (was: 1 failed cephadm daemon(s)) 2024-03-16T16:28:20.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:20 smithi142 bash[22171]: cluster 2024-03-16T16:28:19.275382+0000 mon.a (mon.0) 877 : cluster [INF] Cluster is now healthy 2024-03-16T16:28:20.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:20 smithi142 bash[22171]: audit 2024-03-16T16:28:19.282584+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:28:20.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:20 smithi142 bash[22171]: audit 2024-03-16T16:28:19.287273+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:20.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:20 smithi142 bash[22171]: audit 2024-03-16T16:28:19.294590+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:28:20.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:20 smithi142 bash[22171]: audit 2024-03-16T16:28:19.296405+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:28:20.686 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:20 smithi142 bash[22171]: audit 2024-03-16T16:28:19.306760+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:22.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:22 smithi017 bash[21388]: cluster 2024-03-16T16:28:21.274932+0000 mgr.a (mgr.14385) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:22.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:22 smithi142 bash[22171]: cluster 2024-03-16T16:28:21.274932+0000 mgr.a (mgr.14385) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:22.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:22 smithi179 bash[22103]: cluster 2024-03-16T16:28:21.274932+0000 mgr.a (mgr.14385) 62 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:24.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:24 smithi017 bash[21388]: cluster 2024-03-16T16:28:23.275451+0000 mgr.a (mgr.14385) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:24.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:24 smithi017 bash[21388]: audit 2024-03-16T16:28:23.313110+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:24.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:24 smithi017 bash[21388]: audit 2024-03-16T16:28:23.321983+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:24.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:24 smithi017 bash[21388]: audit 2024-03-16T16:28:23.332528+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:24.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:24 smithi142 bash[22171]: cluster 2024-03-16T16:28:23.275451+0000 mgr.a (mgr.14385) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:24.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:24 smithi142 bash[22171]: audit 2024-03-16T16:28:23.313110+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:24.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:24 smithi142 bash[22171]: audit 2024-03-16T16:28:23.321983+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:24.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:24 smithi142 bash[22171]: audit 2024-03-16T16:28:23.332528+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:24.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:24 smithi179 bash[22103]: cluster 2024-03-16T16:28:23.275451+0000 mgr.a (mgr.14385) 63 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:24.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:24 smithi179 bash[22103]: audit 2024-03-16T16:28:23.313110+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:24.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:24 smithi179 bash[22103]: audit 2024-03-16T16:28:23.321983+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:24.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:24 smithi179 bash[22103]: audit 2024-03-16T16:28:23.332528+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:26.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:26 smithi017 bash[21388]: audit 2024-03-16T16:28:25.116358+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:26.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:26 smithi017 bash[21388]: audit 2024-03-16T16:28:25.118060+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:28:26.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:26 smithi017 bash[21388]: cluster 2024-03-16T16:28:25.276117+0000 mgr.a (mgr.14385) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:26.434 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:26 smithi142 bash[22171]: audit 2024-03-16T16:28:25.116358+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:26.434 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:26 smithi142 bash[22171]: audit 2024-03-16T16:28:25.118060+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:28:26.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:26 smithi142 bash[22171]: cluster 2024-03-16T16:28:25.276117+0000 mgr.a (mgr.14385) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:26.511 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:26 smithi179 bash[22103]: audit 2024-03-16T16:28:25.116358+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:26.511 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:26 smithi179 bash[22103]: audit 2024-03-16T16:28:25.118060+0000 mon.a (mon.0) 887 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:28:26.511 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:26 smithi179 bash[22103]: cluster 2024-03-16T16:28:25.276117+0000 mgr.a (mgr.14385) 64 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:28.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:28 smithi017 bash[21388]: cluster 2024-03-16T16:28:27.276671+0000 mgr.a (mgr.14385) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:28.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:28 smithi142 bash[22171]: cluster 2024-03-16T16:28:27.276671+0000 mgr.a (mgr.14385) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:28.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:28 smithi179 bash[22103]: cluster 2024-03-16T16:28:27.276671+0000 mgr.a (mgr.14385) 65 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:30.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:30 smithi017 bash[21388]: cluster 2024-03-16T16:28:29.277223+0000 mgr.a (mgr.14385) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:30.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:30 smithi142 bash[22171]: cluster 2024-03-16T16:28:29.277223+0000 mgr.a (mgr.14385) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:30.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:30 smithi179 bash[22103]: cluster 2024-03-16T16:28:29.277223+0000 mgr.a (mgr.14385) 66 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:32.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:32 smithi017 bash[21388]: cluster 2024-03-16T16:28:31.277772+0000 mgr.a (mgr.14385) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:32.617 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:32 smithi142 bash[22171]: cluster 2024-03-16T16:28:31.277772+0000 mgr.a (mgr.14385) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:32.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:32 smithi179 bash[22103]: cluster 2024-03-16T16:28:31.277772+0000 mgr.a (mgr.14385) 67 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:34.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:34 smithi017 bash[21388]: cluster 2024-03-16T16:28:33.278306+0000 mgr.a (mgr.14385) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:34.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:34 smithi142 bash[22171]: cluster 2024-03-16T16:28:33.278306+0000 mgr.a (mgr.14385) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:34.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:34 smithi179 bash[22103]: cluster 2024-03-16T16:28:33.278306+0000 mgr.a (mgr.14385) 68 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:36.693 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:36 smithi179 bash[22103]: cluster 2024-03-16T16:28:35.278877+0000 mgr.a (mgr.14385) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:36.693 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:36 smithi179 bash[22103]: audit 2024-03-16T16:28:35.444411+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:36.693 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:36 smithi179 bash[22103]: audit 2024-03-16T16:28:35.454053+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:36.693 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:36 smithi179 bash[22103]: audit 2024-03-16T16:28:35.464602+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:36.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:36 smithi017 bash[21388]: cluster 2024-03-16T16:28:35.278877+0000 mgr.a (mgr.14385) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:36.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:36 smithi017 bash[21388]: audit 2024-03-16T16:28:35.444411+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:36.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:36 smithi017 bash[21388]: audit 2024-03-16T16:28:35.454053+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:36.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:36 smithi017 bash[21388]: audit 2024-03-16T16:28:35.464602+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:36.934 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:36 smithi142 bash[22171]: cluster 2024-03-16T16:28:35.278877+0000 mgr.a (mgr.14385) 69 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:36.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:36 smithi142 bash[22171]: audit 2024-03-16T16:28:35.444411+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:36.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:36 smithi142 bash[22171]: audit 2024-03-16T16:28:35.454053+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:36.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:36 smithi142 bash[22171]: audit 2024-03-16T16:28:35.464602+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:37.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:37 smithi179 bash[22103]: cluster 2024-03-16T16:28:37.279440+0000 mgr.a (mgr.14385) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:37.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:37 smithi017 bash[21388]: cluster 2024-03-16T16:28:37.279440+0000 mgr.a (mgr.14385) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:37.934 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:37 smithi142 bash[22171]: cluster 2024-03-16T16:28:37.279440+0000 mgr.a (mgr.14385) 70 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:40.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:40 smithi017 bash[21388]: cluster 2024-03-16T16:28:39.279974+0000 mgr.a (mgr.14385) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:40.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:40 smithi017 bash[21388]: audit 2024-03-16T16:28:39.479160+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:40.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:40 smithi017 bash[21388]: audit 2024-03-16T16:28:39.488807+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:40.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:40 smithi017 bash[21388]: audit 2024-03-16T16:28:39.499215+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:40.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:40 smithi017 bash[21388]: audit 2024-03-16T16:28:39.677146+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:40.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:40 smithi017 bash[21388]: audit 2024-03-16T16:28:39.686872+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:40.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:40 smithi017 bash[21388]: audit 2024-03-16T16:28:39.697547+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:40.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:40 smithi017 bash[21388]: audit 2024-03-16T16:28:40.110805+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:28:40.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:40 smithi142 bash[22171]: cluster 2024-03-16T16:28:39.279974+0000 mgr.a (mgr.14385) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:40.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:40 smithi142 bash[22171]: audit 2024-03-16T16:28:39.479160+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:40.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:40 smithi142 bash[22171]: audit 2024-03-16T16:28:39.488807+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:40.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:40 smithi142 bash[22171]: audit 2024-03-16T16:28:39.499215+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:40.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:40 smithi142 bash[22171]: audit 2024-03-16T16:28:39.677146+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:40.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:40 smithi142 bash[22171]: audit 2024-03-16T16:28:39.686872+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:40.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:40 smithi142 bash[22171]: audit 2024-03-16T16:28:39.697547+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:40.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:40 smithi142 bash[22171]: audit 2024-03-16T16:28:40.110805+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:28:40.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:40 smithi179 bash[22103]: cluster 2024-03-16T16:28:39.279974+0000 mgr.a (mgr.14385) 71 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:40.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:40 smithi179 bash[22103]: audit 2024-03-16T16:28:39.479160+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:40.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:40 smithi179 bash[22103]: audit 2024-03-16T16:28:39.488807+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:40.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:40 smithi179 bash[22103]: audit 2024-03-16T16:28:39.499215+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:40.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:40 smithi179 bash[22103]: audit 2024-03-16T16:28:39.677146+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:40.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:40 smithi179 bash[22103]: audit 2024-03-16T16:28:39.686872+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:40.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:40 smithi179 bash[22103]: audit 2024-03-16T16:28:39.697547+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:40.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:40 smithi179 bash[22103]: audit 2024-03-16T16:28:40.110805+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:28:41.114 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:28:40 smithi017 bash[21646]: ::ffff:172.21.15.142 - - [16/Mar/2024:16:28:40] "GET /metrics HTTP/1.1" 200 21521 "" "Prometheus/2.43.0" 2024-03-16T16:28:42.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:42 smithi017 bash[21388]: cluster 2024-03-16T16:28:41.280607+0000 mgr.a (mgr.14385) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:42.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:42 smithi142 bash[22171]: cluster 2024-03-16T16:28:41.280607+0000 mgr.a (mgr.14385) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:42.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:42 smithi179 bash[22103]: cluster 2024-03-16T16:28:41.280607+0000 mgr.a (mgr.14385) 72 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:44.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:44 smithi017 bash[21388]: cluster 2024-03-16T16:28:43.281122+0000 mgr.a (mgr.14385) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:44.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:44 smithi017 bash[21388]: audit 2024-03-16T16:28:43.545903+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:44.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:44 smithi017 bash[21388]: audit 2024-03-16T16:28:43.555771+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:44.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:44 smithi017 bash[21388]: audit 2024-03-16T16:28:43.566317+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:44.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:44 smithi142 bash[22171]: cluster 2024-03-16T16:28:43.281122+0000 mgr.a (mgr.14385) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:44.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:44 smithi142 bash[22171]: audit 2024-03-16T16:28:43.545903+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:44.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:44 smithi142 bash[22171]: audit 2024-03-16T16:28:43.555771+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:44.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:44 smithi142 bash[22171]: audit 2024-03-16T16:28:43.566317+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:44.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:44 smithi179 bash[22103]: cluster 2024-03-16T16:28:43.281122+0000 mgr.a (mgr.14385) 73 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:44.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:44 smithi179 bash[22103]: audit 2024-03-16T16:28:43.545903+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:44.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:44 smithi179 bash[22103]: audit 2024-03-16T16:28:43.555771+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:44.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:44 smithi179 bash[22103]: audit 2024-03-16T16:28:43.566317+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:46.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:46 smithi017 bash[21388]: cluster 2024-03-16T16:28:45.281636+0000 mgr.a (mgr.14385) 74 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:46.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:46 smithi142 bash[22171]: cluster 2024-03-16T16:28:45.281636+0000 mgr.a (mgr.14385) 74 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:46.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:46 smithi179 bash[22103]: cluster 2024-03-16T16:28:45.281636+0000 mgr.a (mgr.14385) 74 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:48.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:48 smithi017 bash[21388]: cluster 2024-03-16T16:28:47.282215+0000 mgr.a (mgr.14385) 75 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:48.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:48 smithi142 bash[22171]: cluster 2024-03-16T16:28:47.282215+0000 mgr.a (mgr.14385) 75 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:48.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:48 smithi179 bash[22103]: cluster 2024-03-16T16:28:47.282215+0000 mgr.a (mgr.14385) 75 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:50.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:50 smithi017 bash[21388]: cluster 2024-03-16T16:28:49.282756+0000 mgr.a (mgr.14385) 76 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:50.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:50 smithi142 bash[22171]: cluster 2024-03-16T16:28:49.282756+0000 mgr.a (mgr.14385) 76 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:50.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:50 smithi179 bash[22103]: cluster 2024-03-16T16:28:49.282756+0000 mgr.a (mgr.14385) 76 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:51.114 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:28:50 smithi017 bash[21646]: ::ffff:172.21.15.142 - - [16/Mar/2024:16:28:50] "GET /metrics HTTP/1.1" 200 21521 "" "Prometheus/2.43.0" 2024-03-16T16:28:52.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:52 smithi017 bash[21388]: cluster 2024-03-16T16:28:51.283293+0000 mgr.a (mgr.14385) 77 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:52.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:52 smithi142 bash[22171]: cluster 2024-03-16T16:28:51.283293+0000 mgr.a (mgr.14385) 77 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:52.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:52 smithi179 bash[22103]: cluster 2024-03-16T16:28:51.283293+0000 mgr.a (mgr.14385) 77 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:54.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:54 smithi017 bash[21388]: cluster 2024-03-16T16:28:53.283810+0000 mgr.a (mgr.14385) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:54.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:54 smithi142 bash[22171]: cluster 2024-03-16T16:28:53.283810+0000 mgr.a (mgr.14385) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:54.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:54 smithi179 bash[22103]: cluster 2024-03-16T16:28:53.283810+0000 mgr.a (mgr.14385) 78 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:55.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:55 smithi142 bash[22171]: audit 2024-03-16T16:28:55.111113+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:28:55.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:55 smithi179 bash[22103]: audit 2024-03-16T16:28:55.111113+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:28:55.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:55 smithi017 bash[21388]: audit 2024-03-16T16:28:55.111113+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:28:56.638 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:56 smithi179 bash[22103]: cluster 2024-03-16T16:28:55.284310+0000 mgr.a (mgr.14385) 79 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:56.638 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:56 smithi179 bash[22103]: audit 2024-03-16T16:28:55.678237+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:56.638 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:56 smithi179 bash[22103]: audit 2024-03-16T16:28:55.688023+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:56.638 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:56 smithi179 bash[22103]: audit 2024-03-16T16:28:55.698575+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:56.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:56 smithi142 bash[22171]: cluster 2024-03-16T16:28:55.284310+0000 mgr.a (mgr.14385) 79 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:56.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:56 smithi142 bash[22171]: audit 2024-03-16T16:28:55.678237+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:56.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:56 smithi142 bash[22171]: audit 2024-03-16T16:28:55.688023+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:56.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:56 smithi142 bash[22171]: audit 2024-03-16T16:28:55.698575+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:56.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:56 smithi017 bash[21388]: cluster 2024-03-16T16:28:55.284310+0000 mgr.a (mgr.14385) 79 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:56.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:56 smithi017 bash[21388]: audit 2024-03-16T16:28:55.678237+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:56.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:56 smithi017 bash[21388]: audit 2024-03-16T16:28:55.688023+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:56.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:56 smithi017 bash[21388]: audit 2024-03-16T16:28:55.698575+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:28:58.511 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:28:58 smithi179 bash[22103]: cluster 2024-03-16T16:28:57.284986+0000 mgr.a (mgr.14385) 80 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:58.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:28:58 smithi142 bash[22171]: cluster 2024-03-16T16:28:57.284986+0000 mgr.a (mgr.14385) 80 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:28:58.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:28:58 smithi017 bash[21388]: cluster 2024-03-16T16:28:57.284986+0000 mgr.a (mgr.14385) 80 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:00.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:00 smithi142 bash[22171]: cluster 2024-03-16T16:28:59.285627+0000 mgr.a (mgr.14385) 81 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:00.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:00 smithi142 bash[22171]: audit 2024-03-16T16:28:59.884900+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:00.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:00 smithi142 bash[22171]: audit 2024-03-16T16:28:59.894595+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:00.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:00 smithi142 bash[22171]: audit 2024-03-16T16:28:59.916632+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:00.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:00 smithi179 bash[22103]: cluster 2024-03-16T16:28:59.285627+0000 mgr.a (mgr.14385) 81 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:00.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:00 smithi179 bash[22103]: audit 2024-03-16T16:28:59.884900+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:00.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:00 smithi179 bash[22103]: audit 2024-03-16T16:28:59.894595+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:00.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:00 smithi179 bash[22103]: audit 2024-03-16T16:28:59.916632+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:00.772 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:00 smithi017 bash[21388]: cluster 2024-03-16T16:28:59.285627+0000 mgr.a (mgr.14385) 81 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:00.772 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:00 smithi017 bash[21388]: audit 2024-03-16T16:28:59.884900+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:00.772 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:00 smithi017 bash[21388]: audit 2024-03-16T16:28:59.894595+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:00.772 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:00 smithi017 bash[21388]: audit 2024-03-16T16:28:59.916632+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:01.114 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:29:00 smithi017 bash[21646]: ::ffff:172.21.15.142 - - [16/Mar/2024:16:29:00] "GET /metrics HTTP/1.1" 200 21527 "" "Prometheus/2.43.0" 2024-03-16T16:29:02.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:02 smithi142 bash[22171]: cluster 2024-03-16T16:29:01.286195+0000 mgr.a (mgr.14385) 82 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:02.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:02 smithi179 bash[22103]: cluster 2024-03-16T16:29:01.286195+0000 mgr.a (mgr.14385) 82 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:02.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:02 smithi017 bash[21388]: cluster 2024-03-16T16:29:01.286195+0000 mgr.a (mgr.14385) 82 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:04.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:04 smithi142 bash[22171]: cluster 2024-03-16T16:29:03.286750+0000 mgr.a (mgr.14385) 83 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:04.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:04 smithi142 bash[22171]: audit 2024-03-16T16:29:03.763098+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:04.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:04 smithi142 bash[22171]: audit 2024-03-16T16:29:03.771150+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:04.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:04 smithi142 bash[22171]: audit 2024-03-16T16:29:03.781699+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:04.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:04 smithi179 bash[22103]: cluster 2024-03-16T16:29:03.286750+0000 mgr.a (mgr.14385) 83 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:04.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:04 smithi179 bash[22103]: audit 2024-03-16T16:29:03.763098+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:04.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:04 smithi179 bash[22103]: audit 2024-03-16T16:29:03.771150+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:04.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:04 smithi179 bash[22103]: audit 2024-03-16T16:29:03.781699+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:04.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:04 smithi017 bash[21388]: cluster 2024-03-16T16:29:03.286750+0000 mgr.a (mgr.14385) 83 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:04.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:04 smithi017 bash[21388]: audit 2024-03-16T16:29:03.763098+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:04.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:04 smithi017 bash[21388]: audit 2024-03-16T16:29:03.771150+0000 mon.a (mon.0) 909 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:04.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:04 smithi017 bash[21388]: audit 2024-03-16T16:29:03.781699+0000 mon.a (mon.0) 910 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:06.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:06 smithi017 bash[21388]: cluster 2024-03-16T16:29:05.287349+0000 mgr.a (mgr.14385) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:06.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:06 smithi142 bash[22171]: cluster 2024-03-16T16:29:05.287349+0000 mgr.a (mgr.14385) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:06.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:06 smithi179 bash[22103]: cluster 2024-03-16T16:29:05.287349+0000 mgr.a (mgr.14385) 84 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:08.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:08 smithi017 bash[21388]: cluster 2024-03-16T16:29:07.288025+0000 mgr.a (mgr.14385) 85 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:08.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:08 smithi142 bash[22171]: cluster 2024-03-16T16:29:07.288025+0000 mgr.a (mgr.14385) 85 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:08.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:08 smithi179 bash[22103]: cluster 2024-03-16T16:29:07.288025+0000 mgr.a (mgr.14385) 85 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:10.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:10 smithi142 bash[22171]: cluster 2024-03-16T16:29:09.288559+0000 mgr.a (mgr.14385) 86 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:10.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:10 smithi142 bash[22171]: audit 2024-03-16T16:29:10.111719+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:29:10.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:10 smithi179 bash[22103]: cluster 2024-03-16T16:29:09.288559+0000 mgr.a (mgr.14385) 86 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:10.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:10 smithi179 bash[22103]: audit 2024-03-16T16:29:10.111719+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:29:10.773 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:10 smithi017 bash[21388]: cluster 2024-03-16T16:29:09.288559+0000 mgr.a (mgr.14385) 86 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:10.773 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:10 smithi017 bash[21388]: audit 2024-03-16T16:29:10.111719+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:29:11.114 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:29:10 smithi017 bash[21646]: ::ffff:172.21.15.142 - - [16/Mar/2024:16:29:10] "GET /metrics HTTP/1.1" 200 21525 "" "Prometheus/2.43.0" 2024-03-16T16:29:12.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:12 smithi142 bash[22171]: cluster 2024-03-16T16:29:11.289088+0000 mgr.a (mgr.14385) 87 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:12.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:12 smithi179 bash[22103]: cluster 2024-03-16T16:29:11.289088+0000 mgr.a (mgr.14385) 87 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:12.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:12 smithi017 bash[21388]: cluster 2024-03-16T16:29:11.289088+0000 mgr.a (mgr.14385) 87 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:14.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:14 smithi142 bash[22171]: cluster 2024-03-16T16:29:13.289595+0000 mgr.a (mgr.14385) 88 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:14.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:14 smithi179 bash[22103]: cluster 2024-03-16T16:29:13.289595+0000 mgr.a (mgr.14385) 88 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:14.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:14 smithi017 bash[21388]: cluster 2024-03-16T16:29:13.289595+0000 mgr.a (mgr.14385) 88 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:16.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:16 smithi142 bash[22171]: cluster 2024-03-16T16:29:15.290110+0000 mgr.a (mgr.14385) 89 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:16.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:16 smithi142 bash[22171]: audit 2024-03-16T16:29:15.911172+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:16.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:16 smithi142 bash[22171]: audit 2024-03-16T16:29:15.921187+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:16.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:16 smithi142 bash[22171]: audit 2024-03-16T16:29:15.932034+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:16.691 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:16 smithi179 bash[22103]: cluster 2024-03-16T16:29:15.290110+0000 mgr.a (mgr.14385) 89 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:16.691 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:16 smithi179 bash[22103]: audit 2024-03-16T16:29:15.911172+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:16.691 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:16 smithi179 bash[22103]: audit 2024-03-16T16:29:15.921187+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:16.691 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:16 smithi179 bash[22103]: audit 2024-03-16T16:29:15.932034+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:16.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:16 smithi017 bash[21388]: cluster 2024-03-16T16:29:15.290110+0000 mgr.a (mgr.14385) 89 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:16.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:16 smithi017 bash[21388]: audit 2024-03-16T16:29:15.911172+0000 mon.a (mon.0) 912 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:16.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:16 smithi017 bash[21388]: audit 2024-03-16T16:29:15.921187+0000 mon.a (mon.0) 913 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:16.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:16 smithi017 bash[21388]: audit 2024-03-16T16:29:15.932034+0000 mon.a (mon.0) 914 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:18.511 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:18 smithi179 bash[22103]: cluster 2024-03-16T16:29:17.290796+0000 mgr.a (mgr.14385) 90 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:18.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:18 smithi142 bash[22171]: cluster 2024-03-16T16:29:17.290796+0000 mgr.a (mgr.14385) 90 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:18.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:18 smithi017 bash[21388]: cluster 2024-03-16T16:29:17.290796+0000 mgr.a (mgr.14385) 90 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:20.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:20 smithi142 bash[22171]: cluster 2024-03-16T16:29:19.291391+0000 mgr.a (mgr.14385) 91 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:20.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:20 smithi142 bash[22171]: audit 2024-03-16T16:29:19.436196+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:29:20.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:20 smithi142 bash[22171]: audit 2024-03-16T16:29:19.442439+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:29:20.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:20 smithi142 bash[22171]: audit 2024-03-16T16:29:19.444195+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:29:20.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:20 smithi142 bash[22171]: audit 2024-03-16T16:29:19.454541+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:20.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:20 smithi142 bash[22171]: audit 2024-03-16T16:29:20.057377+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:20.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:20 smithi142 bash[22171]: audit 2024-03-16T16:29:20.066901+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:20.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:20 smithi142 bash[22171]: audit 2024-03-16T16:29:20.077434+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:20.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:20 smithi179 bash[22103]: cluster 2024-03-16T16:29:19.291391+0000 mgr.a (mgr.14385) 91 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:20.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:20 smithi179 bash[22103]: audit 2024-03-16T16:29:19.436196+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:29:20.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:20 smithi179 bash[22103]: audit 2024-03-16T16:29:19.442439+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:29:20.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:20 smithi179 bash[22103]: audit 2024-03-16T16:29:19.444195+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:29:20.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:20 smithi179 bash[22103]: audit 2024-03-16T16:29:19.454541+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:20.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:20 smithi179 bash[22103]: audit 2024-03-16T16:29:20.057377+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:20.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:20 smithi179 bash[22103]: audit 2024-03-16T16:29:20.066901+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:20.762 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:20 smithi179 bash[22103]: audit 2024-03-16T16:29:20.077434+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:20.774 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:20 smithi017 bash[21388]: cluster 2024-03-16T16:29:19.291391+0000 mgr.a (mgr.14385) 91 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:20.774 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:20 smithi017 bash[21388]: audit 2024-03-16T16:29:19.436196+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:29:20.774 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:20 smithi017 bash[21388]: audit 2024-03-16T16:29:19.442439+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:29:20.774 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:20 smithi017 bash[21388]: audit 2024-03-16T16:29:19.444195+0000 mon.a (mon.0) 917 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:29:20.774 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:20 smithi017 bash[21388]: audit 2024-03-16T16:29:19.454541+0000 mon.a (mon.0) 918 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:20.774 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:20 smithi017 bash[21388]: audit 2024-03-16T16:29:20.057377+0000 mon.a (mon.0) 919 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:20.774 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:20 smithi017 bash[21388]: audit 2024-03-16T16:29:20.066901+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:20.774 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:20 smithi017 bash[21388]: audit 2024-03-16T16:29:20.077434+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:21.114 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:29:20 smithi017 bash[21646]: ::ffff:172.21.15.142 - - [16/Mar/2024:16:29:20] "GET /metrics HTTP/1.1" 200 21525 "" "Prometheus/2.43.0" 2024-03-16T16:29:22.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:22 smithi142 bash[22171]: cluster 2024-03-16T16:29:21.291993+0000 mgr.a (mgr.14385) 92 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:22.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:22 smithi179 bash[22103]: cluster 2024-03-16T16:29:21.291993+0000 mgr.a (mgr.14385) 92 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:22.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:22 smithi017 bash[21388]: cluster 2024-03-16T16:29:21.291993+0000 mgr.a (mgr.14385) 92 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:24.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:24 smithi142 bash[22171]: cluster 2024-03-16T16:29:23.292507+0000 mgr.a (mgr.14385) 93 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:24.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:24 smithi142 bash[22171]: audit 2024-03-16T16:29:23.970307+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:24.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:24 smithi142 bash[22171]: audit 2024-03-16T16:29:23.979537+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:24.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:24 smithi142 bash[22171]: audit 2024-03-16T16:29:23.991401+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:24.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:24 smithi179 bash[22103]: cluster 2024-03-16T16:29:23.292507+0000 mgr.a (mgr.14385) 93 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:24.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:24 smithi179 bash[22103]: audit 2024-03-16T16:29:23.970307+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:24.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:24 smithi179 bash[22103]: audit 2024-03-16T16:29:23.979537+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:24.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:24 smithi179 bash[22103]: audit 2024-03-16T16:29:23.991401+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:24.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:24 smithi017 bash[21388]: cluster 2024-03-16T16:29:23.292507+0000 mgr.a (mgr.14385) 93 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:24.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:24 smithi017 bash[21388]: audit 2024-03-16T16:29:23.970307+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:24.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:24 smithi017 bash[21388]: audit 2024-03-16T16:29:23.979537+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:24.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:24 smithi017 bash[21388]: audit 2024-03-16T16:29:23.991401+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:25.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:25 smithi142 bash[22171]: audit 2024-03-16T16:29:25.112353+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:29:25.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:25 smithi179 bash[22103]: audit 2024-03-16T16:29:25.112353+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:29:25.846 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:25 smithi017 bash[21388]: audit 2024-03-16T16:29:25.112353+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:29:26.704 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:26 smithi017 bash[21388]: cluster 2024-03-16T16:29:25.293022+0000 mgr.a (mgr.14385) 94 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:26.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:26 smithi179 bash[22103]: cluster 2024-03-16T16:29:25.293022+0000 mgr.a (mgr.14385) 94 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:26.934 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:26 smithi142 bash[22171]: cluster 2024-03-16T16:29:25.293022+0000 mgr.a (mgr.14385) 94 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:28.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:28 smithi179 bash[22103]: cluster 2024-03-16T16:29:27.293579+0000 mgr.a (mgr.14385) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:28.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:28 smithi017 bash[21388]: cluster 2024-03-16T16:29:27.293579+0000 mgr.a (mgr.14385) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:28.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:28 smithi142 bash[22171]: cluster 2024-03-16T16:29:27.293579+0000 mgr.a (mgr.14385) 95 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:30.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:30 smithi179 bash[22103]: cluster 2024-03-16T16:29:29.294104+0000 mgr.a (mgr.14385) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:30.772 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:30 smithi017 bash[21388]: cluster 2024-03-16T16:29:29.294104+0000 mgr.a (mgr.14385) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:30.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:30 smithi142 bash[22171]: cluster 2024-03-16T16:29:29.294104+0000 mgr.a (mgr.14385) 96 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:31.114 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:29:30 smithi017 bash[21646]: ::ffff:172.21.15.142 - - [16/Mar/2024:16:29:30] "GET /metrics HTTP/1.1" 200 21524 "" "Prometheus/2.43.0" 2024-03-16T16:29:32.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:32 smithi179 bash[22103]: cluster 2024-03-16T16:29:31.294643+0000 mgr.a (mgr.14385) 97 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:32.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:32 smithi017 bash[21388]: cluster 2024-03-16T16:29:31.294643+0000 mgr.a (mgr.14385) 97 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:32.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:32 smithi142 bash[22171]: cluster 2024-03-16T16:29:31.294643+0000 mgr.a (mgr.14385) 97 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:33.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:33 smithi179 bash[22103]: cluster 2024-03-16T16:29:33.295113+0000 mgr.a (mgr.14385) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:33.830 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:33 smithi142 bash[22171]: cluster 2024-03-16T16:29:33.295113+0000 mgr.a (mgr.14385) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:33.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:33 smithi017 bash[21388]: cluster 2024-03-16T16:29:33.295113+0000 mgr.a (mgr.14385) 98 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:36.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:36 smithi142 bash[22171]: cluster 2024-03-16T16:29:35.295597+0000 mgr.a (mgr.14385) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:36.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:36 smithi142 bash[22171]: audit 2024-03-16T16:29:36.145508+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:36.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:36 smithi142 bash[22171]: audit 2024-03-16T16:29:36.155575+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:36.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:36 smithi142 bash[22171]: audit 2024-03-16T16:29:36.166500+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:36.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:36 smithi017 bash[21388]: cluster 2024-03-16T16:29:35.295597+0000 mgr.a (mgr.14385) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:36.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:36 smithi017 bash[21388]: audit 2024-03-16T16:29:36.145508+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:36.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:36 smithi017 bash[21388]: audit 2024-03-16T16:29:36.155575+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:36.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:36 smithi017 bash[21388]: audit 2024-03-16T16:29:36.166500+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:36.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:36 smithi179 bash[22103]: cluster 2024-03-16T16:29:35.295597+0000 mgr.a (mgr.14385) 99 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:36.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:36 smithi179 bash[22103]: audit 2024-03-16T16:29:36.145508+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:36.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:36 smithi179 bash[22103]: audit 2024-03-16T16:29:36.155575+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:36.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:36 smithi179 bash[22103]: audit 2024-03-16T16:29:36.166500+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:38.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:38 smithi017 bash[21388]: cluster 2024-03-16T16:29:37.296085+0000 mgr.a (mgr.14385) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:38.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:38 smithi142 bash[22171]: cluster 2024-03-16T16:29:37.296085+0000 mgr.a (mgr.14385) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:38.711 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:38 smithi179 bash[22103]: cluster 2024-03-16T16:29:37.296085+0000 mgr.a (mgr.14385) 100 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:40.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:40 smithi017 bash[21388]: cluster 2024-03-16T16:29:39.296569+0000 mgr.a (mgr.14385) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:40.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:40 smithi017 bash[21388]: audit 2024-03-16T16:29:40.114654+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:29:40.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:40 smithi017 bash[21388]: audit 2024-03-16T16:29:40.260702+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:40.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:40 smithi017 bash[21388]: audit 2024-03-16T16:29:40.270288+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:40.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:40 smithi017 bash[21388]: audit 2024-03-16T16:29:40.280929+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:40.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:40 smithi142 bash[22171]: cluster 2024-03-16T16:29:39.296569+0000 mgr.a (mgr.14385) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:40.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:40 smithi142 bash[22171]: audit 2024-03-16T16:29:40.114654+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:29:40.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:40 smithi142 bash[22171]: audit 2024-03-16T16:29:40.260702+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:40.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:40 smithi142 bash[22171]: audit 2024-03-16T16:29:40.270288+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:40.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:40 smithi142 bash[22171]: audit 2024-03-16T16:29:40.280929+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:40.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:40 smithi179 bash[22103]: cluster 2024-03-16T16:29:39.296569+0000 mgr.a (mgr.14385) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:40.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:40 smithi179 bash[22103]: audit 2024-03-16T16:29:40.114654+0000 mon.a (mon.0) 929 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:29:40.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:40 smithi179 bash[22103]: audit 2024-03-16T16:29:40.260702+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:40.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:40 smithi179 bash[22103]: audit 2024-03-16T16:29:40.270288+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:40.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:40 smithi179 bash[22103]: audit 2024-03-16T16:29:40.280929+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:41.114 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:29:40 smithi017 bash[21646]: ::ffff:172.21.15.142 - - [16/Mar/2024:16:29:40] "GET /metrics HTTP/1.1" 200 21522 "" "Prometheus/2.43.0" 2024-03-16T16:29:42.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:42 smithi017 bash[21388]: cluster 2024-03-16T16:29:41.297105+0000 mgr.a (mgr.14385) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:42.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:42 smithi142 bash[22171]: cluster 2024-03-16T16:29:41.297105+0000 mgr.a (mgr.14385) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:42.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:42 smithi179 bash[22103]: cluster 2024-03-16T16:29:41.297105+0000 mgr.a (mgr.14385) 102 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:44.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:44 smithi017 bash[21388]: cluster 2024-03-16T16:29:43.297633+0000 mgr.a (mgr.14385) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:44.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:44 smithi017 bash[21388]: audit 2024-03-16T16:29:44.198259+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:44.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:44 smithi017 bash[21388]: audit 2024-03-16T16:29:44.207921+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:44.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:44 smithi017 bash[21388]: audit 2024-03-16T16:29:44.218718+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:44.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:44 smithi142 bash[22171]: cluster 2024-03-16T16:29:43.297633+0000 mgr.a (mgr.14385) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:44.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:44 smithi142 bash[22171]: audit 2024-03-16T16:29:44.198259+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:44.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:44 smithi142 bash[22171]: audit 2024-03-16T16:29:44.207921+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:44.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:44 smithi142 bash[22171]: audit 2024-03-16T16:29:44.218718+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:44.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:44 smithi179 bash[22103]: cluster 2024-03-16T16:29:43.297633+0000 mgr.a (mgr.14385) 103 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:44.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:44 smithi179 bash[22103]: audit 2024-03-16T16:29:44.198259+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:44.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:44 smithi179 bash[22103]: audit 2024-03-16T16:29:44.207921+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:44.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:44 smithi179 bash[22103]: audit 2024-03-16T16:29:44.218718+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:46.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:46 smithi142 bash[22171]: cluster 2024-03-16T16:29:45.298137+0000 mgr.a (mgr.14385) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:46.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:46 smithi179 bash[22103]: cluster 2024-03-16T16:29:45.298137+0000 mgr.a (mgr.14385) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:46.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:46 smithi017 bash[21388]: cluster 2024-03-16T16:29:45.298137+0000 mgr.a (mgr.14385) 104 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:48.669 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:48 smithi017 bash[21388]: cluster 2024-03-16T16:29:47.298498+0000 mgr.a (mgr.14385) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:48.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:48 smithi142 bash[22171]: cluster 2024-03-16T16:29:47.298498+0000 mgr.a (mgr.14385) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:48.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:48 smithi179 bash[22103]: cluster 2024-03-16T16:29:47.298498+0000 mgr.a (mgr.14385) 105 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:50.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:50 smithi142 bash[22171]: cluster 2024-03-16T16:29:49.298844+0000 mgr.a (mgr.14385) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:50.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:50 smithi179 bash[22103]: cluster 2024-03-16T16:29:49.298844+0000 mgr.a (mgr.14385) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:50.772 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:50 smithi017 bash[21388]: cluster 2024-03-16T16:29:49.298844+0000 mgr.a (mgr.14385) 106 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:51.114 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:29:50 smithi017 bash[21646]: ::ffff:172.21.15.142 - - [16/Mar/2024:16:29:50] "GET /metrics HTTP/1.1" 200 21522 "" "Prometheus/2.43.0" 2024-03-16T16:29:52.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:52 smithi142 bash[22171]: cluster 2024-03-16T16:29:51.299405+0000 mgr.a (mgr.14385) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:52.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:52 smithi179 bash[22103]: cluster 2024-03-16T16:29:51.299405+0000 mgr.a (mgr.14385) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:52.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:52 smithi017 bash[21388]: cluster 2024-03-16T16:29:51.299405+0000 mgr.a (mgr.14385) 107 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:54.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:54 smithi142 bash[22171]: cluster 2024-03-16T16:29:53.300035+0000 mgr.a (mgr.14385) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:54.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:54 smithi179 bash[22103]: cluster 2024-03-16T16:29:53.300035+0000 mgr.a (mgr.14385) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:54.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:54 smithi017 bash[21388]: cluster 2024-03-16T16:29:53.300035+0000 mgr.a (mgr.14385) 108 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:55.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:55 smithi142 bash[22171]: audit 2024-03-16T16:29:55.115080+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:29:55.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:55 smithi179 bash[22103]: audit 2024-03-16T16:29:55.115080+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:29:55.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:55 smithi017 bash[21388]: audit 2024-03-16T16:29:55.115080+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:29:56.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:56 smithi142 bash[22171]: cluster 2024-03-16T16:29:55.300697+0000 mgr.a (mgr.14385) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:56.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:56 smithi142 bash[22171]: audit 2024-03-16T16:29:56.386565+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:56.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:56 smithi142 bash[22171]: audit 2024-03-16T16:29:56.396601+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:56.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:56 smithi179 bash[22103]: cluster 2024-03-16T16:29:55.300697+0000 mgr.a (mgr.14385) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:56.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:56 smithi179 bash[22103]: audit 2024-03-16T16:29:56.386565+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:56.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:56 smithi179 bash[22103]: audit 2024-03-16T16:29:56.396601+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:56.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:56 smithi017 bash[21388]: cluster 2024-03-16T16:29:55.300697+0000 mgr.a (mgr.14385) 109 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:56.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:56 smithi017 bash[21388]: audit 2024-03-16T16:29:56.386565+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:56.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:56 smithi017 bash[21388]: audit 2024-03-16T16:29:56.396601+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:57.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:57 smithi142 bash[22171]: audit 2024-03-16T16:29:56.407114+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:57.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:57 smithi179 bash[22103]: audit 2024-03-16T16:29:56.407114+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:57.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:57 smithi017 bash[21388]: audit 2024-03-16T16:29:56.407114+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:29:58.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:29:58 smithi142 bash[22171]: cluster 2024-03-16T16:29:57.301362+0000 mgr.a (mgr.14385) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:58.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:29:58 smithi179 bash[22103]: cluster 2024-03-16T16:29:57.301362+0000 mgr.a (mgr.14385) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:29:58.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:29:58 smithi017 bash[21388]: cluster 2024-03-16T16:29:57.301362+0000 mgr.a (mgr.14385) 110 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:00.503 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:00 smithi179 bash[22103]: cluster 2024-03-16T16:29:59.301870+0000 mgr.a (mgr.14385) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:00.503 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:00 smithi179 bash[22103]: cluster 2024-03-16T16:30:00.000178+0000 mon.a (mon.0) 940 : cluster [INF] overall HEALTH_OK 2024-03-16T16:30:00.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:00 smithi142 bash[22171]: cluster 2024-03-16T16:29:59.301870+0000 mgr.a (mgr.14385) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:00.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:00 smithi142 bash[22171]: cluster 2024-03-16T16:30:00.000178+0000 mon.a (mon.0) 940 : cluster [INF] overall HEALTH_OK 2024-03-16T16:30:00.773 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:00 smithi017 bash[21388]: cluster 2024-03-16T16:29:59.301870+0000 mgr.a (mgr.14385) 111 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:00.774 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:00 smithi017 bash[21388]: cluster 2024-03-16T16:30:00.000178+0000 mon.a (mon.0) 940 : cluster [INF] overall HEALTH_OK 2024-03-16T16:30:01.114 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:30:00 smithi017 bash[21646]: ::ffff:172.21.15.142 - - [16/Mar/2024:16:30:00] "GET /metrics HTTP/1.1" 200 21535 "" "Prometheus/2.43.0" 2024-03-16T16:30:01.739 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:01 smithi179 bash[22103]: audit 2024-03-16T16:30:00.488021+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:01.739 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:01 smithi179 bash[22103]: audit 2024-03-16T16:30:00.497400+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:01.739 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:01 smithi179 bash[22103]: audit 2024-03-16T16:30:00.507780+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:01.739 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:01 smithi179 bash[22103]: cluster 2024-03-16T16:30:01.302428+0000 mgr.a (mgr.14385) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:01.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:01 smithi017 bash[21388]: audit 2024-03-16T16:30:00.488021+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:01.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:01 smithi017 bash[21388]: audit 2024-03-16T16:30:00.497400+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:01.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:01 smithi017 bash[21388]: audit 2024-03-16T16:30:00.507780+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:01.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:01 smithi017 bash[21388]: cluster 2024-03-16T16:30:01.302428+0000 mgr.a (mgr.14385) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:01.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:01 smithi142 bash[22171]: audit 2024-03-16T16:30:00.488021+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:01.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:01 smithi142 bash[22171]: audit 2024-03-16T16:30:00.497400+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:01.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:01 smithi142 bash[22171]: audit 2024-03-16T16:30:00.507780+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:01.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:01 smithi142 bash[22171]: cluster 2024-03-16T16:30:01.302428+0000 mgr.a (mgr.14385) 112 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:04.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:04 smithi017 bash[21388]: cluster 2024-03-16T16:30:03.302957+0000 mgr.a (mgr.14385) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:04.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:04 smithi142 bash[22171]: cluster 2024-03-16T16:30:03.302957+0000 mgr.a (mgr.14385) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:04.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:04 smithi179 bash[22103]: cluster 2024-03-16T16:30:03.302957+0000 mgr.a (mgr.14385) 113 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:05.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:05 smithi017 bash[21388]: audit 2024-03-16T16:30:04.430564+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:05.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:05 smithi017 bash[21388]: audit 2024-03-16T16:30:04.439375+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:05.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:05 smithi017 bash[21388]: audit 2024-03-16T16:30:04.448493+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:05.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:05 smithi142 bash[22171]: audit 2024-03-16T16:30:04.430564+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:05.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:05 smithi142 bash[22171]: audit 2024-03-16T16:30:04.439375+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:05.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:05 smithi142 bash[22171]: audit 2024-03-16T16:30:04.448493+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:05.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:05 smithi179 bash[22103]: audit 2024-03-16T16:30:04.430564+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:05.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:05 smithi179 bash[22103]: audit 2024-03-16T16:30:04.439375+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:05.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:05 smithi179 bash[22103]: audit 2024-03-16T16:30:04.448493+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:06.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:06 smithi179 bash[22103]: cluster 2024-03-16T16:30:05.303378+0000 mgr.a (mgr.14385) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:06.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:06 smithi017 bash[21388]: cluster 2024-03-16T16:30:05.303378+0000 mgr.a (mgr.14385) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:06.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:06 smithi142 bash[22171]: cluster 2024-03-16T16:30:05.303378+0000 mgr.a (mgr.14385) 114 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:08.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:08 smithi017 bash[21388]: cluster 2024-03-16T16:30:07.304010+0000 mgr.a (mgr.14385) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:08.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:08 smithi179 bash[22103]: cluster 2024-03-16T16:30:07.304010+0000 mgr.a (mgr.14385) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:08.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:08 smithi142 bash[22171]: cluster 2024-03-16T16:30:07.304010+0000 mgr.a (mgr.14385) 115 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:10.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:10 smithi179 bash[22103]: cluster 2024-03-16T16:30:09.304543+0000 mgr.a (mgr.14385) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:10.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:10 smithi179 bash[22103]: audit 2024-03-16T16:30:10.115635+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:30:10.772 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:10 smithi017 bash[21388]: cluster 2024-03-16T16:30:09.304543+0000 mgr.a (mgr.14385) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:10.772 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:10 smithi017 bash[21388]: audit 2024-03-16T16:30:10.115635+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:30:10.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:10 smithi142 bash[22171]: cluster 2024-03-16T16:30:09.304543+0000 mgr.a (mgr.14385) 116 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:10.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:10 smithi142 bash[22171]: audit 2024-03-16T16:30:10.115635+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:30:11.114 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:30:10 smithi017 bash[21646]: ::ffff:172.21.15.142 - - [16/Mar/2024:16:30:10] "GET /metrics HTTP/1.1" 200 21534 "" "Prometheus/2.43.0" 2024-03-16T16:30:12.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:12 smithi179 bash[22103]: cluster 2024-03-16T16:30:11.305059+0000 mgr.a (mgr.14385) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:12.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:12 smithi017 bash[21388]: cluster 2024-03-16T16:30:11.305059+0000 mgr.a (mgr.14385) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:12.869 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:12 smithi142 bash[22171]: cluster 2024-03-16T16:30:11.305059+0000 mgr.a (mgr.14385) 117 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:13.684 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:13 smithi142 bash[22171]: cluster 2024-03-16T16:30:13.305561+0000 mgr.a (mgr.14385) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:13.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:13 smithi179 bash[22103]: cluster 2024-03-16T16:30:13.305561+0000 mgr.a (mgr.14385) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:13.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:13 smithi017 bash[21388]: cluster 2024-03-16T16:30:13.305561+0000 mgr.a (mgr.14385) 118 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:16.166 INFO:teuthology.orchestra.run.smithi017.stderr:+ ceph orch ls 2024-03-16T16:30:16.434 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:16 smithi142 bash[22171]: cluster 2024-03-16T16:30:15.306084+0000 mgr.a (mgr.14385) 119 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:16.532 INFO:teuthology.orchestra.run.smithi017.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-03-16T16:30:16.532 INFO:teuthology.orchestra.run.smithi017.stdout:agent 3/3 20s ago 2m * 2024-03-16T16:30:16.532 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager ?:9093,9094 1/1 16s ago 4m count:1 2024-03-16T16:30:16.532 INFO:teuthology.orchestra.run.smithi017.stdout:grafana ?:3000 1/1 12s ago 4m count:1 2024-03-16T16:30:16.532 INFO:teuthology.orchestra.run.smithi017.stdout:mgr 2/2 20s ago 8m smithi017=a;smithi142=b;count:2 2024-03-16T16:30:16.532 INFO:teuthology.orchestra.run.smithi017.stdout:mon 3/3 20s ago 9m smithi017:172.21.15.17=a;smithi142:172.21.15.142=b;smithi179:172.21.15.179=c;count:3 2024-03-16T16:30:16.532 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter ?:9100 3/3 20s ago 4m * 2024-03-16T16:30:16.532 INFO:teuthology.orchestra.run.smithi017.stdout:osd 3 20s ago - 2024-03-16T16:30:16.532 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus ?:9095 1/1 20s ago 4m count:1 2024-03-16T16:30:16.546 INFO:teuthology.orchestra.run.smithi017.stderr:+ ceph orch ps 2024-03-16T16:30:16.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:16 smithi017 bash[21388]: cluster 2024-03-16T16:30:15.306084+0000 mgr.a (mgr.14385) 119 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:16.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:16 smithi179 bash[22103]: cluster 2024-03-16T16:30:15.306084+0000 mgr.a (mgr.14385) 119 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:16.912 INFO:teuthology.orchestra.run.smithi017.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-16T16:30:16.912 INFO:teuthology.orchestra.run.smithi017.stdout:agent.smithi017 smithi017 running 12s ago 10m - - 2024-03-16T16:30:16.912 INFO:teuthology.orchestra.run.smithi017.stdout:agent.smithi142 smithi142 running 0s ago 9m - - 2024-03-16T16:30:16.912 INFO:teuthology.orchestra.run.smithi017.stdout:agent.smithi179 smithi179 running 16s ago 9m - - 2024-03-16T16:30:16.912 INFO:teuthology.orchestra.run.smithi017.stdout:alertmanager.smithi179 smithi179 *:9093,9094 running (2m) 16s ago 3m 14.1M - 0.25.0 c8568f914cd2 b81bbc3d85e6 2024-03-16T16:30:16.912 INFO:teuthology.orchestra.run.smithi017.stdout:grafana.smithi017 smithi017 *:3000 running (2m) 12s ago 3m 74.7M - 9.4.12 a0ea5e3c46d9 c224a79e0528 2024-03-16T16:30:16.913 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.a smithi017 *:9283,8765 running (11m) 12s ago 11m 489M - 19.0.0-2121-g5ea4d9cf 3f3b48f8e85f f72e274763a2 2024-03-16T16:30:16.913 INFO:teuthology.orchestra.run.smithi017.stdout:mgr.b smithi142 *:8443,8765 running (8m) 0s ago 8m 437M - 19.0.0-2121-g5ea4d9cf 3f3b48f8e85f 07f610ddf414 2024-03-16T16:30:16.913 INFO:teuthology.orchestra.run.smithi017.stdout:mon.a smithi017 running (11m) 12s ago 11m 45.5M 2048M 19.0.0-2121-g5ea4d9cf 3f3b48f8e85f f4cf1dafdd51 2024-03-16T16:30:16.913 INFO:teuthology.orchestra.run.smithi017.stdout:mon.b smithi142 running (9m) 0s ago 9m 35.5M 2048M 19.0.0-2121-g5ea4d9cf 3f3b48f8e85f c666f3bd87fb 2024-03-16T16:30:16.913 INFO:teuthology.orchestra.run.smithi017.stdout:mon.c smithi179 running (9m) 16s ago 9m 33.5M 2048M 19.0.0-2121-g5ea4d9cf 3f3b48f8e85f 90ac57c80b3d 2024-03-16T16:30:16.913 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi017 smithi017 *:9100 running (3m) 12s ago 4m 8259k - 1.5.0 0da6a335fe13 e55cb7e50c88 2024-03-16T16:30:16.913 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi142 smithi142 *:9100 running (3m) 0s ago 3m 7927k - 1.5.0 0da6a335fe13 89aa08c3aa05 2024-03-16T16:30:16.913 INFO:teuthology.orchestra.run.smithi017.stdout:node-exporter.smithi179 smithi179 *:9100 running (3m) 16s ago 3m 8567k - 1.5.0 0da6a335fe13 c7d65b389b6c 2024-03-16T16:30:16.913 INFO:teuthology.orchestra.run.smithi017.stdout:osd.0 smithi017 running (7m) 12s ago 7m 37.5M 4096M 19.0.0-2121-g5ea4d9cf 3f3b48f8e85f 89553919d695 2024-03-16T16:30:16.913 INFO:teuthology.orchestra.run.smithi017.stdout:osd.1 smithi142 running (6m) 0s ago 6m 46.7M 4096M 19.0.0-2121-g5ea4d9cf 3f3b48f8e85f a55b8a255af8 2024-03-16T16:30:16.913 INFO:teuthology.orchestra.run.smithi017.stdout:osd.2 smithi179 running (5m) 16s ago 6m 45.5M 4096M 19.0.0-2121-g5ea4d9cf 3f3b48f8e85f 345c0d8e0c8b 2024-03-16T16:30:16.913 INFO:teuthology.orchestra.run.smithi017.stdout:prometheus.smithi142 smithi142 *:9095 running (2m) 0s ago 2m 42.2M - 2.43.0 a07b618ecd1d aa52c195d9f3 2024-03-16T16:30:16.925 INFO:teuthology.orchestra.run.smithi017.stderr:+ ceph orch host ls 2024-03-16T16:30:17.271 INFO:teuthology.orchestra.run.smithi017.stdout:HOST ADDR LABELS STATUS 2024-03-16T16:30:17.271 INFO:teuthology.orchestra.run.smithi017.stdout:smithi017 172.21.15.17 2024-03-16T16:30:17.271 INFO:teuthology.orchestra.run.smithi017.stdout:smithi142 172.21.15.142 2024-03-16T16:30:17.271 INFO:teuthology.orchestra.run.smithi017.stdout:smithi179 172.21.15.179 2024-03-16T16:30:17.272 INFO:teuthology.orchestra.run.smithi017.stdout:3 hosts in cluster 2024-03-16T16:30:17.286 INFO:teuthology.orchestra.run.smithi017.stderr:++ ceph orch ps --daemon-type mon -f json 2024-03-16T16:30:17.286 INFO:teuthology.orchestra.run.smithi017.stderr:++ jq -r 'last | .daemon_name' 2024-03-16T16:30:17.654 INFO:teuthology.orchestra.run.smithi017.stderr:+ MON_DAEMON=mon.c 2024-03-16T16:30:17.655 INFO:teuthology.orchestra.run.smithi017.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-03-16T16:30:17.655 INFO:teuthology.orchestra.run.smithi017.stderr:++ jq -e '.[]' 2024-03-16T16:30:17.655 INFO:teuthology.orchestra.run.smithi017.stderr:++ jq -r .hostname 2024-03-16T16:30:17.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:17 smithi017 bash[21388]: audit 2024-03-16T16:30:16.533624+0000 mgr.a (mgr.14385) 120 : audit [DBG] from='client.14421 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:30:17.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:17 smithi017 bash[21388]: audit 2024-03-16T16:30:16.603562+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:17.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:17 smithi017 bash[21388]: audit 2024-03-16T16:30:16.613241+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:17.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:17 smithi017 bash[21388]: audit 2024-03-16T16:30:16.623099+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:17.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:17 smithi017 bash[21388]: audit 2024-03-16T16:30:16.907203+0000 mgr.a (mgr.14385) 121 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:30:17.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:17 smithi017 bash[21388]: audit 2024-03-16T16:30:17.276315+0000 mgr.a (mgr.14385) 122 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:30:17.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:17 smithi017 bash[21388]: cluster 2024-03-16T16:30:17.306537+0000 mgr.a (mgr.14385) 123 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:17.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:17 smithi142 bash[22171]: audit 2024-03-16T16:30:16.533624+0000 mgr.a (mgr.14385) 120 : audit [DBG] from='client.14421 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:30:17.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:17 smithi142 bash[22171]: audit 2024-03-16T16:30:16.603562+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:17.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:17 smithi142 bash[22171]: audit 2024-03-16T16:30:16.613241+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:17.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:17 smithi142 bash[22171]: audit 2024-03-16T16:30:16.623099+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:17.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:17 smithi142 bash[22171]: audit 2024-03-16T16:30:16.907203+0000 mgr.a (mgr.14385) 121 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:30:17.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:17 smithi142 bash[22171]: audit 2024-03-16T16:30:17.276315+0000 mgr.a (mgr.14385) 122 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:30:17.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:17 smithi142 bash[22171]: cluster 2024-03-16T16:30:17.306537+0000 mgr.a (mgr.14385) 123 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:18.011 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:17 smithi179 bash[22103]: audit 2024-03-16T16:30:16.533624+0000 mgr.a (mgr.14385) 120 : audit [DBG] from='client.14421 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:30:18.011 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:17 smithi179 bash[22103]: audit 2024-03-16T16:30:16.603562+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:18.011 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:17 smithi179 bash[22103]: audit 2024-03-16T16:30:16.613241+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:18.011 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:17 smithi179 bash[22103]: audit 2024-03-16T16:30:16.623099+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:18.011 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:17 smithi179 bash[22103]: audit 2024-03-16T16:30:16.907203+0000 mgr.a (mgr.14385) 121 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:30:18.011 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:17 smithi179 bash[22103]: audit 2024-03-16T16:30:17.276315+0000 mgr.a (mgr.14385) 122 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:30:18.011 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:17 smithi179 bash[22103]: cluster 2024-03-16T16:30:17.306537+0000 mgr.a (mgr.14385) 123 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:18.019 INFO:teuthology.orchestra.run.smithi017.stderr:+ GRAFANA_HOST=smithi017 2024-03-16T16:30:18.020 INFO:teuthology.orchestra.run.smithi017.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-03-16T16:30:18.020 INFO:teuthology.orchestra.run.smithi017.stderr:++ jq -e '.[]' 2024-03-16T16:30:18.020 INFO:teuthology.orchestra.run.smithi017.stderr:++ jq -r .hostname 2024-03-16T16:30:18.381 INFO:teuthology.orchestra.run.smithi017.stderr:+ PROM_HOST=smithi142 2024-03-16T16:30:18.381 INFO:teuthology.orchestra.run.smithi017.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-03-16T16:30:18.381 INFO:teuthology.orchestra.run.smithi017.stderr:++ jq -e '.[]' 2024-03-16T16:30:18.381 INFO:teuthology.orchestra.run.smithi017.stderr:++ jq -r .hostname 2024-03-16T16:30:18.748 INFO:teuthology.orchestra.run.smithi017.stderr:+ ALERTM_HOST=smithi179 2024-03-16T16:30:18.754 INFO:teuthology.orchestra.run.smithi017.stderr:++ jq -r --arg GRAFANA_HOST smithi017 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-03-16T16:30:18.754 INFO:teuthology.orchestra.run.smithi017.stderr:++ ceph orch host ls -f json 2024-03-16T16:30:18.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:18 smithi142 bash[22171]: audit 2024-03-16T16:30:17.637488+0000 mgr.a (mgr.14385) 124 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:30:18.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:18 smithi142 bash[22171]: audit 2024-03-16T16:30:18.001672+0000 mgr.a (mgr.14385) 125 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:30:18.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:18 smithi142 bash[22171]: audit 2024-03-16T16:30:18.367185+0000 mgr.a (mgr.14385) 126 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:30:19.011 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:18 smithi179 bash[22103]: audit 2024-03-16T16:30:17.637488+0000 mgr.a (mgr.14385) 124 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:30:19.011 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:18 smithi179 bash[22103]: audit 2024-03-16T16:30:18.001672+0000 mgr.a (mgr.14385) 125 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:30:19.011 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:18 smithi179 bash[22103]: audit 2024-03-16T16:30:18.367185+0000 mgr.a (mgr.14385) 126 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:30:19.095 INFO:teuthology.orchestra.run.smithi017.stderr:+ GRAFANA_IP=172.21.15.17 2024-03-16T16:30:19.096 INFO:teuthology.orchestra.run.smithi017.stderr:++ ceph orch host ls -f json 2024-03-16T16:30:19.096 INFO:teuthology.orchestra.run.smithi017.stderr:++ jq -r --arg PROM_HOST smithi142 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-03-16T16:30:19.114 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:18 smithi017 bash[21388]: audit 2024-03-16T16:30:17.637488+0000 mgr.a (mgr.14385) 124 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:30:19.114 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:18 smithi017 bash[21388]: audit 2024-03-16T16:30:18.001672+0000 mgr.a (mgr.14385) 125 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:30:19.114 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:18 smithi017 bash[21388]: audit 2024-03-16T16:30:18.367185+0000 mgr.a (mgr.14385) 126 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:30:19.455 INFO:teuthology.orchestra.run.smithi017.stderr:+ PROM_IP=172.21.15.142 2024-03-16T16:30:19.455 INFO:teuthology.orchestra.run.smithi017.stderr:++ ceph orch host ls -f json 2024-03-16T16:30:19.455 INFO:teuthology.orchestra.run.smithi017.stderr:++ jq -r --arg ALERTM_HOST smithi179 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-03-16T16:30:19.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:19 smithi179 bash[22103]: audit 2024-03-16T16:30:18.730395+0000 mgr.a (mgr.14385) 127 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:30:19.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:19 smithi179 bash[22103]: audit 2024-03-16T16:30:19.087730+0000 mgr.a (mgr.14385) 128 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:30:19.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:19 smithi179 bash[22103]: cluster 2024-03-16T16:30:19.307009+0000 mgr.a (mgr.14385) 129 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:19.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:19 smithi179 bash[22103]: audit 2024-03-16T16:30:19.446345+0000 mgr.a (mgr.14385) 130 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:30:19.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:19 smithi179 bash[22103]: audit 2024-03-16T16:30:19.581769+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:30:19.804 INFO:teuthology.orchestra.run.smithi017.stderr:+ ALERTM_IP=172.21.15.179 2024-03-16T16:30:19.804 INFO:teuthology.orchestra.run.smithi017.stderr:++ ceph orch host ls -f json 2024-03-16T16:30:19.804 INFO:teuthology.orchestra.run.smithi017.stderr:++ jq -r '.[] | .addr' 2024-03-16T16:30:19.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:19 smithi142 bash[22171]: audit 2024-03-16T16:30:18.730395+0000 mgr.a (mgr.14385) 127 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:30:19.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:19 smithi142 bash[22171]: audit 2024-03-16T16:30:19.087730+0000 mgr.a (mgr.14385) 128 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:30:19.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:19 smithi142 bash[22171]: cluster 2024-03-16T16:30:19.307009+0000 mgr.a (mgr.14385) 129 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:19.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:19 smithi142 bash[22171]: audit 2024-03-16T16:30:19.446345+0000 mgr.a (mgr.14385) 130 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:30:19.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:19 smithi142 bash[22171]: audit 2024-03-16T16:30:19.581769+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:30:20.114 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:19 smithi017 bash[21388]: audit 2024-03-16T16:30:18.730395+0000 mgr.a (mgr.14385) 127 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:30:20.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:19 smithi017 bash[21388]: audit 2024-03-16T16:30:19.087730+0000 mgr.a (mgr.14385) 128 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:30:20.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:19 smithi017 bash[21388]: cluster 2024-03-16T16:30:19.307009+0000 mgr.a (mgr.14385) 129 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:20.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:19 smithi017 bash[21388]: audit 2024-03-16T16:30:19.446345+0000 mgr.a (mgr.14385) 130 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:30:20.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:19 smithi017 bash[21388]: audit 2024-03-16T16:30:19.581769+0000 mon.a (mon.0) 951 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:30:20.167 INFO:teuthology.orchestra.run.smithi017.stderr:+ ALL_HOST_IPS='172.21.15.17 2024-03-16T16:30:20.167 INFO:teuthology.orchestra.run.smithi017.stderr:172.21.15.142 2024-03-16T16:30:20.167 INFO:teuthology.orchestra.run.smithi017.stderr:172.21.15.179' 2024-03-16T16:30:20.167 INFO:teuthology.orchestra.run.smithi017.stderr:+ for ip in $ALL_HOST_IPS 2024-03-16T16:30:20.167 INFO:teuthology.orchestra.run.smithi017.stderr:+ curl -s http://172.21.15.17:9100/metric 2024-03-16T16:30:20.170 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-03-16T16:30:20.170 INFO:teuthology.orchestra.run.smithi017.stdout: Node Exporter 2024-03-16T16:30:20.170 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-03-16T16:30:20.170 INFO:teuthology.orchestra.run.smithi017.stdout:

Node Exporter

2024-03-16T16:30:20.170 INFO:teuthology.orchestra.run.smithi017.stdout:

Metrics

2024-03-16T16:30:20.170 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-03-16T16:30:20.171 INFO:teuthology.orchestra.run.smithi017.stderr:+ for ip in $ALL_HOST_IPS 2024-03-16T16:30:20.171 INFO:teuthology.orchestra.run.smithi017.stderr:+ curl -s http://172.21.15.142:9100/metric 2024-03-16T16:30:20.173 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-03-16T16:30:20.174 INFO:teuthology.orchestra.run.smithi017.stdout: Node Exporter 2024-03-16T16:30:20.174 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-03-16T16:30:20.174 INFO:teuthology.orchestra.run.smithi017.stdout:

Node Exporter

2024-03-16T16:30:20.174 INFO:teuthology.orchestra.run.smithi017.stdout:

Metrics

2024-03-16T16:30:20.174 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-03-16T16:30:20.174 INFO:teuthology.orchestra.run.smithi017.stderr:+ for ip in $ALL_HOST_IPS 2024-03-16T16:30:20.174 INFO:teuthology.orchestra.run.smithi017.stderr:+ curl -s http://172.21.15.179:9100/metric 2024-03-16T16:30:20.177 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-03-16T16:30:20.177 INFO:teuthology.orchestra.run.smithi017.stdout: Node Exporter 2024-03-16T16:30:20.177 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-03-16T16:30:20.177 INFO:teuthology.orchestra.run.smithi017.stdout:

Node Exporter

2024-03-16T16:30:20.178 INFO:teuthology.orchestra.run.smithi017.stdout:

Metrics

2024-03-16T16:30:20.178 INFO:teuthology.orchestra.run.smithi017.stdout: 2024-03-16T16:30:20.178 INFO:teuthology.orchestra.run.smithi017.stderr:+ curl -k -s https://172.21.15.17:3000/api/health 2024-03-16T16:30:20.189 INFO:teuthology.orchestra.run.smithi017.stdout: { 2024-03-16T16:30:20.189 INFO:teuthology.orchestra.run.smithi017.stdout: "commit": "37ee25ba46", 2024-03-16T16:30:20.189 INFO:teuthology.orchestra.run.smithi017.stdout: "database": "ok", 2024-03-16T16:30:20.189 INFO:teuthology.orchestra.run.smithi017.stdout: "version": "9.4.12" 2024-03-16T16:30:20.190 INFO:teuthology.orchestra.run.smithi017.stderr:+ curl -k -s https://172.21.15.17:3000/api/health 2024-03-16T16:30:20.190 INFO:teuthology.orchestra.run.smithi017.stderr:+ jq -e '.database == "ok"' 2024-03-16T16:30:20.202 INFO:teuthology.orchestra.run.smithi017.stdout:}true 2024-03-16T16:30:20.202 INFO:teuthology.orchestra.run.smithi017.stderr:+ ceph orch daemon stop mon.c 2024-03-16T16:30:20.556 INFO:teuthology.orchestra.run.smithi017.stdout:Scheduled to stop mon.c on host 'smithi179' 2024-03-16T16:30:20.569 INFO:teuthology.orchestra.run.smithi017.stderr:+ sleep 120 2024-03-16T16:30:21.049 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:30:20 smithi017 bash[21646]: ::ffff:172.21.15.142 - - [16/Mar/2024:16:30:20] "GET /metrics HTTP/1.1" 200 21534 "" "Prometheus/2.43.0" 2024-03-16T16:30:21.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:21 smithi017 bash[21388]: audit 2024-03-16T16:30:19.797165+0000 mgr.a (mgr.14385) 131 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:30:21.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:21 smithi017 bash[21388]: audit 2024-03-16T16:30:20.054902+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:21.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:21 smithi017 bash[21388]: audit 2024-03-16T16:30:20.062723+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:21.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:21 smithi017 bash[21388]: audit 2024-03-16T16:30:20.064295+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:30:21.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:21 smithi017 bash[21388]: audit 2024-03-16T16:30:20.065920+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:30:21.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:21 smithi017 bash[21388]: audit 2024-03-16T16:30:20.074512+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:21.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:21 smithi017 bash[21388]: audit 2024-03-16T16:30:20.160187+0000 mgr.a (mgr.14385) 132 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:30:21.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:21 smithi017 bash[21388]: audit 2024-03-16T16:30:20.555548+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:21.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:21 smithi017 bash[21388]: audit 2024-03-16T16:30:20.562066+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:21.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:21 smithi017 bash[21388]: audit 2024-03-16T16:30:20.598113+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:30:21.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:21 smithi017 bash[21388]: audit 2024-03-16T16:30:20.601228+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:30:21.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:21 smithi017 bash[21388]: audit 2024-03-16T16:30:20.602601+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:30:21.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:21 smithi017 bash[21388]: audit 2024-03-16T16:30:20.608568+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:21.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:21 smithi017 bash[21388]: audit 2024-03-16T16:30:20.631932+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:21.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:21 smithi017 bash[21388]: audit 2024-03-16T16:30:20.638387+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:21.366 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:21 smithi017 bash[21388]: audit 2024-03-16T16:30:20.644768+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:21.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:21 smithi142 bash[22171]: audit 2024-03-16T16:30:19.797165+0000 mgr.a (mgr.14385) 131 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:30:21.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:21 smithi142 bash[22171]: audit 2024-03-16T16:30:20.054902+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:21.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:21 smithi142 bash[22171]: audit 2024-03-16T16:30:20.062723+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:21.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:21 smithi142 bash[22171]: audit 2024-03-16T16:30:20.064295+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:30:21.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:21 smithi142 bash[22171]: audit 2024-03-16T16:30:20.065920+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:30:21.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:21 smithi142 bash[22171]: audit 2024-03-16T16:30:20.074512+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:21.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:21 smithi142 bash[22171]: audit 2024-03-16T16:30:20.160187+0000 mgr.a (mgr.14385) 132 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:30:21.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:21 smithi142 bash[22171]: audit 2024-03-16T16:30:20.555548+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:21.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:21 smithi142 bash[22171]: audit 2024-03-16T16:30:20.562066+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:21.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:21 smithi142 bash[22171]: audit 2024-03-16T16:30:20.598113+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:30:21.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:21 smithi142 bash[22171]: audit 2024-03-16T16:30:20.601228+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:30:21.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:21 smithi142 bash[22171]: audit 2024-03-16T16:30:20.602601+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:30:21.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:21 smithi142 bash[22171]: audit 2024-03-16T16:30:20.608568+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:21.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:21 smithi142 bash[22171]: audit 2024-03-16T16:30:20.631932+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:21.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:21 smithi142 bash[22171]: audit 2024-03-16T16:30:20.638387+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:21.436 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:21 smithi142 bash[22171]: audit 2024-03-16T16:30:20.644768+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:21.511 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:21 smithi179 bash[22103]: audit 2024-03-16T16:30:19.797165+0000 mgr.a (mgr.14385) 131 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:30:21.511 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:21 smithi179 bash[22103]: audit 2024-03-16T16:30:20.054902+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:21.511 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:21 smithi179 bash[22103]: audit 2024-03-16T16:30:20.062723+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:21.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:21 smithi179 bash[22103]: audit 2024-03-16T16:30:20.064295+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:30:21.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:21 smithi179 bash[22103]: audit 2024-03-16T16:30:20.065920+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:30:21.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:21 smithi179 bash[22103]: audit 2024-03-16T16:30:20.074512+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:21.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:21 smithi179 bash[22103]: audit 2024-03-16T16:30:20.160187+0000 mgr.a (mgr.14385) 132 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-16T16:30:21.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:21 smithi179 bash[22103]: audit 2024-03-16T16:30:20.555548+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:21.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:21 smithi179 bash[22103]: audit 2024-03-16T16:30:20.562066+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:21.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:21 smithi179 bash[22103]: audit 2024-03-16T16:30:20.598113+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:30:21.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:21 smithi179 bash[22103]: audit 2024-03-16T16:30:20.601228+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:30:21.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:21 smithi179 bash[22103]: audit 2024-03-16T16:30:20.602601+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:30:21.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:21 smithi179 bash[22103]: audit 2024-03-16T16:30:20.608568+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:21.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:21 smithi179 bash[22103]: audit 2024-03-16T16:30:20.631932+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:21.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:21 smithi179 bash[22103]: audit 2024-03-16T16:30:20.638387+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:21.512 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:21 smithi179 bash[22103]: audit 2024-03-16T16:30:20.644768+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:22.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:22 smithi017 bash[21388]: audit 2024-03-16T16:30:20.547087+0000 mgr.a (mgr.14385) 133 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:30:22.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:22 smithi017 bash[21388]: cephadm 2024-03-16T16:30:20.547893+0000 mgr.a (mgr.14385) 134 : cephadm [INF] Schedule stop daemon mon.c 2024-03-16T16:30:22.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:22 smithi017 bash[21388]: cluster 2024-03-16T16:30:21.307530+0000 mgr.a (mgr.14385) 135 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:22.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:22 smithi142 bash[22171]: audit 2024-03-16T16:30:20.547087+0000 mgr.a (mgr.14385) 133 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:30:22.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:22 smithi142 bash[22171]: cephadm 2024-03-16T16:30:20.547893+0000 mgr.a (mgr.14385) 134 : cephadm [INF] Schedule stop daemon mon.c 2024-03-16T16:30:22.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:22 smithi142 bash[22171]: cluster 2024-03-16T16:30:21.307530+0000 mgr.a (mgr.14385) 135 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:22.511 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:22 smithi179 bash[22103]: audit 2024-03-16T16:30:20.547087+0000 mgr.a (mgr.14385) 133 : audit [DBG] from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-16T16:30:22.511 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:22 smithi179 bash[22103]: cephadm 2024-03-16T16:30:20.547893+0000 mgr.a (mgr.14385) 134 : cephadm [INF] Schedule stop daemon mon.c 2024-03-16T16:30:22.511 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:22 smithi179 bash[22103]: cluster 2024-03-16T16:30:21.307530+0000 mgr.a (mgr.14385) 135 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:24.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:24 smithi017 bash[21388]: cluster 2024-03-16T16:30:23.308066+0000 mgr.a (mgr.14385) 136 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:24.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:24 smithi142 bash[22171]: cluster 2024-03-16T16:30:23.308066+0000 mgr.a (mgr.14385) 136 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:24.761 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:24 smithi179 bash[22103]: cluster 2024-03-16T16:30:23.308066+0000 mgr.a (mgr.14385) 136 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:25.922 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:25 smithi017 bash[21388]: audit 2024-03-16T16:30:24.657823+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:25.922 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:25 smithi017 bash[21388]: audit 2024-03-16T16:30:24.667835+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:25.922 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:25 smithi017 bash[21388]: audit 2024-03-16T16:30:24.678472+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:25.922 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:25 smithi017 bash[21388]: audit 2024-03-16T16:30:25.115960+0000 mon.a (mon.0) 969 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:30:25.922 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:25 smithi017 bash[21388]: cluster 2024-03-16T16:30:25.308538+0000 mgr.a (mgr.14385) 137 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:25.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:25 smithi142 bash[22171]: audit 2024-03-16T16:30:24.657823+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:25.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:25 smithi142 bash[22171]: audit 2024-03-16T16:30:24.667835+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:25.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:25 smithi142 bash[22171]: audit 2024-03-16T16:30:24.678472+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:25.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:25 smithi142 bash[22171]: audit 2024-03-16T16:30:25.115960+0000 mon.a (mon.0) 969 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:30:25.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:25 smithi142 bash[22171]: cluster 2024-03-16T16:30:25.308538+0000 mgr.a (mgr.14385) 137 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:26.003 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:25 smithi179 bash[22103]: audit 2024-03-16T16:30:24.657823+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:26.003 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:25 smithi179 bash[22103]: audit 2024-03-16T16:30:24.667835+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:26.003 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:25 smithi179 bash[22103]: audit 2024-03-16T16:30:24.678472+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:26.003 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:25 smithi179 bash[22103]: audit 2024-03-16T16:30:25.115960+0000 mon.a (mon.0) 969 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:30:26.003 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:25 smithi179 bash[22103]: cluster 2024-03-16T16:30:25.308538+0000 mgr.a (mgr.14385) 137 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:26.261 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:26 smithi179 systemd[1]: Stopping Ceph mon.c for a0ca21ee-e3b0-11ee-95c9-87774f69a715... 2024-03-16T16:30:26.261 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:26 smithi179 bash[22103]: debug 2024-03-16T16:30:26.141+0000 7f1a89179700 -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-16T16:30:26.261 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:26 smithi179 bash[22103]: debug 2024-03-16T16:30:26.141+0000 7f1a89179700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-03-16T16:30:27.261 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:26 smithi179 bash[34862]: ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715-mon-c 2024-03-16T16:30:27.261 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:27 smithi179 bash[34923]: Error response from daemon: No such container: ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715-mon-c 2024-03-16T16:30:27.261 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:27 smithi179 systemd[1]: ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@mon.c.service: Deactivated successfully. 2024-03-16T16:30:27.261 INFO:journalctl@ceph.mon.c.smithi179.stdout:Mar 16 16:30:27 smithi179 systemd[1]: Stopped Ceph mon.c for a0ca21ee-e3b0-11ee-95c9-87774f69a715. 2024-03-16T16:30:31.024 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:30:30 smithi017 bash[21646]: ::ffff:172.21.15.142 - - [16/Mar/2024:16:30:30] "GET /metrics HTTP/1.1" 200 21532 "" "Prometheus/2.43.0" 2024-03-16T16:30:41.114 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:30:40 smithi017 bash[21646]: ::ffff:172.21.15.142 - - [16/Mar/2024:16:30:40] "GET /metrics HTTP/1.1" 200 21531 "" "Prometheus/2.43.0" 2024-03-16T16:30:42.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: cluster 2024-03-16T16:30:29.309608+0000 mgr.a (mgr.14385) 139 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:42.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: cluster 2024-03-16T16:30:31.310153+0000 mgr.a (mgr.14385) 140 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:42.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: cluster 2024-03-16T16:30:33.310684+0000 mgr.a (mgr.14385) 141 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:42.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: cluster 2024-03-16T16:30:35.311197+0000 mgr.a (mgr.14385) 142 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:42.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: cluster 2024-03-16T16:30:35.684432+0000 mon.a (mon.0) 970 : cluster [INF] mon.a calling monitor election 2024-03-16T16:30:42.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: cluster 2024-03-16T16:30:35.686653+0000 mon.b (mon.2) 16 : cluster [INF] mon.b calling monitor election 2024-03-16T16:30:42.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: cluster 2024-03-16T16:30:37.311734+0000 mgr.a (mgr.14385) 143 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:42.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: cluster 2024-03-16T16:30:39.312263+0000 mgr.a (mgr.14385) 144 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:42.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: audit 2024-03-16T16:30:40.121094+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:30:42.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: cluster 2024-03-16T16:30:40.704240+0000 mon.a (mon.0) 972 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-03-16T16:30:42.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: cluster 2024-03-16T16:30:40.712696+0000 mon.a (mon.0) 973 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0],b=[v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0],c=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-16T16:30:42.116 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: cluster 2024-03-16T16:30:40.731723+0000 mon.a (mon.0) 974 : cluster [DBG] fsmap 2024-03-16T16:30:42.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: cluster 2024-03-16T16:30:40.731783+0000 mon.a (mon.0) 975 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-16T16:30:42.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: cluster 2024-03-16T16:30:40.733683+0000 mon.a (mon.0) 976 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-03-16T16:30:42.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: cluster 2024-03-16T16:30:40.734156+0000 mon.a (mon.0) 977 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-03-16T16:30:42.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: audit 2024-03-16T16:30:40.755938+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:42.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: cluster 2024-03-16T16:30:40.757049+0000 mon.a (mon.0) 979 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-03-16T16:30:42.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: cluster 2024-03-16T16:30:40.757112+0000 mon.a (mon.0) 980 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-03-16T16:30:42.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: cluster 2024-03-16T16:30:40.757169+0000 mon.a (mon.0) 981 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] is down (out of quorum) 2024-03-16T16:30:42.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: audit 2024-03-16T16:30:40.763480+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:42.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: audit 2024-03-16T16:30:40.774367+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:42.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: audit 2024-03-16T16:30:40.784797+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:42.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: audit 2024-03-16T16:30:40.796295+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:42.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: audit 2024-03-16T16:30:40.803965+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:30:42.117 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: audit 2024-03-16T16:30:40.857646+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:42.118 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: audit 2024-03-16T16:30:40.867236+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:42.118 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: audit 2024-03-16T16:30:40.879067+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:42.118 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: cluster 2024-03-16T16:30:41.312805+0000 mgr.a (mgr.14385) 145 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:42.118 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: audit 2024-03-16T16:30:41.340825+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:42.118 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: audit 2024-03-16T16:30:41.350547+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:42.118 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: audit 2024-03-16T16:30:41.353005+0000 mon.a (mon.0) 992 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:30:42.118 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: audit 2024-03-16T16:30:41.354805+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:30:42.118 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:41 smithi017 bash[21388]: audit 2024-03-16T16:30:41.364657+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:42.185 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: cluster 2024-03-16T16:30:29.309608+0000 mgr.a (mgr.14385) 139 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:42.185 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: cluster 2024-03-16T16:30:31.310153+0000 mgr.a (mgr.14385) 140 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:42.185 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: cluster 2024-03-16T16:30:33.310684+0000 mgr.a (mgr.14385) 141 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:42.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: cluster 2024-03-16T16:30:35.311197+0000 mgr.a (mgr.14385) 142 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:42.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: cluster 2024-03-16T16:30:35.684432+0000 mon.a (mon.0) 970 : cluster [INF] mon.a calling monitor election 2024-03-16T16:30:42.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: cluster 2024-03-16T16:30:35.686653+0000 mon.b (mon.2) 16 : cluster [INF] mon.b calling monitor election 2024-03-16T16:30:42.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: cluster 2024-03-16T16:30:37.311734+0000 mgr.a (mgr.14385) 143 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:42.186 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: cluster 2024-03-16T16:30:39.312263+0000 mgr.a (mgr.14385) 144 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:42.190 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: audit 2024-03-16T16:30:40.121094+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:30:42.191 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: cluster 2024-03-16T16:30:40.704240+0000 mon.a (mon.0) 972 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-03-16T16:30:42.191 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: cluster 2024-03-16T16:30:40.712696+0000 mon.a (mon.0) 973 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.17:3300/0,v1:172.21.15.17:6789/0],b=[v2:172.21.15.142:3300/0,v1:172.21.15.142:6789/0],c=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-16T16:30:42.191 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: cluster 2024-03-16T16:30:40.731723+0000 mon.a (mon.0) 974 : cluster [DBG] fsmap 2024-03-16T16:30:42.191 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: cluster 2024-03-16T16:30:40.731783+0000 mon.a (mon.0) 975 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-16T16:30:42.191 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: cluster 2024-03-16T16:30:40.733683+0000 mon.a (mon.0) 976 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-03-16T16:30:42.191 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: cluster 2024-03-16T16:30:40.734156+0000 mon.a (mon.0) 977 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-03-16T16:30:42.191 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: audit 2024-03-16T16:30:40.755938+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:42.191 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: cluster 2024-03-16T16:30:40.757049+0000 mon.a (mon.0) 979 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-03-16T16:30:42.191 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: cluster 2024-03-16T16:30:40.757112+0000 mon.a (mon.0) 980 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-03-16T16:30:42.192 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: cluster 2024-03-16T16:30:40.757169+0000 mon.a (mon.0) 981 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] is down (out of quorum) 2024-03-16T16:30:42.192 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: audit 2024-03-16T16:30:40.763480+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:42.192 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: audit 2024-03-16T16:30:40.774367+0000 mon.a (mon.0) 983 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:42.192 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: audit 2024-03-16T16:30:40.784797+0000 mon.a (mon.0) 984 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:42.192 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: audit 2024-03-16T16:30:40.796295+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:42.192 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: audit 2024-03-16T16:30:40.803965+0000 mon.a (mon.0) 986 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:30:42.193 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: audit 2024-03-16T16:30:40.857646+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:42.193 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: audit 2024-03-16T16:30:40.867236+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:42.193 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: audit 2024-03-16T16:30:40.879067+0000 mon.a (mon.0) 989 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:42.193 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: cluster 2024-03-16T16:30:41.312805+0000 mgr.a (mgr.14385) 145 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:42.193 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: audit 2024-03-16T16:30:41.340825+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:42.193 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: audit 2024-03-16T16:30:41.350547+0000 mon.a (mon.0) 991 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:42.193 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: audit 2024-03-16T16:30:41.353005+0000 mon.a (mon.0) 992 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:30:42.193 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: audit 2024-03-16T16:30:41.354805+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:30:42.193 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:41 smithi142 bash[22171]: audit 2024-03-16T16:30:41.364657+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:44.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:44 smithi017 bash[21388]: cluster 2024-03-16T16:30:43.313430+0000 mgr.a (mgr.14385) 146 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:44.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:44 smithi142 bash[22171]: cluster 2024-03-16T16:30:43.313430+0000 mgr.a (mgr.14385) 146 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:46.185 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:45 smithi142 bash[22171]: audit 2024-03-16T16:30:44.892330+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:46.185 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:45 smithi142 bash[22171]: audit 2024-03-16T16:30:44.898304+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:46.185 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:45 smithi142 bash[22171]: audit 2024-03-16T16:30:44.907002+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:46.185 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:45 smithi142 bash[22171]: cluster 2024-03-16T16:30:45.314093+0000 mgr.a (mgr.14385) 147 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:46.185 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:45 smithi142 bash[22171]: audit 2024-03-16T16:30:45.408855+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:46.185 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:45 smithi142 bash[22171]: audit 2024-03-16T16:30:45.417922+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:46.185 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:45 smithi142 bash[22171]: audit 2024-03-16T16:30:45.428156+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:46.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:45 smithi017 bash[21388]: audit 2024-03-16T16:30:44.892330+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:46.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:45 smithi017 bash[21388]: audit 2024-03-16T16:30:44.898304+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:46.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:45 smithi017 bash[21388]: audit 2024-03-16T16:30:44.907002+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:46.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:45 smithi017 bash[21388]: cluster 2024-03-16T16:30:45.314093+0000 mgr.a (mgr.14385) 147 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:46.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:45 smithi017 bash[21388]: audit 2024-03-16T16:30:45.408855+0000 mon.a (mon.0) 998 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:46.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:45 smithi017 bash[21388]: audit 2024-03-16T16:30:45.417922+0000 mon.a (mon.0) 999 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:46.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:45 smithi017 bash[21388]: audit 2024-03-16T16:30:45.428156+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:48.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:48 smithi017 bash[21388]: cluster 2024-03-16T16:30:47.314792+0000 mgr.a (mgr.14385) 148 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:48.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:48 smithi142 bash[22171]: cluster 2024-03-16T16:30:47.314792+0000 mgr.a (mgr.14385) 148 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:50.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:50 smithi017 bash[21388]: cluster 2024-03-16T16:30:49.315440+0000 mgr.a (mgr.14385) 149 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:50.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:50 smithi142 bash[22171]: cluster 2024-03-16T16:30:49.315440+0000 mgr.a (mgr.14385) 149 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:51.114 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:30:50 smithi017 bash[21646]: ::ffff:172.21.15.142 - - [16/Mar/2024:16:30:50] "GET /metrics HTTP/1.1" 200 21531 "" "Prometheus/2.43.0" 2024-03-16T16:30:52.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:52 smithi142 bash[22171]: cluster 2024-03-16T16:30:51.315903+0000 mgr.a (mgr.14385) 150 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:52.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:52 smithi017 bash[21388]: cluster 2024-03-16T16:30:51.315903+0000 mgr.a (mgr.14385) 150 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:54.636 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:54 smithi142 bash[22171]: cluster 2024-03-16T16:30:53.316507+0000 mgr.a (mgr.14385) 151 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:54.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:54 smithi017 bash[21388]: cluster 2024-03-16T16:30:53.316507+0000 mgr.a (mgr.14385) 151 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:56.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:56 smithi142 bash[22171]: audit 2024-03-16T16:30:55.126917+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:56.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:56 smithi142 bash[22171]: audit 2024-03-16T16:30:55.128805+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:30:56.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:56 smithi142 bash[22171]: cluster 2024-03-16T16:30:55.317045+0000 mgr.a (mgr.14385) 152 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:56.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:56 smithi017 bash[21388]: audit 2024-03-16T16:30:55.126917+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:30:56.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:56 smithi017 bash[21388]: audit 2024-03-16T16:30:55.128805+0000 mon.a (mon.0) 1002 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:30:56.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:56 smithi017 bash[21388]: cluster 2024-03-16T16:30:55.317045+0000 mgr.a (mgr.14385) 152 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:58.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:30:58 smithi142 bash[22171]: cluster 2024-03-16T16:30:57.317541+0000 mgr.a (mgr.14385) 153 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:30:58.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:30:58 smithi017 bash[21388]: cluster 2024-03-16T16:30:57.317541+0000 mgr.a (mgr.14385) 153 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:00.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:00 smithi142 bash[22171]: cluster 2024-03-16T16:30:59.318147+0000 mgr.a (mgr.14385) 154 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:00.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:00 smithi142 bash[22171]: audit 2024-03-16T16:31:00.007643+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:00.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:00 smithi142 bash[22171]: audit 2024-03-16T16:31:00.017383+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:00.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:00 smithi142 bash[22171]: audit 2024-03-16T16:31:00.027918+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:00.773 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:00 smithi017 bash[21388]: cluster 2024-03-16T16:30:59.318147+0000 mgr.a (mgr.14385) 154 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:00.774 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:00 smithi017 bash[21388]: audit 2024-03-16T16:31:00.007643+0000 mon.a (mon.0) 1003 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:00.774 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:00 smithi017 bash[21388]: audit 2024-03-16T16:31:00.017383+0000 mon.a (mon.0) 1004 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:00.774 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:00 smithi017 bash[21388]: audit 2024-03-16T16:31:00.027918+0000 mon.a (mon.0) 1005 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:01.114 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:31:00 smithi017 bash[21646]: ::ffff:172.21.15.142 - - [16/Mar/2024:16:31:00] "GET /metrics HTTP/1.1" 200 21593 "" "Prometheus/2.43.0" 2024-03-16T16:31:02.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:02 smithi142 bash[22171]: cluster 2024-03-16T16:31:01.318838+0000 mgr.a (mgr.14385) 155 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:02.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:02 smithi017 bash[21388]: cluster 2024-03-16T16:31:01.318838+0000 mgr.a (mgr.14385) 155 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:04.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:04 smithi142 bash[22171]: cluster 2024-03-16T16:31:03.319508+0000 mgr.a (mgr.14385) 156 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:04.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:04 smithi142 bash[22171]: audit 2024-03-16T16:31:04.029508+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:04.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:04 smithi142 bash[22171]: audit 2024-03-16T16:31:04.038898+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:04.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:04 smithi142 bash[22171]: audit 2024-03-16T16:31:04.049274+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:04.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:04 smithi017 bash[21388]: cluster 2024-03-16T16:31:03.319508+0000 mgr.a (mgr.14385) 156 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:04.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:04 smithi017 bash[21388]: audit 2024-03-16T16:31:04.029508+0000 mon.a (mon.0) 1006 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:04.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:04 smithi017 bash[21388]: audit 2024-03-16T16:31:04.038898+0000 mon.a (mon.0) 1007 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:04.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:04 smithi017 bash[21388]: audit 2024-03-16T16:31:04.049274+0000 mon.a (mon.0) 1008 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:06.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:06 smithi017 bash[21388]: audit 2024-03-16T16:31:05.119889+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:06.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:06 smithi017 bash[21388]: audit 2024-03-16T16:31:05.127260+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:06.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:06 smithi017 bash[21388]: audit 2024-03-16T16:31:05.135320+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:06.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:06 smithi017 bash[21388]: cluster 2024-03-16T16:31:05.320058+0000 mgr.a (mgr.14385) 157 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:06.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:06 smithi142 bash[22171]: audit 2024-03-16T16:31:05.119889+0000 mon.a (mon.0) 1009 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:06.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:06 smithi142 bash[22171]: audit 2024-03-16T16:31:05.127260+0000 mon.a (mon.0) 1010 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:06.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:06 smithi142 bash[22171]: audit 2024-03-16T16:31:05.135320+0000 mon.a (mon.0) 1011 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:06.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:06 smithi142 bash[22171]: cluster 2024-03-16T16:31:05.320058+0000 mgr.a (mgr.14385) 157 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:08.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:08 smithi142 bash[22171]: cluster 2024-03-16T16:31:07.320624+0000 mgr.a (mgr.14385) 158 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:08.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:08 smithi017 bash[21388]: cluster 2024-03-16T16:31:07.320624+0000 mgr.a (mgr.14385) 158 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:10.489 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:10 smithi017 bash[21388]: cluster 2024-03-16T16:31:09.321193+0000 mgr.a (mgr.14385) 159 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:10.489 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:10 smithi017 bash[21388]: audit 2024-03-16T16:31:10.122142+0000 mon.a (mon.0) 1012 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:31:10.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:10 smithi142 bash[22171]: cluster 2024-03-16T16:31:09.321193+0000 mgr.a (mgr.14385) 159 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:10.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:10 smithi142 bash[22171]: audit 2024-03-16T16:31:10.122142+0000 mon.a (mon.0) 1012 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:31:11.114 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:31:10 smithi017 bash[21646]: ::ffff:172.21.15.142 - - [16/Mar/2024:16:31:10] "GET /metrics HTTP/1.1" 200 21595 "" "Prometheus/2.43.0" 2024-03-16T16:31:12.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:12 smithi142 bash[22171]: cluster 2024-03-16T16:31:11.321779+0000 mgr.a (mgr.14385) 160 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:12.772 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:12 smithi017 bash[21388]: cluster 2024-03-16T16:31:11.321779+0000 mgr.a (mgr.14385) 160 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:14.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:14 smithi142 bash[22171]: cluster 2024-03-16T16:31:13.322344+0000 mgr.a (mgr.14385) 161 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:14.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:14 smithi017 bash[21388]: cluster 2024-03-16T16:31:13.322344+0000 mgr.a (mgr.14385) 161 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:16.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:16 smithi142 bash[22171]: cluster 2024-03-16T16:31:15.322972+0000 mgr.a (mgr.14385) 162 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:16.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:16 smithi017 bash[21388]: cluster 2024-03-16T16:31:15.322972+0000 mgr.a (mgr.14385) 162 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:18.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:18 smithi142 bash[22171]: cluster 2024-03-16T16:31:17.323682+0000 mgr.a (mgr.14385) 163 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:18.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:18 smithi017 bash[21388]: cluster 2024-03-16T16:31:17.323682+0000 mgr.a (mgr.14385) 163 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:20.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:20 smithi017 bash[21388]: audit 2024-03-16T16:31:19.241236+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:20.617 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:20 smithi017 bash[21388]: audit 2024-03-16T16:31:19.250990+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:20.617 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:20 smithi017 bash[21388]: audit 2024-03-16T16:31:19.261575+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:20.617 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:20 smithi017 bash[21388]: cluster 2024-03-16T16:31:19.324320+0000 mgr.a (mgr.14385) 164 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:20.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:20 smithi142 bash[22171]: audit 2024-03-16T16:31:19.241236+0000 mon.a (mon.0) 1013 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:20.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:20 smithi142 bash[22171]: audit 2024-03-16T16:31:19.250990+0000 mon.a (mon.0) 1014 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:20.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:20 smithi142 bash[22171]: audit 2024-03-16T16:31:19.261575+0000 mon.a (mon.0) 1015 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:20.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:20 smithi142 bash[22171]: cluster 2024-03-16T16:31:19.324320+0000 mgr.a (mgr.14385) 164 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:21.114 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:31:20 smithi017 bash[21646]: ::ffff:172.21.15.142 - - [16/Mar/2024:16:31:20] "GET /metrics HTTP/1.1" 200 21595 "" "Prometheus/2.43.0" 2024-03-16T16:31:22.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:22 smithi142 bash[22171]: cluster 2024-03-16T16:31:21.324908+0000 mgr.a (mgr.14385) 165 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:22.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:22 smithi017 bash[21388]: cluster 2024-03-16T16:31:21.324908+0000 mgr.a (mgr.14385) 165 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:24.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:24 smithi142 bash[22171]: cluster 2024-03-16T16:31:23.325433+0000 mgr.a (mgr.14385) 166 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:24.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:24 smithi142 bash[22171]: audit 2024-03-16T16:31:24.259619+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:24.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:24 smithi142 bash[22171]: audit 2024-03-16T16:31:24.268669+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:24.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:24 smithi142 bash[22171]: audit 2024-03-16T16:31:24.278855+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:24.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:24 smithi017 bash[21388]: cluster 2024-03-16T16:31:23.325433+0000 mgr.a (mgr.14385) 166 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:24.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:24 smithi017 bash[21388]: audit 2024-03-16T16:31:24.259619+0000 mon.a (mon.0) 1016 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:24.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:24 smithi017 bash[21388]: audit 2024-03-16T16:31:24.268669+0000 mon.a (mon.0) 1017 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:24.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:24 smithi017 bash[21388]: audit 2024-03-16T16:31:24.278855+0000 mon.a (mon.0) 1018 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:25.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:25 smithi017 bash[21388]: audit 2024-03-16T16:31:25.122548+0000 mon.a (mon.0) 1019 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:31:25.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:25 smithi017 bash[21388]: audit 2024-03-16T16:31:25.282741+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:25.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:25 smithi017 bash[21388]: audit 2024-03-16T16:31:25.287891+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:25.615 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:25 smithi017 bash[21388]: audit 2024-03-16T16:31:25.292591+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:25.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:25 smithi142 bash[22171]: audit 2024-03-16T16:31:25.122548+0000 mon.a (mon.0) 1019 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:31:25.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:25 smithi142 bash[22171]: audit 2024-03-16T16:31:25.282741+0000 mon.a (mon.0) 1020 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:25.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:25 smithi142 bash[22171]: audit 2024-03-16T16:31:25.287891+0000 mon.a (mon.0) 1021 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:25.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:25 smithi142 bash[22171]: audit 2024-03-16T16:31:25.292591+0000 mon.a (mon.0) 1022 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:26.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:26 smithi142 bash[22171]: cluster 2024-03-16T16:31:25.325881+0000 mgr.a (mgr.14385) 167 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:26.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:26 smithi017 bash[21388]: cluster 2024-03-16T16:31:25.325881+0000 mgr.a (mgr.14385) 167 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:28.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:28 smithi142 bash[22171]: cluster 2024-03-16T16:31:27.326375+0000 mgr.a (mgr.14385) 168 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:28.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:28 smithi017 bash[21388]: cluster 2024-03-16T16:31:27.326375+0000 mgr.a (mgr.14385) 168 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:30.614 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:30 smithi017 bash[21388]: cluster 2024-03-16T16:31:29.326923+0000 mgr.a (mgr.14385) 169 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:30.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:30 smithi142 bash[22171]: cluster 2024-03-16T16:31:29.326923+0000 mgr.a (mgr.14385) 169 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:31.088 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:31:30 smithi017 bash[21646]: ::ffff:172.21.15.142 - - [16/Mar/2024:16:31:30] "GET /metrics HTTP/1.1" 200 21590 "" "Prometheus/2.43.0" 2024-03-16T16:31:32.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:32 smithi142 bash[22171]: cluster 2024-03-16T16:31:31.327319+0000 mgr.a (mgr.14385) 170 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:32.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:32 smithi017 bash[21388]: cluster 2024-03-16T16:31:31.327319+0000 mgr.a (mgr.14385) 170 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:34.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:34 smithi142 bash[22171]: cluster 2024-03-16T16:31:33.327661+0000 mgr.a (mgr.14385) 171 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:34.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:34 smithi017 bash[21388]: cluster 2024-03-16T16:31:33.327661+0000 mgr.a (mgr.14385) 171 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:36.435 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:36 smithi142 bash[22171]: cluster 2024-03-16T16:31:35.328131+0000 mgr.a (mgr.14385) 172 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:36.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:36 smithi017 bash[21388]: cluster 2024-03-16T16:31:35.328131+0000 mgr.a (mgr.14385) 172 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:38.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:38 smithi142 bash[22171]: cluster 2024-03-16T16:31:37.328691+0000 mgr.a (mgr.14385) 173 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:38.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:38 smithi017 bash[21388]: cluster 2024-03-16T16:31:37.328691+0000 mgr.a (mgr.14385) 173 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:39.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:39 smithi142 bash[22171]: audit 2024-03-16T16:31:38.439915+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:39.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:39 smithi142 bash[22171]: audit 2024-03-16T16:31:38.449526+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:39.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:39 smithi142 bash[22171]: audit 2024-03-16T16:31:38.459997+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:39.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:39 smithi017 bash[21388]: audit 2024-03-16T16:31:38.439915+0000 mon.a (mon.0) 1023 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:39.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:39 smithi017 bash[21388]: audit 2024-03-16T16:31:38.449526+0000 mon.a (mon.0) 1024 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:39.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:39 smithi017 bash[21388]: audit 2024-03-16T16:31:38.459997+0000 mon.a (mon.0) 1025 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:40.773 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:40 smithi017 bash[21388]: cluster 2024-03-16T16:31:39.329217+0000 mgr.a (mgr.14385) 174 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:40.773 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:40 smithi017 bash[21388]: audit 2024-03-16T16:31:40.123756+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:31:40.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:40 smithi142 bash[22171]: cluster 2024-03-16T16:31:39.329217+0000 mgr.a (mgr.14385) 174 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:40.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:40 smithi142 bash[22171]: audit 2024-03-16T16:31:40.123756+0000 mon.a (mon.0) 1026 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:31:41.114 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:31:40 smithi017 bash[21646]: ::ffff:172.21.15.142 - - [16/Mar/2024:16:31:40] "GET /metrics HTTP/1.1" 200 21592 "" "Prometheus/2.43.0" 2024-03-16T16:31:42.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:42 smithi017 bash[21388]: cluster 2024-03-16T16:31:41.329751+0000 mgr.a (mgr.14385) 175 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:42.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:42 smithi017 bash[21388]: audit 2024-03-16T16:31:41.490439+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:31:42.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:42 smithi017 bash[21388]: audit 2024-03-16T16:31:42.021739+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:42.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:42 smithi017 bash[21388]: audit 2024-03-16T16:31:42.031002+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:42.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:42 smithi017 bash[21388]: audit 2024-03-16T16:31:42.033201+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:42.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:42 smithi017 bash[21388]: audit 2024-03-16T16:31:42.035368+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:31:42.865 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:42 smithi017 bash[21388]: audit 2024-03-16T16:31:42.046052+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:42.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:42 smithi142 bash[22171]: cluster 2024-03-16T16:31:41.329751+0000 mgr.a (mgr.14385) 175 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:42.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:42 smithi142 bash[22171]: audit 2024-03-16T16:31:41.490439+0000 mon.a (mon.0) 1027 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-16T16:31:42.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:42 smithi142 bash[22171]: audit 2024-03-16T16:31:42.021739+0000 mon.a (mon.0) 1028 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:42.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:42 smithi142 bash[22171]: audit 2024-03-16T16:31:42.031002+0000 mon.a (mon.0) 1029 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:42.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:42 smithi142 bash[22171]: audit 2024-03-16T16:31:42.033201+0000 mon.a (mon.0) 1030 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-16T16:31:42.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:42 smithi142 bash[22171]: audit 2024-03-16T16:31:42.035368+0000 mon.a (mon.0) 1031 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-16T16:31:42.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:42 smithi142 bash[22171]: audit 2024-03-16T16:31:42.046052+0000 mon.a (mon.0) 1032 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:44.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:44 smithi017 bash[21388]: cluster 2024-03-16T16:31:43.330259+0000 mgr.a (mgr.14385) 176 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:44.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:44 smithi142 bash[22171]: cluster 2024-03-16T16:31:43.330259+0000 mgr.a (mgr.14385) 176 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:45.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:45 smithi017 bash[21388]: audit 2024-03-16T16:31:44.483970+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:45.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:45 smithi017 bash[21388]: audit 2024-03-16T16:31:44.493296+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:45.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:45 smithi017 bash[21388]: audit 2024-03-16T16:31:44.503593+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:45.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:45 smithi017 bash[21388]: cluster 2024-03-16T16:31:45.330660+0000 mgr.a (mgr.14385) 177 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:45.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:45 smithi142 bash[22171]: audit 2024-03-16T16:31:44.483970+0000 mon.a (mon.0) 1033 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:45.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:45 smithi142 bash[22171]: audit 2024-03-16T16:31:44.493296+0000 mon.a (mon.0) 1034 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:45.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:45 smithi142 bash[22171]: audit 2024-03-16T16:31:44.503593+0000 mon.a (mon.0) 1035 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:45.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:45 smithi142 bash[22171]: cluster 2024-03-16T16:31:45.330660+0000 mgr.a (mgr.14385) 177 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:46.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:46 smithi017 bash[21388]: audit 2024-03-16T16:31:45.492329+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:46.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:46 smithi017 bash[21388]: audit 2024-03-16T16:31:45.499374+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:46.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:46 smithi017 bash[21388]: audit 2024-03-16T16:31:45.509758+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:46.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:46 smithi142 bash[22171]: audit 2024-03-16T16:31:45.492329+0000 mon.a (mon.0) 1036 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:46.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:46 smithi142 bash[22171]: audit 2024-03-16T16:31:45.499374+0000 mon.a (mon.0) 1037 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:46.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:46 smithi142 bash[22171]: audit 2024-03-16T16:31:45.509758+0000 mon.a (mon.0) 1038 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:47.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:47 smithi017 bash[21388]: cluster 2024-03-16T16:31:47.331269+0000 mgr.a (mgr.14385) 178 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:47.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:47 smithi142 bash[22171]: cluster 2024-03-16T16:31:47.331269+0000 mgr.a (mgr.14385) 178 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:50.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:50 smithi142 bash[22171]: cluster 2024-03-16T16:31:49.331933+0000 mgr.a (mgr.14385) 179 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:50.773 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:50 smithi017 bash[21388]: cluster 2024-03-16T16:31:49.331933+0000 mgr.a (mgr.14385) 179 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:51.114 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:31:50 smithi017 bash[21646]: ::ffff:172.21.15.142 - - [16/Mar/2024:16:31:50] "GET /metrics HTTP/1.1" 200 21592 "" "Prometheus/2.43.0" 2024-03-16T16:31:52.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:52 smithi142 bash[22171]: cluster 2024-03-16T16:31:51.332499+0000 mgr.a (mgr.14385) 180 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:52.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:52 smithi017 bash[21388]: cluster 2024-03-16T16:31:51.332499+0000 mgr.a (mgr.14385) 180 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:54.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:54 smithi142 bash[22171]: cluster 2024-03-16T16:31:53.332969+0000 mgr.a (mgr.14385) 181 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:54.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:54 smithi017 bash[21388]: cluster 2024-03-16T16:31:53.332969+0000 mgr.a (mgr.14385) 181 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:55.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:55 smithi142 bash[22171]: audit 2024-03-16T16:31:55.124234+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:31:55.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:55 smithi017 bash[21388]: audit 2024-03-16T16:31:55.124234+0000 mon.a (mon.0) 1039 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:31:56.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:56 smithi142 bash[22171]: cluster 2024-03-16T16:31:55.333456+0000 mgr.a (mgr.14385) 182 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:56.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:56 smithi017 bash[21388]: cluster 2024-03-16T16:31:55.333456+0000 mgr.a (mgr.14385) 182 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:58.683 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:58 smithi142 bash[22171]: cluster 2024-03-16T16:31:57.334010+0000 mgr.a (mgr.14385) 183 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:58.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:58 smithi017 bash[21388]: cluster 2024-03-16T16:31:57.334010+0000 mgr.a (mgr.14385) 183 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:31:59.909 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:59 smithi142 bash[22171]: audit 2024-03-16T16:31:58.666816+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:59.909 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:59 smithi142 bash[22171]: audit 2024-03-16T16:31:58.676864+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:59.909 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:59 smithi142 bash[22171]: audit 2024-03-16T16:31:58.687345+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:31:59.909 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:31:59 smithi142 bash[22171]: cluster 2024-03-16T16:31:59.334520+0000 mgr.a (mgr.14385) 184 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:32:00.114 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:59 smithi017 bash[21388]: audit 2024-03-16T16:31:58.666816+0000 mon.a (mon.0) 1040 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:32:00.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:59 smithi017 bash[21388]: audit 2024-03-16T16:31:58.676864+0000 mon.a (mon.0) 1041 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:32:00.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:59 smithi017 bash[21388]: audit 2024-03-16T16:31:58.687345+0000 mon.a (mon.0) 1042 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:32:00.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:31:59 smithi017 bash[21388]: cluster 2024-03-16T16:31:59.334520+0000 mgr.a (mgr.14385) 184 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:32:01.114 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:32:00 smithi017 bash[21646]: ::ffff:172.21.15.142 - - [16/Mar/2024:16:32:00] "GET /metrics HTTP/1.1" 200 21589 "" "Prometheus/2.43.0" 2024-03-16T16:32:02.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:32:02 smithi142 bash[22171]: cluster 2024-03-16T16:32:01.335077+0000 mgr.a (mgr.14385) 185 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:32:02.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:32:02 smithi017 bash[21388]: cluster 2024-03-16T16:32:01.335077+0000 mgr.a (mgr.14385) 185 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:32:04.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:32:04 smithi142 bash[22171]: cluster 2024-03-16T16:32:03.335615+0000 mgr.a (mgr.14385) 186 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:32:04.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:32:04 smithi017 bash[21388]: cluster 2024-03-16T16:32:03.335615+0000 mgr.a (mgr.14385) 186 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:32:05.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:32:05 smithi142 bash[22171]: audit 2024-03-16T16:32:04.661049+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:32:05.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:32:05 smithi142 bash[22171]: audit 2024-03-16T16:32:04.670135+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:32:05.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:32:05 smithi142 bash[22171]: audit 2024-03-16T16:32:04.680252+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:32:05.935 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:32:05 smithi142 bash[22171]: cluster 2024-03-16T16:32:05.336144+0000 mgr.a (mgr.14385) 187 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:32:06.114 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:32:05 smithi017 bash[21388]: audit 2024-03-16T16:32:04.661049+0000 mon.a (mon.0) 1043 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:32:06.114 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:32:05 smithi017 bash[21388]: audit 2024-03-16T16:32:04.670135+0000 mon.a (mon.0) 1044 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:32:06.114 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:32:05 smithi017 bash[21388]: audit 2024-03-16T16:32:04.680252+0000 mon.a (mon.0) 1045 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:32:06.115 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:32:05 smithi017 bash[21388]: cluster 2024-03-16T16:32:05.336144+0000 mgr.a (mgr.14385) 187 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:32:07.114 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:32:06 smithi017 bash[21388]: audit 2024-03-16T16:32:05.718497+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:32:07.114 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:32:06 smithi017 bash[21388]: audit 2024-03-16T16:32:05.726595+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:32:07.114 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:32:06 smithi017 bash[21388]: audit 2024-03-16T16:32:05.737166+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:32:07.185 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:32:06 smithi142 bash[22171]: audit 2024-03-16T16:32:05.718497+0000 mon.a (mon.0) 1046 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:32:07.185 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:32:06 smithi142 bash[22171]: audit 2024-03-16T16:32:05.726595+0000 mon.a (mon.0) 1047 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:32:07.185 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:32:06 smithi142 bash[22171]: audit 2024-03-16T16:32:05.737166+0000 mon.a (mon.0) 1048 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:32:08.114 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:32:07 smithi017 bash[21388]: cluster 2024-03-16T16:32:07.336734+0000 mgr.a (mgr.14385) 188 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:32:08.185 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:32:07 smithi142 bash[22171]: cluster 2024-03-16T16:32:07.336734+0000 mgr.a (mgr.14385) 188 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:32:10.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:32:10 smithi142 bash[22171]: cluster 2024-03-16T16:32:09.337278+0000 mgr.a (mgr.14385) 189 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:32:10.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:32:10 smithi142 bash[22171]: audit 2024-03-16T16:32:10.124808+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:32:10.773 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:32:10 smithi017 bash[21388]: cluster 2024-03-16T16:32:09.337278+0000 mgr.a (mgr.14385) 189 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:32:10.774 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:32:10 smithi017 bash[21388]: audit 2024-03-16T16:32:10.124808+0000 mon.a (mon.0) 1049 : audit [DBG] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-16T16:32:11.114 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:32:10 smithi017 bash[21646]: ::ffff:172.21.15.142 - - [16/Mar/2024:16:32:10] "GET /metrics HTTP/1.1" 200 21592 "" "Prometheus/2.43.0" 2024-03-16T16:32:12.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:32:12 smithi142 bash[22171]: cluster 2024-03-16T16:32:11.337826+0000 mgr.a (mgr.14385) 190 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:32:12.730 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:32:12 smithi017 bash[21388]: cluster 2024-03-16T16:32:11.337826+0000 mgr.a (mgr.14385) 190 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:32:14.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:32:14 smithi142 bash[22171]: cluster 2024-03-16T16:32:13.338407+0000 mgr.a (mgr.14385) 191 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:32:14.848 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:32:14 smithi017 bash[21388]: cluster 2024-03-16T16:32:13.338407+0000 mgr.a (mgr.14385) 191 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:32:16.685 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:32:16 smithi142 bash[22171]: cluster 2024-03-16T16:32:15.338963+0000 mgr.a (mgr.14385) 192 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:32:16.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:32:16 smithi017 bash[21388]: cluster 2024-03-16T16:32:15.338963+0000 mgr.a (mgr.14385) 192 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:32:18.549 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:32:18 smithi142 bash[22171]: cluster 2024-03-16T16:32:17.339461+0000 mgr.a (mgr.14385) 193 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:32:18.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:32:18 smithi017 bash[21388]: cluster 2024-03-16T16:32:17.339461+0000 mgr.a (mgr.14385) 193 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:32:20.185 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:32:19 smithi142 bash[22171]: audit 2024-03-16T16:32:18.876927+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:32:20.185 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:32:19 smithi142 bash[22171]: audit 2024-03-16T16:32:18.886335+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:32:20.185 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:32:19 smithi142 bash[22171]: audit 2024-03-16T16:32:18.896833+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:32:20.185 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:32:19 smithi142 bash[22171]: cluster 2024-03-16T16:32:19.339963+0000 mgr.a (mgr.14385) 194 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:32:20.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:32:19 smithi017 bash[21388]: audit 2024-03-16T16:32:18.876927+0000 mon.a (mon.0) 1050 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:32:20.364 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:32:19 smithi017 bash[21388]: audit 2024-03-16T16:32:18.886335+0000 mon.a (mon.0) 1051 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:32:20.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:32:19 smithi017 bash[21388]: audit 2024-03-16T16:32:18.896833+0000 mon.a (mon.0) 1052 : audit [INF] from='mgr.14385 172.21.15.17:0/2381282726' entity='mgr.a' 2024-03-16T16:32:20.365 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:32:19 smithi017 bash[21388]: cluster 2024-03-16T16:32:19.339963+0000 mgr.a (mgr.14385) 194 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 577 KiB data, 90 MiB used, 268 GiB / 268 GiB avail 2024-03-16T16:32:20.572 INFO:teuthology.orchestra.run.smithi017.stderr:+ curl -s http://172.21.15.142:9095/api/v1/status/config 2024-03-16T16:32:20.580 INFO:teuthology.orchestra.run.smithi017.stderr:+ curl -s http://172.21.15.142:9095/api/v1/status/config 2024-03-16T16:32:20.580 INFO:teuthology.orchestra.run.smithi017.stderr:+ jq -e '.status == "success"' 2024-03-16T16:32:20.587 INFO:teuthology.orchestra.run.smithi017.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n evaluation_interval: 10s\n external_labels:\n cluster: a0ca21ee-e3b0-11ee-95c9-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.17: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: a0ca21ee-e3b0-11ee-95c9-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.17: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: a0ca21ee-e3b0-11ee-95c9-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.17: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: a0ca21ee-e3b0-11ee-95c9-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.17: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.17: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-16T16:32:20.587 INFO:teuthology.orchestra.run.smithi017.stderr:+ curl -s http://172.21.15.142:9095/api/v1/alerts 2024-03-16T16:32:20.594 INFO:teuthology.orchestra.run.smithi017.stderr:+ curl -s http://172.21.15.142:9095/api/v1/alerts 2024-03-16T16:32:20.594 INFO:teuthology.orchestra.run.smithi017.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-03-16T16:32:20.599 INFO:teuthology.orchestra.run.smithi017.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 smithi179","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-03-16T16:31:10.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 smithi179\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-16T16:31:10.084118673Z","value":"1e+00"},{"labels":{"alertname":"CephHealthWarning","cluster":"a0ca21ee-e3b0-11ee-95c9-87774f69a715","instance":"smithi017: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-16T16:31:10.13866993Z","value":"1e+00"}]}}true 2024-03-16T16:32:20.600 INFO:teuthology.orchestra.run.smithi017.stderr:+ curl -s http://172.21.15.179:9093/api/v1/status 2024-03-16T16:32:20.607 INFO:teuthology.orchestra.run.smithi017.stderr:+ curl -s http://172.21.15.179:9093/api/v1/alerts 2024-03-16T16:32:20.614 INFO:teuthology.orchestra.run.smithi017.stderr:+ curl -s http://172.21.15.179:9093/api/v1/alerts 2024-03-16T16:32:20.614 INFO:teuthology.orchestra.run.smithi017.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-03-16T16:32:20.618 INFO:teuthology.orchestra.run.smithi017.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://smithi017.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://smithi142.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://smithi017.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://smithi142.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-16T16:27:55.813084672Z","clusterStatus":{"name":"01HS41ERH40SKH6CTPTQHX7M0Y","status":"ready","peers":[{"name":"01HS41ERH40SKH6CTPTQHX7M0Y","address":"172.21.15.179:9094"}]}}}{"status":"success","data":[{"labels":{"alertname":"CephMonDownQuorumAtRisk","cluster":"a0ca21ee-e3b0-11ee-95c9-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 smithi179","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"startsAt":"2024-03-16T16:31:40.084Z","endsAt":"2024-03-16T16:35:40.084Z","generatorURL":"http://smithi142.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":"c7a5d51ec6200ec4"},{"labels":{"alertname":"CephMonDown","cluster":"a0ca21ee-e3b0-11ee-95c9-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 smithi179\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"startsAt":"2024-03-16T16:31:40.084Z","endsAt":"2024-03-16T16:35:40.084Z","generatorURL":"http://smithi142.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":"ffeb3199740524ad"}]}true 2024-03-16T16:32:21.114 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:32:20 smithi017 bash[21646]: ::ffff:172.21.15.142 - - [16/Mar/2024:16:32:20] "GET /metrics HTTP/1.1" 200 21592 "" "Prometheus/2.43.0" 2024-03-16T16:32:21.452 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-16T16:32:21.470 INFO:tasks.cephadm:Teardown begin 2024-03-16T16:32:21.470 DEBUG:teuthology.orchestra.run.smithi017:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-16T16:32:21.485 DEBUG:teuthology.orchestra.run.smithi142:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-16T16:32:21.501 DEBUG:teuthology.orchestra.run.smithi179:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-16T16:32:21.517 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-16T16:32:21.517 DEBUG:teuthology.orchestra.run.smithi017:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-16T16:32:21.532 DEBUG:teuthology.orchestra.run.smithi142:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-16T16:32:21.550 DEBUG:teuthology.orchestra.run.smithi179:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-16T16:32:21.565 INFO:tasks.cephadm:Stopping all daemons... 2024-03-16T16:32:21.565 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-03-16T16:32:21.565 DEBUG:teuthology.orchestra.run.smithi017:> sudo systemctl stop ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@mon.a 2024-03-16T16:32:21.705 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:32:21 smithi017 systemd[1]: Stopping Ceph mon.a for a0ca21ee-e3b0-11ee-95c9-87774f69a715... 2024-03-16T16:32:21.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:32:21 smithi017 bash[21388]: debug 2024-03-16T16:32:21.707+0000 7f428a535700 -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-16T16:32:21.864 INFO:journalctl@ceph.mon.a.smithi017.stdout:Mar 16 16:32:21 smithi017 bash[21388]: debug 2024-03-16T16:32:21.707+0000 7f428a535700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-03-16T16:32:21.864 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:32:21 smithi017 bash[21646]: [16/Mar/2024:16:32:21] ENGINE Bus STOPPING 2024-03-16T16:32:21.865 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:32:21 smithi017 bash[21646]: [16/Mar/2024:16:32:21] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-16T16:32:21.865 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:32:21 smithi017 bash[21646]: [16/Mar/2024:16:32:21] ENGINE Bus STOPPED 2024-03-16T16:32:21.865 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:32:21 smithi017 bash[21646]: [16/Mar/2024:16:32:21] ENGINE Bus STARTING 2024-03-16T16:32:21.865 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:32:21 smithi017 bash[21646]: [16/Mar/2024:16:32:21] ENGINE Serving on http://:::9283 2024-03-16T16:32:21.865 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:32:21 smithi017 bash[21646]: [16/Mar/2024:16:32:21] ENGINE Bus STARTED 2024-03-16T16:32:22.496 DEBUG:teuthology.orchestra.run.smithi017:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@mon.a.service' 2024-03-16T16:32:22.527 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-16T16:32:22.527 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-03-16T16:32:22.527 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-03-16T16:32:22.527 DEBUG:teuthology.orchestra.run.smithi142:> sudo systemctl stop ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@mon.b 2024-03-16T16:32:22.907 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:32:22 smithi142 systemd[1]: Stopping Ceph mon.b for a0ca21ee-e3b0-11ee-95c9-87774f69a715... 2024-03-16T16:32:22.907 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:32:22 smithi142 bash[22171]: debug 2024-03-16T16:32:22.687+0000 7ff796078700 -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-16T16:32:22.907 INFO:journalctl@ceph.mon.b.smithi142.stdout:Mar 16 16:32:22 smithi142 bash[22171]: debug 2024-03-16T16:32:22.687+0000 7ff796078700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-03-16T16:32:23.649 DEBUG:teuthology.orchestra.run.smithi142:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@mon.b.service' 2024-03-16T16:32:23.683 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-16T16:32:23.683 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-03-16T16:32:23.683 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-03-16T16:32:23.683 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@mon.c 2024-03-16T16:32:23.704 DEBUG:teuthology.orchestra.run.smithi179:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@mon.c.service' 2024-03-16T16:32:23.790 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-16T16:32:23.790 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-03-16T16:32:23.791 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-03-16T16:32:23.791 DEBUG:teuthology.orchestra.run.smithi017:> sudo systemctl stop ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@mgr.a 2024-03-16T16:32:24.114 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:32:23 smithi017 systemd[1]: Stopping Ceph mgr.a for a0ca21ee-e3b0-11ee-95c9-87774f69a715... 2024-03-16T16:32:24.114 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:32:23 smithi017 bash[21646]: debug 2024-03-16T16:32:23.951+0000 7f6c52e19700 -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-16T16:32:24.114 INFO:journalctl@ceph.mgr.a.smithi017.stdout:Mar 16 16:32:23 smithi017 bash[21646]: debug 2024-03-16T16:32:23.951+0000 7f6c52e19700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-03-16T16:32:24.758 DEBUG:teuthology.orchestra.run.smithi017:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@mgr.a.service' 2024-03-16T16:32:24.783 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-16T16:32:24.783 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-03-16T16:32:24.783 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-03-16T16:32:24.784 DEBUG:teuthology.orchestra.run.smithi142:> sudo systemctl stop ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@mgr.b 2024-03-16T16:32:25.174 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:32:24 smithi142 systemd[1]: Stopping Ceph mgr.b for a0ca21ee-e3b0-11ee-95c9-87774f69a715... 2024-03-16T16:32:25.746 DEBUG:teuthology.orchestra.run.smithi142:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@mgr.b.service' 2024-03-16T16:32:25.754 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:32:25 smithi142 bash[36190]: ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715-mgr-b 2024-03-16T16:32:25.754 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:32:25 smithi142 systemd[1]: ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@mgr.b.service: Main process exited, code=exited, status=143/n/a 2024-03-16T16:32:25.754 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:32:25 smithi142 bash[36250]: Error response from daemon: No such container: ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715-mgr-b 2024-03-16T16:32:25.754 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:32:25 smithi142 systemd[1]: ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@mgr.b.service: Failed with result 'exit-code'. 2024-03-16T16:32:25.754 INFO:journalctl@ceph.mgr.b.smithi142.stdout:Mar 16 16:32:25 smithi142 systemd[1]: Stopped Ceph mgr.b for a0ca21ee-e3b0-11ee-95c9-87774f69a715. 2024-03-16T16:32:25.766 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-16T16:32:25.766 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-03-16T16:32:25.766 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-03-16T16:32:25.766 DEBUG:teuthology.orchestra.run.smithi017:> sudo systemctl stop ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@osd.0 2024-03-16T16:32:26.114 INFO:journalctl@ceph.osd.0.smithi017.stdout:Mar 16 16:32:25 smithi017 systemd[1]: Stopping Ceph osd.0 for a0ca21ee-e3b0-11ee-95c9-87774f69a715... 2024-03-16T16:32:26.115 INFO:journalctl@ceph.osd.0.smithi017.stdout:Mar 16 16:32:25 smithi017 bash[31803]: debug 2024-03-16T16:32:25.883+0000 7ff4898a3700 -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-16T16:32:26.115 INFO:journalctl@ceph.osd.0.smithi017.stdout:Mar 16 16:32:25 smithi017 bash[31803]: debug 2024-03-16T16:32:25.883+0000 7ff4898a3700 -1 osd.0 22 *** Got signal Terminated *** 2024-03-16T16:32:26.115 INFO:journalctl@ceph.osd.0.smithi017.stdout:Mar 16 16:32:25 smithi017 bash[31803]: debug 2024-03-16T16:32:25.883+0000 7ff4898a3700 -1 osd.0 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-16T16:32:32.083 INFO:journalctl@ceph.osd.0.smithi017.stdout:Mar 16 16:32:31 smithi017 bash[46074]: ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715-osd-0 2024-03-16T16:32:32.083 INFO:journalctl@ceph.osd.0.smithi017.stdout:Mar 16 16:32:32 smithi017 bash[46226]: Error response from daemon: No such container: ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715-osd-0 2024-03-16T16:32:34.770 DEBUG:teuthology.orchestra.run.smithi017:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@osd.0.service' 2024-03-16T16:32:34.781 INFO:journalctl@ceph.osd.0.smithi017.stdout:Mar 16 16:32:34 smithi017 systemd[1]: ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@osd.0.service: Deactivated successfully. 2024-03-16T16:32:34.781 INFO:journalctl@ceph.osd.0.smithi017.stdout:Mar 16 16:32:34 smithi017 systemd[1]: Stopped Ceph osd.0 for a0ca21ee-e3b0-11ee-95c9-87774f69a715. 2024-03-16T16:32:34.800 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-16T16:32:34.800 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-03-16T16:32:34.800 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-03-16T16:32:34.800 DEBUG:teuthology.orchestra.run.smithi142:> sudo systemctl stop ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@osd.1 2024-03-16T16:32:35.185 INFO:journalctl@ceph.osd.1.smithi142.stdout:Mar 16 16:32:34 smithi142 systemd[1]: Stopping Ceph osd.1 for a0ca21ee-e3b0-11ee-95c9-87774f69a715... 2024-03-16T16:32:35.185 INFO:journalctl@ceph.osd.1.smithi142.stdout:Mar 16 16:32:34 smithi142 bash[27133]: debug 2024-03-16T16:32:34.975+0000 7f89005ed700 -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-16T16:32:35.186 INFO:journalctl@ceph.osd.1.smithi142.stdout:Mar 16 16:32:34 smithi142 bash[27133]: debug 2024-03-16T16:32:34.975+0000 7f89005ed700 -1 osd.1 22 *** Got signal Terminated *** 2024-03-16T16:32:35.186 INFO:journalctl@ceph.osd.1.smithi142.stdout:Mar 16 16:32:34 smithi142 bash[27133]: debug 2024-03-16T16:32:34.975+0000 7f89005ed700 -1 osd.1 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-16T16:32:41.185 INFO:journalctl@ceph.osd.1.smithi142.stdout:Mar 16 16:32:41 smithi142 bash[36291]: ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715-osd-1 2024-03-16T16:32:41.685 INFO:journalctl@ceph.osd.1.smithi142.stdout:Mar 16 16:32:41 smithi142 bash[36609]: Error response from daemon: No such container: ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715-osd-1 2024-03-16T16:32:43.662 DEBUG:teuthology.orchestra.run.smithi142:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@osd.1.service' 2024-03-16T16:32:43.694 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-16T16:32:43.694 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-03-16T16:32:43.694 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-03-16T16:32:43.694 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@osd.2 2024-03-16T16:32:44.010 INFO:journalctl@ceph.osd.2.smithi179.stdout:Mar 16 16:32:43 smithi179 systemd[1]: Stopping Ceph osd.2 for a0ca21ee-e3b0-11ee-95c9-87774f69a715... 2024-03-16T16:32:44.010 INFO:journalctl@ceph.osd.2.smithi179.stdout:Mar 16 16:32:43 smithi179 bash[27466]: debug 2024-03-16T16:32:43.847+0000 7fc4cdf0f700 -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-16T16:32:44.010 INFO:journalctl@ceph.osd.2.smithi179.stdout:Mar 16 16:32:43 smithi179 bash[27466]: debug 2024-03-16T16:32:43.847+0000 7fc4cdf0f700 -1 osd.2 22 *** Got signal Terminated *** 2024-03-16T16:32:44.010 INFO:journalctl@ceph.osd.2.smithi179.stdout:Mar 16 16:32:43 smithi179 bash[27466]: debug 2024-03-16T16:32:43.847+0000 7fc4cdf0f700 -1 osd.2 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-16T16:32:50.010 INFO:journalctl@ceph.osd.2.smithi179.stdout:Mar 16 16:32:49 smithi179 bash[36760]: ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715-osd-2 2024-03-16T16:32:50.510 INFO:journalctl@ceph.osd.2.smithi179.stdout:Mar 16 16:32:50 smithi179 bash[37016]: Error response from daemon: No such container: ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715-osd-2 2024-03-16T16:32:51.903 DEBUG:teuthology.orchestra.run.smithi179:> sudo pkill -f 'journalctl -f -n 0 -u ceph-a0ca21ee-e3b0-11ee-95c9-87774f69a715@osd.2.service' 2024-03-16T16:32:51.937 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-16T16:32:51.937 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-03-16T16:32:51.937 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 --force --keep-logs 2024-03-16T16:32:52.108 INFO:teuthology.orchestra.run.smithi017.stdout:Deleting cluster with fsid: a0ca21ee-e3b0-11ee-95c9-87774f69a715 2024-03-16T16:32:59.319 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 --force --keep-logs 2024-03-16T16:32:59.469 INFO:teuthology.orchestra.run.smithi142.stdout:Deleting cluster with fsid: a0ca21ee-e3b0-11ee-95c9-87774f69a715 2024-03-16T16:33:07.455 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 --force --keep-logs 2024-03-16T16:33:07.619 INFO:teuthology.orchestra.run.smithi179.stdout:Deleting cluster with fsid: a0ca21ee-e3b0-11ee-95c9-87774f69a715 2024-03-16T16:33:14.876 DEBUG:teuthology.orchestra.run.smithi017:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-16T16:33:14.891 DEBUG:teuthology.orchestra.run.smithi142:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-16T16:33:14.906 DEBUG:teuthology.orchestra.run.smithi179:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-16T16:33:14.918 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-16T16:33:14.920 DEBUG:teuthology.misc:Transferring archived files from smithi017:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603598/remote/smithi017/crash 2024-03-16T16:33:14.921 DEBUG:teuthology.orchestra.run.smithi017:> sudo tar c -f - -C /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/crash -- . 2024-03-16T16:33:14.951 INFO:teuthology.orchestra.run.smithi017.stderr:tar: /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/crash: Cannot open: No such file or directory 2024-03-16T16:33:14.951 INFO:teuthology.orchestra.run.smithi017.stderr:tar: Error is not recoverable: exiting now 2024-03-16T16:33:14.953 DEBUG:teuthology.misc:Transferring archived files from smithi142:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603598/remote/smithi142/crash 2024-03-16T16:33:14.954 DEBUG:teuthology.orchestra.run.smithi142:> sudo tar c -f - -C /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/crash -- . 2024-03-16T16:33:14.967 INFO:teuthology.orchestra.run.smithi142.stderr:tar: /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/crash: Cannot open: No such file or directory 2024-03-16T16:33:14.967 INFO:teuthology.orchestra.run.smithi142.stderr:tar: Error is not recoverable: exiting now 2024-03-16T16:33:14.969 DEBUG:teuthology.misc:Transferring archived files from smithi179:/var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603598/remote/smithi179/crash 2024-03-16T16:33:14.970 DEBUG:teuthology.orchestra.run.smithi179:> sudo tar c -f - -C /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/crash -- . 2024-03-16T16:33:14.980 INFO:teuthology.orchestra.run.smithi179.stderr:tar: /var/lib/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/crash: Cannot open: No such file or directory 2024-03-16T16:33:14.980 INFO:teuthology.orchestra.run.smithi179.stderr:tar: Error is not recoverable: exiting now 2024-03-16T16:33:14.981 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-16T16:33:14.981 DEBUG:teuthology.orchestra.run.smithi017:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-16T16:33:15.009 INFO:teuthology.orchestra.run.smithi017.stdout:2024-03-16T16:23:36.210409+0000 mon.a (mon.0) 489 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-16T16:33:15.010 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-03-16T16:33:15.010 DEBUG:teuthology.orchestra.run.smithi017:> sudo egrep '\[SEC\]' /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-16T16:33:15.065 DEBUG:teuthology.orchestra.run.smithi017:> sudo egrep '\[ERR\]' /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-16T16:33:15.124 DEBUG:teuthology.orchestra.run.smithi017:> sudo egrep '\[WRN\]' /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-16T16:33:15.179 INFO:teuthology.orchestra.run.smithi017.stdout:2024-03-16T16:23:36.210409+0000 mon.a (mon.0) 489 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-16T16:33:15.180 INFO:tasks.cephadm:Compressing logs... 2024-03-16T16:33:15.180 DEBUG:teuthology.orchestra.run.smithi017:> 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-16T16:33:15.224 DEBUG:teuthology.orchestra.run.smithi142:> 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-16T16:33:15.229 DEBUG:teuthology.orchestra.run.smithi179:> 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-16T16:33:15.233 INFO:teuthology.orchestra.run.smithi017.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-16T16:33:15.239 INFO:teuthology.orchestra.run.smithi142.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-16T16:33:15.243 INFO:teuthology.orchestra.run.smithi179.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-16T16:33:15.248 INFO:teuthology.orchestra.run.smithi142.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-16T16:33:15.248 INFO:teuthology.orchestra.run.smithi142.stderr:gzip -5 --verbose -- /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph.cephadm.log 2024-03-16T16:33:15.252 INFO:teuthology.orchestra.run.smithi017.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-16T16:33:15.252 INFO:teuthology.orchestra.run.smithi017.stderr:gzip -5 --verbose -- /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-osd.0.log 2024-03-16T16:33:15.252 INFO:teuthology.orchestra.run.smithi017.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-mon.a.log 2024-03-16T16:33:15.252 INFO:teuthology.orchestra.run.smithi017.stderr:/var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph.cephadm.log 2024-03-16T16:33:15.252 INFO:teuthology.orchestra.run.smithi017.stderr:/var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph.log 2024-03-16T16:33:15.252 INFO:teuthology.orchestra.run.smithi017.stderr:/var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-volume.log 2024-03-16T16:33:15.252 INFO:teuthology.orchestra.run.smithi017.stderr: 83.8% -- replaced with /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph.cephadm.log.gz 2024-03-16T16:33:15.252 INFO:teuthology.orchestra.run.smithi017.stderr:/var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph.audit.log 2024-03-16T16:33:15.252 INFO:teuthology.orchestra.run.smithi017.stderr:gzip -5 --verbose -- /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-mgr.a.log 2024-03-16T16:33:15.252 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-osd.1.log 2024-03-16T16:33:15.253 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph.log 2024-03-16T16:33:15.253 INFO:teuthology.orchestra.run.smithi142.stderr: 82.9% -- replaced with /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph.cephadm.log.gz 2024-03-16T16:33:15.253 INFO:teuthology.orchestra.run.smithi142.stderr:gzip -5 --verbose -- /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-volume.log 2024-03-16T16:33:15.253 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-osd.1.log: /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-mgr.b.log 2024-03-16T16:33:15.253 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph.audit.log 2024-03-16T16:33:15.253 INFO:teuthology.orchestra.run.smithi142.stderr: 88.0% -- replaced with /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph.log.gz 2024-03-16T16:33:15.253 INFO:teuthology.orchestra.run.smithi142.stderr:gzip -5 --verbose -- /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-mon.b.log 2024-03-16T16:33:15.254 INFO:teuthology.orchestra.run.smithi142.stderr:/var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-mgr.b.log: /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph.audit.log: /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-mon.b.log: 90.7% -- replaced with /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph.audit.log.gz 2024-03-16T16:33:15.254 INFO:teuthology.orchestra.run.smithi017.stderr:/var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-volume.log: /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph.audit.log: /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-mgr.a.log: 87.9% -- replaced with /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph.log.gz 2024-03-16T16:33:15.254 INFO:teuthology.orchestra.run.smithi017.stderr: 90.5% -- replaced with /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph.audit.log.gz 2024-03-16T16:33:15.254 INFO:teuthology.orchestra.run.smithi017.stderr: 85.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-16T16:33:15.255 INFO:teuthology.orchestra.run.smithi179.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-16T16:33:15.255 INFO:teuthology.orchestra.run.smithi179.stderr:gzip -5 --verbose -- /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-osd.2.log 2024-03-16T16:33:15.255 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph.cephadm.log 2024-03-16T16:33:15.255 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph.log 2024-03-16T16:33:15.256 INFO:teuthology.orchestra.run.smithi142.stderr: 82.6% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-16T16:33:15.257 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-volume.log 2024-03-16T16:33:15.257 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph.log: 82.9% -- replaced with /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph.cephadm.log.gz 2024-03-16T16:33:15.257 INFO:teuthology.orchestra.run.smithi179.stderr:gzip -5 --verbose -- /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-mon.c.log 2024-03-16T16:33:15.257 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph.audit.log 2024-03-16T16:33:15.257 INFO:teuthology.orchestra.run.smithi179.stderr: 88.0% -- replaced with /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph.log.gz 2024-03-16T16:33:15.258 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-mon.c.log: /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph.audit.log: 83.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-16T16:33:15.259 INFO:teuthology.orchestra.run.smithi179.stderr: 90.6% -- replaced with /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph.audit.log.gz 2024-03-16T16:33:15.259 INFO:teuthology.orchestra.run.smithi142.stderr: 91.2% -- replaced with /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-mgr.b.log.gz 2024-03-16T16:33:15.275 INFO:teuthology.orchestra.run.smithi142.stderr: 91.9% -- replaced with /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-volume.log.gz 2024-03-16T16:33:15.283 INFO:teuthology.orchestra.run.smithi179.stderr: 91.8% -- replaced with /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-volume.log.gz 2024-03-16T16:33:15.289 INFO:teuthology.orchestra.run.smithi017.stderr: 91.8% -- replaced with /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-volume.log.gz 2024-03-16T16:33:15.300 INFO:teuthology.orchestra.run.smithi179.stderr: 93.7% -- replaced with /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-osd.2.log.gz 2024-03-16T16:33:15.307 INFO:teuthology.orchestra.run.smithi017.stderr: 93.6% -- replaced with /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-osd.0.log.gz 2024-03-16T16:33:15.339 INFO:teuthology.orchestra.run.smithi142.stderr: 93.9% -- replaced with /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-osd.1.log.gz 2024-03-16T16:33:15.359 INFO:teuthology.orchestra.run.smithi179.stderr: 93.1% -- replaced with /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-mon.c.log.gz 2024-03-16T16:33:15.361 INFO:teuthology.orchestra.run.smithi179.stderr: 2024-03-16T16:33:15.361 INFO:teuthology.orchestra.run.smithi179.stderr:real 0m0.126s 2024-03-16T16:33:15.361 INFO:teuthology.orchestra.run.smithi179.stderr:user 0m0.190s 2024-03-16T16:33:15.361 INFO:teuthology.orchestra.run.smithi179.stderr:sys 0m0.016s 2024-03-16T16:33:15.375 INFO:teuthology.orchestra.run.smithi142.stderr: 92.9% -- replaced with /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-mon.b.log.gz 2024-03-16T16:33:15.376 INFO:teuthology.orchestra.run.smithi142.stderr: 2024-03-16T16:33:15.376 INFO:teuthology.orchestra.run.smithi142.stderr:real 0m0.148s 2024-03-16T16:33:15.376 INFO:teuthology.orchestra.run.smithi142.stderr:user 0m0.266s 2024-03-16T16:33:15.376 INFO:teuthology.orchestra.run.smithi142.stderr:sys 0m0.019s 2024-03-16T16:33:15.398 INFO:teuthology.orchestra.run.smithi017.stderr: 87.6% -- replaced with /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-mgr.a.log.gz 2024-03-16T16:33:15.670 INFO:teuthology.orchestra.run.smithi017.stderr: 91.3% -- replaced with /var/log/ceph/a0ca21ee-e3b0-11ee-95c9-87774f69a715/ceph-mon.a.log.gz 2024-03-16T16:33:15.671 INFO:teuthology.orchestra.run.smithi017.stderr: 2024-03-16T16:33:15.671 INFO:teuthology.orchestra.run.smithi017.stderr:real 0m0.445s 2024-03-16T16:33:15.671 INFO:teuthology.orchestra.run.smithi017.stderr:user 0m0.654s 2024-03-16T16:33:15.671 INFO:teuthology.orchestra.run.smithi017.stderr:sys 0m0.042s 2024-03-16T16:33:15.672 INFO:tasks.cephadm:Archiving logs... 2024-03-16T16:33:15.672 DEBUG:teuthology.misc:Transferring archived files from smithi017:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603598/remote/smithi017/log 2024-03-16T16:33:15.673 DEBUG:teuthology.orchestra.run.smithi017:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-16T16:33:15.824 DEBUG:teuthology.misc:Transferring archived files from smithi142:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603598/remote/smithi142/log 2024-03-16T16:33:15.825 DEBUG:teuthology.orchestra.run.smithi142:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-16T16:33:15.878 DEBUG:teuthology.misc:Transferring archived files from smithi179:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603598/remote/smithi179/log 2024-03-16T16:33:15.879 DEBUG:teuthology.orchestra.run.smithi179:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-16T16:33:15.919 INFO:tasks.cephadm:Removing cluster... 2024-03-16T16:33:15.919 DEBUG:teuthology.orchestra.run.smithi017:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 --force 2024-03-16T16:33:16.085 INFO:teuthology.orchestra.run.smithi017.stdout:Deleting cluster with fsid: a0ca21ee-e3b0-11ee-95c9-87774f69a715 2024-03-16T16:33:17.382 DEBUG:teuthology.orchestra.run.smithi142:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 --force 2024-03-16T16:33:17.550 INFO:teuthology.orchestra.run.smithi142.stdout:Deleting cluster with fsid: a0ca21ee-e3b0-11ee-95c9-87774f69a715 2024-03-16T16:33:18.901 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid a0ca21ee-e3b0-11ee-95c9-87774f69a715 --force 2024-03-16T16:33:19.069 INFO:teuthology.orchestra.run.smithi179.stdout:Deleting cluster with fsid: a0ca21ee-e3b0-11ee-95c9-87774f69a715 2024-03-16T16:33:20.399 INFO:tasks.cephadm:Removing cephadm ... 2024-03-16T16:33:20.400 DEBUG:teuthology.orchestra.run.smithi017:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-16T16:33:20.406 DEBUG:teuthology.orchestra.run.smithi142:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-16T16:33:20.412 DEBUG:teuthology.orchestra.run.smithi179:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-16T16:33:20.417 INFO:tasks.cephadm:Teardown complete 2024-03-16T16:33:20.418 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-03-16T16:33:20.426 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-16T16:33:20.426 DEBUG:teuthology.orchestra.run.smithi017:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-16T16:33:20.449 DEBUG:teuthology.orchestra.run.smithi142:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-16T16:33:20.458 DEBUG:teuthology.orchestra.run.smithi179:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-16T16:33:20.539 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-16T16:33:20.549 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-16T16:33:20.549 DEBUG:teuthology.orchestra.run.smithi017:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-16T16:33:20.551 DEBUG:teuthology.orchestra.run.smithi142:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-16T16:33:20.554 DEBUG:teuthology.orchestra.run.smithi179:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-16T16:33:20.563 INFO:teuthology.orchestra.run.smithi017.stdout: remote refid st t when poll reach delay offset jitter 2024-03-16T16:33:20.563 INFO:teuthology.orchestra.run.smithi017.stdout:============================================================================== 2024-03-16T16:33:20.563 INFO:teuthology.orchestra.run.smithi017.stdout:*hv01.front.sepi 44.4.53.2 2 u 20 64 377 0.075 -0.443 0.164 2024-03-16T16:33:20.563 INFO:teuthology.orchestra.run.smithi017.stdout:+hv02.front.sepi 96.245.170.99 3 u 23 64 377 0.077 -0.155 0.204 2024-03-16T16:33:20.563 INFO:teuthology.orchestra.run.smithi017.stdout:+hv03.front.sepi 74.6.168.72 3 u 22 64 377 0.076 -1.509 0.140 2024-03-16T16:33:20.563 INFO:teuthology.orchestra.run.smithi017.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-03-16T16:33:20.564 INFO:teuthology.orchestra.run.smithi142.stdout: remote refid st t when poll reach delay offset jitter 2024-03-16T16:33:20.564 INFO:teuthology.orchestra.run.smithi142.stdout:============================================================================== 2024-03-16T16:33:20.565 INFO:teuthology.orchestra.run.smithi142.stdout:*hv01.front.sepi 44.4.53.2 2 u 25 64 377 0.097 -4.767 0.701 2024-03-16T16:33:20.565 INFO:teuthology.orchestra.run.smithi142.stdout:+hv02.front.sepi 96.245.170.99 3 u 37 64 377 0.099 -3.220 1.419 2024-03-16T16:33:20.565 INFO:teuthology.orchestra.run.smithi142.stdout:+hv03.front.sepi 74.6.168.72 3 u 28 64 377 0.097 -5.867 0.731 2024-03-16T16:33:20.565 INFO:teuthology.orchestra.run.smithi142.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-03-16T16:33:20.566 INFO:teuthology.orchestra.run.smithi179.stdout: remote refid st t when poll reach delay offset jitter 2024-03-16T16:33:20.566 INFO:teuthology.orchestra.run.smithi179.stdout:============================================================================== 2024-03-16T16:33:20.566 INFO:teuthology.orchestra.run.smithi179.stdout:*hv01.front.sepi 44.4.53.2 2 u 24 64 377 0.098 -6.650 1.140 2024-03-16T16:33:20.566 INFO:teuthology.orchestra.run.smithi179.stdout:+hv02.front.sepi 96.245.170.99 3 u 26 64 377 0.112 -6.557 1.163 2024-03-16T16:33:20.566 INFO:teuthology.orchestra.run.smithi179.stdout:+hv03.front.sepi 74.6.168.72 3 u 19 64 377 0.126 -8.190 1.287 2024-03-16T16:33:20.566 INFO:teuthology.orchestra.run.smithi179.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-03-16T16:33:20.567 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-16T16:33:20.576 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-16T16:33:20.576 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-16T16:33:20.610 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-16T16:33:20.644 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-16T16:33:20.678 INFO:teuthology.task.internal:Duration was 1708.644461 seconds 2024-03-16T16:33:20.678 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-16T16:33:20.711 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-16T16:33:20.711 DEBUG:teuthology.orchestra.run.smithi017:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-16T16:33:20.714 DEBUG:teuthology.orchestra.run.smithi142:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-16T16:33:20.716 DEBUG:teuthology.orchestra.run.smithi179:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-16T16:33:20.752 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-16T16:33:20.752 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi017.front.sepia.ceph.com 2024-03-16T16:33:20.752 DEBUG:teuthology.orchestra.run.smithi017:> 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-16T16:33:20.804 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi142.front.sepia.ceph.com 2024-03-16T16:33:20.805 DEBUG:teuthology.orchestra.run.smithi142:> 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-16T16:33:20.815 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi179.front.sepia.ceph.com 2024-03-16T16:33:20.815 DEBUG:teuthology.orchestra.run.smithi179:> 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-16T16:33:20.824 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-16T16:33:20.824 DEBUG:teuthology.orchestra.run.smithi017:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-16T16:33:20.848 DEBUG:teuthology.orchestra.run.smithi142:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-16T16:33:20.858 DEBUG:teuthology.orchestra.run.smithi179:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-16T16:33:20.899 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-16T16:33:20.899 DEBUG:teuthology.orchestra.run.smithi017:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-16T16:33:20.932 DEBUG:teuthology.orchestra.run.smithi142:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-16T16:33:20.934 DEBUG:teuthology.orchestra.run.smithi179:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-16T16:33:21.041 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-16T16:33:21.052 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-16T16:33:21.052 DEBUG:teuthology.orchestra.run.smithi017:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-16T16:33:21.064 DEBUG:teuthology.orchestra.run.smithi142:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-16T16:33:21.077 DEBUG:teuthology.orchestra.run.smithi179:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-16T16:33:21.089 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-16T16:33:21.099 DEBUG:teuthology.orchestra.run.smithi017:> 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-16T16:33:21.112 DEBUG:teuthology.orchestra.run.smithi142:> 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-16T16:33:21.121 INFO:teuthology.orchestra.run.smithi017.stdout:kernel.core_pattern = core 2024-03-16T16:33:21.122 DEBUG:teuthology.orchestra.run.smithi179:> 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-16T16:33:21.130 INFO:teuthology.orchestra.run.smithi142.stdout:kernel.core_pattern = core 2024-03-16T16:33:21.141 INFO:teuthology.orchestra.run.smithi179.stdout:kernel.core_pattern = core 2024-03-16T16:33:21.167 DEBUG:teuthology.orchestra.run.smithi017:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-16T16:33:21.190 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-16T16:33:21.191 DEBUG:teuthology.orchestra.run.smithi142:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-16T16:33:21.196 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-16T16:33:21.196 DEBUG:teuthology.orchestra.run.smithi179:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-16T16:33:21.214 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-16T16:33:21.215 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-16T16:33:21.225 INFO:teuthology.task.internal:Transferring archived files... 2024-03-16T16:33:21.226 DEBUG:teuthology.misc:Transferring archived files from smithi017:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603598/remote/smithi017 2024-03-16T16:33:21.227 DEBUG:teuthology.orchestra.run.smithi017:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-16T16:33:21.259 DEBUG:teuthology.misc:Transferring archived files from smithi142:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603598/remote/smithi142 2024-03-16T16:33:21.259 DEBUG:teuthology.orchestra.run.smithi142:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-16T16:33:21.283 DEBUG:teuthology.misc:Transferring archived files from smithi179:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603598/remote/smithi179 2024-03-16T16:33:21.283 DEBUG:teuthology.orchestra.run.smithi179:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-16T16:33:21.305 INFO:teuthology.task.internal:Removing archive directory... 2024-03-16T16:33:21.305 DEBUG:teuthology.orchestra.run.smithi017:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-16T16:33:21.307 DEBUG:teuthology.orchestra.run.smithi142:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-16T16:33:21.326 DEBUG:teuthology.orchestra.run.smithi179:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-16T16:33:21.348 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-16T16:33:21.361 INFO:teuthology.task.internal:Not uploading archives. 2024-03-16T16:33:21.362 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-16T16:33:21.395 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-16T16:33:21.396 DEBUG:teuthology.orchestra.run.smithi017:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-16T16:33:21.399 DEBUG:teuthology.orchestra.run.smithi142:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-16T16:33:21.402 DEBUG:teuthology.orchestra.run.smithi179:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-16T16:33:21.405 INFO:teuthology.orchestra.run.smithi017.stdout: 658625 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 16 16:33 /home/ubuntu/cephtest 2024-03-16T16:33:21.406 INFO:teuthology.orchestra.run.smithi142.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 16 16:33 /home/ubuntu/cephtest 2024-03-16T16:33:21.409 INFO:teuthology.orchestra.run.smithi179.stdout: 658463 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 16 16:33 /home/ubuntu/cephtest 2024-03-16T16:33:21.411 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-16T16:33:21.421 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-16T16:33:21.487 INFO:teuthology.nuke:Checking targets against current locks 2024-03-16T16:33:21.507 DEBUG:teuthology.nuke:shortname: smithi017 2024-03-16T16:33:21.508 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-16T16:33:21.531 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi017.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603598', '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-16 15:55:57.641572', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPDym68EfwB/gx51U+wSe5UQw9p5OdMPRE8uyFOyWX+vZgzt0z0jGU3ZnDGR0FSv17GCI7cUg20b537Azx+rtd4='} 2024-03-16T16:33:21.535 DEBUG:teuthology.nuke:shortname: smithi142 2024-03-16T16:33:21.535 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-16T16:33:21.557 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi142.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603598', '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-16 15:55:57.643028', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBC9Sbq/dbW/wGTG21cDxhOMqX+liWS11drx+xlVtHo7BH1batUdtz1s7QxID0ZcIfxlFVhxuzs8wKuy1DyJR8CQ='} 2024-03-16T16:33:21.560 DEBUG:teuthology.nuke:shortname: smithi179 2024-03-16T16:33:21.560 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-16T16:33:21.581 INFO:teuthology.orchestra.console.smithi017:Power off 2024-03-16T16:33:21.581 DEBUG:teuthology.orchestra.console.smithi017:pexpect command: ipmitool -H smithi017.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-16T16:33:21.596 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi179.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603598', '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-16 15:55:57.644394', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFW0tlHzc4FJEyp5r8+tiBSyQzZcgOTZCFwNFxFEGIZEWYcb48iUrH6d5znDw/Ymlht4s+nRv87o5H4boVfW0lk='} 2024-03-16T16:33:21.608 DEBUG:teuthology.orchestra.console.smithi017:power off output: Chassis Power Control: Down/Off 2024-03-16T16:33:21.608 DEBUG:teuthology.orchestra.console.smithi017:pexpect command: ipmitool -H smithi017.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-16T16:33:21.630 INFO:teuthology.orchestra.console.smithi142:Power off 2024-03-16T16:33:21.631 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-16T16:33:21.641 DEBUG:teuthology.orchestra.console.smithi017:check power output: Chassis Power is on 2024-03-16T16:33:21.651 INFO:teuthology.orchestra.console.smithi179:Power off 2024-03-16T16:33:21.652 DEBUG:teuthology.orchestra.console.smithi179:pexpect command: ipmitool -H smithi179.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-16T16:33:21.663 DEBUG:teuthology.orchestra.console.smithi142:power off output: Chassis Power Control: Down/Off 2024-03-16T16:33:21.664 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-16T16:33:21.680 DEBUG:teuthology.orchestra.console.smithi179:power off output: Chassis Power Control: Down/Off 2024-03-16T16:33:21.680 DEBUG:teuthology.orchestra.console.smithi179:pexpect command: ipmitool -H smithi179.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-16T16:33:21.694 DEBUG:teuthology.orchestra.console.smithi142:check power output: Chassis Power is on 2024-03-16T16:33:21.710 DEBUG:teuthology.orchestra.console.smithi179:check power output: Chassis Power is on 2024-03-16T16:33:25.642 DEBUG:teuthology.orchestra.console.smithi017:pexpect command: ipmitool -H smithi017.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-16T16:33:25.695 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-16T16:33:25.711 DEBUG:teuthology.orchestra.console.smithi179:pexpect command: ipmitool -H smithi179.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-16T16:33:25.753 DEBUG:teuthology.orchestra.console.smithi017:check power output: Chassis Power is on 2024-03-16T16:33:25.805 DEBUG:teuthology.orchestra.console.smithi142:check power output: Chassis Power is on 2024-03-16T16:33:25.821 DEBUG:teuthology.orchestra.console.smithi179:check power output: Chassis Power is on 2024-03-16T16:33:29.758 DEBUG:teuthology.orchestra.console.smithi017:pexpect command: ipmitool -H smithi017.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-16T16:33:29.806 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-16T16:33:29.821 DEBUG:teuthology.orchestra.console.smithi179:pexpect command: ipmitool -H smithi179.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-16T16:33:29.868 DEBUG:teuthology.orchestra.console.smithi017:check power output: Chassis Power is off 2024-03-16T16:33:29.916 DEBUG:teuthology.orchestra.console.smithi142:check power output: Chassis Power is on 2024-03-16T16:33:29.931 DEBUG:teuthology.orchestra.console.smithi179:check power output: Chassis Power is off 2024-03-16T16:33:29.969 INFO:teuthology.orchestra.console.smithi017:Power off completed 2024-03-16T16:33:30.032 INFO:teuthology.orchestra.console.smithi179:Power off completed 2024-03-16T16:33:33.918 DEBUG:teuthology.orchestra.console.smithi142:pexpect command: ipmitool -H smithi142.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-16T16:33:34.027 DEBUG:teuthology.orchestra.console.smithi142:check power output: Chassis Power is off 2024-03-16T16:33:34.128 INFO:teuthology.orchestra.console.smithi142:Power off completed 2024-03-16T16:33:34.232 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: 1708.6444609165192 failure_reason: '"2024-03-16T16:23:36.210409+0000 mon.a (mon.0) 489 : 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-16T16:33:34.232 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-16T16:33:34.320 INFO:teuthology.run:FAIL