2024-03-10T01:40:39.585 INFO:root:teuthology version: 0.0.1.dev262+ge691533 2024-03-10T01:40:39.585 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --name yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi --description rados/cephadm/workunits/{0-distro/ubuntu_22.04 agent/on mon_election/connectivity task/test_monitoring_stack_basic} --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587779 -- /home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587779/orig.config.yaml 2024-03-10T01:40:39.614 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-10T01:40:39.711 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587779 branch: wip-yuri4-testing-2024-03-05-0854 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: '7587779' kernel: kdb: true sha1: distro ktype: distro last_in_suite: false machine_type: smithi name: yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '22.04' overrides: admin_socket: branch: wip-yuri4-testing-2024-03-05-0854 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: 831bc188fa69f143bbba69ac76119e784500e8e3 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 831bc188fa69f143bbba69ac76119e784500e8e3 workunit: branch: wip-yuri4-testing-2024-03-05-0854 sha1: 831bc188fa69f143bbba69ac76119e784500e8e3 owner: scheduled_yuriw@teuthology priority: 71 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: 6371 sha1: 831bc188fa69f143bbba69ac76119e784500e8e3 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri4-testing-2024-03-05-0854 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_831bc188fa69f143bbba69ac76119e784500e8e3/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 831bc188fa69f143bbba69ac76119e784500e8e3 targets: smithi033.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIrGEm+uu5WY93vaOi87+xGDf1b2msUJ5Uj/SJwh19BucWr1gQ81GJ63ZJl4SERfpTySEU5iJhO+dDedUkwEjG0= smithi066.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMLJdDU2hB++am9opyuVUcV+4wzW5HhfyDYfZk+NBKjIwszPV85McY1rU0qFGGdrHNkFGyvdMRJ5vDysbXHSg74= smithi160.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKdgFybKxDLQ1jmO4j1xkFdw9uD+pNwMjJ1bDtU45IoxH1wGxwWM/bmmxD2eaEqlC3vlfzOS1iaSeNaDQQOW3FE= 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-08_16:20:46 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-03-10T01:40:39.712 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_831bc188fa69f143bbba69ac76119e784500e8e3/qa; will attempt to use it 2024-03-10T01:40:39.712 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_831bc188fa69f143bbba69ac76119e784500e8e3/qa/tasks 2024-03-10T01:40:39.713 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-03-10T01:40:39.715 INFO:teuthology.task.internal:Checking packages... 2024-03-10T01:40:39.738 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '831bc188fa69f143bbba69ac76119e784500e8e3' 2024-03-10T01:40:39.738 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-03-10T01:40:39.738 INFO:teuthology.packaging:ref: None 2024-03-10T01:40:39.738 INFO:teuthology.packaging:tag: None 2024-03-10T01:40:39.738 INFO:teuthology.packaging:branch: wip-yuri4-testing-2024-03-05-0854 2024-03-10T01:40:39.739 INFO:teuthology.packaging:sha1: 831bc188fa69f143bbba69ac76119e784500e8e3 2024-03-10T01:40:39.739 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&ref=wip-yuri4-testing-2024-03-05-0854 2024-03-10T01:40:40.029 INFO:teuthology.task.internal:Found packages for ceph version 19.0.0-1875-g831bc188-1jammy 2024-03-10T01:40:40.030 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-03-10T01:40:40.042 INFO:teuthology.task.internal:no buildpackages task found 2024-03-10T01:40:40.042 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-03-10T01:40:40.054 INFO:teuthology.task.internal:Saving configuration 2024-03-10T01:40:40.068 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-03-10T01:40:40.073 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-10T01:40:40.102 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi033.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587779', '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-10 01:33:33.949129', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII6CvSvo+UF42AJjqcZfzE5k0OOAURcPP6LrRWLYKXQg'} 2024-03-10T01:40:40.124 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi066.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587779', '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-10 01:33:33.950421', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJY3xZUtsHCbWcQ75SVC1mukfeYR129Aoq455ioxIFCJ'} 2024-03-10T01:40:40.149 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi160.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587779', '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-10 01:33:33.947643', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINryJrljgM1MeHeG3HphLqs/QoaUEPQYLfH6FntrTyAn'} 2024-03-10T01:40:40.150 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-03-10T01:40:40.156 INFO:teuthology.task.internal:roles: ubuntu@smithi033.front.sepia.ceph.com - ['host.a', 'mon.a', 'mgr.a', 'osd.0'] 2024-03-10T01:40:40.156 INFO:teuthology.task.internal:roles: ubuntu@smithi066.front.sepia.ceph.com - ['host.b', 'mon.b', 'mgr.b', 'osd.1'] 2024-03-10T01:40:40.156 INFO:teuthology.task.internal:roles: ubuntu@smithi160.front.sepia.ceph.com - ['host.c', 'mon.c', 'osd.2'] 2024-03-10T01:40:40.156 INFO:teuthology.run_tasks:Running task console_log... 2024-03-10T01:40:40.266 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7fd6ca4b9f70>, signals=[15]) 2024-03-10T01:40:40.267 INFO:teuthology.run_tasks:Running task internal.connect... 2024-03-10T01:40:40.273 INFO:teuthology.task.internal:Opening connections... 2024-03-10T01:40:40.274 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi033.front.sepia.ceph.com 2024-03-10T01:40:40.276 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T01:40:40.366 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi066.front.sepia.ceph.com 2024-03-10T01:40:40.367 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T01:40:40.449 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi160.front.sepia.ceph.com 2024-03-10T01:40:40.449 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T01:40:40.525 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-03-10T01:40:40.532 DEBUG:teuthology.orchestra.run.smithi033:> uname -m 2024-03-10T01:40:40.538 INFO:teuthology.orchestra.run.smithi033.stdout:x86_64 2024-03-10T01:40:40.539 DEBUG:teuthology.orchestra.run.smithi033:> cat /etc/os-release 2024-03-10T01:40:40.586 INFO:teuthology.orchestra.run.smithi033.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-10T01:40:40.586 INFO:teuthology.orchestra.run.smithi033.stdout:NAME="Ubuntu" 2024-03-10T01:40:40.586 INFO:teuthology.orchestra.run.smithi033.stdout:VERSION_ID="22.04" 2024-03-10T01:40:40.586 INFO:teuthology.orchestra.run.smithi033.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-10T01:40:40.586 INFO:teuthology.orchestra.run.smithi033.stdout:VERSION_CODENAME=jammy 2024-03-10T01:40:40.586 INFO:teuthology.orchestra.run.smithi033.stdout:ID=ubuntu 2024-03-10T01:40:40.586 INFO:teuthology.orchestra.run.smithi033.stdout:ID_LIKE=debian 2024-03-10T01:40:40.587 INFO:teuthology.orchestra.run.smithi033.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-10T01:40:40.587 INFO:teuthology.orchestra.run.smithi033.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-10T01:40:40.587 INFO:teuthology.orchestra.run.smithi033.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-10T01:40:40.587 INFO:teuthology.orchestra.run.smithi033.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-10T01:40:40.587 INFO:teuthology.orchestra.run.smithi033.stdout:UBUNTU_CODENAME=jammy 2024-03-10T01:40:40.587 INFO:teuthology.lock.ops:Updating smithi033.front.sepia.ceph.com on lock server 2024-03-10T01:40:40.612 DEBUG:teuthology.orchestra.run.smithi066:> uname -m 2024-03-10T01:40:40.618 INFO:teuthology.orchestra.run.smithi066.stdout:x86_64 2024-03-10T01:40:40.619 DEBUG:teuthology.orchestra.run.smithi066:> cat /etc/os-release 2024-03-10T01:40:40.667 INFO:teuthology.orchestra.run.smithi066.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-10T01:40:40.668 INFO:teuthology.orchestra.run.smithi066.stdout:NAME="Ubuntu" 2024-03-10T01:40:40.668 INFO:teuthology.orchestra.run.smithi066.stdout:VERSION_ID="22.04" 2024-03-10T01:40:40.668 INFO:teuthology.orchestra.run.smithi066.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-10T01:40:40.668 INFO:teuthology.orchestra.run.smithi066.stdout:VERSION_CODENAME=jammy 2024-03-10T01:40:40.668 INFO:teuthology.orchestra.run.smithi066.stdout:ID=ubuntu 2024-03-10T01:40:40.668 INFO:teuthology.orchestra.run.smithi066.stdout:ID_LIKE=debian 2024-03-10T01:40:40.668 INFO:teuthology.orchestra.run.smithi066.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-10T01:40:40.668 INFO:teuthology.orchestra.run.smithi066.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-10T01:40:40.668 INFO:teuthology.orchestra.run.smithi066.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-10T01:40:40.668 INFO:teuthology.orchestra.run.smithi066.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-10T01:40:40.668 INFO:teuthology.orchestra.run.smithi066.stdout:UBUNTU_CODENAME=jammy 2024-03-10T01:40:40.669 INFO:teuthology.lock.ops:Updating smithi066.front.sepia.ceph.com on lock server 2024-03-10T01:40:40.686 DEBUG:teuthology.orchestra.run.smithi160:> uname -m 2024-03-10T01:40:40.692 INFO:teuthology.orchestra.run.smithi160.stdout:x86_64 2024-03-10T01:40:40.694 DEBUG:teuthology.orchestra.run.smithi160:> cat /etc/os-release 2024-03-10T01:40:40.740 INFO:teuthology.orchestra.run.smithi160.stdout:PRETTY_NAME="Ubuntu 22.04.1 LTS" 2024-03-10T01:40:40.741 INFO:teuthology.orchestra.run.smithi160.stdout:NAME="Ubuntu" 2024-03-10T01:40:40.741 INFO:teuthology.orchestra.run.smithi160.stdout:VERSION_ID="22.04" 2024-03-10T01:40:40.741 INFO:teuthology.orchestra.run.smithi160.stdout:VERSION="22.04.1 LTS (Jammy Jellyfish)" 2024-03-10T01:40:40.741 INFO:teuthology.orchestra.run.smithi160.stdout:VERSION_CODENAME=jammy 2024-03-10T01:40:40.741 INFO:teuthology.orchestra.run.smithi160.stdout:ID=ubuntu 2024-03-10T01:40:40.741 INFO:teuthology.orchestra.run.smithi160.stdout:ID_LIKE=debian 2024-03-10T01:40:40.741 INFO:teuthology.orchestra.run.smithi160.stdout:HOME_URL="https://www.ubuntu.com/" 2024-03-10T01:40:40.741 INFO:teuthology.orchestra.run.smithi160.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-03-10T01:40:40.741 INFO:teuthology.orchestra.run.smithi160.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-03-10T01:40:40.741 INFO:teuthology.orchestra.run.smithi160.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-03-10T01:40:40.741 INFO:teuthology.orchestra.run.smithi160.stdout:UBUNTU_CODENAME=jammy 2024-03-10T01:40:40.742 INFO:teuthology.lock.ops:Updating smithi160.front.sepia.ceph.com on lock server 2024-03-10T01:40:40.761 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-03-10T01:40:40.771 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-03-10T01:40:40.776 INFO:teuthology.task.internal:Checking for old test directory... 2024-03-10T01:40:40.777 DEBUG:teuthology.orchestra.run.smithi033:> test '!' -e /home/ubuntu/cephtest 2024-03-10T01:40:40.779 DEBUG:teuthology.orchestra.run.smithi066:> test '!' -e /home/ubuntu/cephtest 2024-03-10T01:40:40.782 DEBUG:teuthology.orchestra.run.smithi160:> test '!' -e /home/ubuntu/cephtest 2024-03-10T01:40:40.788 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-03-10T01:40:40.794 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-03-10T01:40:40.794 DEBUG:teuthology.orchestra.run.smithi033:> test -z $(ls -A /var/lib/ceph) 2024-03-10T01:40:40.827 DEBUG:teuthology.orchestra.run.smithi066:> test -z $(ls -A /var/lib/ceph) 2024-03-10T01:40:40.830 DEBUG:teuthology.orchestra.run.smithi160:> test -z $(ls -A /var/lib/ceph) 2024-03-10T01:40:40.847 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-03-10T01:40:40.926 INFO:teuthology.run_tasks:Running task kernel... 2024-03-10T01:40:40.940 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-03-10T01:40:40.940 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-10T01:40:40.941 DEBUG:teuthology.orchestra.run.smithi033:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-10T01:40:40.941 DEBUG:teuthology.orchestra.run.smithi066:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-10T01:40:40.942 DEBUG:teuthology.orchestra.run.smithi160:> test -f /run/.containerenv -o -f /.dockerenv 2024-03-10T01:40:40.946 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-10T01:40:40.947 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-10T01:40:40.947 DEBUG:teuthology.orchestra.run.smithi033:> uname -r 2024-03-10T01:40:40.948 DEBUG:teuthology.orchestra.run.smithi066:> uname -r 2024-03-10T01:40:40.948 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-10T01:40:40.949 DEBUG:teuthology.orchestra.run.smithi160:> uname -r 2024-03-10T01:40:41.001 INFO:teuthology.orchestra.run.smithi066.stdout:5.15.0-56-generic 2024-03-10T01:40:41.002 INFO:teuthology.orchestra.run.smithi033.stdout:5.15.0-56-generic 2024-03-10T01:40:41.002 INFO:teuthology.task.kernel:Running kernel on smithi066: 5.15.0-56-generic 2024-03-10T01:40:41.002 DEBUG:teuthology.orchestra.run.smithi066:> sudo apt-get clean 2024-03-10T01:40:41.002 INFO:teuthology.task.kernel:Running kernel on smithi033: 5.15.0-56-generic 2024-03-10T01:40:41.003 DEBUG:teuthology.orchestra.run.smithi033:> sudo apt-get clean 2024-03-10T01:40:41.004 INFO:teuthology.orchestra.run.smithi160.stdout:5.15.0-56-generic 2024-03-10T01:40:41.004 INFO:teuthology.task.kernel:Running kernel on smithi160: 5.15.0-56-generic 2024-03-10T01:40:41.004 DEBUG:teuthology.orchestra.run.smithi160:> sudo apt-get clean 2024-03-10T01:40:41.124 DEBUG:teuthology.orchestra.run.smithi066:> sudo apt-get update 2024-03-10T01:40:41.136 DEBUG:teuthology.orchestra.run.smithi160:> sudo apt-get update 2024-03-10T01:40:41.144 DEBUG:teuthology.orchestra.run.smithi033:> sudo apt-get update 2024-03-10T01:40:41.296 INFO:teuthology.orchestra.run.smithi066.stdout:Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-10T01:40:41.306 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-10T01:40:41.314 INFO:teuthology.orchestra.run.smithi160.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-10T01:40:41.316 INFO:teuthology.orchestra.run.smithi160.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-10T01:40:41.321 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-10T01:40:41.321 INFO:teuthology.orchestra.run.smithi033.stdout:Get:2 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-10T01:40:41.336 INFO:teuthology.orchestra.run.smithi033.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-10T01:40:41.389 INFO:teuthology.orchestra.run.smithi066.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-10T01:40:41.450 INFO:teuthology.orchestra.run.smithi160.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-10T01:40:41.451 INFO:teuthology.orchestra.run.smithi066.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-10T01:40:41.478 INFO:teuthology.orchestra.run.smithi033.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-10T01:40:41.549 INFO:teuthology.orchestra.run.smithi160.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [419 kB] 2024-03-10T01:40:41.584 INFO:teuthology.orchestra.run.smithi033.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [419 kB] 2024-03-10T01:40:41.625 INFO:teuthology.orchestra.run.smithi160.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [585 kB] 2024-03-10T01:40:41.705 INFO:teuthology.orchestra.run.smithi066.stdout:Get:4 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,239 kB] 2024-03-10T01:40:41.720 INFO:teuthology.orchestra.run.smithi033.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [585 kB] 2024-03-10T01:40:41.760 INFO:teuthology.orchestra.run.smithi160.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,239 kB] 2024-03-10T01:40:41.814 INFO:teuthology.orchestra.run.smithi066.stdout:Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB] 2024-03-10T01:40:41.814 INFO:teuthology.orchestra.run.smithi160.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,458 kB] 2024-03-10T01:40:41.887 INFO:teuthology.orchestra.run.smithi033.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [1,239 kB] 2024-03-10T01:40:41.894 INFO:teuthology.orchestra.run.smithi160.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [222 kB] 2024-03-10T01:40:41.940 INFO:teuthology.orchestra.run.smithi033.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,458 kB] 2024-03-10T01:40:41.952 INFO:teuthology.orchestra.run.smithi066.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [585 kB] 2024-03-10T01:40:41.979 INFO:teuthology.orchestra.run.smithi160.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-10T01:40:41.979 INFO:teuthology.orchestra.run.smithi160.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-10T01:40:41.980 INFO:teuthology.orchestra.run.smithi160.stdout:Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,523 kB] 2024-03-10T01:40:42.019 INFO:teuthology.orchestra.run.smithi160.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [283 kB] 2024-03-10T01:40:42.024 INFO:teuthology.orchestra.run.smithi160.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [253 kB] 2024-03-10T01:40:42.031 INFO:teuthology.orchestra.run.smithi160.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-10T01:40:42.032 INFO:teuthology.orchestra.run.smithi160.stdout:Get:16 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [597 kB] 2024-03-10T01:40:42.062 INFO:teuthology.orchestra.run.smithi160.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-10T01:40:42.062 INFO:teuthology.orchestra.run.smithi160.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-03-10T01:40:42.063 INFO:teuthology.orchestra.run.smithi160.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-10T01:40:42.063 INFO:teuthology.orchestra.run.smithi160.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,557 kB] 2024-03-10T01:40:42.104 INFO:teuthology.orchestra.run.smithi066.stdout:Get:7 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [419 kB] 2024-03-10T01:40:42.146 INFO:teuthology.orchestra.run.smithi066.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,458 kB] 2024-03-10T01:40:42.164 INFO:teuthology.orchestra.run.smithi160.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-10T01:40:42.167 INFO:teuthology.orchestra.run.smithi160.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-10T01:40:42.168 INFO:teuthology.orchestra.run.smithi160.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-10T01:40:42.169 INFO:teuthology.orchestra.run.smithi160.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-10T01:40:42.169 INFO:teuthology.orchestra.run.smithi160.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-10T01:40:42.171 INFO:teuthology.orchestra.run.smithi033.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [222 kB] 2024-03-10T01:40:42.178 INFO:teuthology.orchestra.run.smithi066.stdout:Get:9 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [222 kB] 2024-03-10T01:40:42.181 INFO:teuthology.orchestra.run.smithi033.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [283 kB] 2024-03-10T01:40:42.183 INFO:teuthology.orchestra.run.smithi066.stdout:Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-10T01:40:42.183 INFO:teuthology.orchestra.run.smithi066.stdout:Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,523 kB] 2024-03-10T01:40:42.187 INFO:teuthology.orchestra.run.smithi160.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [259 kB] 2024-03-10T01:40:42.188 INFO:teuthology.orchestra.run.smithi033.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-10T01:40:42.189 INFO:teuthology.orchestra.run.smithi033.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,557 kB] 2024-03-10T01:40:42.190 INFO:teuthology.orchestra.run.smithi160.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-10T01:40:42.190 INFO:teuthology.orchestra.run.smithi160.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [693 kB] 2024-03-10T01:40:42.202 INFO:teuthology.orchestra.run.smithi160.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-10T01:40:42.206 INFO:teuthology.orchestra.run.smithi160.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,054 kB] 2024-03-10T01:40:42.210 INFO:teuthology.orchestra.run.smithi033.stdout:Get:13 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [11.4 kB] 2024-03-10T01:40:42.211 INFO:teuthology.orchestra.run.smithi033.stdout:Get:14 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-10T01:40:42.218 INFO:teuthology.orchestra.run.smithi033.stdout:Get:15 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [1,523 kB] 2024-03-10T01:40:42.291 INFO:teuthology.orchestra.run.smithi066.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [283 kB] 2024-03-10T01:40:42.306 INFO:teuthology.orchestra.run.smithi066.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [16.1 kB] 2024-03-10T01:40:42.307 INFO:teuthology.orchestra.run.smithi066.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-10T01:40:42.323 INFO:teuthology.orchestra.run.smithi066.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [1,557 kB] 2024-03-10T01:40:42.330 INFO:teuthology.orchestra.run.smithi160.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [238 kB] 2024-03-10T01:40:42.346 INFO:teuthology.orchestra.run.smithi160.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-10T01:40:42.347 INFO:teuthology.orchestra.run.smithi160.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-10T01:40:42.347 INFO:teuthology.orchestra.run.smithi160.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-10T01:40:42.347 INFO:teuthology.orchestra.run.smithi160.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-10T01:40:42.348 INFO:teuthology.orchestra.run.smithi160.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-10T01:40:42.348 INFO:teuthology.orchestra.run.smithi160.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [33.9 kB] 2024-03-10T01:40:42.348 INFO:teuthology.orchestra.run.smithi160.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [41.7 kB] 2024-03-10T01:40:42.349 INFO:teuthology.orchestra.run.smithi160.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [10.5 kB] 2024-03-10T01:40:42.355 INFO:teuthology.orchestra.run.smithi033.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [35.3 kB] 2024-03-10T01:40:42.356 INFO:teuthology.orchestra.run.smithi033.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [259 kB] 2024-03-10T01:40:42.367 INFO:teuthology.orchestra.run.smithi066.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy-updates/restricted Translation-en [259 kB] 2024-03-10T01:40:42.369 INFO:teuthology.orchestra.run.smithi066.stdout:Get:17 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [33.7 kB] 2024-03-10T01:40:42.370 INFO:teuthology.orchestra.run.smithi066.stdout:Get:18 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [253 kB] 2024-03-10T01:40:42.371 INFO:teuthology.orchestra.run.smithi160.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-10T01:40:42.373 INFO:teuthology.orchestra.run.smithi066.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-10T01:40:42.386 INFO:teuthology.orchestra.run.smithi033.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 c-n-f Metadata [520 B] 2024-03-10T01:40:42.387 INFO:teuthology.orchestra.run.smithi033.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [693 kB] 2024-03-10T01:40:42.394 INFO:teuthology.orchestra.run.smithi066.stdout:Get:20 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-10T01:40:42.394 INFO:teuthology.orchestra.run.smithi066.stdout:Get:21 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [597 kB] 2024-03-10T01:40:42.403 INFO:teuthology.orchestra.run.smithi033.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,054 kB] 2024-03-10T01:40:42.404 INFO:teuthology.orchestra.run.smithi066.stdout:Get:22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-03-10T01:40:42.412 INFO:teuthology.orchestra.run.smithi160.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [13.4 kB] 2024-03-10T01:40:42.412 INFO:teuthology.orchestra.run.smithi160.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [24.3 kB] 2024-03-10T01:40:42.414 INFO:teuthology.orchestra.run.smithi160.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-03-10T01:40:42.414 INFO:teuthology.orchestra.run.smithi160.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-10T01:40:42.435 INFO:teuthology.orchestra.run.smithi033.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [238 kB] 2024-03-10T01:40:42.442 INFO:teuthology.orchestra.run.smithi033.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-10T01:40:42.443 INFO:teuthology.orchestra.run.smithi033.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-10T01:40:42.444 INFO:teuthology.orchestra.run.smithi033.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-10T01:40:42.445 INFO:teuthology.orchestra.run.smithi033.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-10T01:40:42.446 INFO:teuthology.orchestra.run.smithi033.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-10T01:40:42.447 INFO:teuthology.orchestra.run.smithi033.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [33.9 kB] 2024-03-10T01:40:42.448 INFO:teuthology.orchestra.run.smithi033.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [41.7 kB] 2024-03-10T01:40:42.459 INFO:teuthology.orchestra.run.smithi066.stdout:Get:23 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-10T01:40:42.462 INFO:teuthology.orchestra.run.smithi066.stdout:Get:24 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-10T01:40:42.463 INFO:teuthology.orchestra.run.smithi066.stdout:Get:25 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-10T01:40:42.464 INFO:teuthology.orchestra.run.smithi066.stdout:Get:26 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-10T01:40:42.472 INFO:teuthology.orchestra.run.smithi066.stdout:Get:27 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-10T01:40:42.472 INFO:teuthology.orchestra.run.smithi066.stdout:Get:28 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-10T01:40:42.481 INFO:teuthology.orchestra.run.smithi033.stdout:Get:29 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [253 kB] 2024-03-10T01:40:42.490 INFO:teuthology.orchestra.run.smithi033.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [10.5 kB] 2024-03-10T01:40:42.490 INFO:teuthology.orchestra.run.smithi033.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-10T01:40:42.491 INFO:teuthology.orchestra.run.smithi033.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [24.3 kB] 2024-03-10T01:40:42.492 INFO:teuthology.orchestra.run.smithi033.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [13.4 kB] 2024-03-10T01:40:42.514 INFO:teuthology.orchestra.run.smithi033.stdout:Get:34 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [520 B] 2024-03-10T01:40:42.514 INFO:teuthology.orchestra.run.smithi033.stdout:Get:35 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [848 kB] 2024-03-10T01:40:42.524 INFO:teuthology.orchestra.run.smithi033.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-03-10T01:40:42.524 INFO:teuthology.orchestra.run.smithi033.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-10T01:40:42.538 INFO:teuthology.orchestra.run.smithi066.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [693 kB] 2024-03-10T01:40:42.629 INFO:teuthology.orchestra.run.smithi033.stdout:Get:38 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [597 kB] 2024-03-10T01:40:42.717 INFO:teuthology.orchestra.run.smithi033.stdout:Get:39 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [162 kB] 2024-03-10T01:40:42.740 INFO:teuthology.orchestra.run.smithi033.stdout:Get:40 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [16.8 kB] 2024-03-10T01:40:42.743 INFO:teuthology.orchestra.run.smithi033.stdout:Get:41 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37.1 kB] 2024-03-10T01:40:42.748 INFO:teuthology.orchestra.run.smithi033.stdout:Get:42 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1,356 B] 2024-03-10T01:40:42.749 INFO:teuthology.orchestra.run.smithi033.stdout:Get:43 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [7,476 B] 2024-03-10T01:40:42.750 INFO:teuthology.orchestra.run.smithi033.stdout:Get:44 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [260 B] 2024-03-10T01:40:43.121 INFO:teuthology.orchestra.run.smithi066.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,054 kB] 2024-03-10T01:40:43.232 INFO:teuthology.orchestra.run.smithi066.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [238 kB] 2024-03-10T01:40:43.252 INFO:teuthology.orchestra.run.smithi066.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [22.1 kB] 2024-03-10T01:40:43.253 INFO:teuthology.orchestra.run.smithi066.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [42.1 kB] 2024-03-10T01:40:43.256 INFO:teuthology.orchestra.run.smithi066.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [4,160 B] 2024-03-10T01:40:43.257 INFO:teuthology.orchestra.run.smithi066.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse Translation-en [10.1 kB] 2024-03-10T01:40:43.257 INFO:teuthology.orchestra.run.smithi066.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 c-n-f Metadata [472 B] 2024-03-10T01:40:43.257 INFO:teuthology.orchestra.run.smithi066.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy-backports/main i386 Packages [33.9 kB] 2024-03-10T01:40:43.262 INFO:teuthology.orchestra.run.smithi066.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [41.7 kB] 2024-03-10T01:40:43.262 INFO:teuthology.orchestra.run.smithi066.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy-backports/main Translation-en [10.5 kB] 2024-03-10T01:40:43.427 INFO:teuthology.orchestra.run.smithi066.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 c-n-f Metadata [388 B] 2024-03-10T01:40:43.510 INFO:teuthology.orchestra.run.smithi066.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [24.3 kB] 2024-03-10T01:40:43.615 INFO:teuthology.orchestra.run.smithi066.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy-backports/universe i386 Packages [13.4 kB] 2024-03-10T01:40:43.643 INFO:teuthology.orchestra.run.smithi066.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy-backports/universe Translation-en [16.5 kB] 2024-03-10T01:40:43.693 INFO:teuthology.orchestra.run.smithi066.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 c-n-f Metadata [644 B] 2024-03-10T01:40:47.475 INFO:teuthology.orchestra.run.smithi160.stdout:Fetched 12.1 MB in 2s (6,220 kB/s) 2024-03-10T01:40:47.918 INFO:teuthology.orchestra.run.smithi033.stdout:Fetched 12.1 MB in 2s (5,489 kB/s) 2024-03-10T01:40:48.182 INFO:teuthology.orchestra.run.smithi066.stdout:Fetched 12.1 MB in 3s (4,828 kB/s) 2024-03-10T01:40:48.867 INFO:teuthology.orchestra.run.smithi160.stdout:Reading package lists... 2024-03-10T01:40:48.885 DEBUG:teuthology.orchestra.run.smithi160:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-10T01:40:48.945 INFO:teuthology.orchestra.run.smithi160.stdout:Reading package lists... 2024-03-10T01:40:49.140 INFO:teuthology.orchestra.run.smithi160.stdout:Building dependency tree... 2024-03-10T01:40:49.140 INFO:teuthology.orchestra.run.smithi160.stdout:Reading state information... 2024-03-10T01:40:49.243 INFO:teuthology.orchestra.run.smithi033.stdout:Reading package lists... 2024-03-10T01:40:49.261 DEBUG:teuthology.orchestra.run.smithi033:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-10T01:40:49.308 INFO:teuthology.orchestra.run.smithi160.stdout:The following packages were automatically installed and are no longer required: 2024-03-10T01:40:49.308 INFO:teuthology.orchestra.run.smithi160.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-10T01:40:49.308 INFO:teuthology.orchestra.run.smithi160.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-10T01:40:49.308 INFO:teuthology.orchestra.run.smithi160.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-10T01:40:49.309 INFO:teuthology.orchestra.run.smithi160.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-10T01:40:49.309 INFO:teuthology.orchestra.run.smithi160.stdout: python2.7-minimal 2024-03-10T01:40:49.309 INFO:teuthology.orchestra.run.smithi160.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-10T01:40:49.310 INFO:teuthology.orchestra.run.smithi160.stdout:The following additional packages will be installed: 2024-03-10T01:40:49.310 INFO:teuthology.orchestra.run.smithi160.stdout: linux-generic linux-headers-5.15.0-100 linux-headers-5.15.0-100-generic 2024-03-10T01:40:49.310 INFO:teuthology.orchestra.run.smithi160.stdout: linux-headers-generic linux-image-5.15.0-100-generic 2024-03-10T01:40:49.310 INFO:teuthology.orchestra.run.smithi160.stdout: linux-modules-5.15.0-100-generic linux-modules-extra-5.15.0-100-generic 2024-03-10T01:40:49.311 INFO:teuthology.orchestra.run.smithi160.stdout:Suggested packages: 2024-03-10T01:40:49.312 INFO:teuthology.orchestra.run.smithi160.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-10T01:40:49.312 INFO:teuthology.orchestra.run.smithi160.stdout:Recommended packages: 2024-03-10T01:40:49.312 INFO:teuthology.orchestra.run.smithi160.stdout: thermald 2024-03-10T01:40:49.327 INFO:teuthology.orchestra.run.smithi033.stdout:Reading package lists... 2024-03-10T01:40:49.363 INFO:teuthology.orchestra.run.smithi160.stdout:The following NEW packages will be installed: 2024-03-10T01:40:49.363 INFO:teuthology.orchestra.run.smithi160.stdout: linux-headers-5.15.0-100 linux-headers-5.15.0-100-generic 2024-03-10T01:40:49.363 INFO:teuthology.orchestra.run.smithi160.stdout: linux-image-5.15.0-100-generic linux-modules-5.15.0-100-generic 2024-03-10T01:40:49.364 INFO:teuthology.orchestra.run.smithi160.stdout: linux-modules-extra-5.15.0-100-generic 2024-03-10T01:40:49.364 INFO:teuthology.orchestra.run.smithi160.stdout:The following packages will be upgraded: 2024-03-10T01:40:49.365 INFO:teuthology.orchestra.run.smithi160.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-10T01:40:49.526 INFO:teuthology.orchestra.run.smithi033.stdout:Building dependency tree... 2024-03-10T01:40:49.526 INFO:teuthology.orchestra.run.smithi033.stdout:Reading state information... 2024-03-10T01:40:49.545 INFO:teuthology.orchestra.run.smithi160.stdout:3 upgraded, 5 newly installed, 0 to remove and 288 not upgraded. 2024-03-10T01:40:49.545 INFO:teuthology.orchestra.run.smithi160.stdout:Need to get 113 MB of archives. 2024-03-10T01:40:49.545 INFO:teuthology.orchestra.run.smithi160.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-10T01:40:49.545 INFO:teuthology.orchestra.run.smithi160.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-10T01:40:49.599 INFO:teuthology.orchestra.run.smithi066.stdout:Reading package lists... 2024-03-10T01:40:49.619 DEBUG:teuthology.orchestra.run.smithi066:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-10T01:40:49.674 INFO:teuthology.orchestra.run.smithi066.stdout:Reading package lists... 2024-03-10T01:40:49.704 INFO:teuthology.orchestra.run.smithi033.stdout:The following packages were automatically installed and are no longer required: 2024-03-10T01:40:49.704 INFO:teuthology.orchestra.run.smithi033.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-10T01:40:49.704 INFO:teuthology.orchestra.run.smithi033.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-10T01:40:49.705 INFO:teuthology.orchestra.run.smithi033.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-10T01:40:49.706 INFO:teuthology.orchestra.run.smithi033.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-10T01:40:49.706 INFO:teuthology.orchestra.run.smithi033.stdout: python2.7-minimal 2024-03-10T01:40:49.706 INFO:teuthology.orchestra.run.smithi033.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-10T01:40:49.707 INFO:teuthology.orchestra.run.smithi033.stdout:The following additional packages will be installed: 2024-03-10T01:40:49.707 INFO:teuthology.orchestra.run.smithi033.stdout: linux-generic linux-headers-5.15.0-100 linux-headers-5.15.0-100-generic 2024-03-10T01:40:49.707 INFO:teuthology.orchestra.run.smithi033.stdout: linux-headers-generic linux-image-5.15.0-100-generic 2024-03-10T01:40:49.707 INFO:teuthology.orchestra.run.smithi033.stdout: linux-modules-5.15.0-100-generic linux-modules-extra-5.15.0-100-generic 2024-03-10T01:40:49.708 INFO:teuthology.orchestra.run.smithi033.stdout:Suggested packages: 2024-03-10T01:40:49.708 INFO:teuthology.orchestra.run.smithi033.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-10T01:40:49.708 INFO:teuthology.orchestra.run.smithi033.stdout:Recommended packages: 2024-03-10T01:40:49.708 INFO:teuthology.orchestra.run.smithi033.stdout: thermald 2024-03-10T01:40:49.744 INFO:teuthology.orchestra.run.smithi033.stdout:The following NEW packages will be installed: 2024-03-10T01:40:49.745 INFO:teuthology.orchestra.run.smithi033.stdout: linux-headers-5.15.0-100 linux-headers-5.15.0-100-generic 2024-03-10T01:40:49.745 INFO:teuthology.orchestra.run.smithi033.stdout: linux-image-5.15.0-100-generic linux-modules-5.15.0-100-generic 2024-03-10T01:40:49.745 INFO:teuthology.orchestra.run.smithi033.stdout: linux-modules-extra-5.15.0-100-generic 2024-03-10T01:40:49.746 INFO:teuthology.orchestra.run.smithi033.stdout:The following packages will be upgraded: 2024-03-10T01:40:49.747 INFO:teuthology.orchestra.run.smithi033.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-10T01:40:49.848 INFO:teuthology.orchestra.run.smithi033.stdout:3 upgraded, 5 newly installed, 0 to remove and 288 not upgraded. 2024-03-10T01:40:49.848 INFO:teuthology.orchestra.run.smithi033.stdout:Need to get 113 MB of archives. 2024-03-10T01:40:49.848 INFO:teuthology.orchestra.run.smithi033.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-10T01:40:49.848 INFO:teuthology.orchestra.run.smithi033.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-10T01:40:49.872 INFO:teuthology.orchestra.run.smithi066.stdout:Building dependency tree... 2024-03-10T01:40:49.873 INFO:teuthology.orchestra.run.smithi066.stdout:Reading state information... 2024-03-10T01:40:50.045 INFO:teuthology.orchestra.run.smithi066.stdout:The following packages were automatically installed and are no longer required: 2024-03-10T01:40:50.045 INFO:teuthology.orchestra.run.smithi066.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-10T01:40:50.045 INFO:teuthology.orchestra.run.smithi066.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-10T01:40:50.045 INFO:teuthology.orchestra.run.smithi066.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-10T01:40:50.046 INFO:teuthology.orchestra.run.smithi066.stdout: python2 python2-dev python2-minimal python2.7 python2.7-dev 2024-03-10T01:40:50.046 INFO:teuthology.orchestra.run.smithi066.stdout: python2.7-minimal 2024-03-10T01:40:50.046 INFO:teuthology.orchestra.run.smithi066.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-10T01:40:50.046 INFO:teuthology.orchestra.run.smithi066.stdout:The following additional packages will be installed: 2024-03-10T01:40:50.047 INFO:teuthology.orchestra.run.smithi066.stdout: linux-generic linux-headers-5.15.0-100 linux-headers-5.15.0-100-generic 2024-03-10T01:40:50.047 INFO:teuthology.orchestra.run.smithi066.stdout: linux-headers-generic linux-image-5.15.0-100-generic 2024-03-10T01:40:50.047 INFO:teuthology.orchestra.run.smithi066.stdout: linux-modules-5.15.0-100-generic linux-modules-extra-5.15.0-100-generic 2024-03-10T01:40:50.048 INFO:teuthology.orchestra.run.smithi066.stdout:Suggested packages: 2024-03-10T01:40:50.048 INFO:teuthology.orchestra.run.smithi066.stdout: fdutils linux-doc | linux-source-5.15.0 linux-tools 2024-03-10T01:40:50.048 INFO:teuthology.orchestra.run.smithi066.stdout:Recommended packages: 2024-03-10T01:40:50.048 INFO:teuthology.orchestra.run.smithi066.stdout: thermald 2024-03-10T01:40:50.101 INFO:teuthology.orchestra.run.smithi066.stdout:The following NEW packages will be installed: 2024-03-10T01:40:50.101 INFO:teuthology.orchestra.run.smithi066.stdout: linux-headers-5.15.0-100 linux-headers-5.15.0-100-generic 2024-03-10T01:40:50.101 INFO:teuthology.orchestra.run.smithi066.stdout: linux-image-5.15.0-100-generic linux-modules-5.15.0-100-generic 2024-03-10T01:40:50.101 INFO:teuthology.orchestra.run.smithi066.stdout: linux-modules-extra-5.15.0-100-generic 2024-03-10T01:40:50.102 INFO:teuthology.orchestra.run.smithi066.stdout:The following packages will be upgraded: 2024-03-10T01:40:50.102 INFO:teuthology.orchestra.run.smithi066.stdout: linux-generic linux-headers-generic linux-image-generic 2024-03-10T01:40:50.180 INFO:teuthology.orchestra.run.smithi066.stdout:3 upgraded, 5 newly installed, 0 to remove and 288 not upgraded. 2024-03-10T01:40:50.180 INFO:teuthology.orchestra.run.smithi066.stdout:Need to get 113 MB of archives. 2024-03-10T01:40:50.180 INFO:teuthology.orchestra.run.smithi066.stdout:After this operation, 582 MB of additional disk space will be used. 2024-03-10T01:40:50.180 INFO:teuthology.orchestra.run.smithi066.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-10T01:40:50.889 INFO:teuthology.orchestra.run.smithi033.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-10T01:40:50.934 INFO:teuthology.orchestra.run.smithi160.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-10T01:40:51.224 INFO:teuthology.orchestra.run.smithi033.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-10T01:40:51.348 INFO:teuthology.orchestra.run.smithi160.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-10T01:40:51.424 INFO:teuthology.orchestra.run.smithi066.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-10T01:40:51.987 INFO:teuthology.orchestra.run.smithi066.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-10T01:40:53.197 INFO:teuthology.orchestra.run.smithi033.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-10T01:40:53.197 INFO:teuthology.orchestra.run.smithi033.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-10T01:40:53.197 INFO:teuthology.orchestra.run.smithi033.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-10T01:40:53.453 INFO:teuthology.orchestra.run.smithi033.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-10T01:40:53.455 INFO:teuthology.orchestra.run.smithi160.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-10T01:40:53.456 INFO:teuthology.orchestra.run.smithi160.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-10T01:40:53.456 INFO:teuthology.orchestra.run.smithi160.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-10T01:40:53.516 INFO:teuthology.orchestra.run.smithi033.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-10T01:40:53.825 INFO:teuthology.orchestra.run.smithi066.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-10T01:40:53.825 INFO:teuthology.orchestra.run.smithi066.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-10T01:40:53.826 INFO:teuthology.orchestra.run.smithi066.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-10T01:40:53.938 INFO:teuthology.orchestra.run.smithi033.stdout:Fetched 113 MB in 4s (30.1 MB/s) 2024-03-10T01:40:54.002 INFO:teuthology.orchestra.run.smithi066.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-10T01:40:54.052 INFO:teuthology.orchestra.run.smithi066.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-10T01:40:54.081 INFO:teuthology.orchestra.run.smithi160.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-10T01:40:54.109 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package linux-modules-5.15.0-100-generic. 2024-03-10T01:40:54.190 INFO:teuthology.orchestra.run.smithi160.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-10T01:40:54.442 INFO:teuthology.orchestra.run.smithi066.stdout:Fetched 113 MB in 4s (28.7 MB/s) 2024-03-10T01:40:54.602 INFO:teuthology.orchestra.run.smithi160.stdout:Fetched 113 MB in 5s (23.5 MB/s) 2024-03-10T01:40:54.621 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package linux-modules-5.15.0-100-generic. 2024-03-10T01:40:54.806 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package linux-modules-5.15.0-100-generic. 2024-03-10T01:40:56.134 INFO:teuthology.orchestra.run.smithi033.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-10T01:40:56.139 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../0-linux-modules-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-10T01:40:56.232 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-modules-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-10T01:40:56.648 INFO:teuthology.orchestra.run.smithi066.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-10T01:40:56.652 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../0-linux-modules-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-10T01:40:56.775 INFO:teuthology.orchestra.run.smithi160.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-10T01:40:56.779 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../0-linux-modules-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-10T01:40:56.786 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking linux-modules-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-10T01:40:56.894 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-modules-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-10T01:40:58.793 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package linux-image-5.15.0-100-generic. 2024-03-10T01:40:58.815 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../1-linux-image-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-10T01:40:58.915 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-10T01:40:58.943 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package linux-image-5.15.0-100-generic. 2024-03-10T01:40:58.965 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../1-linux-image-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-10T01:40:59.003 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package linux-image-5.15.0-100-generic. 2024-03-10T01:40:59.025 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../1-linux-image-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-10T01:40:59.050 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-10T01:40:59.108 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-10T01:40:59.346 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-100-generic. 2024-03-10T01:40:59.367 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-10T01:40:59.396 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-modules-extra-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-10T01:40:59.521 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-100-generic. 2024-03-10T01:40:59.542 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-10T01:40:59.579 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking linux-modules-extra-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-10T01:40:59.956 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package linux-modules-extra-5.15.0-100-generic. 2024-03-10T01:40:59.966 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../2-linux-modules-extra-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-10T01:41:00.006 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-modules-extra-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-10T01:41:05.660 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../3-linux-generic_5.15.0.100.97_amd64.deb ... 2024-03-10T01:41:05.767 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-10T01:41:06.050 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.100.97_amd64.deb ... 2024-03-10T01:41:06.173 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-image-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-10T01:41:06.278 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../3-linux-generic_5.15.0.100.97_amd64.deb ... 2024-03-10T01:41:06.340 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../3-linux-generic_5.15.0.100.97_amd64.deb ... 2024-03-10T01:41:06.379 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking linux-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-10T01:41:06.467 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package linux-headers-5.15.0-100. 2024-03-10T01:41:06.473 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-10T01:41:06.490 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../5-linux-headers-5.15.0-100_5.15.0-100.110_all.deb ... 2024-03-10T01:41:06.534 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-headers-5.15.0-100 (5.15.0-100.110) ... 2024-03-10T01:41:06.705 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.100.97_amd64.deb ... 2024-03-10T01:41:06.797 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../4-linux-image-generic_5.15.0.100.97_amd64.deb ... 2024-03-10T01:41:06.833 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking linux-image-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-10T01:41:06.901 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-image-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-10T01:41:07.169 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package linux-headers-5.15.0-100. 2024-03-10T01:41:07.192 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../5-linux-headers-5.15.0-100_5.15.0-100.110_all.deb ... 2024-03-10T01:41:07.196 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package linux-headers-5.15.0-100. 2024-03-10T01:41:07.218 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../5-linux-headers-5.15.0-100_5.15.0-100.110_all.deb ... 2024-03-10T01:41:07.235 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking linux-headers-5.15.0-100 (5.15.0-100.110) ... 2024-03-10T01:41:07.262 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-headers-5.15.0-100 (5.15.0-100.110) ... 2024-03-10T01:41:12.047 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package linux-headers-5.15.0-100-generic. 2024-03-10T01:41:12.085 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../6-linux-headers-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-10T01:41:12.130 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-headers-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-10T01:41:12.901 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package linux-headers-5.15.0-100-generic. 2024-03-10T01:41:12.938 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../6-linux-headers-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-10T01:41:12.975 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking linux-headers-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-10T01:41:13.501 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package linux-headers-5.15.0-100-generic. 2024-03-10T01:41:13.538 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../6-linux-headers-5.15.0-100-generic_5.15.0-100.110_amd64.deb ... 2024-03-10T01:41:13.576 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-headers-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-10T01:41:14.802 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.100.97_amd64.deb ... 2024-03-10T01:41:14.915 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking linux-headers-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-10T01:41:15.257 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-headers-5.15.0-100 (5.15.0-100.110) ... 2024-03-10T01:41:15.362 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-headers-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-10T01:41:15.588 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-headers-generic (5.15.0.100.97) ... 2024-03-10T01:41:15.640 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.100.97_amd64.deb ... 2024-03-10T01:41:15.708 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-10T01:41:15.762 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking linux-headers-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-10T01:41:16.137 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up linux-headers-5.15.0-100 (5.15.0-100.110) ... 2024-03-10T01:41:16.250 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up linux-headers-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-10T01:41:16.368 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up linux-headers-generic (5.15.0.100.97) ... 2024-03-10T01:41:16.497 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-10T01:41:16.759 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../7-linux-headers-generic_5.15.0.100.97_amd64.deb ... 2024-03-10T01:41:16.879 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking linux-headers-generic (5.15.0.100.97) over (5.15.0.56.54) ... 2024-03-10T01:41:17.224 INFO:teuthology.orchestra.run.smithi033.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-10T01:41:17.224 INFO:teuthology.orchestra.run.smithi033.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-10T01:41:17.224 INFO:teuthology.orchestra.run.smithi033.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-100-generic 2024-03-10T01:41:17.224 INFO:teuthology.orchestra.run.smithi033.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-100-generic 2024-03-10T01:41:17.254 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-headers-5.15.0-100 (5.15.0-100.110) ... 2024-03-10T01:41:17.377 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-headers-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-10T01:41:17.460 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-modules-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-10T01:41:17.505 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-headers-generic (5.15.0.100.97) ... 2024-03-10T01:41:17.664 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-10T01:41:17.838 INFO:teuthology.orchestra.run.smithi066.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-10T01:41:17.838 INFO:teuthology.orchestra.run.smithi066.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-10T01:41:17.838 INFO:teuthology.orchestra.run.smithi066.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-100-generic 2024-03-10T01:41:17.839 INFO:teuthology.orchestra.run.smithi066.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-100-generic 2024-03-10T01:41:17.998 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up linux-modules-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-10T01:41:18.911 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-modules-extra-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-10T01:41:18.986 INFO:teuthology.orchestra.run.smithi160.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-5.15.0-56-generic 2024-03-10T01:41:18.987 INFO:teuthology.orchestra.run.smithi160.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-5.15.0-56-generic 2024-03-10T01:41:18.987 INFO:teuthology.orchestra.run.smithi160.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.15.0-100-generic 2024-03-10T01:41:18.987 INFO:teuthology.orchestra.run.smithi160.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.15.0-100-generic 2024-03-10T01:41:19.148 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-modules-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-10T01:41:19.458 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up linux-modules-extra-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-10T01:41:20.338 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-image-generic (5.15.0.100.97) ... 2024-03-10T01:41:20.463 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up linux-generic (5.15.0.100.97) ... 2024-03-10T01:41:20.566 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-modules-extra-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-10T01:41:20.590 INFO:teuthology.orchestra.run.smithi033.stdout:Processing triggers for linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-10T01:41:20.657 INFO:teuthology.orchestra.run.smithi033.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-10T01:41:20.657 INFO:teuthology.orchestra.run.smithi033.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-100-generic 2024-03-10T01:41:20.868 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up linux-image-generic (5.15.0.100.97) ... 2024-03-10T01:41:20.994 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up linux-generic (5.15.0.100.97) ... 2024-03-10T01:41:21.120 INFO:teuthology.orchestra.run.smithi066.stdout:Processing triggers for linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-10T01:41:21.187 INFO:teuthology.orchestra.run.smithi066.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-10T01:41:21.187 INFO:teuthology.orchestra.run.smithi066.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-100-generic 2024-03-10T01:41:22.701 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-image-generic (5.15.0.100.97) ... 2024-03-10T01:41:22.827 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up linux-generic (5.15.0.100.97) ... 2024-03-10T01:41:22.970 INFO:teuthology.orchestra.run.smithi160.stdout:Processing triggers for linux-image-5.15.0-100-generic (5.15.0-100.110) ... 2024-03-10T01:41:23.035 INFO:teuthology.orchestra.run.smithi160.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-03-10T01:41:23.035 INFO:teuthology.orchestra.run.smithi160.stdout:update-initramfs: Generating /boot/initrd.img-5.15.0-100-generic 2024-03-10T01:41:35.336 INFO:teuthology.orchestra.run.smithi033.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-10T01:41:35.336 INFO:teuthology.orchestra.run.smithi033.stdout:Sourcing file `/etc/default/grub' 2024-03-10T01:41:35.345 INFO:teuthology.orchestra.run.smithi033.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-10T01:41:35.363 INFO:teuthology.orchestra.run.smithi033.stdout:Generating grub configuration file ... 2024-03-10T01:41:35.400 INFO:teuthology.orchestra.run.smithi066.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-10T01:41:35.400 INFO:teuthology.orchestra.run.smithi066.stdout:Sourcing file `/etc/default/grub' 2024-03-10T01:41:35.413 INFO:teuthology.orchestra.run.smithi066.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-10T01:41:35.438 INFO:teuthology.orchestra.run.smithi066.stdout:Generating grub configuration file ... 2024-03-10T01:41:35.648 INFO:teuthology.orchestra.run.smithi033.stdout:Found linux image: /boot/vmlinuz-5.15.0-100-generic 2024-03-10T01:41:35.666 INFO:teuthology.orchestra.run.smithi033.stdout:Found initrd image: /boot/initrd.img-5.15.0-100-generic 2024-03-10T01:41:35.727 INFO:teuthology.orchestra.run.smithi066.stdout:Found linux image: /boot/vmlinuz-5.15.0-100-generic 2024-03-10T01:41:35.742 INFO:teuthology.orchestra.run.smithi066.stdout:Found initrd image: /boot/initrd.img-5.15.0-100-generic 2024-03-10T01:41:35.962 INFO:teuthology.orchestra.run.smithi033.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-10T01:41:35.968 INFO:teuthology.orchestra.run.smithi033.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-10T01:41:36.034 INFO:teuthology.orchestra.run.smithi066.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-10T01:41:36.037 INFO:teuthology.orchestra.run.smithi033.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-10T01:41:36.039 INFO:teuthology.orchestra.run.smithi066.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-10T01:41:36.043 INFO:teuthology.orchestra.run.smithi033.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-10T01:41:36.111 INFO:teuthology.orchestra.run.smithi066.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-10T01:41:36.116 INFO:teuthology.orchestra.run.smithi066.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-10T01:41:36.201 INFO:teuthology.orchestra.run.smithi033.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-10T01:41:36.201 INFO:teuthology.orchestra.run.smithi033.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-10T01:41:36.201 INFO:teuthology.orchestra.run.smithi033.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-10T01:41:36.237 INFO:teuthology.orchestra.run.smithi033.stdout:done 2024-03-10T01:41:36.279 INFO:teuthology.orchestra.run.smithi066.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-10T01:41:36.279 INFO:teuthology.orchestra.run.smithi066.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-10T01:41:36.279 INFO:teuthology.orchestra.run.smithi066.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-10T01:41:36.326 INFO:teuthology.orchestra.run.smithi066.stdout:done 2024-03-10T01:41:36.687 DEBUG:teuthology.orchestra.run.smithi033:> dpkg -s linux-image-generic 2024-03-10T01:41:36.711 INFO:teuthology.orchestra.run.smithi033.stdout:Package: linux-image-generic 2024-03-10T01:41:36.712 INFO:teuthology.orchestra.run.smithi033.stdout:Status: install ok installed 2024-03-10T01:41:36.713 INFO:teuthology.orchestra.run.smithi033.stdout:Priority: optional 2024-03-10T01:41:36.713 INFO:teuthology.orchestra.run.smithi033.stdout:Section: kernel 2024-03-10T01:41:36.714 INFO:teuthology.orchestra.run.smithi033.stdout:Installed-Size: 21 2024-03-10T01:41:36.714 INFO:teuthology.orchestra.run.smithi033.stdout:Maintainer: Ubuntu Kernel Team 2024-03-10T01:41:36.714 INFO:teuthology.orchestra.run.smithi033.stdout:Architecture: amd64 2024-03-10T01:41:36.714 INFO:teuthology.orchestra.run.smithi033.stdout:Source: linux-meta 2024-03-10T01:41:36.714 INFO:teuthology.orchestra.run.smithi033.stdout:Version: 5.15.0.100.97 2024-03-10T01:41:36.714 INFO:teuthology.orchestra.run.smithi033.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-10T01:41:36.714 INFO:teuthology.orchestra.run.smithi033.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-10T01:41:36.715 INFO:teuthology.orchestra.run.smithi033.stdout:Recommends: thermald 2024-03-10T01:41:36.715 INFO:teuthology.orchestra.run.smithi033.stdout:Description: Generic Linux kernel image 2024-03-10T01:41:36.715 INFO:teuthology.orchestra.run.smithi033.stdout: This package will always depend on the latest generic kernel image 2024-03-10T01:41:36.715 INFO:teuthology.orchestra.run.smithi033.stdout: available. 2024-03-10T01:41:36.715 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-100-generic 2024-03-10T01:41:36.715 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-10T01:41:36.715 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-10T01:41:36.715 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-03-10T01:41:36.716 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi033.front.sepia.ceph.com, path=None, version=distro) 2024-03-10T01:41:36.716 DEBUG:teuthology.orchestra.run.smithi033:> sudo apt-get clean 2024-03-10T01:41:36.828 DEBUG:teuthology.orchestra.run.smithi066:> dpkg -s linux-image-generic 2024-03-10T01:41:36.846 INFO:teuthology.orchestra.run.smithi066.stdout:Package: linux-image-generic 2024-03-10T01:41:36.847 INFO:teuthology.orchestra.run.smithi066.stdout:Status: install ok installed 2024-03-10T01:41:36.847 INFO:teuthology.orchestra.run.smithi066.stdout:Priority: optional 2024-03-10T01:41:36.847 INFO:teuthology.orchestra.run.smithi066.stdout:Section: kernel 2024-03-10T01:41:36.847 INFO:teuthology.orchestra.run.smithi066.stdout:Installed-Size: 21 2024-03-10T01:41:36.847 INFO:teuthology.orchestra.run.smithi066.stdout:Maintainer: Ubuntu Kernel Team 2024-03-10T01:41:36.847 INFO:teuthology.orchestra.run.smithi066.stdout:Architecture: amd64 2024-03-10T01:41:36.847 INFO:teuthology.orchestra.run.smithi066.stdout:Source: linux-meta 2024-03-10T01:41:36.847 INFO:teuthology.orchestra.run.smithi066.stdout:Version: 5.15.0.100.97 2024-03-10T01:41:36.847 INFO:teuthology.orchestra.run.smithi066.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-10T01:41:36.847 INFO:teuthology.orchestra.run.smithi066.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-10T01:41:36.847 INFO:teuthology.orchestra.run.smithi066.stdout:Recommends: thermald 2024-03-10T01:41:36.847 INFO:teuthology.orchestra.run.smithi066.stdout:Description: Generic Linux kernel image 2024-03-10T01:41:36.847 INFO:teuthology.orchestra.run.smithi066.stdout: This package will always depend on the latest generic kernel image 2024-03-10T01:41:36.848 INFO:teuthology.orchestra.run.smithi066.stdout: available. 2024-03-10T01:41:36.848 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-100-generic 2024-03-10T01:41:36.848 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-10T01:41:36.848 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-10T01:41:36.848 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-03-10T01:41:36.848 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi066.front.sepia.ceph.com, path=None, version=distro) 2024-03-10T01:41:36.848 DEBUG:teuthology.orchestra.run.smithi066:> sudo apt-get clean 2024-03-10T01:41:36.874 DEBUG:teuthology.orchestra.run.smithi033:> sudo apt-get update 2024-03-10T01:41:37.028 INFO:teuthology.orchestra.run.smithi160.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-03-10T01:41:37.029 INFO:teuthology.orchestra.run.smithi160.stdout:Sourcing file `/etc/default/grub' 2024-03-10T01:41:37.042 DEBUG:teuthology.orchestra.run.smithi066:> sudo apt-get update 2024-03-10T01:41:37.050 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-10T01:41:37.052 INFO:teuthology.orchestra.run.smithi160.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-10T01:41:37.063 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-10T01:41:37.072 INFO:teuthology.orchestra.run.smithi160.stdout:Generating grub configuration file ... 2024-03-10T01:41:37.087 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-10T01:41:37.126 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-10T01:41:37.173 INFO:teuthology.orchestra.run.smithi066.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-10T01:41:37.188 INFO:teuthology.orchestra.run.smithi066.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-10T01:41:37.212 INFO:teuthology.orchestra.run.smithi066.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-10T01:41:37.296 INFO:teuthology.orchestra.run.smithi066.stdout:Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-10T01:41:37.380 INFO:teuthology.orchestra.run.smithi160.stdout:Found linux image: /boot/vmlinuz-5.15.0-100-generic 2024-03-10T01:41:37.402 INFO:teuthology.orchestra.run.smithi160.stdout:Found initrd image: /boot/initrd.img-5.15.0-100-generic 2024-03-10T01:41:37.745 INFO:teuthology.orchestra.run.smithi160.stdout:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-10T01:41:37.750 INFO:teuthology.orchestra.run.smithi160.stdout:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-10T01:41:37.816 INFO:teuthology.orchestra.run.smithi160.stdout:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-10T01:41:37.821 INFO:teuthology.orchestra.run.smithi160.stdout:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-10T01:41:38.010 INFO:teuthology.orchestra.run.smithi160.stdout:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-10T01:41:38.010 INFO:teuthology.orchestra.run.smithi160.stdout:Systems on them will not be added to the GRUB boot configuration. 2024-03-10T01:41:38.010 INFO:teuthology.orchestra.run.smithi160.stdout:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-10T01:41:38.054 INFO:teuthology.orchestra.run.smithi160.stdout:done 2024-03-10T01:41:38.459 INFO:teuthology.orchestra.run.smithi033.stdout:Reading package lists... 2024-03-10T01:41:38.477 DEBUG:teuthology.orchestra.run.smithi033:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-10T01:41:38.521 DEBUG:teuthology.orchestra.run.smithi160:> dpkg -s linux-image-generic 2024-03-10T01:41:38.527 INFO:teuthology.orchestra.run.smithi066.stdout:Reading package lists... 2024-03-10T01:41:38.540 INFO:teuthology.orchestra.run.smithi033.stdout:Reading package lists... 2024-03-10T01:41:38.545 INFO:teuthology.orchestra.run.smithi160.stdout:Package: linux-image-generic 2024-03-10T01:41:38.545 INFO:teuthology.orchestra.run.smithi160.stdout:Status: install ok installed 2024-03-10T01:41:38.545 INFO:teuthology.orchestra.run.smithi160.stdout:Priority: optional 2024-03-10T01:41:38.545 INFO:teuthology.orchestra.run.smithi160.stdout:Section: kernel 2024-03-10T01:41:38.545 INFO:teuthology.orchestra.run.smithi160.stdout:Installed-Size: 21 2024-03-10T01:41:38.545 INFO:teuthology.orchestra.run.smithi160.stdout:Maintainer: Ubuntu Kernel Team 2024-03-10T01:41:38.545 INFO:teuthology.orchestra.run.smithi160.stdout:Architecture: amd64 2024-03-10T01:41:38.545 INFO:teuthology.orchestra.run.smithi160.stdout:Source: linux-meta 2024-03-10T01:41:38.545 INFO:teuthology.orchestra.run.smithi160.stdout:Version: 5.15.0.100.97 2024-03-10T01:41:38.545 INFO:teuthology.orchestra.run.smithi160.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-10T01:41:38.545 INFO:teuthology.orchestra.run.smithi160.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-10T01:41:38.545 INFO:teuthology.orchestra.run.smithi160.stdout:Recommends: thermald 2024-03-10T01:41:38.545 INFO:teuthology.orchestra.run.smithi160.stdout:Description: Generic Linux kernel image 2024-03-10T01:41:38.546 INFO:teuthology.orchestra.run.smithi160.stdout: This package will always depend on the latest generic kernel image 2024-03-10T01:41:38.546 INFO:teuthology.orchestra.run.smithi160.stdout: available. 2024-03-10T01:41:38.546 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.15.0-56-generic Expected: 5.15.0-100-generic 2024-03-10T01:41:38.546 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-03-10T01:41:38.546 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-03-10T01:41:38.546 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2024-03-10T01:41:38.546 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi160.front.sepia.ceph.com, path=None, version=distro) 2024-03-10T01:41:38.546 DEBUG:teuthology.orchestra.run.smithi160:> sudo apt-get clean 2024-03-10T01:41:38.547 DEBUG:teuthology.orchestra.run.smithi066:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-10T01:41:38.612 INFO:teuthology.orchestra.run.smithi066.stdout:Reading package lists... 2024-03-10T01:41:38.721 DEBUG:teuthology.orchestra.run.smithi160:> sudo apt-get update 2024-03-10T01:41:38.736 INFO:teuthology.orchestra.run.smithi033.stdout:Building dependency tree... 2024-03-10T01:41:38.737 INFO:teuthology.orchestra.run.smithi033.stdout:Reading state information... 2024-03-10T01:41:38.809 INFO:teuthology.orchestra.run.smithi066.stdout:Building dependency tree... 2024-03-10T01:41:38.809 INFO:teuthology.orchestra.run.smithi066.stdout:Reading state information... 2024-03-10T01:41:38.854 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-10T01:41:38.858 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-10T01:41:38.874 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-10T01:41:38.905 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-10T01:41:38.913 INFO:teuthology.orchestra.run.smithi033.stdout:linux-image-generic is already the newest version (5.15.0.100.97). 2024-03-10T01:41:38.913 INFO:teuthology.orchestra.run.smithi033.stdout:The following packages were automatically installed and are no longer required: 2024-03-10T01:41:38.913 INFO:teuthology.orchestra.run.smithi033.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-10T01:41:38.913 INFO:teuthology.orchestra.run.smithi033.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-10T01:41:38.914 INFO:teuthology.orchestra.run.smithi033.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-10T01:41:38.914 INFO:teuthology.orchestra.run.smithi033.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-10T01:41:38.914 INFO:teuthology.orchestra.run.smithi033.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-10T01:41:38.914 INFO:teuthology.orchestra.run.smithi033.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-10T01:41:38.958 INFO:teuthology.orchestra.run.smithi033.stdout:0 upgraded, 0 newly installed, 0 to remove and 288 not upgraded. 2024-03-10T01:41:38.960 DEBUG:teuthology.orchestra.run.smithi033:> dpkg -s linux-image-generic 2024-03-10T01:41:38.976 INFO:teuthology.orchestra.run.smithi033.stdout:Package: linux-image-generic 2024-03-10T01:41:38.977 INFO:teuthology.orchestra.run.smithi033.stdout:Status: install ok installed 2024-03-10T01:41:38.977 INFO:teuthology.orchestra.run.smithi033.stdout:Priority: optional 2024-03-10T01:41:38.977 INFO:teuthology.orchestra.run.smithi033.stdout:Section: kernel 2024-03-10T01:41:38.977 INFO:teuthology.orchestra.run.smithi033.stdout:Installed-Size: 21 2024-03-10T01:41:38.977 INFO:teuthology.orchestra.run.smithi033.stdout:Maintainer: Ubuntu Kernel Team 2024-03-10T01:41:38.977 INFO:teuthology.orchestra.run.smithi033.stdout:Architecture: amd64 2024-03-10T01:41:38.977 INFO:teuthology.orchestra.run.smithi033.stdout:Source: linux-meta 2024-03-10T01:41:38.977 INFO:teuthology.orchestra.run.smithi033.stdout:Version: 5.15.0.100.97 2024-03-10T01:41:38.977 INFO:teuthology.orchestra.run.smithi033.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-10T01:41:38.977 INFO:teuthology.orchestra.run.smithi033.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-10T01:41:38.977 INFO:teuthology.orchestra.run.smithi033.stdout:Recommends: thermald 2024-03-10T01:41:38.977 INFO:teuthology.orchestra.run.smithi033.stdout:Description: Generic Linux kernel image 2024-03-10T01:41:38.977 INFO:teuthology.orchestra.run.smithi033.stdout: This package will always depend on the latest generic kernel image 2024-03-10T01:41:38.978 INFO:teuthology.orchestra.run.smithi033.stdout: available. 2024-03-10T01:41:38.978 DEBUG:teuthology.orchestra.run.smithi033:> mktemp 2024-03-10T01:41:38.986 INFO:teuthology.orchestra.run.smithi066.stdout:linux-image-generic is already the newest version (5.15.0.100.97). 2024-03-10T01:41:38.986 INFO:teuthology.orchestra.run.smithi066.stdout:The following packages were automatically installed and are no longer required: 2024-03-10T01:41:38.987 INFO:teuthology.orchestra.run.smithi066.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-10T01:41:38.987 INFO:teuthology.orchestra.run.smithi066.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-10T01:41:38.987 INFO:teuthology.orchestra.run.smithi066.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-10T01:41:38.987 INFO:teuthology.orchestra.run.smithi066.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-10T01:41:38.987 INFO:teuthology.orchestra.run.smithi066.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-10T01:41:38.987 INFO:teuthology.orchestra.run.smithi066.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-10T01:41:39.025 INFO:teuthology.orchestra.run.smithi033.stdout:/tmp/tmp.LlXBLFV1OL 2024-03-10T01:41:39.025 DEBUG:teuthology.orchestra.run.smithi033:> sudo cp /boot/grub/grub.cfg /tmp/tmp.LlXBLFV1OL 2024-03-10T01:41:39.029 INFO:teuthology.orchestra.run.smithi066.stdout:0 upgraded, 0 newly installed, 0 to remove and 288 not upgraded. 2024-03-10T01:41:39.031 DEBUG:teuthology.orchestra.run.smithi066:> dpkg -s linux-image-generic 2024-03-10T01:41:39.045 INFO:teuthology.orchestra.run.smithi066.stdout:Package: linux-image-generic 2024-03-10T01:41:39.045 INFO:teuthology.orchestra.run.smithi066.stdout:Status: install ok installed 2024-03-10T01:41:39.045 INFO:teuthology.orchestra.run.smithi066.stdout:Priority: optional 2024-03-10T01:41:39.045 INFO:teuthology.orchestra.run.smithi066.stdout:Section: kernel 2024-03-10T01:41:39.045 INFO:teuthology.orchestra.run.smithi066.stdout:Installed-Size: 21 2024-03-10T01:41:39.045 INFO:teuthology.orchestra.run.smithi066.stdout:Maintainer: Ubuntu Kernel Team 2024-03-10T01:41:39.045 INFO:teuthology.orchestra.run.smithi066.stdout:Architecture: amd64 2024-03-10T01:41:39.045 INFO:teuthology.orchestra.run.smithi066.stdout:Source: linux-meta 2024-03-10T01:41:39.045 INFO:teuthology.orchestra.run.smithi066.stdout:Version: 5.15.0.100.97 2024-03-10T01:41:39.045 INFO:teuthology.orchestra.run.smithi066.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-10T01:41:39.045 INFO:teuthology.orchestra.run.smithi066.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-10T01:41:39.045 INFO:teuthology.orchestra.run.smithi066.stdout:Recommends: thermald 2024-03-10T01:41:39.046 INFO:teuthology.orchestra.run.smithi066.stdout:Description: Generic Linux kernel image 2024-03-10T01:41:39.046 INFO:teuthology.orchestra.run.smithi066.stdout: This package will always depend on the latest generic kernel image 2024-03-10T01:41:39.046 INFO:teuthology.orchestra.run.smithi066.stdout: available. 2024-03-10T01:41:39.046 DEBUG:teuthology.orchestra.run.smithi066:> mktemp 2024-03-10T01:41:39.083 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod 0666 /tmp/tmp.LlXBLFV1OL 2024-03-10T01:41:39.094 INFO:teuthology.orchestra.run.smithi066.stdout:/tmp/tmp.86QNXbj34w 2024-03-10T01:41:39.095 DEBUG:teuthology.orchestra.run.smithi066:> sudo cp /boot/grub/grub.cfg /tmp/tmp.86QNXbj34w 2024-03-10T01:41:39.148 DEBUG:teuthology.orchestra.run.smithi066:> sudo chmod 0666 /tmp/tmp.86QNXbj34w 2024-03-10T01:41:39.202 DEBUG:teuthology.orchestra.remote:smithi033:/tmp/tmp.LlXBLFV1OL is 10KB 2024-03-10T01:41:39.216 DEBUG:teuthology.orchestra.run.smithi033:> rm -fr /tmp/tmp.LlXBLFV1OL 2024-03-10T01:41:39.221 DEBUG:teuthology.orchestra.run.smithi033:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-10T01:41:39.258 DEBUG:teuthology.orchestra.remote:smithi066:/tmp/tmp.86QNXbj34w is 10KB 2024-03-10T01:41:39.272 DEBUG:teuthology.orchestra.run.smithi066:> rm -fr /tmp/tmp.86QNXbj34w 2024-03-10T01:41:39.277 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-03-10T01:41:39.277 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-10T01:41:39.278 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-10T01:41:39.279 DEBUG:teuthology.orchestra.run.smithi066:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-10T01:41:39.333 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-10T01:41:39.334 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-10T01:41:39.334 DEBUG:teuthology.orchestra.run.smithi066:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-10T01:41:39.349 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-100-generic 2024-03-10T01:41:39.350 DEBUG:teuthology.orchestra.run.smithi033:> sudo update-grub 2024-03-10T01:41:39.397 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-100-generic 2024-03-10T01:41:39.398 DEBUG:teuthology.orchestra.run.smithi066:> sudo update-grub 2024-03-10T01:41:40.220 INFO:teuthology.orchestra.run.smithi160.stdout:Reading package lists... 2024-03-10T01:41:40.238 DEBUG:teuthology.orchestra.run.smithi160:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-03-10T01:41:40.302 INFO:teuthology.orchestra.run.smithi160.stdout:Reading package lists... 2024-03-10T01:41:40.492 INFO:teuthology.orchestra.run.smithi160.stdout:Building dependency tree... 2024-03-10T01:41:40.492 INFO:teuthology.orchestra.run.smithi160.stdout:Reading state information... 2024-03-10T01:41:40.549 INFO:teuthology.orchestra.run.smithi033.stderr:Sourcing file `/etc/default/grub' 2024-03-10T01:41:40.550 INFO:teuthology.orchestra.run.smithi033.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-10T01:41:40.553 INFO:teuthology.orchestra.run.smithi033.stderr:Generating grub configuration file ... 2024-03-10T01:41:40.671 INFO:teuthology.orchestra.run.smithi160.stdout:linux-image-generic is already the newest version (5.15.0.100.97). 2024-03-10T01:41:40.671 INFO:teuthology.orchestra.run.smithi160.stdout:The following packages were automatically installed and are no longer required: 2024-03-10T01:41:40.671 INFO:teuthology.orchestra.run.smithi160.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-10T01:41:40.671 INFO:teuthology.orchestra.run.smithi160.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-10T01:41:40.671 INFO:teuthology.orchestra.run.smithi160.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-10T01:41:40.671 INFO:teuthology.orchestra.run.smithi160.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-10T01:41:40.671 INFO:teuthology.orchestra.run.smithi160.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-10T01:41:40.672 INFO:teuthology.orchestra.run.smithi160.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-10T01:41:40.695 INFO:teuthology.orchestra.run.smithi066.stderr:Sourcing file `/etc/default/grub' 2024-03-10T01:41:40.696 INFO:teuthology.orchestra.run.smithi066.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-10T01:41:40.698 INFO:teuthology.orchestra.run.smithi066.stderr:Generating grub configuration file ... 2024-03-10T01:41:40.714 INFO:teuthology.orchestra.run.smithi160.stdout:0 upgraded, 0 newly installed, 0 to remove and 288 not upgraded. 2024-03-10T01:41:40.715 DEBUG:teuthology.orchestra.run.smithi160:> dpkg -s linux-image-generic 2024-03-10T01:41:40.728 INFO:teuthology.orchestra.run.smithi033.stderr:Found linux image: /boot/vmlinuz-5.15.0-100-generic 2024-03-10T01:41:40.731 INFO:teuthology.orchestra.run.smithi160.stdout:Package: linux-image-generic 2024-03-10T01:41:40.731 INFO:teuthology.orchestra.run.smithi160.stdout:Status: install ok installed 2024-03-10T01:41:40.731 INFO:teuthology.orchestra.run.smithi160.stdout:Priority: optional 2024-03-10T01:41:40.732 INFO:teuthology.orchestra.run.smithi160.stdout:Section: kernel 2024-03-10T01:41:40.732 INFO:teuthology.orchestra.run.smithi160.stdout:Installed-Size: 21 2024-03-10T01:41:40.732 INFO:teuthology.orchestra.run.smithi160.stdout:Maintainer: Ubuntu Kernel Team 2024-03-10T01:41:40.732 INFO:teuthology.orchestra.run.smithi160.stdout:Architecture: amd64 2024-03-10T01:41:40.732 INFO:teuthology.orchestra.run.smithi160.stdout:Source: linux-meta 2024-03-10T01:41:40.732 INFO:teuthology.orchestra.run.smithi160.stdout:Version: 5.15.0.100.97 2024-03-10T01:41:40.732 INFO:teuthology.orchestra.run.smithi160.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-10T01:41:40.732 INFO:teuthology.orchestra.run.smithi160.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-10T01:41:40.732 INFO:teuthology.orchestra.run.smithi160.stdout:Recommends: thermald 2024-03-10T01:41:40.732 INFO:teuthology.orchestra.run.smithi160.stdout:Description: Generic Linux kernel image 2024-03-10T01:41:40.732 INFO:teuthology.orchestra.run.smithi160.stdout: This package will always depend on the latest generic kernel image 2024-03-10T01:41:40.732 INFO:teuthology.orchestra.run.smithi160.stdout: available. 2024-03-10T01:41:40.733 DEBUG:teuthology.orchestra.run.smithi160:> mktemp 2024-03-10T01:41:40.735 INFO:teuthology.orchestra.run.smithi033.stderr:Found initrd image: /boot/initrd.img-5.15.0-100-generic 2024-03-10T01:41:40.780 INFO:teuthology.orchestra.run.smithi160.stdout:/tmp/tmp.f23ccb0kzJ 2024-03-10T01:41:40.780 DEBUG:teuthology.orchestra.run.smithi160:> sudo cp /boot/grub/grub.cfg /tmp/tmp.f23ccb0kzJ 2024-03-10T01:41:40.837 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod 0666 /tmp/tmp.f23ccb0kzJ 2024-03-10T01:41:40.883 INFO:teuthology.orchestra.run.smithi066.stderr:Found linux image: /boot/vmlinuz-5.15.0-100-generic 2024-03-10T01:41:40.891 INFO:teuthology.orchestra.run.smithi066.stderr:Found initrd image: /boot/initrd.img-5.15.0-100-generic 2024-03-10T01:41:40.956 DEBUG:teuthology.orchestra.remote:smithi160:/tmp/tmp.f23ccb0kzJ is 10KB 2024-03-10T01:41:40.970 DEBUG:teuthology.orchestra.run.smithi160:> rm -fr /tmp/tmp.f23ccb0kzJ 2024-03-10T01:41:40.971 INFO:teuthology.orchestra.run.smithi033.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-10T01:41:40.975 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-03-10T01:41:40.977 INFO:teuthology.orchestra.run.smithi033.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-10T01:41:41.022 INFO:teuthology.orchestra.run.smithi033.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-10T01:41:41.029 INFO:teuthology.orchestra.run.smithi033.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-10T01:41:41.032 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-03-10T01:41:41.032 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-03-10T01:41:41.032 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-03-10T01:41:41.114 INFO:teuthology.orchestra.run.smithi066.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-10T01:41:41.117 INFO:teuthology.task.kernel:Distro Kernel Version: 5.15.0-100-generic 2024-03-10T01:41:41.117 DEBUG:teuthology.orchestra.run.smithi160:> sudo update-grub 2024-03-10T01:41:41.120 INFO:teuthology.orchestra.run.smithi066.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-10T01:41:41.160 INFO:teuthology.orchestra.run.smithi066.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-10T01:41:41.161 INFO:teuthology.orchestra.run.smithi033.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-10T01:41:41.161 INFO:teuthology.orchestra.run.smithi033.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-10T01:41:41.161 INFO:teuthology.orchestra.run.smithi033.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-10T01:41:41.165 INFO:teuthology.orchestra.run.smithi066.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-10T01:41:41.170 INFO:teuthology.orchestra.run.smithi033.stderr:done 2024-03-10T01:41:41.179 DEBUG:teuthology.orchestra.run.smithi033:> sudo shutdown -r now 2024-03-10T01:41:41.318 INFO:teuthology.orchestra.run.smithi066.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-10T01:41:41.318 INFO:teuthology.orchestra.run.smithi066.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-10T01:41:41.319 INFO:teuthology.orchestra.run.smithi066.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-10T01:41:41.339 INFO:teuthology.orchestra.run.smithi066.stderr:done 2024-03-10T01:41:41.341 DEBUG:teuthology.orchestra.run.smithi066:> sudo shutdown -r now 2024-03-10T01:41:42.376 INFO:teuthology.orchestra.run.smithi160.stderr:Sourcing file `/etc/default/grub' 2024-03-10T01:41:42.378 INFO:teuthology.orchestra.run.smithi160.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-03-10T01:41:42.380 INFO:teuthology.orchestra.run.smithi160.stderr:Generating grub configuration file ... 2024-03-10T01:41:42.597 INFO:teuthology.orchestra.run.smithi160.stderr:Found linux image: /boot/vmlinuz-5.15.0-100-generic 2024-03-10T01:41:42.603 INFO:teuthology.orchestra.run.smithi160.stderr:Found initrd image: /boot/initrd.img-5.15.0-100-generic 2024-03-10T01:41:42.847 INFO:teuthology.orchestra.run.smithi160.stderr:Found linux image: /boot/vmlinuz-5.15.0-56-generic 2024-03-10T01:41:42.853 INFO:teuthology.orchestra.run.smithi160.stderr:Found initrd image: /boot/initrd.img-5.15.0-56-generic 2024-03-10T01:41:42.895 INFO:teuthology.orchestra.run.smithi160.stderr:Found linux image: /boot/vmlinuz-5.4.0-135-generic 2024-03-10T01:41:42.900 INFO:teuthology.orchestra.run.smithi160.stderr:Found initrd image: /boot/initrd.img-5.4.0-135-generic 2024-03-10T01:41:43.041 INFO:teuthology.orchestra.run.smithi160.stderr:Warning: os-prober will not be executed to detect other bootable partitions. 2024-03-10T01:41:43.042 INFO:teuthology.orchestra.run.smithi160.stderr:Systems on them will not be added to the GRUB boot configuration. 2024-03-10T01:41:43.042 INFO:teuthology.orchestra.run.smithi160.stderr:Check GRUB_DISABLE_OS_PROBER documentation entry. 2024-03-10T01:41:43.069 INFO:teuthology.orchestra.run.smithi160.stderr:done 2024-03-10T01:41:43.078 DEBUG:teuthology.orchestra.run.smithi160:> sudo shutdown -r now 2024-03-10T01:42:11.206 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-03-10T01:42:11.207 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-03-10T01:42:11.208 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T01:42:11.344 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-03-10T01:42:11.344 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-03-10T01:42:11.345 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T01:42:13.183 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2024-03-10T01:42:13.183 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-03-10T01:42:13.183 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T01:42:45.795 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.66 2024-03-10T01:42:47.838 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-03-10T01:42:54.802 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-03-10T01:42:54.803 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T01:42:56.841 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-03-10T01:42:56.841 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T01:42:57.858 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.66 2024-03-10T01:43:09.870 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-03-10T01:43:09.871 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T01:43:11.211 DEBUG:teuthology.orchestra.remote:timed out 2024-03-10T01:43:12.930 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.66 2024-03-10T01:43:15.233 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-03-10T01:43:20.217 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-03-10T01:43:20.217 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T01:43:20.833 DEBUG:teuthology.orchestra.run.smithi033:> true 2024-03-10T01:43:21.605 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-03-10T01:43:21.606 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.15.0-100-generic"... 2024-03-10T01:43:21.606 DEBUG:teuthology.orchestra.run.smithi033:> uname -r 2024-03-10T01:43:21.654 INFO:teuthology.orchestra.run.smithi033.stdout:5.15.0-100-generic 2024-03-10T01:43:21.655 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-100-generic vs 5.15.0-100-generic 2024-03-10T01:43:21.655 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-10T01:43:21.655 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-10T01:43:22.655 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-03-10T01:43:22.656 DEBUG:teuthology.orchestra.run.smithi033:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-10T01:43:22.724 INFO:teuthology.orchestra.run.smithi033.stdout:ttyS1 2024-03-10T01:43:22.751 DEBUG:teuthology.parallel:result is None 2024-03-10T01:43:27.235 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-03-10T01:43:27.235 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T01:43:27.931 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-03-10T01:43:27.931 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T01:43:28.255 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.160 2024-03-10T01:43:43.255 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-03-10T01:43:43.256 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T01:43:43.553 DEBUG:teuthology.orchestra.run.smithi160:> true 2024-03-10T01:43:44.148 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-03-10T01:43:44.148 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.15.0-100-generic"... 2024-03-10T01:43:44.149 DEBUG:teuthology.orchestra.run.smithi160:> uname -r 2024-03-10T01:43:44.196 INFO:teuthology.orchestra.run.smithi160.stdout:5.15.0-100-generic 2024-03-10T01:43:44.197 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-100-generic vs 5.15.0-100-generic 2024-03-10T01:43:44.197 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-10T01:43:44.197 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-10T01:43:45.198 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2024-03-10T01:43:45.198 DEBUG:teuthology.orchestra.run.smithi160:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-10T01:43:45.575 INFO:teuthology.orchestra.run.smithi160.stdout:ttyS1 2024-03-10T01:43:45.606 DEBUG:teuthology.parallel:result is None 2024-03-10T01:44:27.934 DEBUG:teuthology.orchestra.remote:timed out 2024-03-10T01:44:45.935 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-03-10T01:44:45.936 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T01:44:46.216 DEBUG:teuthology.orchestra.run.smithi066:> true 2024-03-10T01:44:46.762 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-03-10T01:44:46.762 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.15.0-100-generic"... 2024-03-10T01:44:46.762 DEBUG:teuthology.orchestra.run.smithi066:> uname -r 2024-03-10T01:44:46.810 INFO:teuthology.orchestra.run.smithi066.stdout:5.15.0-100-generic 2024-03-10T01:44:46.811 DEBUG:teuthology.task.kernel:current kernel version is 5.15.0-100-generic vs 5.15.0-100-generic 2024-03-10T01:44:46.811 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-03-10T01:44:46.811 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-03-10T01:44:47.812 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-03-10T01:44:47.812 DEBUG:teuthology.orchestra.run.smithi066:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-03-10T01:44:47.894 INFO:teuthology.orchestra.run.smithi066.stdout:ttyS1 2024-03-10T01:44:47.924 DEBUG:teuthology.parallel:result is None 2024-03-10T01:44:47.925 INFO:teuthology.run_tasks:Running task internal.base... 2024-03-10T01:44:47.934 INFO:teuthology.task.internal:Creating test directory... 2024-03-10T01:44:47.934 DEBUG:teuthology.orchestra.run.smithi033:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-10T01:44:47.937 DEBUG:teuthology.orchestra.run.smithi066:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-10T01:44:47.939 DEBUG:teuthology.orchestra.run.smithi160:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-03-10T01:44:47.946 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-03-10T01:44:47.958 INFO:teuthology.run_tasks:Running task internal.archive... 2024-03-10T01:44:47.977 INFO:teuthology.task.internal:Creating archive directory... 2024-03-10T01:44:47.977 DEBUG:teuthology.orchestra.run.smithi033:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-10T01:44:47.986 DEBUG:teuthology.orchestra.run.smithi066:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-10T01:44:47.989 DEBUG:teuthology.orchestra.run.smithi160:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-03-10T01:44:48.096 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-03-10T01:44:48.108 INFO:teuthology.task.internal:Enabling coredump saving... 2024-03-10T01:44:48.108 DEBUG:teuthology.orchestra.run.smithi033:> 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-10T01:44:48.110 DEBUG:teuthology.orchestra.run.smithi066:> 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-10T01:44:48.113 DEBUG:teuthology.orchestra.run.smithi160:> 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-10T01:44:48.125 INFO:teuthology.orchestra.run.smithi033.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-10T01:44:48.127 INFO:teuthology.orchestra.run.smithi066.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-10T01:44:48.131 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-10T01:44:48.133 INFO:teuthology.orchestra.run.smithi033.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-10T01:44:48.135 INFO:teuthology.orchestra.run.smithi066.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-10T01:44:48.141 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-03-10T01:44:48.142 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-03-10T01:44:48.151 INFO:teuthology.task.internal:Configuring sudo... 2024-03-10T01:44:48.151 DEBUG:teuthology.orchestra.run.smithi033:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-10T01:44:48.178 DEBUG:teuthology.orchestra.run.smithi066:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-10T01:44:48.181 DEBUG:teuthology.orchestra.run.smithi160:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-03-10T01:44:48.201 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-03-10T01:44:48.213 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-03-10T01:44:48.213 DEBUG:teuthology.orchestra.run.smithi033:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-10T01:44:48.234 DEBUG:teuthology.orchestra.run.smithi066:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-10T01:44:48.244 DEBUG:teuthology.orchestra.run.smithi160:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-03-10T01:44:48.249 DEBUG:teuthology.orchestra.run.smithi033:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-10T01:44:48.286 DEBUG:teuthology.orchestra.run.smithi033:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-10T01:44:48.334 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-03-10T01:44:48.334 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-10T01:44:48.395 DEBUG:teuthology.orchestra.run.smithi066:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-10T01:44:48.401 DEBUG:teuthology.orchestra.run.smithi066:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-10T01:44:48.447 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-10T01:44:48.447 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-10T01:44:48.510 DEBUG:teuthology.orchestra.run.smithi160:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-03-10T01:44:48.516 DEBUG:teuthology.orchestra.run.smithi160:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-03-10T01:44:48.565 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-03-10T01:44:48.565 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-03-10T01:44:48.631 DEBUG:teuthology.orchestra.run.smithi033:> sudo service rsyslog restart 2024-03-10T01:44:48.633 DEBUG:teuthology.orchestra.run.smithi066:> sudo service rsyslog restart 2024-03-10T01:44:48.636 DEBUG:teuthology.orchestra.run.smithi160:> sudo service rsyslog restart 2024-03-10T01:44:48.711 INFO:teuthology.run_tasks:Running task internal.timer... 2024-03-10T01:44:48.720 INFO:teuthology.task.internal:Starting timer... 2024-03-10T01:44:48.720 INFO:teuthology.run_tasks:Running task pcp... 2024-03-10T01:44:48.744 INFO:teuthology.run_tasks:Running task selinux... 2024-03-10T01:44:48.755 DEBUG:teuthology.task.selinux:Excluding smithi033: OS 'ubuntu' does not support SELinux 2024-03-10T01:44:48.755 DEBUG:teuthology.task.selinux:Excluding smithi066: OS 'ubuntu' does not support SELinux 2024-03-10T01:44:48.755 DEBUG:teuthology.task.selinux:Excluding smithi160: OS 'ubuntu' does not support SELinux 2024-03-10T01:44:48.755 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-03-10T01:44:48.755 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-03-10T01:44:48.755 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-03-10T01:44:48.755 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-03-10T01:44:48.766 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-03-10T01:44:48.786 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-10T01:44:48.787 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi033.front.sepia.ceph.com,smithi066.front.sepia.ceph.com,smithi160.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-03-10T01:51:56.024 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi033.front.sepia.ceph.com'), Remote(name='ubuntu@smithi066.front.sepia.ceph.com'), Remote(name='ubuntu@smithi160.front.sepia.ceph.com')] 2024-03-10T01:51:56.025 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-03-10T01:51:56.026 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi033.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T01:51:56.111 DEBUG:teuthology.orchestra.run.smithi033:> true 2024-03-10T01:51:56.186 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi033.front.sepia.ceph.com' 2024-03-10T01:51:56.186 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-03-10T01:51:56.187 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi066.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T01:51:56.268 DEBUG:teuthology.orchestra.run.smithi066:> true 2024-03-10T01:51:56.346 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi066.front.sepia.ceph.com' 2024-03-10T01:51:56.347 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-03-10T01:51:56.347 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi160.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-03-10T01:51:56.425 DEBUG:teuthology.orchestra.run.smithi160:> true 2024-03-10T01:51:56.507 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi160.front.sepia.ceph.com' 2024-03-10T01:51:56.507 INFO:teuthology.run_tasks:Running task clock... 2024-03-10T01:51:56.518 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-03-10T01:51:56.518 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-10T01:51:56.519 DEBUG:teuthology.orchestra.run.smithi033:> 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-10T01:51:56.521 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-10T01:51:56.521 DEBUG:teuthology.orchestra.run.smithi066:> 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-10T01:51:56.526 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-03-10T01:51:56.527 DEBUG:teuthology.orchestra.run.smithi160:> 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-10T01:51:56.550 INFO:teuthology.orchestra.run.smithi033.stdout:10 Mar 01:51:56 ntpd[17084]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-10T01:51:56.550 INFO:teuthology.orchestra.run.smithi033.stdout:10 Mar 01:51:56 ntpd[17084]: Command line: ntpd -gq 2024-03-10T01:51:56.550 INFO:teuthology.orchestra.run.smithi033.stdout:10 Mar 01:51:56 ntpd[17084]: ---------------------------------------------------- 2024-03-10T01:51:56.550 INFO:teuthology.orchestra.run.smithi033.stdout:10 Mar 01:51:56 ntpd[17084]: ntp-4 is maintained by Network Time Foundation, 2024-03-10T01:51:56.550 INFO:teuthology.orchestra.run.smithi033.stdout:10 Mar 01:51:56 ntpd[17084]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-10T01:51:56.550 INFO:teuthology.orchestra.run.smithi033.stdout:10 Mar 01:51:56 ntpd[17084]: corporation. Support and training for ntp-4 are 2024-03-10T01:51:56.550 INFO:teuthology.orchestra.run.smithi033.stdout:10 Mar 01:51:56 ntpd[17084]: available at https://www.nwtime.org/support 2024-03-10T01:51:56.551 INFO:teuthology.orchestra.run.smithi033.stdout:10 Mar 01:51:56 ntpd[17084]: ---------------------------------------------------- 2024-03-10T01:51:56.552 INFO:teuthology.orchestra.run.smithi033.stdout:10 Mar 01:51:56 ntpd[17084]: proto: precision = 0.046 usec (-24) 2024-03-10T01:51:56.553 INFO:teuthology.orchestra.run.smithi033.stdout:10 Mar 01:51:56 ntpd[17084]: basedate set to 2022-02-04 2024-03-10T01:51:56.553 INFO:teuthology.orchestra.run.smithi033.stdout:10 Mar 01:51:56 ntpd[17084]: gps base set to 2022-02-06 (week 2196) 2024-03-10T01:51:56.553 INFO:teuthology.orchestra.run.smithi033.stdout:10 Mar 01:51:56 ntpd[17084]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-10T01:51:56.553 INFO:teuthology.orchestra.run.smithi033.stdout:10 Mar 01:51:56 ntpd[17084]: restrict ::: KOD does nothing without LIMITED. 2024-03-10T01:51:56.553 INFO:teuthology.orchestra.run.smithi033.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-10T01:51:56.553 INFO:teuthology.orchestra.run.smithi033.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-10T01:51:56.554 INFO:teuthology.orchestra.run.smithi033.stdout:10 Mar 01:51:56 ntpd[17084]: Listen and drop on 0 v6wildcard [::]:123 2024-03-10T01:51:56.554 INFO:teuthology.orchestra.run.smithi033.stdout:10 Mar 01:51:56 ntpd[17084]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-10T01:51:56.554 INFO:teuthology.orchestra.run.smithi033.stdout:10 Mar 01:51:56 ntpd[17084]: Listen normally on 2 lo 127.0.0.1:123 2024-03-10T01:51:56.554 INFO:teuthology.orchestra.run.smithi033.stdout:10 Mar 01:51:56 ntpd[17084]: Listen normally on 3 ens1f0 172.21.15.33:123 2024-03-10T01:51:56.554 INFO:teuthology.orchestra.run.smithi033.stdout:10 Mar 01:51:56 ntpd[17084]: Listen normally on 4 lo [::1]:123 2024-03-10T01:51:56.555 INFO:teuthology.orchestra.run.smithi033.stdout:10 Mar 01:51:56 ntpd[17084]: Listen normally on 5 ens1f0 [fe80::ae1f:6bff:fea5:d294%4]:123 2024-03-10T01:51:56.555 INFO:teuthology.orchestra.run.smithi033.stdout:10 Mar 01:51:56 ntpd[17084]: Listening on routing socket on fd #22 for interface updates 2024-03-10T01:51:56.555 INFO:teuthology.orchestra.run.smithi066.stdout:10 Mar 01:51:56 ntpd[17178]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-10T01:51:56.555 INFO:teuthology.orchestra.run.smithi066.stdout:10 Mar 01:51:56 ntpd[17178]: Command line: ntpd -gq 2024-03-10T01:51:56.555 INFO:teuthology.orchestra.run.smithi066.stdout:10 Mar 01:51:56 ntpd[17178]: ---------------------------------------------------- 2024-03-10T01:51:56.555 INFO:teuthology.orchestra.run.smithi066.stdout:10 Mar 01:51:56 ntpd[17178]: ntp-4 is maintained by Network Time Foundation, 2024-03-10T01:51:56.555 INFO:teuthology.orchestra.run.smithi066.stdout:10 Mar 01:51:56 ntpd[17178]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-10T01:51:56.556 INFO:teuthology.orchestra.run.smithi066.stdout:10 Mar 01:51:56 ntpd[17178]: corporation. Support and training for ntp-4 are 2024-03-10T01:51:56.556 INFO:teuthology.orchestra.run.smithi066.stdout:10 Mar 01:51:56 ntpd[17178]: available at https://www.nwtime.org/support 2024-03-10T01:51:56.556 INFO:teuthology.orchestra.run.smithi066.stdout:10 Mar 01:51:56 ntpd[17178]: ---------------------------------------------------- 2024-03-10T01:51:56.556 INFO:teuthology.orchestra.run.smithi066.stdout:10 Mar 01:51:56 ntpd[17178]: proto: precision = 0.067 usec (-24) 2024-03-10T01:51:56.556 INFO:teuthology.orchestra.run.smithi066.stdout:10 Mar 01:51:56 ntpd[17178]: basedate set to 2022-02-04 2024-03-10T01:51:56.556 INFO:teuthology.orchestra.run.smithi066.stdout:10 Mar 01:51:56 ntpd[17178]: gps base set to 2022-02-06 (week 2196) 2024-03-10T01:51:56.557 INFO:teuthology.orchestra.run.smithi066.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-10T01:51:56.557 INFO:teuthology.orchestra.run.smithi066.stdout:10 Mar 01:51:56 ntpd[17178]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-10T01:51:56.557 INFO:teuthology.orchestra.run.smithi066.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-10T01:51:56.558 INFO:teuthology.orchestra.run.smithi066.stdout:10 Mar 01:51:56 ntpd[17178]: restrict ::: KOD does nothing without LIMITED. 2024-03-10T01:51:56.558 INFO:teuthology.orchestra.run.smithi066.stdout:10 Mar 01:51:56 ntpd[17178]: Listen and drop on 0 v6wildcard [::]:123 2024-03-10T01:51:56.558 INFO:teuthology.orchestra.run.smithi066.stdout:10 Mar 01:51:56 ntpd[17178]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-10T01:51:56.559 INFO:teuthology.orchestra.run.smithi066.stdout:10 Mar 01:51:56 ntpd[17178]: Listen normally on 2 lo 127.0.0.1:123 2024-03-10T01:51:56.559 INFO:teuthology.orchestra.run.smithi066.stdout:10 Mar 01:51:56 ntpd[17178]: Listen normally on 3 enp3s0f1 172.21.15.66:123 2024-03-10T01:51:56.559 INFO:teuthology.orchestra.run.smithi066.stdout:10 Mar 01:51:56 ntpd[17178]: Listen normally on 4 lo [::1]:123 2024-03-10T01:51:56.559 INFO:teuthology.orchestra.run.smithi066.stdout:10 Mar 01:51:56 ntpd[17178]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:feb6:f8bd%5]:123 2024-03-10T01:51:56.559 INFO:teuthology.orchestra.run.smithi066.stdout:10 Mar 01:51:56 ntpd[17178]: Listening on routing socket on fd #22 for interface updates 2024-03-10T01:51:56.574 INFO:teuthology.orchestra.run.smithi160.stdout:10 Mar 01:51:56 ntpd[17210]: ntpd 4.2.8p15@1.3728-o Wed Feb 16 17:13:02 UTC 2022 (1): Starting 2024-03-10T01:51:56.574 INFO:teuthology.orchestra.run.smithi160.stdout:10 Mar 01:51:56 ntpd[17210]: Command line: ntpd -gq 2024-03-10T01:51:56.574 INFO:teuthology.orchestra.run.smithi160.stdout:10 Mar 01:51:56 ntpd[17210]: ---------------------------------------------------- 2024-03-10T01:51:56.574 INFO:teuthology.orchestra.run.smithi160.stdout:10 Mar 01:51:56 ntpd[17210]: ntp-4 is maintained by Network Time Foundation, 2024-03-10T01:51:56.574 INFO:teuthology.orchestra.run.smithi160.stdout:10 Mar 01:51:56 ntpd[17210]: Inc. (NTF), a non-profit 501(c)(3) public-benefit 2024-03-10T01:51:56.574 INFO:teuthology.orchestra.run.smithi160.stdout:10 Mar 01:51:56 ntpd[17210]: corporation. Support and training for ntp-4 are 2024-03-10T01:51:56.574 INFO:teuthology.orchestra.run.smithi160.stdout:10 Mar 01:51:56 ntpd[17210]: available at https://www.nwtime.org/support 2024-03-10T01:51:56.574 INFO:teuthology.orchestra.run.smithi160.stdout:10 Mar 01:51:56 ntpd[17210]: ---------------------------------------------------- 2024-03-10T01:51:56.575 INFO:teuthology.orchestra.run.smithi160.stdout:10 Mar 01:51:56 ntpd[17210]: proto: precision = 0.044 usec (-24) 2024-03-10T01:51:56.575 INFO:teuthology.orchestra.run.smithi160.stdout:10 Mar 01:51:56 ntpd[17210]: basedate set to 2022-02-04 2024-03-10T01:51:56.575 INFO:teuthology.orchestra.run.smithi160.stdout:10 Mar 01:51:56 ntpd[17210]: gps base set to 2022-02-06 (week 2196) 2024-03-10T01:51:56.575 INFO:teuthology.orchestra.run.smithi160.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-10T01:51:56.576 INFO:teuthology.orchestra.run.smithi160.stdout:10 Mar 01:51:56 ntpd[17210]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-03-10T01:51:56.576 INFO:teuthology.orchestra.run.smithi160.stdout:10 Mar 01:51:56 ntpd[17210]: restrict ::: KOD does nothing without LIMITED. 2024-03-10T01:51:56.576 INFO:teuthology.orchestra.run.smithi160.stderr:restrict ::: KOD does nothing without LIMITED. 2024-03-10T01:51:56.577 INFO:teuthology.orchestra.run.smithi160.stdout:10 Mar 01:51:56 ntpd[17210]: Listen and drop on 0 v6wildcard [::]:123 2024-03-10T01:51:56.577 INFO:teuthology.orchestra.run.smithi160.stdout:10 Mar 01:51:56 ntpd[17210]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-03-10T01:51:56.577 INFO:teuthology.orchestra.run.smithi160.stdout:10 Mar 01:51:56 ntpd[17210]: Listen normally on 2 lo 127.0.0.1:123 2024-03-10T01:51:56.577 INFO:teuthology.orchestra.run.smithi160.stdout:10 Mar 01:51:56 ntpd[17210]: Listen normally on 3 enp3s0f1 172.21.15.160:123 2024-03-10T01:51:56.578 INFO:teuthology.orchestra.run.smithi160.stdout:10 Mar 01:51:56 ntpd[17210]: Listen normally on 4 lo [::1]:123 2024-03-10T01:51:56.578 INFO:teuthology.orchestra.run.smithi160.stdout:10 Mar 01:51:56 ntpd[17210]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7f5b%5]:123 2024-03-10T01:51:56.578 INFO:teuthology.orchestra.run.smithi160.stdout:10 Mar 01:51:56 ntpd[17210]: Listening on routing socket on fd #22 for interface updates 2024-03-10T01:51:57.551 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:51:57 ntpd[17084]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:51:57.551 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:51:57 ntpd[17084]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:51:57.551 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:51:57 ntpd[17084]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:51:57.551 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:51:57 ntpd[17084]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:51:57.551 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:51:57 ntpd[17084]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-10T01:51:57.551 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:51:57 ntpd[17084]: can't open /var/log/ntpstats/peerstats.20240310: Permission denied 2024-03-10T01:51:57.556 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:51:57 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:51:57.556 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:51:57 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:51:57.575 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:51:57 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:51:57.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:51:57 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:51:57.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:51:57 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:51:57.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:51:57 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:51:57.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:51:57 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:51:57.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:51:57 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:51:57.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:51:57 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:51:57.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:51:57 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:51:57.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:51:57 ntpd[17210]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-10T01:51:57.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:51:57 ntpd[17210]: can't open /var/log/ntpstats/peerstats.20240310: Permission denied 2024-03-10T01:51:57.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:51:57 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:51:57.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:51:57 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:51:57.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:51:57 ntpd[17210]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-10T01:51:57.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:51:57 ntpd[17210]: can't open /var/log/ntpstats/peerstats.20240310: Permission denied 2024-03-10T01:51:58.556 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:51:58 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:51:58.557 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:51:58 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:51:58.557 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:51:58 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:51:58.557 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:51:58 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:51:58.557 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:51:58 ntpd[17178]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-10T01:51:58.557 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:51:58 ntpd[17178]: can't open /var/log/ntpstats/peerstats.20240310: Permission denied 2024-03-10T01:51:59.551 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:51:59 ntpd[17084]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:51:59.551 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:51:59 ntpd[17084]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:51:59.551 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:51:59 ntpd[17084]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:51:59.551 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:51:59 ntpd[17084]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:51:59.551 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:51:59 ntpd[17084]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-10T01:51:59.551 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:51:59 ntpd[17084]: can't open /var/log/ntpstats/peerstats.20240310: Permission denied 2024-03-10T01:51:59.575 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:51:59 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:51:59.575 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:51:59 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:51:59.575 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:51:59 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:51:59.575 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:51:59 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:51:59.575 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:51:59 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:51:59.575 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:51:59 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:51:59.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:51:59 ntpd[17210]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-10T01:51:59.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:51:59 ntpd[17210]: can't open /var/log/ntpstats/peerstats.20240310: Permission denied 2024-03-10T01:51:59.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:51:59 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:51:59.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:51:59 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:51:59.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:51:59 ntpd[17210]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-10T01:51:59.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:51:59 ntpd[17210]: can't open /var/log/ntpstats/peerstats.20240310: Permission denied 2024-03-10T01:52:00.557 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:00 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:00.558 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:00 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:00.558 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:00 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:00.558 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:00 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:00.558 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:00 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:00.558 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:00 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:00.558 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:00 ntpd[17178]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-10T01:52:00.558 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:00 ntpd[17178]: can't open /var/log/ntpstats/peerstats.20240310: Permission denied 2024-03-10T01:52:00.559 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:00 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:00.559 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:00 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:00.559 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:00 ntpd[17178]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-10T01:52:00.559 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:00 ntpd[17178]: can't open /var/log/ntpstats/peerstats.20240310: Permission denied 2024-03-10T01:52:01.552 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:01 ntpd[17084]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:01.552 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:01 ntpd[17084]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:01.552 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:01 ntpd[17084]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:01.553 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:01 ntpd[17084]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:01.553 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:01 ntpd[17084]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:01.553 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:01 ntpd[17084]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:01.553 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:01 ntpd[17084]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:01.553 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:01 ntpd[17084]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:01.553 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:01 ntpd[17084]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:01.553 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:01 ntpd[17084]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:01.553 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:01 ntpd[17084]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-10T01:52:01.553 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:01 ntpd[17084]: can't open /var/log/ntpstats/peerstats.20240310: Permission denied 2024-03-10T01:52:01.553 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:01 ntpd[17084]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:01.553 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:01 ntpd[17084]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:01.553 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:01 ntpd[17084]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-10T01:52:01.553 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:01 ntpd[17084]: can't open /var/log/ntpstats/peerstats.20240310: Permission denied 2024-03-10T01:52:01.553 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:01 ntpd[17084]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:01.553 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:01 ntpd[17084]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:01.554 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:01 ntpd[17084]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-10T01:52:01.554 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:01 ntpd[17084]: can't open /var/log/ntpstats/peerstats.20240310: Permission denied 2024-03-10T01:52:01.556 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:01 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:01.556 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:01 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:01.556 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:01 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:01.556 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:01 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:01.556 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:01 ntpd[17178]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-10T01:52:01.556 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:01 ntpd[17178]: can't open /var/log/ntpstats/peerstats.20240310: Permission denied 2024-03-10T01:52:01.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:01 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:01.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:01 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:01.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:01 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:01.577 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:01 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:01.577 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:01 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:01.577 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:01 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:01.577 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:01 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:01.577 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:01 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:01.577 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:01 ntpd[17210]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-10T01:52:01.577 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:01 ntpd[17210]: can't open /var/log/ntpstats/peerstats.20240310: Permission denied 2024-03-10T01:52:01.577 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:01 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:01.577 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:01 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:01.577 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:01 ntpd[17210]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-10T01:52:01.577 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:01 ntpd[17210]: can't open /var/log/ntpstats/peerstats.20240310: Permission denied 2024-03-10T01:52:01.577 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:01 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:01.578 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:01 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:01.578 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:01 ntpd[17210]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-10T01:52:01.578 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:01 ntpd[17210]: can't open /var/log/ntpstats/peerstats.20240310: Permission denied 2024-03-10T01:52:02.557 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:02 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:02.557 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:02 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:02.557 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:02 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:02.557 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:02 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:02.557 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:02 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:02.557 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:02 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:02.557 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:02 ntpd[17178]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-10T01:52:02.557 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:02 ntpd[17178]: can't open /var/log/ntpstats/peerstats.20240310: Permission denied 2024-03-10T01:52:02.558 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:02 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:02.558 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:02 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:02.558 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:02 ntpd[17178]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-10T01:52:02.558 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:02 ntpd[17178]: can't open /var/log/ntpstats/peerstats.20240310: Permission denied 2024-03-10T01:52:03.551 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:03 ntpd[17084]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:03.552 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:03 ntpd[17084]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:03.552 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:03 ntpd[17084]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:03.552 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:03 ntpd[17084]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:03.552 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:03 ntpd[17084]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:03.552 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:03 ntpd[17084]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:03.552 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:03 ntpd[17084]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:03.552 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:03 ntpd[17084]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:03.552 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:03 ntpd[17084]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-10T01:52:03.552 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:03 ntpd[17084]: can't open /var/log/ntpstats/peerstats.20240310: Permission denied 2024-03-10T01:52:03.552 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:03 ntpd[17084]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:03.552 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:03 ntpd[17084]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:03.552 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:03 ntpd[17084]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-10T01:52:03.553 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:03 ntpd[17084]: can't open /var/log/ntpstats/peerstats.20240310: Permission denied 2024-03-10T01:52:03.553 INFO:teuthology.orchestra.run.smithi033.stdout:10 Mar 01:52:03 ntpd[17084]: ntpd: time slew +0.000853 s 2024-03-10T01:52:03.553 INFO:teuthology.orchestra.run.smithi033.stdout:ntpd: time slew +0.000853s 2024-03-10T01:52:03.553 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:03 ntpd[17084]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-10T01:52:03.553 INFO:teuthology.orchestra.run.smithi033.stderr:10 Mar 01:52:03 ntpd[17084]: can't open /var/log/ntpstats/loopstats.20240310: Permission denied 2024-03-10T01:52:03.556 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:03 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:03.556 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:03 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:03.556 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:03 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:03.556 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:03 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:03.556 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:03 ntpd[17178]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-10T01:52:03.556 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:03 ntpd[17178]: can't open /var/log/ntpstats/peerstats.20240310: Permission denied 2024-03-10T01:52:03.575 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:03 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:03.575 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:03 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:03.575 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:03 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:03.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:03 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:03.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:03 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:03.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:03 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:03.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:03 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:03.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:03 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:03.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:03 ntpd[17210]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-10T01:52:03.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:03 ntpd[17210]: can't open /var/log/ntpstats/peerstats.20240310: Permission denied 2024-03-10T01:52:03.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:03 ntpd[17210]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:03.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:03 ntpd[17210]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:03.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:03 ntpd[17210]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-10T01:52:03.576 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:03 ntpd[17210]: can't open /var/log/ntpstats/peerstats.20240310: Permission denied 2024-03-10T01:52:03.577 INFO:teuthology.orchestra.run.smithi160.stdout:10 Mar 01:52:03 ntpd[17210]: ntpd: time slew -0.000675 s 2024-03-10T01:52:03.577 INFO:teuthology.orchestra.run.smithi160.stdout:ntpd: time slew -0.000675s 2024-03-10T01:52:03.577 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:03 ntpd[17210]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-10T01:52:03.577 INFO:teuthology.orchestra.run.smithi160.stderr:10 Mar 01:52:03 ntpd[17210]: can't open /var/log/ntpstats/loopstats.20240310: Permission denied 2024-03-10T01:52:03.610 INFO:teuthology.orchestra.run.smithi033.stdout: remote refid st t when poll reach delay offset jitter 2024-03-10T01:52:03.611 INFO:teuthology.orchestra.run.smithi033.stdout:============================================================================== 2024-03-10T01:52:03.611 INFO:teuthology.orchestra.run.smithi033.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-10T01:52:03.611 INFO:teuthology.orchestra.run.smithi033.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-10T01:52:03.611 INFO:teuthology.orchestra.run.smithi033.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-10T01:52:03.611 INFO:teuthology.orchestra.run.smithi033.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-10T01:52:03.687 INFO:teuthology.orchestra.run.smithi160.stdout: remote refid st t when poll reach delay offset jitter 2024-03-10T01:52:03.687 INFO:teuthology.orchestra.run.smithi160.stdout:============================================================================== 2024-03-10T01:52:03.687 INFO:teuthology.orchestra.run.smithi160.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-10T01:52:03.687 INFO:teuthology.orchestra.run.smithi160.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-10T01:52:03.687 INFO:teuthology.orchestra.run.smithi160.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-10T01:52:03.687 INFO:teuthology.orchestra.run.smithi160.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-10T01:52:04.557 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:04 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:04.557 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:04 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:04.557 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:04 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:04.557 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:04 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:04.557 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:04 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:04.558 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:04 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:04.558 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:04 ntpd[17178]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-10T01:52:04.558 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:04 ntpd[17178]: can't open /var/log/ntpstats/peerstats.20240310: Permission denied 2024-03-10T01:52:04.558 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:04 ntpd[17178]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-03-10T01:52:04.558 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:04 ntpd[17178]: can't open /var/log/ntpstats/rawstats.20240310: Permission denied 2024-03-10T01:52:04.558 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:04 ntpd[17178]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-03-10T01:52:04.558 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:04 ntpd[17178]: can't open /var/log/ntpstats/peerstats.20240310: Permission denied 2024-03-10T01:52:04.558 INFO:teuthology.orchestra.run.smithi066.stdout:10 Mar 01:52:04 ntpd[17178]: ntpd: time slew -0.001798 s 2024-03-10T01:52:04.558 INFO:teuthology.orchestra.run.smithi066.stdout:ntpd: time slew -0.001798s 2024-03-10T01:52:04.559 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:04 ntpd[17178]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-03-10T01:52:04.559 INFO:teuthology.orchestra.run.smithi066.stderr:10 Mar 01:52:04 ntpd[17178]: can't open /var/log/ntpstats/loopstats.20240310: Permission denied 2024-03-10T01:52:04.607 INFO:teuthology.orchestra.run.smithi066.stdout: remote refid st t when poll reach delay offset jitter 2024-03-10T01:52:04.607 INFO:teuthology.orchestra.run.smithi066.stdout:============================================================================== 2024-03-10T01:52:04.607 INFO:teuthology.orchestra.run.smithi066.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-10T01:52:04.607 INFO:teuthology.orchestra.run.smithi066.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-10T01:52:04.607 INFO:teuthology.orchestra.run.smithi066.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-10T01:52:04.607 INFO:teuthology.orchestra.run.smithi066.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 +0.000 0.000 2024-03-10T01:52:04.607 INFO:teuthology.run_tasks:Running task install... 2024-03-10T01:52:04.616 DEBUG:teuthology.task.install:project ceph 2024-03-10T01:52:04.617 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '831bc188fa69f143bbba69ac76119e784500e8e3'}} 2024-03-10T01:52:04.617 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '831bc188fa69f143bbba69ac76119e784500e8e3'} 2024-03-10T01:52:04.617 INFO:teuthology.task.install:Using flavor: default 2024-03-10T01:52:04.623 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-10T01:52:04.623 INFO:teuthology.task.install:extra packages: [] 2024-03-10T01:52:04.623 DEBUG:teuthology.orchestra.run.smithi033:> sudo apt-key list | grep Ceph 2024-03-10T01:52:04.624 DEBUG:teuthology.orchestra.run.smithi066:> sudo apt-key list | grep Ceph 2024-03-10T01:52:04.624 DEBUG:teuthology.orchestra.run.smithi160:> sudo apt-key list | grep Ceph 2024-03-10T01:52:04.686 INFO:teuthology.orchestra.run.smithi160.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-10T01:52:04.693 INFO:teuthology.orchestra.run.smithi033.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-10T01:52:04.702 INFO:teuthology.orchestra.run.smithi066.stderr:Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). 2024-03-10T01:52:04.714 INFO:teuthology.orchestra.run.smithi160.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-10T01:52:04.714 INFO:teuthology.orchestra.run.smithi160.stdout:uid [ unknown] Ceph.com (release key) 2024-03-10T01:52:04.715 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-10T01:52:04.715 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=831bc188fa69f143bbba69ac76119e784500e8e3 2024-03-10T01:52:04.728 INFO:teuthology.orchestra.run.smithi033.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-10T01:52:04.729 INFO:teuthology.orchestra.run.smithi033.stdout:uid [ unknown] Ceph.com (release key) 2024-03-10T01:52:04.729 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-10T01:52:04.729 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=831bc188fa69f143bbba69ac76119e784500e8e3 2024-03-10T01:52:04.732 INFO:teuthology.orchestra.run.smithi066.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2024-03-10T01:52:04.733 INFO:teuthology.orchestra.run.smithi066.stdout:uid [ unknown] Ceph.com (release key) 2024-03-10T01:52:04.733 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-10T01:52:04.733 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=831bc188fa69f143bbba69ac76119e784500e8e3 2024-03-10T01:52:04.867 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default/ 2024-03-10T01:52:04.867 INFO:teuthology.task.install.deb:Package version is 19.0.0-1875-g831bc188-1jammy 2024-03-10T01:52:04.873 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default/ 2024-03-10T01:52:04.873 INFO:teuthology.task.install.deb:Package version is 19.0.0-1875-g831bc188-1jammy 2024-03-10T01:52:04.939 INFO:teuthology.task.install.deb:Pulling from https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default/ 2024-03-10T01:52:04.940 INFO:teuthology.task.install.deb:Package version is 19.0.0-1875-g831bc188-1jammy 2024-03-10T01:52:04.980 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-10T01:52:04.980 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-10T01:52:04.994 DEBUG:teuthology.orchestra.run.smithi066:> sudo apt-get update 2024-03-10T01:52:05.038 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-03-10T01:52:05.038 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-10T01:52:05.045 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-03-10T01:52:05.045 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2024-03-10T01:52:05.052 DEBUG:teuthology.orchestra.run.smithi160:> sudo apt-get update 2024-03-10T01:52:05.059 DEBUG:teuthology.orchestra.run.smithi033:> sudo apt-get update 2024-03-10T01:52:05.219 INFO:teuthology.orchestra.run.smithi066.stdout:Ign:1 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy InRelease 2024-03-10T01:52:05.223 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:1 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-10T01:52:05.223 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-10T01:52:05.237 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-10T01:52:05.237 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:2 http://security.ubuntu.com/ubuntu jammy-security InRelease 2024-03-10T01:52:05.238 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-10T01:52:05.240 INFO:teuthology.orchestra.run.smithi066.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-10T01:52:05.250 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease 2024-03-10T01:52:05.260 INFO:teuthology.orchestra.run.smithi160.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-10T01:52:05.263 INFO:teuthology.orchestra.run.smithi066.stdout:Ign:3 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-10T01:52:05.276 INFO:teuthology.orchestra.run.smithi033.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-10T01:52:05.286 INFO:teuthology.orchestra.run.smithi033.stdout:Ign:5 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy InRelease 2024-03-10T01:52:05.295 INFO:teuthology.orchestra.run.smithi066.stdout:Hit:4 http://archive.ubuntu.com/ubuntu jammy InRelease 2024-03-10T01:52:05.295 INFO:teuthology.orchestra.run.smithi066.stdout:Get:5 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB] 2024-03-10T01:52:05.295 INFO:teuthology.orchestra.run.smithi066.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.8 kB] 2024-03-10T01:52:05.307 INFO:teuthology.orchestra.run.smithi033.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-10T01:52:05.325 INFO:teuthology.orchestra.run.smithi066.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,405 B] 2024-03-10T01:52:05.329 INFO:teuthology.orchestra.run.smithi033.stdout:Ign:7 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-10T01:52:05.333 INFO:teuthology.orchestra.run.smithi160.stdout:Ign:5 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy InRelease 2024-03-10T01:52:05.350 INFO:teuthology.orchestra.run.smithi033.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,405 B] 2024-03-10T01:52:05.366 INFO:teuthology.orchestra.run.smithi066.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB] 2024-03-10T01:52:05.377 INFO:teuthology.orchestra.run.smithi033.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.8 kB] 2024-03-10T01:52:05.380 INFO:teuthology.orchestra.run.smithi160.stdout:Get:6 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy Release [7,662 B] 2024-03-10T01:52:05.442 INFO:teuthology.orchestra.run.smithi160.stdout:Ign:7 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy Release.gpg 2024-03-10T01:52:05.500 INFO:teuthology.orchestra.run.smithi160.stdout:Get:8 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main i386 Packages [3,405 B] 2024-03-10T01:52:05.555 INFO:teuthology.orchestra.run.smithi160.stdout:Get:9 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 Packages [17.8 kB] 2024-03-10T01:52:05.607 INFO:teuthology.orchestra.run.smithi033.stdout:Fetched 28.9 kB in 0s (80.3 kB/s) 2024-03-10T01:52:05.637 INFO:teuthology.orchestra.run.smithi160.stdout:Fetched 28.9 kB in 0s (71.6 kB/s) 2024-03-10T01:52:05.718 INFO:teuthology.orchestra.run.smithi066.stdout:Hit:9 http://archive.ubuntu.com/ubuntu jammy-backports InRelease 2024-03-10T01:52:05.877 INFO:teuthology.orchestra.run.smithi066.stdout:Fetched 258 kB in 1s (369 kB/s) 2024-03-10T01:52:06.561 INFO:teuthology.orchestra.run.smithi033.stdout:Reading package lists... 2024-03-10T01:52:06.578 DEBUG:teuthology.orchestra.run.smithi033:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-1875-g831bc188-1jammy cephadm=19.0.0-1875-g831bc188-1jammy ceph-mds=19.0.0-1875-g831bc188-1jammy ceph-mgr=19.0.0-1875-g831bc188-1jammy ceph-common=19.0.0-1875-g831bc188-1jammy ceph-fuse=19.0.0-1875-g831bc188-1jammy ceph-test=19.0.0-1875-g831bc188-1jammy ceph-volume=19.0.0-1875-g831bc188-1jammy radosgw=19.0.0-1875-g831bc188-1jammy python3-rados=19.0.0-1875-g831bc188-1jammy python3-rgw=19.0.0-1875-g831bc188-1jammy python3-cephfs=19.0.0-1875-g831bc188-1jammy python3-rbd=19.0.0-1875-g831bc188-1jammy libcephfs2=19.0.0-1875-g831bc188-1jammy libcephfs-dev=19.0.0-1875-g831bc188-1jammy librados2=19.0.0-1875-g831bc188-1jammy librbd1=19.0.0-1875-g831bc188-1jammy rbd-fuse=19.0.0-1875-g831bc188-1jammy 2024-03-10T01:52:06.595 INFO:teuthology.orchestra.run.smithi160.stdout:Reading package lists... 2024-03-10T01:52:06.610 DEBUG:teuthology.orchestra.run.smithi160:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-1875-g831bc188-1jammy cephadm=19.0.0-1875-g831bc188-1jammy ceph-mds=19.0.0-1875-g831bc188-1jammy ceph-mgr=19.0.0-1875-g831bc188-1jammy ceph-common=19.0.0-1875-g831bc188-1jammy ceph-fuse=19.0.0-1875-g831bc188-1jammy ceph-test=19.0.0-1875-g831bc188-1jammy ceph-volume=19.0.0-1875-g831bc188-1jammy radosgw=19.0.0-1875-g831bc188-1jammy python3-rados=19.0.0-1875-g831bc188-1jammy python3-rgw=19.0.0-1875-g831bc188-1jammy python3-cephfs=19.0.0-1875-g831bc188-1jammy python3-rbd=19.0.0-1875-g831bc188-1jammy libcephfs2=19.0.0-1875-g831bc188-1jammy libcephfs-dev=19.0.0-1875-g831bc188-1jammy librados2=19.0.0-1875-g831bc188-1jammy librbd1=19.0.0-1875-g831bc188-1jammy rbd-fuse=19.0.0-1875-g831bc188-1jammy 2024-03-10T01:52:06.631 INFO:teuthology.orchestra.run.smithi033.stdout:Reading package lists... 2024-03-10T01:52:06.672 INFO:teuthology.orchestra.run.smithi160.stdout:Reading package lists... 2024-03-10T01:52:06.806 INFO:teuthology.orchestra.run.smithi033.stdout:Building dependency tree... 2024-03-10T01:52:06.807 INFO:teuthology.orchestra.run.smithi033.stdout:Reading state information... 2024-03-10T01:52:06.823 INFO:teuthology.orchestra.run.smithi066.stdout:Reading package lists... 2024-03-10T01:52:06.839 DEBUG:teuthology.orchestra.run.smithi066:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=19.0.0-1875-g831bc188-1jammy cephadm=19.0.0-1875-g831bc188-1jammy ceph-mds=19.0.0-1875-g831bc188-1jammy ceph-mgr=19.0.0-1875-g831bc188-1jammy ceph-common=19.0.0-1875-g831bc188-1jammy ceph-fuse=19.0.0-1875-g831bc188-1jammy ceph-test=19.0.0-1875-g831bc188-1jammy ceph-volume=19.0.0-1875-g831bc188-1jammy radosgw=19.0.0-1875-g831bc188-1jammy python3-rados=19.0.0-1875-g831bc188-1jammy python3-rgw=19.0.0-1875-g831bc188-1jammy python3-cephfs=19.0.0-1875-g831bc188-1jammy python3-rbd=19.0.0-1875-g831bc188-1jammy libcephfs2=19.0.0-1875-g831bc188-1jammy libcephfs-dev=19.0.0-1875-g831bc188-1jammy librados2=19.0.0-1875-g831bc188-1jammy librbd1=19.0.0-1875-g831bc188-1jammy rbd-fuse=19.0.0-1875-g831bc188-1jammy 2024-03-10T01:52:06.865 INFO:teuthology.orchestra.run.smithi160.stdout:Building dependency tree... 2024-03-10T01:52:06.866 INFO:teuthology.orchestra.run.smithi160.stdout:Reading state information... 2024-03-10T01:52:06.900 INFO:teuthology.orchestra.run.smithi066.stdout:Reading package lists... 2024-03-10T01:52:06.970 INFO:teuthology.orchestra.run.smithi033.stdout:The following packages were automatically installed and are no longer required: 2024-03-10T01:52:06.970 INFO:teuthology.orchestra.run.smithi033.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-10T01:52:06.970 INFO:teuthology.orchestra.run.smithi033.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-10T01:52:06.970 INFO:teuthology.orchestra.run.smithi033.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-10T01:52:06.970 INFO:teuthology.orchestra.run.smithi033.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-10T01:52:06.971 INFO:teuthology.orchestra.run.smithi033.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-10T01:52:06.971 INFO:teuthology.orchestra.run.smithi033.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-10T01:52:06.971 INFO:teuthology.orchestra.run.smithi033.stdout:The following additional packages will be installed: 2024-03-10T01:52:06.971 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-10T01:52:06.971 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-10T01:52:06.971 INFO:teuthology.orchestra.run.smithi033.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-10T01:52:06.971 INFO:teuthology.orchestra.run.smithi033.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-10T01:52:06.972 INFO:teuthology.orchestra.run.smithi033.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-10T01:52:06.973 INFO:teuthology.orchestra.run.smithi033.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-10T01:52:06.973 INFO:teuthology.orchestra.run.smithi033.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-10T01:52:06.973 INFO:teuthology.orchestra.run.smithi033.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-10T01:52:06.973 INFO:teuthology.orchestra.run.smithi033.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-10T01:52:06.973 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-10T01:52:06.973 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-10T01:52:06.973 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-10T01:52:06.973 INFO:teuthology.orchestra.run.smithi033.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-10T01:52:06.973 INFO:teuthology.orchestra.run.smithi033.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-10T01:52:06.973 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-10T01:52:06.973 INFO:teuthology.orchestra.run.smithi033.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-10T01:52:06.973 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-10T01:52:06.973 INFO:teuthology.orchestra.run.smithi033.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-10T01:52:06.973 INFO:teuthology.orchestra.run.smithi033.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-10T01:52:06.974 INFO:teuthology.orchestra.run.smithi033.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-10T01:52:06.974 INFO:teuthology.orchestra.run.smithi033.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-10T01:52:06.974 INFO:teuthology.orchestra.run.smithi033.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-10T01:52:06.974 INFO:teuthology.orchestra.run.smithi033.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-10T01:52:06.974 INFO:teuthology.orchestra.run.smithi033.stdout: xmlstarlet zip 2024-03-10T01:52:06.974 INFO:teuthology.orchestra.run.smithi033.stdout:Suggested packages: 2024-03-10T01:52:06.974 INFO:teuthology.orchestra.run.smithi033.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-10T01:52:06.974 INFO:teuthology.orchestra.run.smithi033.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-10T01:52:06.974 INFO:teuthology.orchestra.run.smithi033.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-10T01:52:06.974 INFO:teuthology.orchestra.run.smithi033.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-10T01:52:06.975 INFO:teuthology.orchestra.run.smithi033.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-10T01:52:06.975 INFO:teuthology.orchestra.run.smithi033.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-10T01:52:06.975 INFO:teuthology.orchestra.run.smithi033.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-10T01:52:06.975 INFO:teuthology.orchestra.run.smithi033.stdout:Recommended packages: 2024-03-10T01:52:06.975 INFO:teuthology.orchestra.run.smithi033.stdout: btrfs-tools 2024-03-10T01:52:07.026 INFO:teuthology.orchestra.run.smithi160.stdout:The following packages were automatically installed and are no longer required: 2024-03-10T01:52:07.027 INFO:teuthology.orchestra.run.smithi160.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-10T01:52:07.027 INFO:teuthology.orchestra.run.smithi160.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-10T01:52:07.027 INFO:teuthology.orchestra.run.smithi160.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-10T01:52:07.027 INFO:teuthology.orchestra.run.smithi160.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-10T01:52:07.027 INFO:teuthology.orchestra.run.smithi160.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-10T01:52:07.027 INFO:teuthology.orchestra.run.smithi160.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-10T01:52:07.028 INFO:teuthology.orchestra.run.smithi160.stdout:The following additional packages will be installed: 2024-03-10T01:52:07.028 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-10T01:52:07.028 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-10T01:52:07.029 INFO:teuthology.orchestra.run.smithi160.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-10T01:52:07.029 INFO:teuthology.orchestra.run.smithi160.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-10T01:52:07.029 INFO:teuthology.orchestra.run.smithi160.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-10T01:52:07.029 INFO:teuthology.orchestra.run.smithi160.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-10T01:52:07.029 INFO:teuthology.orchestra.run.smithi160.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-10T01:52:07.029 INFO:teuthology.orchestra.run.smithi160.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-10T01:52:07.029 INFO:teuthology.orchestra.run.smithi160.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-10T01:52:07.029 INFO:teuthology.orchestra.run.smithi160.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-10T01:52:07.029 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-10T01:52:07.029 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-10T01:52:07.029 INFO:teuthology.orchestra.run.smithi160.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-10T01:52:07.029 INFO:teuthology.orchestra.run.smithi160.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-10T01:52:07.029 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-10T01:52:07.029 INFO:teuthology.orchestra.run.smithi160.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-10T01:52:07.029 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-10T01:52:07.030 INFO:teuthology.orchestra.run.smithi160.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-10T01:52:07.030 INFO:teuthology.orchestra.run.smithi160.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-10T01:52:07.030 INFO:teuthology.orchestra.run.smithi160.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-10T01:52:07.030 INFO:teuthology.orchestra.run.smithi160.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-10T01:52:07.030 INFO:teuthology.orchestra.run.smithi160.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-10T01:52:07.030 INFO:teuthology.orchestra.run.smithi160.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-10T01:52:07.030 INFO:teuthology.orchestra.run.smithi160.stdout: xmlstarlet zip 2024-03-10T01:52:07.030 INFO:teuthology.orchestra.run.smithi160.stdout:Suggested packages: 2024-03-10T01:52:07.031 INFO:teuthology.orchestra.run.smithi160.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-10T01:52:07.031 INFO:teuthology.orchestra.run.smithi160.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-10T01:52:07.031 INFO:teuthology.orchestra.run.smithi160.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-10T01:52:07.031 INFO:teuthology.orchestra.run.smithi160.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-10T01:52:07.031 INFO:teuthology.orchestra.run.smithi160.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-10T01:52:07.031 INFO:teuthology.orchestra.run.smithi160.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-10T01:52:07.031 INFO:teuthology.orchestra.run.smithi160.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-10T01:52:07.031 INFO:teuthology.orchestra.run.smithi160.stdout:Recommended packages: 2024-03-10T01:52:07.031 INFO:teuthology.orchestra.run.smithi160.stdout: btrfs-tools 2024-03-10T01:52:07.076 INFO:teuthology.orchestra.run.smithi033.stdout:The following NEW packages will be installed: 2024-03-10T01:52:07.077 INFO:teuthology.orchestra.run.smithi033.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-10T01:52:07.077 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-10T01:52:07.077 INFO:teuthology.orchestra.run.smithi033.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-10T01:52:07.077 INFO:teuthology.orchestra.run.smithi033.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-10T01:52:07.077 INFO:teuthology.orchestra.run.smithi033.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-10T01:52:07.077 INFO:teuthology.orchestra.run.smithi033.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-10T01:52:07.078 INFO:teuthology.orchestra.run.smithi033.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-10T01:52:07.079 INFO:teuthology.orchestra.run.smithi033.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-10T01:52:07.079 INFO:teuthology.orchestra.run.smithi033.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-10T01:52:07.079 INFO:teuthology.orchestra.run.smithi033.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-10T01:52:07.079 INFO:teuthology.orchestra.run.smithi033.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-10T01:52:07.079 INFO:teuthology.orchestra.run.smithi033.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-10T01:52:07.079 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-10T01:52:07.079 INFO:teuthology.orchestra.run.smithi033.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-10T01:52:07.079 INFO:teuthology.orchestra.run.smithi033.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-10T01:52:07.079 INFO:teuthology.orchestra.run.smithi033.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-10T01:52:07.080 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-10T01:52:07.080 INFO:teuthology.orchestra.run.smithi033.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-10T01:52:07.080 INFO:teuthology.orchestra.run.smithi033.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-10T01:52:07.080 INFO:teuthology.orchestra.run.smithi033.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-10T01:52:07.080 INFO:teuthology.orchestra.run.smithi033.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-10T01:52:07.080 INFO:teuthology.orchestra.run.smithi033.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-10T01:52:07.080 INFO:teuthology.orchestra.run.smithi033.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-10T01:52:07.080 INFO:teuthology.orchestra.run.smithi033.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-10T01:52:07.080 INFO:teuthology.orchestra.run.smithi033.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-10T01:52:07.080 INFO:teuthology.orchestra.run.smithi033.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-10T01:52:07.098 INFO:teuthology.orchestra.run.smithi066.stdout:Building dependency tree... 2024-03-10T01:52:07.098 INFO:teuthology.orchestra.run.smithi066.stdout:Reading state information... 2024-03-10T01:52:07.131 INFO:teuthology.orchestra.run.smithi160.stdout:The following NEW packages will be installed: 2024-03-10T01:52:07.131 INFO:teuthology.orchestra.run.smithi160.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-10T01:52:07.132 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-10T01:52:07.132 INFO:teuthology.orchestra.run.smithi160.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-10T01:52:07.132 INFO:teuthology.orchestra.run.smithi160.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-10T01:52:07.132 INFO:teuthology.orchestra.run.smithi160.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-10T01:52:07.132 INFO:teuthology.orchestra.run.smithi160.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-10T01:52:07.132 INFO:teuthology.orchestra.run.smithi160.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-10T01:52:07.132 INFO:teuthology.orchestra.run.smithi160.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-10T01:52:07.132 INFO:teuthology.orchestra.run.smithi160.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-10T01:52:07.132 INFO:teuthology.orchestra.run.smithi160.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-10T01:52:07.132 INFO:teuthology.orchestra.run.smithi160.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-10T01:52:07.132 INFO:teuthology.orchestra.run.smithi160.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-10T01:52:07.132 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-10T01:52:07.132 INFO:teuthology.orchestra.run.smithi160.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-10T01:52:07.133 INFO:teuthology.orchestra.run.smithi160.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-10T01:52:07.133 INFO:teuthology.orchestra.run.smithi160.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-10T01:52:07.133 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-10T01:52:07.133 INFO:teuthology.orchestra.run.smithi160.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-10T01:52:07.133 INFO:teuthology.orchestra.run.smithi160.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-10T01:52:07.133 INFO:teuthology.orchestra.run.smithi160.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-10T01:52:07.133 INFO:teuthology.orchestra.run.smithi160.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-10T01:52:07.133 INFO:teuthology.orchestra.run.smithi160.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-10T01:52:07.133 INFO:teuthology.orchestra.run.smithi160.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-10T01:52:07.133 INFO:teuthology.orchestra.run.smithi160.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-10T01:52:07.133 INFO:teuthology.orchestra.run.smithi160.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-10T01:52:07.133 INFO:teuthology.orchestra.run.smithi160.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-10T01:52:07.187 INFO:teuthology.orchestra.run.smithi033.stdout:0 upgraded, 118 newly installed, 0 to remove and 275 not upgraded. 2024-03-10T01:52:07.187 INFO:teuthology.orchestra.run.smithi033.stdout:Need to get 176 MB of archives. 2024-03-10T01:52:07.187 INFO:teuthology.orchestra.run.smithi033.stdout:After this operation, 732 MB of additional disk space will be used. 2024-03-10T01:52:07.187 INFO:teuthology.orchestra.run.smithi033.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-10T01:52:07.224 INFO:teuthology.orchestra.run.smithi033.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-1875-g831bc188-1jammy [3,547 kB] 2024-03-10T01:52:07.275 INFO:teuthology.orchestra.run.smithi160.stdout:0 upgraded, 118 newly installed, 0 to remove and 275 not upgraded. 2024-03-10T01:52:07.275 INFO:teuthology.orchestra.run.smithi160.stdout:Need to get 176 MB of archives. 2024-03-10T01:52:07.275 INFO:teuthology.orchestra.run.smithi160.stdout:After this operation, 732 MB of additional disk space will be used. 2024-03-10T01:52:07.275 INFO:teuthology.orchestra.run.smithi160.stdout:Get:1 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-1875-g831bc188-1jammy [3,547 kB] 2024-03-10T01:52:07.284 INFO:teuthology.orchestra.run.smithi066.stdout:The following packages were automatically installed and are no longer required: 2024-03-10T01:52:07.284 INFO:teuthology.orchestra.run.smithi066.stdout: libboost-iostreams1.74.0 libboost-thread1.74.0 libgfapi0 libgfrpc0 libgfxdr0 2024-03-10T01:52:07.284 INFO:teuthology.orchestra.run.smithi066.stdout: libglusterfs0 libiscsi7 libpmemobj1 libpython2-dev libpython2-stdlib 2024-03-10T01:52:07.285 INFO:teuthology.orchestra.run.smithi066.stdout: libpython2.7 libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib 2024-03-10T01:52:07.285 INFO:teuthology.orchestra.run.smithi066.stdout: linux-image-5.4.0-135-generic linux-modules-5.4.0-135-generic python2 2024-03-10T01:52:07.285 INFO:teuthology.orchestra.run.smithi066.stdout: python2-dev python2-minimal python2.7 python2.7-dev python2.7-minimal 2024-03-10T01:52:07.285 INFO:teuthology.orchestra.run.smithi066.stdout:Use 'sudo apt autoremove' to remove them. 2024-03-10T01:52:07.286 INFO:teuthology.orchestra.run.smithi066.stdout:The following additional packages will be installed: 2024-03-10T01:52:07.286 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-base ceph-mgr-cephadm ceph-mgr-dashboard ceph-mgr-diskprediction-local 2024-03-10T01:52:07.287 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq 2024-03-10T01:52:07.287 INFO:teuthology.orchestra.run.smithi066.stdout: libdouble-conversion3 libjq1 liblttng-ust1 liblua5.3-dev liboath0 libonig5 2024-03-10T01:52:07.287 INFO:teuthology.orchestra.run.smithi066.stdout: libpcre2-16-0 libqt5core5a libqt5dbus5 libqt5network5 libradosstriper1 2024-03-10T01:52:07.288 INFO:teuthology.orchestra.run.smithi066.stdout: librdkafka1 libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 2024-03-10T01:52:07.288 INFO:teuthology.orchestra.run.smithi066.stdout: lua-any lua-sec lua-socket lua5.1 luarocks nvme-cli pkg-config 2024-03-10T01:52:07.288 INFO:teuthology.orchestra.run.smithi066.stdout: python-asyncssh-doc python-babel-localedata python-pastedeploy-tpl 2024-03-10T01:52:07.288 INFO:teuthology.orchestra.run.smithi066.stdout: python3-asyncssh python3-babel python3-bcrypt python3-cachetools 2024-03-10T01:52:07.288 INFO:teuthology.orchestra.run.smithi066.stdout: python3-ceph-argparse python3-ceph-common python3-certifi python3-cheroot 2024-03-10T01:52:07.288 INFO:teuthology.orchestra.run.smithi066.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-10T01:52:07.288 INFO:teuthology.orchestra.run.smithi066.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-10T01:52:07.288 INFO:teuthology.orchestra.run.smithi066.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-10T01:52:07.288 INFO:teuthology.orchestra.run.smithi066.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-10T01:52:07.288 INFO:teuthology.orchestra.run.smithi066.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-10T01:52:07.289 INFO:teuthology.orchestra.run.smithi066.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-10T01:52:07.289 INFO:teuthology.orchestra.run.smithi066.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-10T01:52:07.289 INFO:teuthology.orchestra.run.smithi066.stdout: python3-pygments python3-pyinotify python3-pytest python3-repoze.lru 2024-03-10T01:52:07.289 INFO:teuthology.orchestra.run.smithi066.stdout: python3-requests python3-requests-oauthlib python3-routes python3-rsa 2024-03-10T01:52:07.289 INFO:teuthology.orchestra.run.smithi066.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2024-03-10T01:52:07.289 INFO:teuthology.orchestra.run.smithi066.stdout: python3-sklearn python3-sklearn-lib python3-tempita python3-tempora 2024-03-10T01:52:07.289 INFO:teuthology.orchestra.run.smithi066.stdout: python3-threadpoolctl python3-toml python3-urllib3 python3-waitress 2024-03-10T01:52:07.289 INFO:teuthology.orchestra.run.smithi066.stdout: python3-wcwidth python3-webob python3-websocket python3-webtest 2024-03-10T01:52:07.289 INFO:teuthology.orchestra.run.smithi066.stdout: python3-werkzeug python3-zc.lockfile qttranslations5-l10n socat unzip 2024-03-10T01:52:07.289 INFO:teuthology.orchestra.run.smithi066.stdout: xmlstarlet zip 2024-03-10T01:52:07.289 INFO:teuthology.orchestra.run.smithi066.stdout:Suggested packages: 2024-03-10T01:52:07.290 INFO:teuthology.orchestra.run.smithi066.stdout: python3-influxdb readline-doc python-jinja2-doc python3-beaker 2024-03-10T01:52:07.290 INFO:teuthology.orchestra.run.smithi066.stdout: python-mako-doc python-natsort-doc python-openssl-doc python3-openssl-dbg 2024-03-10T01:52:07.290 INFO:teuthology.orchestra.run.smithi066.stdout: httpd-wsgi libapache2-mod-python libapache2-mod-scgi libjs-mochikit 2024-03-10T01:52:07.290 INFO:teuthology.orchestra.run.smithi066.stdout: python-pecan-doc python-psutil-doc subversion python-pygments-doc 2024-03-10T01:52:07.290 INFO:teuthology.orchestra.run.smithi066.stdout: python-pyinotify-doc python3-socks python-requests-doc python3-dap 2024-03-10T01:52:07.290 INFO:teuthology.orchestra.run.smithi066.stdout: python-sklearn-doc ipython3 python-waitress-doc python-webob-doc 2024-03-10T01:52:07.290 INFO:teuthology.orchestra.run.smithi066.stdout: python-webtest-doc python-werkzeug-doc python3-watchdog 2024-03-10T01:52:07.290 INFO:teuthology.orchestra.run.smithi066.stdout:Recommended packages: 2024-03-10T01:52:07.290 INFO:teuthology.orchestra.run.smithi066.stdout: btrfs-tools 2024-03-10T01:52:07.319 INFO:teuthology.orchestra.run.smithi160.stdout:Get:2 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-10T01:52:07.335 INFO:teuthology.orchestra.run.smithi033.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-10T01:52:07.337 INFO:teuthology.orchestra.run.smithi033.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-10T01:52:07.363 INFO:teuthology.orchestra.run.smithi033.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-10T01:52:07.396 INFO:teuthology.orchestra.run.smithi066.stdout:The following NEW packages will be installed: 2024-03-10T01:52:07.396 INFO:teuthology.orchestra.run.smithi066.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-cephadm 2024-03-10T01:52:07.397 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mgr-dashboard ceph-mgr-diskprediction-local ceph-mgr-k8sevents 2024-03-10T01:52:07.397 INFO:teuthology.orchestra.run.smithi066.stdout: ceph-mgr-modules-core ceph-mon ceph-osd ceph-test ceph-volume cephadm jq 2024-03-10T01:52:07.397 INFO:teuthology.orchestra.run.smithi066.stdout: libcephfs-dev libcephfs2 libdouble-conversion3 libjq1 liblttng-ust1 2024-03-10T01:52:07.397 INFO:teuthology.orchestra.run.smithi066.stdout: liblua5.3-dev liboath0 libonig5 libpcre2-16-0 libqt5core5a libqt5dbus5 2024-03-10T01:52:07.397 INFO:teuthology.orchestra.run.smithi066.stdout: libqt5network5 librados2 libradosstriper1 librbd1 librdkafka1 2024-03-10T01:52:07.398 INFO:teuthology.orchestra.run.smithi066.stdout: libreadline-dev librgw2 libsqlite3-mod-ceph libthrift-0.16.0 lua-any lua-sec 2024-03-10T01:52:07.398 INFO:teuthology.orchestra.run.smithi066.stdout: lua-socket lua5.1 luarocks nvme-cli pkg-config python-asyncssh-doc 2024-03-10T01:52:07.398 INFO:teuthology.orchestra.run.smithi066.stdout: python-babel-localedata python-pastedeploy-tpl python3-asyncssh 2024-03-10T01:52:07.398 INFO:teuthology.orchestra.run.smithi066.stdout: python3-babel python3-bcrypt python3-cachetools python3-ceph-argparse 2024-03-10T01:52:07.398 INFO:teuthology.orchestra.run.smithi066.stdout: python3-ceph-common python3-cephfs python3-certifi python3-cheroot 2024-03-10T01:52:07.398 INFO:teuthology.orchestra.run.smithi066.stdout: python3-cherrypy3 python3-google-auth python3-idna python3-iniconfig 2024-03-10T01:52:07.398 INFO:teuthology.orchestra.run.smithi066.stdout: python3-jaraco.classes python3-jaraco.collections python3-jaraco.functools 2024-03-10T01:52:07.399 INFO:teuthology.orchestra.run.smithi066.stdout: python3-jaraco.text python3-jinja2 python3-joblib python3-kubernetes 2024-03-10T01:52:07.399 INFO:teuthology.orchestra.run.smithi066.stdout: python3-logutils python3-mako python3-markupsafe python3-natsort 2024-03-10T01:52:07.399 INFO:teuthology.orchestra.run.smithi066.stdout: python3-openssl python3-paste python3-pastedeploy python3-pastescript 2024-03-10T01:52:07.399 INFO:teuthology.orchestra.run.smithi066.stdout: python3-pecan python3-pluggy python3-portend python3-prettytable 2024-03-10T01:52:07.399 INFO:teuthology.orchestra.run.smithi066.stdout: python3-psutil python3-py python3-pyasn1 python3-pyasn1-modules 2024-03-10T01:52:07.399 INFO:teuthology.orchestra.run.smithi066.stdout: python3-pygments python3-pyinotify python3-pytest python3-rados python3-rbd 2024-03-10T01:52:07.399 INFO:teuthology.orchestra.run.smithi066.stdout: python3-repoze.lru python3-requests python3-requests-oauthlib python3-rgw 2024-03-10T01:52:07.399 INFO:teuthology.orchestra.run.smithi066.stdout: python3-routes python3-rsa python3-simplegeneric python3-simplejson 2024-03-10T01:52:07.399 INFO:teuthology.orchestra.run.smithi066.stdout: python3-singledispatch python3-sklearn python3-sklearn-lib python3-tempita 2024-03-10T01:52:07.399 INFO:teuthology.orchestra.run.smithi066.stdout: python3-tempora python3-threadpoolctl python3-toml python3-urllib3 2024-03-10T01:52:07.399 INFO:teuthology.orchestra.run.smithi066.stdout: python3-waitress python3-wcwidth python3-webob python3-websocket 2024-03-10T01:52:07.399 INFO:teuthology.orchestra.run.smithi066.stdout: python3-webtest python3-werkzeug python3-zc.lockfile qttranslations5-l10n 2024-03-10T01:52:07.399 INFO:teuthology.orchestra.run.smithi066.stdout: radosgw rbd-fuse socat unzip xmlstarlet zip 2024-03-10T01:52:07.439 INFO:teuthology.orchestra.run.smithi033.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-10T01:52:07.440 INFO:teuthology.orchestra.run.smithi033.stdout:Get:7 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-1875-g831bc188-1jammy [3,220 kB] 2024-03-10T01:52:07.444 INFO:teuthology.orchestra.run.smithi033.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-10T01:52:07.457 INFO:teuthology.orchestra.run.smithi033.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-10T01:52:07.462 INFO:teuthology.orchestra.run.smithi033.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-10T01:52:07.463 INFO:teuthology.orchestra.run.smithi033.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-10T01:52:07.464 INFO:teuthology.orchestra.run.smithi033.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-10T01:52:07.473 INFO:teuthology.orchestra.run.smithi033.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-10T01:52:07.475 INFO:teuthology.orchestra.run.smithi033.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-10T01:52:07.477 INFO:teuthology.orchestra.run.smithi033.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-10T01:52:07.478 INFO:teuthology.orchestra.run.smithi033.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-10T01:52:07.496 INFO:teuthology.orchestra.run.smithi033.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-10T01:52:07.499 INFO:teuthology.orchestra.run.smithi033.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-10T01:52:07.502 INFO:teuthology.orchestra.run.smithi033.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-10T01:52:07.503 INFO:teuthology.orchestra.run.smithi033.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-10T01:52:07.504 INFO:teuthology.orchestra.run.smithi033.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-10T01:52:07.517 INFO:teuthology.orchestra.run.smithi033.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-03-10T01:52:07.519 INFO:teuthology.orchestra.run.smithi033.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-10T01:52:07.519 INFO:teuthology.orchestra.run.smithi033.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-10T01:52:07.519 INFO:teuthology.orchestra.run.smithi033.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-10T01:52:07.520 INFO:teuthology.orchestra.run.smithi033.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-10T01:52:07.537 INFO:teuthology.orchestra.run.smithi033.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-10T01:52:07.538 INFO:teuthology.orchestra.run.smithi033.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-10T01:52:07.538 INFO:teuthology.orchestra.run.smithi033.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-10T01:52:07.541 INFO:teuthology.orchestra.run.smithi033.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-10T01:52:07.541 INFO:teuthology.orchestra.run.smithi033.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-10T01:52:07.549 INFO:teuthology.orchestra.run.smithi033.stdout:Get:32 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-1875-g831bc188-1jammy [709 kB] 2024-03-10T01:52:07.558 INFO:teuthology.orchestra.run.smithi033.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-10T01:52:07.559 INFO:teuthology.orchestra.run.smithi033.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-03-10T01:52:07.560 INFO:teuthology.orchestra.run.smithi033.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-10T01:52:07.560 INFO:teuthology.orchestra.run.smithi033.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-10T01:52:07.560 INFO:teuthology.orchestra.run.smithi033.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-10T01:52:07.579 INFO:teuthology.orchestra.run.smithi033.stdout:Get:38 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-1875-g831bc188-1jammy [356 kB] 2024-03-10T01:52:07.579 INFO:teuthology.orchestra.run.smithi033.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-10T01:52:07.581 INFO:teuthology.orchestra.run.smithi033.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-10T01:52:07.582 INFO:teuthology.orchestra.run.smithi033.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-10T01:52:07.586 INFO:teuthology.orchestra.run.smithi066.stdout:0 upgraded, 118 newly installed, 0 to remove and 275 not upgraded. 2024-03-10T01:52:07.586 INFO:teuthology.orchestra.run.smithi066.stdout:Need to get 176 MB of archives. 2024-03-10T01:52:07.587 INFO:teuthology.orchestra.run.smithi066.stdout:After this operation, 732 MB of additional disk space will be used. 2024-03-10T01:52:07.587 INFO:teuthology.orchestra.run.smithi066.stdout:Get:1 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblttng-ust1 amd64 2.13.1-1ubuntu1 [190 kB] 2024-03-10T01:52:07.592 INFO:teuthology.orchestra.run.smithi033.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-10T01:52:07.592 INFO:teuthology.orchestra.run.smithi033.stdout:Get:43 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-1875-g831bc188-1jammy [32.8 kB] 2024-03-10T01:52:07.592 INFO:teuthology.orchestra.run.smithi033.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-10T01:52:07.593 INFO:teuthology.orchestra.run.smithi033.stdout:Get:45 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-1875-g831bc188-1jammy [180 kB] 2024-03-10T01:52:07.599 INFO:teuthology.orchestra.run.smithi033.stdout:Get:46 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-1875-g831bc188-1jammy [64.6 kB] 2024-03-10T01:52:07.600 INFO:teuthology.orchestra.run.smithi033.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-10T01:52:07.601 INFO:teuthology.orchestra.run.smithi033.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-10T01:52:07.601 INFO:teuthology.orchestra.run.smithi033.stdout:Get:49 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-1875-g831bc188-1jammy [330 kB] 2024-03-10T01:52:07.604 INFO:teuthology.orchestra.run.smithi033.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-10T01:52:07.607 INFO:teuthology.orchestra.run.smithi033.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-10T01:52:07.609 INFO:teuthology.orchestra.run.smithi033.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-03-10T01:52:07.613 INFO:teuthology.orchestra.run.smithi033.stdout:Get:53 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-1875-g831bc188-1jammy [6,627 kB] 2024-03-10T01:52:07.621 INFO:teuthology.orchestra.run.smithi033.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-03-10T01:52:07.622 INFO:teuthology.orchestra.run.smithi033.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-werkzeug all 2.0.2+dfsg1-1ubuntu0.22.04.1 [181 kB] 2024-03-10T01:52:07.627 INFO:teuthology.orchestra.run.smithi033.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-10T01:52:07.628 INFO:teuthology.orchestra.run.smithi033.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-10T01:52:07.630 INFO:teuthology.orchestra.run.smithi033.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-10T01:52:07.641 INFO:teuthology.orchestra.run.smithi033.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-babel-localedata all 2.8.0+dfsg.1-7 [4,982 kB] 2024-03-10T01:52:07.722 INFO:teuthology.orchestra.run.smithi033.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-10T01:52:07.722 INFO:teuthology.orchestra.run.smithi033.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-10T01:52:07.724 INFO:teuthology.orchestra.run.smithi033.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-10T01:52:07.724 INFO:teuthology.orchestra.run.smithi033.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-10T01:52:07.725 INFO:teuthology.orchestra.run.smithi033.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-10T01:52:07.748 INFO:teuthology.orchestra.run.smithi033.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-10T01:52:07.749 INFO:teuthology.orchestra.run.smithi160.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-10T01:52:07.750 INFO:teuthology.orchestra.run.smithi033.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-10T01:52:07.750 INFO:teuthology.orchestra.run.smithi033.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-10T01:52:07.761 INFO:teuthology.orchestra.run.smithi160.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-10T01:52:07.775 INFO:teuthology.orchestra.run.smithi033.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-10T01:52:07.775 INFO:teuthology.orchestra.run.smithi033.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-10T01:52:07.797 INFO:teuthology.orchestra.run.smithi033.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-10T01:52:07.797 INFO:teuthology.orchestra.run.smithi033.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-10T01:52:07.798 INFO:teuthology.orchestra.run.smithi033.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-10T01:52:07.799 INFO:teuthology.orchestra.run.smithi033.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-10T01:52:07.799 INFO:teuthology.orchestra.run.smithi033.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-10T01:52:07.800 INFO:teuthology.orchestra.run.smithi033.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-10T01:52:07.804 INFO:teuthology.orchestra.run.smithi033.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-10T01:52:07.830 INFO:teuthology.orchestra.run.smithi033.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-10T01:52:07.832 INFO:teuthology.orchestra.run.smithi033.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-10T01:52:07.833 INFO:teuthology.orchestra.run.smithi033.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-10T01:52:07.843 INFO:teuthology.orchestra.run.smithi160.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-10T01:52:07.851 INFO:teuthology.orchestra.run.smithi033.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-10T01:52:07.854 INFO:teuthology.orchestra.run.smithi033.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-10T01:52:07.855 INFO:teuthology.orchestra.run.smithi033.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-10T01:52:07.855 INFO:teuthology.orchestra.run.smithi033.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-10T01:52:07.861 INFO:teuthology.orchestra.run.smithi033.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-10T01:52:07.861 INFO:teuthology.orchestra.run.smithi033.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-10T01:52:07.865 INFO:teuthology.orchestra.run.smithi033.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-10T01:52:07.871 INFO:teuthology.orchestra.run.smithi033.stdout:Get:87 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-1875-g831bc188-1jammy [112 kB] 2024-03-10T01:52:07.872 INFO:teuthology.orchestra.run.smithi033.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-10T01:52:07.873 INFO:teuthology.orchestra.run.smithi033.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-10T01:52:07.874 INFO:teuthology.orchestra.run.smithi033.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-10T01:52:07.874 INFO:teuthology.orchestra.run.smithi033.stdout:Get:91 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-1875-g831bc188-1jammy [467 kB] 2024-03-10T01:52:07.890 INFO:teuthology.orchestra.run.smithi033.stdout:Get:92 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-1875-g831bc188-1jammy [24.2 MB] 2024-03-10T01:52:07.893 INFO:teuthology.orchestra.run.smithi033.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-10T01:52:07.894 INFO:teuthology.orchestra.run.smithi033.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-10T01:52:07.901 INFO:teuthology.orchestra.run.smithi033.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-10T01:52:07.901 INFO:teuthology.orchestra.run.smithi033.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-10T01:52:07.902 INFO:teuthology.orchestra.run.smithi033.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-10T01:52:07.904 INFO:teuthology.orchestra.run.smithi033.stdout:Get:98 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-10T01:52:07.904 INFO:teuthology.orchestra.run.smithi033.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-10T01:52:07.926 INFO:teuthology.orchestra.run.smithi066.stdout:Get:2 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 librados2 amd64 19.0.0-1875-g831bc188-1jammy [3,547 kB] 2024-03-10T01:52:08.014 INFO:teuthology.orchestra.run.smithi066.stdout:Get:3 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libdouble-conversion3 amd64 3.1.7-4 [39.0 kB] 2024-03-10T01:52:08.024 INFO:teuthology.orchestra.run.smithi066.stdout:Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 libpcre2-16-0 amd64 10.39-3ubuntu0.1 [203 kB] 2024-03-10T01:52:08.074 INFO:teuthology.orchestra.run.smithi160.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-10T01:52:08.086 INFO:teuthology.orchestra.run.smithi160.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-10T01:52:08.106 INFO:teuthology.orchestra.run.smithi066.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-10T01:52:08.116 INFO:teuthology.orchestra.run.smithi160.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-10T01:52:08.126 INFO:teuthology.orchestra.run.smithi160.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-10T01:52:08.126 INFO:teuthology.orchestra.run.smithi160.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-10T01:52:08.128 INFO:teuthology.orchestra.run.smithi160.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-10T01:52:08.138 INFO:teuthology.orchestra.run.smithi160.stdout:Get:12 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-1875-g831bc188-1jammy [3,220 kB] 2024-03-10T01:52:08.146 INFO:teuthology.orchestra.run.smithi160.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-10T01:52:08.315 INFO:teuthology.orchestra.run.smithi160.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-10T01:52:08.335 INFO:teuthology.orchestra.run.smithi066.stdout:Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5dbus5 amd64 5.15.3+dfsg-2ubuntu0.2 [222 kB] 2024-03-10T01:52:08.346 INFO:teuthology.orchestra.run.smithi066.stdout:Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 libqt5network5 amd64 5.15.3+dfsg-2ubuntu0.2 [731 kB] 2024-03-10T01:52:08.377 INFO:teuthology.orchestra.run.smithi066.stdout:Get:8 http://archive.ubuntu.com/ubuntu jammy/universe amd64 libthrift-0.16.0 amd64 0.16.0-2 [267 kB] 2024-03-10T01:52:08.386 INFO:teuthology.orchestra.run.smithi066.stdout:Get:9 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-wcwidth all 0.2.5+dfsg1-1 [21.9 kB] 2024-03-10T01:52:08.387 INFO:teuthology.orchestra.run.smithi066.stdout:Get:10 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-prettytable all 2.5.0-2 [31.3 kB] 2024-03-10T01:52:08.388 INFO:teuthology.orchestra.run.smithi066.stdout:Get:11 http://archive.ubuntu.com/ubuntu jammy/universe amd64 librdkafka1 amd64 1.8.0-1build1 [633 kB] 2024-03-10T01:52:08.407 INFO:teuthology.orchestra.run.smithi066.stdout:Get:12 http://archive.ubuntu.com/ubuntu jammy/main amd64 libreadline-dev amd64 8.1.2-1 [166 kB] 2024-03-10T01:52:08.575 INFO:teuthology.orchestra.run.smithi066.stdout:Get:13 http://archive.ubuntu.com/ubuntu jammy/main amd64 liblua5.3-dev amd64 5.3.6-1build1 [167 kB] 2024-03-10T01:52:08.724 INFO:teuthology.orchestra.run.smithi160.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-10T01:52:08.758 INFO:teuthology.orchestra.run.smithi160.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-10T01:52:08.760 INFO:teuthology.orchestra.run.smithi160.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-10T01:52:08.841 INFO:teuthology.orchestra.run.smithi160.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-10T01:52:08.879 INFO:teuthology.orchestra.run.smithi160.stdout:Get:19 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-1875-g831bc188-1jammy [709 kB] 2024-03-10T01:52:08.892 INFO:teuthology.orchestra.run.smithi160.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-10T01:52:08.907 INFO:teuthology.orchestra.run.smithi033.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-1875-g831bc188-1jammy [5,080 kB] 2024-03-10T01:52:08.913 INFO:teuthology.orchestra.run.smithi160.stdout:Get:21 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-10T01:52:08.920 INFO:teuthology.orchestra.run.smithi160.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-10T01:52:08.921 INFO:teuthology.orchestra.run.smithi160.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-cheroot all 8.5.2+ds1-1ubuntu3.1 [71.1 kB] 2024-03-10T01:52:08.933 INFO:teuthology.orchestra.run.smithi160.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-10T01:52:08.934 INFO:teuthology.orchestra.run.smithi160.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-10T01:52:08.977 INFO:teuthology.orchestra.run.smithi066.stdout:Get:14 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua5.1 amd64 5.1.5-8.1build4 [94.6 kB] 2024-03-10T01:52:09.012 INFO:teuthology.orchestra.run.smithi066.stdout:Get:15 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-any all 27ubuntu1 [5,034 B] 2024-03-10T01:52:09.014 INFO:teuthology.orchestra.run.smithi066.stdout:Get:16 http://archive.ubuntu.com/ubuntu jammy/main amd64 zip amd64 3.0-12build2 [176 kB] 2024-03-10T01:52:09.020 INFO:teuthology.orchestra.run.smithi160.stdout:Get:26 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-1875-g831bc188-1jammy [356 kB] 2024-03-10T01:52:09.029 INFO:teuthology.orchestra.run.smithi033.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-1875-g831bc188-1jammy [243 kB] 2024-03-10T01:52:09.036 INFO:teuthology.orchestra.run.smithi033.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-1875-g831bc188-1jammy [124 kB] 2024-03-10T01:52:09.039 INFO:teuthology.orchestra.run.smithi033.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-1875-g831bc188-1jammy [1,521 kB] 2024-03-10T01:52:09.090 INFO:teuthology.orchestra.run.smithi160.stdout:Get:27 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-1875-g831bc188-1jammy [32.8 kB] 2024-03-10T01:52:09.091 INFO:teuthology.orchestra.run.smithi160.stdout:Get:28 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-1875-g831bc188-1jammy [180 kB] 2024-03-10T01:52:09.092 INFO:teuthology.orchestra.run.smithi066.stdout:Get:17 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 unzip amd64 6.0-26ubuntu3.2 [175 kB] 2024-03-10T01:52:09.099 INFO:teuthology.orchestra.run.smithi160.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-10T01:52:09.100 INFO:teuthology.orchestra.run.smithi033.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-1875-g831bc188-1jammy [6,249 kB] 2024-03-10T01:52:09.144 INFO:teuthology.orchestra.run.smithi066.stdout:Get:18 http://archive.ubuntu.com/ubuntu jammy/universe amd64 luarocks all 3.8.0+dfsg1-1 [140 kB] 2024-03-10T01:52:09.154 INFO:teuthology.orchestra.run.smithi160.stdout:Get:30 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-1875-g831bc188-1jammy [64.6 kB] 2024-03-10T01:52:09.156 INFO:teuthology.orchestra.run.smithi160.stdout:Get:31 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-1875-g831bc188-1jammy [330 kB] 2024-03-10T01:52:09.166 INFO:teuthology.orchestra.run.smithi066.stdout:Get:19 http://archive.ubuntu.com/ubuntu jammy/main amd64 liboath0 amd64 2.6.7-3build1 [41.1 kB] 2024-03-10T01:52:09.171 INFO:teuthology.orchestra.run.smithi066.stdout:Get:20 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.functools all 3.4.0-2 [9,030 B] 2024-03-10T01:52:09.173 INFO:teuthology.orchestra.run.smithi066.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-10T01:52:09.182 INFO:teuthology.orchestra.run.smithi160.stdout:Get:32 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-10T01:52:09.184 INFO:teuthology.orchestra.run.smithi066.stdout:Get:22 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.classes all 3.2.1-3 [6,452 B] 2024-03-10T01:52:09.185 INFO:teuthology.orchestra.run.smithi066.stdout:Get:23 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.text all 3.6.0-2 [8,716 B] 2024-03-10T01:52:09.211 INFO:teuthology.orchestra.run.smithi160.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-10T01:52:09.223 INFO:teuthology.orchestra.run.smithi160.stdout:Get:34 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-1875-g831bc188-1jammy [6,627 kB] 2024-03-10T01:52:09.228 INFO:teuthology.orchestra.run.smithi160.stdout:Get:35 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-10T01:52:09.272 INFO:teuthology.orchestra.run.smithi160.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-10T01:52:09.339 INFO:teuthology.orchestra.run.smithi033.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-1875-g831bc188-1jammy [22.8 MB] 2024-03-10T01:52:09.351 INFO:teuthology.orchestra.run.smithi066.stdout:Get:24 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-jaraco.collections all 3.4.0-2 [11.4 kB] 2024-03-10T01:52:09.434 INFO:teuthology.orchestra.run.smithi066.stdout:Get:25 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempora all 4.1.2-1 [14.8 kB] 2024-03-10T01:52:09.462 INFO:teuthology.orchestra.run.smithi066.stdout:Get:26 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-portend all 3.0.0-1 [7,240 B] 2024-03-10T01:52:09.479 INFO:teuthology.orchestra.run.smithi066.stdout:Get:27 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-zc.lockfile all 2.0-1 [8,980 B] 2024-03-10T01:52:09.482 INFO:teuthology.orchestra.run.smithi160.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-10T01:52:09.497 INFO:teuthology.orchestra.run.smithi160.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-10T01:52:09.505 INFO:teuthology.orchestra.run.smithi160.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-10T01:52:09.510 INFO:teuthology.orchestra.run.smithi160.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-mako all 1.1.3+ds1-2ubuntu0.1 [60.5 kB] 2024-03-10T01:52:09.524 INFO:teuthology.orchestra.run.smithi066.stdout:Get:28 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cherrypy3 all 18.6.1-4 [208 kB] 2024-03-10T01:52:09.531 INFO:teuthology.orchestra.run.smithi160.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-10T01:52:09.534 INFO:teuthology.orchestra.run.smithi160.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-10T01:52:09.701 INFO:teuthology.orchestra.run.smithi160.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webob all 1:1.8.6-1.1 [85.2 kB] 2024-03-10T01:52:09.739 INFO:teuthology.orchestra.run.smithi066.stdout:Get:29 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-natsort all 8.0.2-1 [35.3 kB] 2024-03-10T01:52:09.754 INFO:teuthology.orchestra.run.smithi066.stdout:Get:30 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-logutils all 0.3.3-8 [17.6 kB] 2024-03-10T01:52:09.761 INFO:teuthology.orchestra.run.smithi066.stdout:Get:31 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-markupsafe amd64 2.0.1-2build1 [12.7 kB] 2024-03-10T01:52:09.766 INFO:teuthology.orchestra.run.smithi066.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-10T01:52:09.787 INFO:teuthology.orchestra.run.smithi066.stdout:Get:33 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2024-03-10T01:52:09.791 INFO:teuthology.orchestra.run.smithi066.stdout:Get:34 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-singledispatch all 3.4.0.3-3 [7,320 B] 2024-03-10T01:52:09.958 INFO:teuthology.orchestra.run.smithi066.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-10T01:52:10.019 INFO:teuthology.orchestra.run.smithi160.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-10T01:52:10.059 INFO:teuthology.orchestra.run.smithi160.stdout:Get:45 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-10T01:52:10.070 INFO:teuthology.orchestra.run.smithi160.stdout:Get:46 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-10T01:52:10.274 INFO:teuthology.orchestra.run.smithi066.stdout:Get:36 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-waitress all 1.4.4-1.1ubuntu1 [47.3 kB] 2024-03-10T01:52:10.275 INFO:teuthology.orchestra.run.smithi160.stdout:Get:47 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-10T01:52:10.276 INFO:teuthology.orchestra.run.smithi160.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-10T01:52:10.282 INFO:teuthology.orchestra.run.smithi160.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-10T01:52:10.287 INFO:teuthology.orchestra.run.smithi160.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-10T01:52:10.303 INFO:teuthology.orchestra.run.smithi160.stdout:Get:51 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-10T01:52:10.313 INFO:teuthology.orchestra.run.smithi066.stdout:Get:37 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-tempita all 0.5.2-6ubuntu1 [15.1 kB] 2024-03-10T01:52:10.324 INFO:teuthology.orchestra.run.smithi160.stdout:Get:52 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-10T01:52:10.324 INFO:teuthology.orchestra.run.smithi066.stdout:Get:38 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-paste all 3.5.0+dfsg1-1 [456 kB] 2024-03-10T01:52:10.330 INFO:teuthology.orchestra.run.smithi160.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-urllib3 all 1.26.5-1~exp1ubuntu0.1 [98.2 kB] 2024-03-10T01:52:10.331 INFO:teuthology.orchestra.run.smithi033.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-1875-g831bc188-1jammy [14.0 kB] 2024-03-10T01:52:10.332 INFO:teuthology.orchestra.run.smithi033.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-1875-g831bc188-1jammy [867 kB] 2024-03-10T01:52:10.349 INFO:teuthology.orchestra.run.smithi033.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-1875-g831bc188-1jammy [2,191 kB] 2024-03-10T01:52:10.389 INFO:teuthology.orchestra.run.smithi033.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-1875-g831bc188-1jammy [777 kB] 2024-03-10T01:52:10.399 INFO:teuthology.orchestra.run.smithi033.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-1875-g831bc188-1jammy [144 kB] 2024-03-10T01:52:10.401 INFO:teuthology.orchestra.run.smithi033.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-1875-g831bc188-1jammy [1,923 kB] 2024-03-10T01:52:10.468 INFO:teuthology.orchestra.run.smithi033.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-1875-g831bc188-1jammy [8,625 kB] 2024-03-10T01:52:10.504 INFO:teuthology.orchestra.run.smithi160.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-requests all 2.25.1+dfsg-2ubuntu0.1 [48.8 kB] 2024-03-10T01:52:10.529 INFO:teuthology.orchestra.run.smithi066.stdout:Get:39 http://archive.ubuntu.com/ubuntu jammy/main amd64 python-pastedeploy-tpl all 2.1.1-1 [4,892 B] 2024-03-10T01:52:10.530 INFO:teuthology.orchestra.run.smithi066.stdout:Get:40 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastedeploy all 2.1.1-1 [26.6 kB] 2024-03-10T01:52:10.536 INFO:teuthology.orchestra.run.smithi066.stdout:Get:41 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-webtest all 2.0.35-1 [28.5 kB] 2024-03-10T01:52:10.541 INFO:teuthology.orchestra.run.smithi066.stdout:Get:42 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pecan all 1.3.3-4ubuntu2 [87.3 kB] 2024-03-10T01:52:10.557 INFO:teuthology.orchestra.run.smithi066.stdout:Get:43 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-certifi all 2020.6.20-1 [150 kB] 2024-03-10T01:52:10.578 INFO:teuthology.orchestra.run.smithi066.stdout:Get:44 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-idna all 3.3-1 [49.3 kB] 2024-03-10T01:52:10.584 INFO:teuthology.orchestra.run.smithi066.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-10T01:52:10.691 INFO:teuthology.orchestra.run.smithi160.stdout:Get:55 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-1875-g831bc188-1jammy [112 kB] 2024-03-10T01:52:10.694 INFO:teuthology.orchestra.run.smithi160.stdout:Get:56 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-1875-g831bc188-1jammy [467 kB] 2024-03-10T01:52:10.762 INFO:teuthology.orchestra.run.smithi160.stdout:Get:57 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-1875-g831bc188-1jammy [24.2 MB] 2024-03-10T01:52:10.766 INFO:teuthology.orchestra.run.smithi066.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-10T01:52:10.775 INFO:teuthology.orchestra.run.smithi160.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-10T01:52:10.800 INFO:teuthology.orchestra.run.smithi033.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-1875-g831bc188-1jammy [14.2 kB] 2024-03-10T01:52:10.801 INFO:teuthology.orchestra.run.smithi033.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-1875-g831bc188-1jammy [50.0 MB] 2024-03-10T01:52:10.952 INFO:teuthology.orchestra.run.smithi160.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-10T01:52:10.966 INFO:teuthology.orchestra.run.smithi160.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-10T01:52:10.986 INFO:teuthology.orchestra.run.smithi160.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-10T01:52:11.029 INFO:teuthology.orchestra.run.smithi066.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-10T01:52:11.049 INFO:teuthology.orchestra.run.smithi160.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-10T01:52:11.208 INFO:teuthology.orchestra.run.smithi066.stdout:Get:48 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-bcrypt amd64 3.2.0-1build1 [32.7 kB] 2024-03-10T01:52:11.221 INFO:teuthology.orchestra.run.smithi066.stdout:Get:49 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-openssl all 21.0.0-1 [45.2 kB] 2024-03-10T01:52:11.241 INFO:teuthology.orchestra.run.smithi066.stdout:Get:50 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-asyncssh all 2.5.0-1 [185 kB] 2024-03-10T01:52:11.306 INFO:teuthology.orchestra.run.smithi066.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-10T01:52:11.338 INFO:teuthology.orchestra.run.smithi160.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-babel all 2.8.0+dfsg.1-7 [85.1 kB] 2024-03-10T01:52:11.340 INFO:teuthology.orchestra.run.smithi160.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-10T01:52:11.343 INFO:teuthology.orchestra.run.smithi160.stdout:Get:65 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-10T01:52:11.343 INFO:teuthology.orchestra.run.smithi160.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-10T01:52:11.345 INFO:teuthology.orchestra.run.smithi160.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-10T01:52:11.572 INFO:teuthology.orchestra.run.smithi160.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-10T01:52:11.593 INFO:teuthology.orchestra.run.smithi066.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-10T01:52:11.595 INFO:teuthology.orchestra.run.smithi066.stdout:Get:53 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-jinja2 all 3.0.3-1ubuntu0.1 [108 kB] 2024-03-10T01:52:11.598 INFO:teuthology.orchestra.run.smithi066.stdout:Get:54 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2024-03-10T01:52:11.598 INFO:teuthology.orchestra.run.smithi066.stdout:Get:55 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-routes all 2.5.1-1ubuntu1 [89.0 kB] 2024-03-10T01:52:11.601 INFO:teuthology.orchestra.run.smithi066.stdout:Get:56 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn-lib amd64 0.23.2-5ubuntu6 [2,058 kB] 2024-03-10T01:52:11.828 INFO:teuthology.orchestra.run.smithi066.stdout:Get:57 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-joblib all 0.17.0-4ubuntu1 [204 kB] 2024-03-10T01:52:12.008 INFO:teuthology.orchestra.run.smithi160.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-10T01:52:12.015 INFO:teuthology.orchestra.run.smithi160.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-10T01:52:12.265 INFO:teuthology.orchestra.run.smithi066.stdout:Get:58 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-threadpoolctl all 3.1.0-1 [21.3 kB] 2024-03-10T01:52:12.271 INFO:teuthology.orchestra.run.smithi066.stdout:Get:59 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-sklearn all 0.23.2-5ubuntu6 [1,829 kB] 2024-03-10T01:52:12.304 INFO:teuthology.orchestra.run.smithi160.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-10T01:52:12.304 INFO:teuthology.orchestra.run.smithi160.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-10T01:52:12.306 INFO:teuthology.orchestra.run.smithi160.stdout:Get:73 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-10T01:52:12.308 INFO:teuthology.orchestra.run.smithi160.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-10T01:52:12.310 INFO:teuthology.orchestra.run.smithi160.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-10T01:52:12.312 INFO:teuthology.orchestra.run.smithi160.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-requests-oauthlib all 1.3.0+ds-0.1 [18.7 kB] 2024-03-10T01:52:12.313 INFO:teuthology.orchestra.run.smithi160.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-10T01:52:12.315 INFO:teuthology.orchestra.run.smithi160.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-10T01:52:12.496 INFO:teuthology.orchestra.run.smithi160.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-10T01:52:12.561 INFO:teuthology.orchestra.run.smithi066.stdout:Get:60 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-cachetools all 5.0.0-1 [9,722 B] 2024-03-10T01:52:12.561 INFO:teuthology.orchestra.run.smithi066.stdout:Get:61 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1 all 0.4.8-1 [50.9 kB] 2024-03-10T01:52:12.563 INFO:teuthology.orchestra.run.smithi066.stdout:Get:62 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyasn1-modules all 0.2.1-1 [33.0 kB] 2024-03-10T01:52:12.565 INFO:teuthology.orchestra.run.smithi066.stdout:Get:63 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-rsa all 4.8-1 [28.4 kB] 2024-03-10T01:52:12.567 INFO:teuthology.orchestra.run.smithi066.stdout:Get:64 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-google-auth all 1.5.1-3 [35.7 kB] 2024-03-10T01:52:12.569 INFO:teuthology.orchestra.run.smithi066.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-10T01:52:12.570 INFO:teuthology.orchestra.run.smithi066.stdout:Get:66 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-websocket all 1.2.3-1 [34.7 kB] 2024-03-10T01:52:12.572 INFO:teuthology.orchestra.run.smithi066.stdout:Get:67 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-kubernetes all 12.0.1-1ubuntu1 [353 kB] 2024-03-10T01:52:12.754 INFO:teuthology.orchestra.run.smithi066.stdout:Get:68 http://archive.ubuntu.com/ubuntu jammy/main amd64 libonig5 amd64 6.9.7.1-2build1 [172 kB] 2024-03-10T01:52:12.904 INFO:teuthology.orchestra.run.smithi160.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-10T01:52:12.950 INFO:teuthology.orchestra.run.smithi160.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-10T01:52:12.985 INFO:teuthology.orchestra.run.smithi160.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-10T01:52:13.066 INFO:teuthology.orchestra.run.smithi033.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-1875-g831bc188-1jammy [121 kB] 2024-03-10T01:52:13.069 INFO:teuthology.orchestra.run.smithi033.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-1875-g831bc188-1jammy [38.4 kB] 2024-03-10T01:52:13.070 INFO:teuthology.orchestra.run.smithi033.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-1875-g831bc188-1jammy [13.1 MB] 2024-03-10T01:52:13.082 INFO:teuthology.orchestra.run.smithi160.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-10T01:52:13.122 INFO:teuthology.orchestra.run.smithi160.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-6 [78.9 kB] 2024-03-10T01:52:13.134 INFO:teuthology.orchestra.run.smithi160.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-10T01:52:13.139 INFO:teuthology.orchestra.run.smithi160.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-10T01:52:13.161 INFO:teuthology.orchestra.run.smithi066.stdout:Get:69 http://archive.ubuntu.com/ubuntu jammy/main amd64 libjq1 amd64 1.6-2.1ubuntu3 [133 kB] 2024-03-10T01:52:13.187 INFO:teuthology.orchestra.run.smithi160.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-10T01:52:13.190 INFO:teuthology.orchestra.run.smithi160.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-10T01:52:13.207 INFO:teuthology.orchestra.run.smithi066.stdout:Get:70 http://archive.ubuntu.com/ubuntu jammy/main amd64 jq amd64 1.6-2.1ubuntu3 [52.5 kB] 2024-03-10T01:52:13.211 INFO:teuthology.orchestra.run.smithi160.stdout:Get:89 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-10T01:52:13.242 INFO:teuthology.orchestra.run.smithi066.stdout:Get:71 http://archive.ubuntu.com/ubuntu jammy/main amd64 socat amd64 1.7.4.1-3ubuntu4 [349 kB] 2024-03-10T01:52:13.340 INFO:teuthology.orchestra.run.smithi066.stdout:Get:72 http://archive.ubuntu.com/ubuntu jammy/universe amd64 xmlstarlet amd64 1.6.1-2.1 [265 kB] 2024-03-10T01:52:13.376 INFO:teuthology.orchestra.run.smithi160.stdout:Get:90 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-10T01:52:13.379 INFO:teuthology.orchestra.run.smithi066.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-10T01:52:13.392 INFO:teuthology.orchestra.run.smithi066.stdout:Get:74 http://archive.ubuntu.com/ubuntu jammy/universe amd64 lua-sec amd64 1.0.2-1 [37.6 kB] 2024-03-10T01:52:13.397 INFO:teuthology.orchestra.run.smithi066.stdout:Get:75 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 nvme-cli amd64 1.16-3ubuntu0.1 [474 kB] 2024-03-10T01:52:13.444 INFO:teuthology.orchestra.run.smithi066.stdout:Get:76 http://archive.ubuntu.com/ubuntu jammy/main amd64 pkg-config amd64 0.29.2-1ubuntu3 [48.2 kB] 2024-03-10T01:52:13.447 INFO:teuthology.orchestra.run.smithi066.stdout:Get:77 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python-asyncssh-doc all 2.5.0-1 [318 kB] 2024-03-10T01:52:13.468 INFO:teuthology.orchestra.run.smithi066.stdout:Get:78 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-iniconfig all 1.1.1-2 [6,024 B] 2024-03-10T01:52:13.473 INFO:teuthology.orchestra.run.smithi033.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-1875-g831bc188-1jammy [91.5 kB] 2024-03-10T01:52:13.632 INFO:teuthology.orchestra.run.smithi066.stdout:Get:79 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2024-03-10T01:52:13.640 INFO:teuthology.orchestra.run.smithi160.stdout:Get:91 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-10T01:52:13.659 INFO:teuthology.orchestra.run.smithi160.stdout:Get:92 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-10T01:52:13.811 INFO:teuthology.orchestra.run.smithi160.stdout:Get:93 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-10T01:52:13.840 INFO:teuthology.orchestra.run.smithi160.stdout:Get:94 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-10T01:52:13.905 INFO:teuthology.orchestra.run.smithi066.stdout:Get:80 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pluggy all 0.13.0-7.1 [19.0 kB] 2024-03-10T01:52:13.922 INFO:teuthology.orchestra.run.smithi066.stdout:Get:81 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-psutil amd64 5.9.0-1build1 [158 kB] 2024-03-10T01:52:14.024 INFO:teuthology.orchestra.run.smithi160.stdout:Get:95 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-10T01:52:14.024 INFO:teuthology.orchestra.run.smithi160.stdout:Get:96 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-10T01:52:14.025 INFO:teuthology.orchestra.run.smithi160.stdout:Get:97 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-10T01:52:14.061 INFO:teuthology.orchestra.run.smithi033.stdout:Fetched 176 MB in 6s (27.6 MB/s) 2024-03-10T01:52:14.074 INFO:teuthology.orchestra.run.smithi066.stdout:Get:82 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-py all 1.10.0-1 [71.9 kB] 2024-03-10T01:52:14.083 INFO:teuthology.orchestra.run.smithi160.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-1875-g831bc188-1jammy [5,080 kB] 2024-03-10T01:52:14.083 INFO:teuthology.orchestra.run.smithi160.stdout:Get:99 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-10T01:52:14.084 INFO:teuthology.orchestra.run.smithi160.stdout:Get:100 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-10T01:52:14.103 INFO:teuthology.orchestra.run.smithi066.stdout:Get:83 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pygments all 2.11.2+dfsg-2 [750 kB] 2024-03-10T01:52:14.226 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-10T01:52:14.260 INFO:teuthology.orchestra.run.smithi066.stdout:Get:84 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-pyinotify all 0.9.6-1.3 [24.8 kB] 2024-03-10T01:52:14.263 INFO:teuthology.orchestra.run.smithi066.stdout:Get:85 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-toml all 0.10.2-1 [16.5 kB] 2024-03-10T01:52:14.265 INFO:teuthology.orchestra.run.smithi066.stdout:Get:86 http://archive.ubuntu.com/ubuntu jammy/universe amd64 python3-pytest all 6.2.5-1ubuntu2 [214 kB] 2024-03-10T01:52:14.287 INFO:teuthology.orchestra.run.smithi066.stdout:Get:87 http://archive.ubuntu.com/ubuntu jammy/main amd64 python3-simplejson amd64 3.17.6-1build1 [54.7 kB] 2024-03-10T01:52:14.292 INFO:teuthology.orchestra.run.smithi066.stdout:Get:88 http://archive.ubuntu.com/ubuntu jammy/universe amd64 qttranslations5-l10n all 5.15.3-1 [1,983 kB] 2024-03-10T01:52:14.328 INFO:teuthology.orchestra.run.smithi160.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-1875-g831bc188-1jammy [243 kB] 2024-03-10T01:52:14.328 INFO:teuthology.orchestra.run.smithi033.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-10T01:52:14.334 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-10T01:52:14.346 INFO:teuthology.orchestra.run.smithi160.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-1875-g831bc188-1jammy [124 kB] 2024-03-10T01:52:14.349 INFO:teuthology.orchestra.run.smithi160.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-1875-g831bc188-1jammy [1,521 kB] 2024-03-10T01:52:14.416 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-10T01:52:14.448 INFO:teuthology.orchestra.run.smithi160.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-1875-g831bc188-1jammy [6,249 kB] 2024-03-10T01:52:14.480 INFO:teuthology.orchestra.run.smithi066.stdout:Get:89 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 librbd1 amd64 19.0.0-1875-g831bc188-1jammy [3,220 kB] 2024-03-10T01:52:14.761 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-10T01:52:14.788 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-10T01:52:14.807 INFO:teuthology.orchestra.run.smithi160.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-1875-g831bc188-1jammy [22.8 MB] 2024-03-10T01:52:14.828 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-10T01:52:15.214 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-10T01:52:15.241 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-10T01:52:15.272 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-10T01:52:15.718 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-10T01:52:15.745 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-10T01:52:15.793 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-10T01:52:16.153 INFO:teuthology.orchestra.run.smithi066.stdout:Get:90 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs2 amd64 19.0.0-1875-g831bc188-1jammy [709 kB] 2024-03-10T01:52:16.204 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-10T01:52:16.231 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-10T01:52:16.271 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-10T01:52:16.318 INFO:teuthology.orchestra.run.smithi160.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-1875-g831bc188-1jammy [14.0 kB] 2024-03-10T01:52:16.319 INFO:teuthology.orchestra.run.smithi160.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-1875-g831bc188-1jammy [867 kB] 2024-03-10T01:52:16.335 INFO:teuthology.orchestra.run.smithi160.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-1875-g831bc188-1jammy [2,191 kB] 2024-03-10T01:52:16.406 INFO:teuthology.orchestra.run.smithi160.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-1875-g831bc188-1jammy [777 kB] 2024-03-10T01:52:16.409 INFO:teuthology.orchestra.run.smithi066.stdout:Get:91 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 python3-rados amd64 19.0.0-1875-g831bc188-1jammy [356 kB] 2024-03-10T01:52:16.446 INFO:teuthology.orchestra.run.smithi160.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-1875-g831bc188-1jammy [144 kB] 2024-03-10T01:52:16.449 INFO:teuthology.orchestra.run.smithi160.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-1875-g831bc188-1jammy [1,923 kB] 2024-03-10T01:52:16.552 INFO:teuthology.orchestra.run.smithi160.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-1875-g831bc188-1jammy [8,625 kB] 2024-03-10T01:52:16.580 INFO:teuthology.orchestra.run.smithi066.stdout:Get:92 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-argparse all 19.0.0-1875-g831bc188-1jammy [32.8 kB] 2024-03-10T01:52:16.601 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-10T01:52:16.611 INFO:teuthology.orchestra.run.smithi066.stdout:Get:93 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 python3-cephfs amd64 19.0.0-1875-g831bc188-1jammy [180 kB] 2024-03-10T01:52:16.626 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-10T01:52:16.666 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-10T01:52:16.668 INFO:teuthology.orchestra.run.smithi066.stdout:Get:94 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 python3-ceph-common all 19.0.0-1875-g831bc188-1jammy [64.6 kB] 2024-03-10T01:52:16.702 INFO:teuthology.orchestra.run.smithi066.stdout:Get:95 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 python3-rbd amd64 19.0.0-1875-g831bc188-1jammy [330 kB] 2024-03-10T01:52:16.816 INFO:teuthology.orchestra.run.smithi066.stdout:Get:96 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 librgw2 amd64 19.0.0-1875-g831bc188-1jammy [6,627 kB] 2024-03-10T01:52:16.985 INFO:teuthology.orchestra.run.smithi160.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-1875-g831bc188-1jammy [14.2 kB] 2024-03-10T01:52:16.989 INFO:teuthology.orchestra.run.smithi160.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-1875-g831bc188-1jammy [50.0 MB] 2024-03-10T01:52:17.028 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-10T01:52:17.055 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-10T01:52:17.094 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-10T01:52:17.422 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package librados2. 2024-03-10T01:52:17.449 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../007-librados2_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:17.489 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking librados2 (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:17.883 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package librbd1. 2024-03-10T01:52:17.899 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../008-librbd1_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:17.941 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking librbd1 (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:18.386 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libcephfs2. 2024-03-10T01:52:18.413 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:18.453 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libcephfs2 (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:18.722 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-rados. 2024-03-10T01:52:18.738 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../010-python3-rados_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:18.780 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-rados (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:19.108 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-10T01:52:19.135 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-1875-g831bc188-1jammy_all.deb ... 2024-03-10T01:52:19.175 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-ceph-argparse (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:19.444 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-cephfs. 2024-03-10T01:52:19.460 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:19.501 INFO:teuthology.orchestra.run.smithi160.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-1875-g831bc188-1jammy [121 kB] 2024-03-10T01:52:19.503 INFO:teuthology.orchestra.run.smithi160.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-1875-g831bc188-1jammy [38.4 kB] 2024-03-10T01:52:19.504 INFO:teuthology.orchestra.run.smithi160.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-1875-g831bc188-1jammy [13.1 MB] 2024-03-10T01:52:19.617 INFO:teuthology.orchestra.run.smithi066.stdout:Get:97 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 python3-rgw amd64 19.0.0-1875-g831bc188-1jammy [112 kB] 2024-03-10T01:52:19.636 INFO:teuthology.orchestra.run.smithi066.stdout:Get:98 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 libradosstriper1 amd64 19.0.0-1875-g831bc188-1jammy [467 kB] 2024-03-10T01:52:19.678 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-cephfs (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:19.757 INFO:teuthology.orchestra.run.smithi066.stdout:Get:99 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-common amd64 19.0.0-1875-g831bc188-1jammy [24.2 MB] 2024-03-10T01:52:20.030 INFO:teuthology.orchestra.run.smithi160.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-1875-g831bc188-1jammy [91.5 kB] 2024-03-10T01:52:20.090 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-10T01:52:20.116 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-1875-g831bc188-1jammy_all.deb ... 2024-03-10T01:52:20.147 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-ceph-common (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:20.450 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-10T01:52:20.477 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-10T01:52:20.517 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-10T01:52:20.584 INFO:teuthology.orchestra.run.smithi160.stdout:Fetched 176 MB in 13s (13.7 MB/s) 2024-03-10T01:52:20.750 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-10T01:52:20.845 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-prettytable. 2024-03-10T01:52:20.847 INFO:teuthology.orchestra.run.smithi160.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-10T01:52:20.853 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-10T01:52:20.872 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-10T01:52:20.911 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-10T01:52:20.940 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-10T01:52:21.181 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-rbd. 2024-03-10T01:52:21.208 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:21.248 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-rbd (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:21.285 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-10T01:52:21.311 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-10T01:52:21.360 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-10T01:52:21.551 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-10T01:52:21.577 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-10T01:52:21.609 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-10T01:52:21.688 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-10T01:52:21.714 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-10T01:52:21.746 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-10T01:52:21.886 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-10T01:52:21.902 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-10T01:52:21.945 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-10T01:52:22.191 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-10T01:52:22.217 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-10T01:52:22.256 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-10T01:52:22.266 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-10T01:52:22.283 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-10T01:52:22.323 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-10T01:52:22.660 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package lua5.1. 2024-03-10T01:52:22.669 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-10T01:52:22.687 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-10T01:52:22.695 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-10T01:52:22.726 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-10T01:52:22.735 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-10T01:52:22.982 INFO:teuthology.orchestra.run.smithi066.stdout:Get:100 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-base amd64 19.0.0-1875-g831bc188-1jammy [5,080 kB] 2024-03-10T01:52:23.046 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package lua-any. 2024-03-10T01:52:23.047 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-10T01:52:23.073 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-10T01:52:23.073 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-10T01:52:23.113 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-10T01:52:23.113 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-10T01:52:23.382 INFO:teuthology.orchestra.run.smithi066.stdout:Get:101 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-modules-core all 19.0.0-1875-g831bc188-1jammy [243 kB] 2024-03-10T01:52:23.390 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package zip. 2024-03-10T01:52:23.411 INFO:teuthology.orchestra.run.smithi066.stdout:Get:102 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 libsqlite3-mod-ceph amd64 19.0.0-1875-g831bc188-1jammy [124 kB] 2024-03-10T01:52:23.417 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-10T01:52:23.449 INFO:teuthology.orchestra.run.smithi066.stdout:Get:103 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr amd64 19.0.0-1875-g831bc188-1jammy [1,521 kB] 2024-03-10T01:52:23.457 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking zip (3.0-12build2) ... 2024-03-10T01:52:23.475 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-10T01:52:23.501 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-10T01:52:23.541 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-10T01:52:23.619 INFO:teuthology.orchestra.run.smithi066.stdout:Get:104 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mon amd64 19.0.0-1875-g831bc188-1jammy [6,249 kB] 2024-03-10T01:52:23.777 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package unzip. 2024-03-10T01:52:23.804 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-10T01:52:23.843 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-10T01:52:23.869 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package librados2. 2024-03-10T01:52:23.896 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../007-librados2_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:23.936 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking librados2 (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:24.214 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package luarocks. 2024-03-10T01:52:24.241 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-10T01:52:24.281 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-10T01:52:24.380 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package librbd1. 2024-03-10T01:52:24.397 INFO:teuthology.orchestra.run.smithi066.stdout:Get:105 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-osd amd64 19.0.0-1875-g831bc188-1jammy [22.8 MB] 2024-03-10T01:52:24.407 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../008-librbd1_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:24.439 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking librbd1 (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:24.697 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package librgw2. 2024-03-10T01:52:24.724 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../025-librgw2_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:24.772 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking librgw2 (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:25.100 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package libcephfs2. 2024-03-10T01:52:25.126 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:25.166 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking libcephfs2 (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:25.358 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-rgw. 2024-03-10T01:52:25.385 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:25.425 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-rgw (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:25.485 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-rados. 2024-03-10T01:52:25.512 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../010-python3-rados_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:25.552 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-rados (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:25.711 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-10T01:52:25.738 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-10T01:52:25.778 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-10T01:52:25.855 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-10T01:52:25.881 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-1875-g831bc188-1jammy_all.deb ... 2024-03-10T01:52:25.921 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-ceph-argparse (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:26.081 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libradosstriper1. 2024-03-10T01:52:26.107 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:26.115 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-cephfs. 2024-03-10T01:52:26.130 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:26.156 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libradosstriper1 (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:26.165 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-cephfs (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:26.476 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-10T01:52:26.502 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-1875-g831bc188-1jammy_all.deb ... 2024-03-10T01:52:26.542 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-ceph-common (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:26.584 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-common. 2024-03-10T01:52:26.611 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../029-ceph-common_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:26.651 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-common (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:26.887 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-10T01:52:26.914 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-10T01:52:26.954 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-10T01:52:27.138 INFO:teuthology.orchestra.run.smithi066.stdout:Get:106 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph amd64 19.0.0-1875-g831bc188-1jammy [14.0 kB] 2024-03-10T01:52:27.138 INFO:teuthology.orchestra.run.smithi066.stdout:Get:107 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-fuse amd64 19.0.0-1875-g831bc188-1jammy [867 kB] 2024-03-10T01:52:27.156 INFO:teuthology.orchestra.run.smithi066.stdout:Get:108 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mds amd64 19.0.0-1875-g831bc188-1jammy [2,191 kB] 2024-03-10T01:52:27.248 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-prettytable. 2024-03-10T01:52:27.275 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-10T01:52:27.315 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-10T01:52:27.436 INFO:teuthology.orchestra.run.smithi066.stdout:Get:109 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 cephadm amd64 19.0.0-1875-g831bc188-1jammy [777 kB] 2024-03-10T01:52:27.549 INFO:teuthology.orchestra.run.smithi066.stdout:Get:110 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-cephadm all 19.0.0-1875-g831bc188-1jammy [144 kB] 2024-03-10T01:52:27.550 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-rbd. 2024-03-10T01:52:27.559 INFO:teuthology.orchestra.run.smithi066.stdout:Get:111 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-dashboard all 19.0.0-1875-g831bc188-1jammy [1,923 kB] 2024-03-10T01:52:27.577 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:27.617 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-rbd (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:27.874 INFO:teuthology.orchestra.run.smithi066.stdout:Get:112 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-diskprediction-local all 19.0.0-1875-g831bc188-1jammy [8,625 kB] 2024-03-10T01:52:27.956 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-base. 2024-03-10T01:52:27.972 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-10T01:52:27.983 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../030-ceph-base_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:27.999 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-10T01:52:28.032 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-base (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:28.038 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-10T01:52:28.316 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-10T01:52:28.331 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-10T01:52:28.366 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-10T01:52:28.603 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-10T01:52:28.626 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-10T01:52:28.629 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-10T01:52:28.642 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-10T01:52:28.669 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-10T01:52:28.685 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-10T01:52:28.971 INFO:teuthology.orchestra.run.smithi066.stdout:Get:113 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-mgr-k8sevents all 19.0.0-1875-g831bc188-1jammy [14.2 kB] 2024-03-10T01:52:28.971 INFO:teuthology.orchestra.run.smithi066.stdout:Get:114 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-test amd64 19.0.0-1875-g831bc188-1jammy [50.0 MB] 2024-03-10T01:52:28.972 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-cheroot. 2024-03-10T01:52:28.999 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-10T01:52:29.038 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-10T01:52:29.055 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package lua5.1. 2024-03-10T01:52:29.082 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-10T01:52:29.122 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-10T01:52:29.367 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-10T01:52:29.394 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-10T01:52:29.433 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-10T01:52:29.441 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package lua-any. 2024-03-10T01:52:29.456 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-10T01:52:29.499 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-10T01:52:29.686 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-10T01:52:29.713 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-10T01:52:29.718 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package zip. 2024-03-10T01:52:29.733 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-10T01:52:29.753 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-10T01:52:29.768 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking zip (3.0-12build2) ... 2024-03-10T01:52:30.056 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-10T01:52:30.083 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-10T01:52:30.125 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-10T01:52:30.180 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package unzip. 2024-03-10T01:52:30.206 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-10T01:52:30.263 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-10T01:52:30.402 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-tempora. 2024-03-10T01:52:30.429 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-10T01:52:30.460 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-10T01:52:30.625 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package luarocks. 2024-03-10T01:52:30.651 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-10T01:52:30.691 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-10T01:52:30.738 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-portend. 2024-03-10T01:52:30.765 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-10T01:52:30.805 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-10T01:52:31.040 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package librgw2. 2024-03-10T01:52:31.067 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../025-librgw2_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:31.098 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking librgw2 (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:31.107 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-10T01:52:31.134 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-10T01:52:31.174 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-10T01:52:31.477 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-10T01:52:31.504 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-10T01:52:31.552 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-10T01:52:31.609 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-rgw. 2024-03-10T01:52:31.635 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:31.676 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-rgw (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:31.914 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-natsort. 2024-03-10T01:52:31.941 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-10T01:52:31.980 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-10T01:52:32.020 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-10T01:52:32.046 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-10T01:52:32.086 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-10T01:52:32.300 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-logutils. 2024-03-10T01:52:32.327 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-10T01:52:32.370 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-10T01:52:32.431 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package libradosstriper1. 2024-03-10T01:52:32.457 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:32.498 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking libradosstriper1 (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:32.645 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-10T01:52:32.672 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-10T01:52:32.711 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-10T01:52:32.868 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package ceph-common. 2024-03-10T01:52:32.894 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../029-ceph-common_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:32.926 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking ceph-common (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:32.981 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-mako. 2024-03-10T01:52:33.007 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-10T01:52:33.047 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-10T01:52:33.375 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-10T01:52:33.402 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-10T01:52:33.442 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-10T01:52:33.745 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-10T01:52:33.772 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-10T01:52:33.811 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-10T01:52:34.089 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-webob. 2024-03-10T01:52:34.116 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-10T01:52:34.155 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-10T01:52:34.222 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package ceph-base. 2024-03-10T01:52:34.249 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../030-ceph-base_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:34.299 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking ceph-base (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:34.517 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-waitress. 2024-03-10T01:52:34.544 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-10T01:52:34.594 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-10T01:52:34.886 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-tempita. 2024-03-10T01:52:34.913 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-10T01:52:34.943 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-10T01:52:34.952 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-10T01:52:34.969 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-10T01:52:35.018 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-10T01:52:35.222 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-paste. 2024-03-10T01:52:35.249 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-10T01:52:35.288 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-10T01:52:35.512 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-cheroot. 2024-03-10T01:52:35.539 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-10T01:52:35.579 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-10T01:52:35.842 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-10T01:52:35.869 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-10T01:52:35.909 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-10T01:52:35.915 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-10T01:52:35.941 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-10T01:52:36.015 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-10T01:52:36.161 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-10T01:52:36.189 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-10T01:52:36.228 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-10T01:52:36.343 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-10T01:52:36.369 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-10T01:52:36.417 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-10T01:52:36.531 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-webtest. 2024-03-10T01:52:36.558 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-10T01:52:36.597 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-10T01:52:36.787 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-10T01:52:36.813 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-10T01:52:36.862 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-10T01:52:36.925 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pecan. 2024-03-10T01:52:36.952 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-10T01:52:36.992 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-10T01:52:37.240 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-tempora. 2024-03-10T01:52:37.266 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-10T01:52:37.306 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-10T01:52:37.355 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-certifi. 2024-03-10T01:52:37.382 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-10T01:52:37.421 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-10T01:52:37.634 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-portend. 2024-03-10T01:52:37.660 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-10T01:52:37.700 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-10T01:52:37.774 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-idna. 2024-03-10T01:52:37.801 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-10T01:52:37.840 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-10T01:52:38.053 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-10T01:52:38.080 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-10T01:52:38.119 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-urllib3. 2024-03-10T01:52:38.128 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-10T01:52:38.135 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-10T01:52:38.168 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-10T01:52:38.315 INFO:teuthology.orchestra.run.smithi066.stdout:Get:115 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 ceph-volume all 19.0.0-1875-g831bc188-1jammy [121 kB] 2024-03-10T01:52:38.318 INFO:teuthology.orchestra.run.smithi066.stdout:Get:116 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 libcephfs-dev amd64 19.0.0-1875-g831bc188-1jammy [38.4 kB] 2024-03-10T01:52:38.319 INFO:teuthology.orchestra.run.smithi066.stdout:Get:117 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 radosgw amd64 19.0.0-1875-g831bc188-1jammy [13.1 MB] 2024-03-10T01:52:38.430 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-requests. 2024-03-10T01:52:38.457 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-10T01:52:38.488 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-10T01:52:38.489 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-10T01:52:38.515 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-10T01:52:38.564 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-10T01:52:38.783 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-10T01:52:38.810 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-10T01:52:38.849 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-10T01:52:38.934 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-natsort. 2024-03-10T01:52:38.961 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-10T01:52:39.001 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-10T01:52:39.127 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-10T01:52:39.143 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-1875-g831bc188-1jammy_all.deb ... 2024-03-10T01:52:39.177 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-mgr-modules-core (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:39.312 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-logutils. 2024-03-10T01:52:39.338 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-10T01:52:39.379 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-10T01:52:40.349 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-10T01:52:40.349 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-10T01:52:40.375 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-10T01:52:40.377 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:40.407 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-10T01:52:40.416 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:40.701 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-mako. 2024-03-10T01:52:40.702 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-10T01:52:40.718 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-10T01:52:40.727 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-10T01:52:40.752 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-10T01:52:40.768 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-10T01:52:41.030 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-openssl. 2024-03-10T01:52:41.057 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-10T01:52:41.096 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-10T01:52:41.096 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-10T01:52:41.122 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-10T01:52:41.162 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-10T01:52:41.432 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-mgr. 2024-03-10T01:52:41.460 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:41.465 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-10T01:52:41.491 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-10T01:52:41.499 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-mgr (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:41.532 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-10T01:52:41.801 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-webob. 2024-03-10T01:52:41.816 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-10T01:52:41.850 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-10T01:52:41.877 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-mon. 2024-03-10T01:52:41.905 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:41.944 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-mon (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:42.162 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-waitress. 2024-03-10T01:52:42.188 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-10T01:52:42.223 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-10T01:52:42.523 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-tempita. 2024-03-10T01:52:42.549 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-10T01:52:42.589 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-10T01:52:42.622 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-osd. 2024-03-10T01:52:42.650 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:42.688 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-osd (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:42.876 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-paste. 2024-03-10T01:52:42.902 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-10T01:52:42.942 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-10T01:52:43.253 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-10T01:52:43.280 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-10T01:52:43.320 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-10T01:52:43.631 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-10T01:52:43.658 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-10T01:52:43.694 INFO:teuthology.orchestra.run.smithi066.stdout:Get:118 https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default jammy/main amd64 rbd-fuse amd64 19.0.0-1875-g831bc188-1jammy [91.5 kB] 2024-03-10T01:52:43.697 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-10T01:52:43.925 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph. 2024-03-10T01:52:43.941 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../066-ceph_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:43.983 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:43.983 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-webtest. 2024-03-10T01:52:44.010 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-10T01:52:44.050 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-10T01:52:44.287 INFO:teuthology.orchestra.run.smithi066.stdout:Fetched 176 MB in 36s (4,861 kB/s) 2024-03-10T01:52:44.344 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-fuse. 2024-03-10T01:52:44.345 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-pecan. 2024-03-10T01:52:44.371 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-10T01:52:44.372 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:44.411 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-fuse (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:44.411 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-10T01:52:44.447 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package liblttng-ust1:amd64. 2024-03-10T01:52:44.547 INFO:teuthology.orchestra.run.smithi066.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-10T01:52:44.552 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../000-liblttng-ust1_2.13.1-1ubuntu1_amd64.deb ... 2024-03-10T01:52:44.749 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-certifi. 2024-03-10T01:52:44.764 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-10T01:52:44.781 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-mds. 2024-03-10T01:52:44.799 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-10T01:52:44.808 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:44.847 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-mds (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:44.906 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-10T01:52:45.102 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-idna. 2024-03-10T01:52:45.128 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-10T01:52:45.168 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-10T01:52:45.233 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package cephadm. 2024-03-10T01:52:45.249 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package libdouble-conversion3:amd64. 2024-03-10T01:52:45.260 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../069-cephadm_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:45.275 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../001-libdouble-conversion3_3.1.7-4_amd64.deb ... 2024-03-10T01:52:45.291 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking cephadm (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:45.315 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-10T01:52:45.488 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-urllib3. 2024-03-10T01:52:45.514 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-10T01:52:45.554 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-10T01:52:45.620 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-10T01:52:45.643 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package libpcre2-16-0:amd64. 2024-03-10T01:52:45.647 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-10T01:52:45.670 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../002-libpcre2-16-0_10.39-3ubuntu0.1_amd64.deb ... 2024-03-10T01:52:45.686 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-10T01:52:45.710 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-10T01:52:46.058 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-requests. 2024-03-10T01:52:46.084 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-10T01:52:46.124 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-10T01:52:46.155 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package libqt5core5a:amd64. 2024-03-10T01:52:46.180 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-10T01:52:46.182 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../003-libqt5core5a_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-10T01:52:46.197 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-10T01:52:46.230 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-10T01:52:46.230 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-10T01:52:46.418 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-10T01:52:46.444 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-10T01:52:46.485 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-10T01:52:46.624 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package libqt5dbus5:amd64. 2024-03-10T01:52:46.651 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../004-libqt5dbus5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-10T01:52:46.691 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-10T01:52:46.796 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-10T01:52:46.822 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-1875-g831bc188-1jammy_all.deb ... 2024-03-10T01:52:46.862 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking ceph-mgr-modules-core (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:47.011 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package libqt5network5:amd64. 2024-03-10T01:52:47.038 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../005-libqt5network5_5.15.3+dfsg-2ubuntu0.2_amd64.deb ... 2024-03-10T01:52:47.077 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-10T01:52:47.217 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-10T01:52:47.244 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:47.277 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-babel. 2024-03-10T01:52:47.283 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:47.304 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-10T01:52:47.343 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-10T01:52:47.439 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package libthrift-0.16.0:amd64. 2024-03-10T01:52:47.465 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../006-libthrift-0.16.0_0.16.0-2_amd64.deb ... 2024-03-10T01:52:47.522 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-10T01:52:47.528 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-10T01:52:47.555 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-10T01:52:47.594 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-10T01:52:47.696 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-jinja2. 2024-03-10T01:52:47.723 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-10T01:52:47.762 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-10T01:52:47.849 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package librados2. 2024-03-10T01:52:47.876 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../007-librados2_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:47.897 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-openssl. 2024-03-10T01:52:47.916 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking librados2 (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:47.924 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-10T01:52:47.964 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-10T01:52:48.099 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-10T01:52:48.126 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-1875-g831bc188-1jammy_all.deb ... 2024-03-10T01:52:48.165 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-mgr-cephadm (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:48.308 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package ceph-mgr. 2024-03-10T01:52:48.310 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package librbd1. 2024-03-10T01:52:48.326 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../008-librbd1_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:48.335 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:48.360 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking librbd1 (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:48.375 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking ceph-mgr (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:48.510 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-10T01:52:48.538 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-10T01:52:48.577 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-10T01:52:48.753 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package ceph-mon. 2024-03-10T01:52:48.779 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:48.788 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package libcephfs2. 2024-03-10T01:52:48.815 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../009-libcephfs2_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:48.819 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking ceph-mon (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:48.855 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking libcephfs2 (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:48.888 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-routes. 2024-03-10T01:52:48.915 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-10T01:52:48.954 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-10T01:52:49.140 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-rados. 2024-03-10T01:52:49.156 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../010-python3-rados_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:49.190 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-rados (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:49.299 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-10T01:52:49.327 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-1875-g831bc188-1jammy_all.deb ... 2024-03-10T01:52:49.365 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-mgr-dashboard (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:49.398 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package ceph-osd. 2024-03-10T01:52:49.425 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:49.460 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-ceph-argparse. 2024-03-10T01:52:49.464 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking ceph-osd (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:49.487 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../011-python3-ceph-argparse_19.0.0-1875-g831bc188-1jammy_all.deb ... 2024-03-10T01:52:49.518 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-ceph-argparse (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:49.754 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-cephfs. 2024-03-10T01:52:49.781 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../012-python3-cephfs_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:49.786 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-10T01:52:49.802 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-10T01:52:49.844 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-10T01:52:49.870 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-cephfs (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:50.273 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-ceph-common. 2024-03-10T01:52:50.300 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../013-python3-ceph-common_19.0.0-1875-g831bc188-1jammy_all.deb ... 2024-03-10T01:52:50.331 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-joblib. 2024-03-10T01:52:50.340 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-ceph-common (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:50.358 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-10T01:52:50.397 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-10T01:52:50.526 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package ceph. 2024-03-10T01:52:50.541 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../066-ceph_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:50.584 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking ceph (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:50.668 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-wcwidth. 2024-03-10T01:52:50.695 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../014-python3-wcwidth_0.2.5+dfsg1-1_all.deb ... 2024-03-10T01:52:50.734 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-10T01:52:50.767 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-10T01:52:50.794 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-10T01:52:50.842 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-10T01:52:50.920 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package ceph-fuse. 2024-03-10T01:52:50.946 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:50.986 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking ceph-fuse (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:51.054 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-prettytable. 2024-03-10T01:52:51.081 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../015-python3-prettytable_2.5.0-2_all.deb ... 2024-03-10T01:52:51.120 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-prettytable (2.5.0-2) ... 2024-03-10T01:52:51.145 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-sklearn. 2024-03-10T01:52:51.172 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-10T01:52:51.211 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-10T01:52:51.373 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-rbd. 2024-03-10T01:52:51.389 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../016-python3-rbd_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:51.423 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-rbd (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:51.515 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package ceph-mds. 2024-03-10T01:52:51.541 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:51.572 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking ceph-mds (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:51.742 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package librdkafka1:amd64. 2024-03-10T01:52:51.769 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../017-librdkafka1_1.8.0-1build1_amd64.deb ... 2024-03-10T01:52:51.817 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-10T01:52:51.878 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-10T01:52:51.906 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-1875-g831bc188-1jammy_all.deb ... 2024-03-10T01:52:51.975 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package cephadm. 2024-03-10T01:52:52.002 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../069-cephadm_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:52.030 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:52.042 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking cephadm (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:52.078 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package libreadline-dev:amd64. 2024-03-10T01:52:52.094 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../018-libreadline-dev_8.1.2-1_amd64.deb ... 2024-03-10T01:52:52.136 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking libreadline-dev:amd64 (8.1.2-1) ... 2024-03-10T01:52:52.361 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-10T01:52:52.387 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-10T01:52:52.427 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-10T01:52:52.439 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package liblua5.3-dev:amd64. 2024-03-10T01:52:52.455 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../019-liblua5.3-dev_5.3.6-1build1_amd64.deb ... 2024-03-10T01:52:52.497 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-10T01:52:52.755 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-10T01:52:52.782 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-10T01:52:52.792 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package lua5.1. 2024-03-10T01:52:52.819 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../020-lua5.1_5.1.5-8.1build4_amd64.deb ... 2024-03-10T01:52:52.830 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-10T01:52:52.850 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking lua5.1 (5.1.5-8.1build4) ... 2024-03-10T01:52:53.100 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-cachetools. 2024-03-10T01:52:53.127 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-10T01:52:53.153 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package lua-any. 2024-03-10T01:52:53.166 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-10T01:52:53.169 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../021-lua-any_27ubuntu1_all.deb ... 2024-03-10T01:52:53.212 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking lua-any (27ubuntu1) ... 2024-03-10T01:52:53.436 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-10T01:52:53.456 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package zip. 2024-03-10T01:52:53.463 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-10T01:52:53.483 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../022-zip_3.0-12build2_amd64.deb ... 2024-03-10T01:52:53.494 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-10T01:52:53.522 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking zip (3.0-12build2) ... 2024-03-10T01:52:53.781 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-10T01:52:53.808 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-10T01:52:53.842 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package unzip. 2024-03-10T01:52:53.843 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-babel. 2024-03-10T01:52:53.847 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-10T01:52:53.869 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../023-unzip_6.0-26ubuntu3.2_amd64.deb ... 2024-03-10T01:52:53.870 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-10T01:52:53.909 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking unzip (6.0-26ubuntu3.2) ... 2024-03-10T01:52:53.934 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-10T01:52:54.133 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-rsa. 2024-03-10T01:52:54.161 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-10T01:52:54.199 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-10T01:52:54.237 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package luarocks. 2024-03-10T01:52:54.253 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../024-luarocks_3.8.0+dfsg1-1_all.deb ... 2024-03-10T01:52:54.262 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-jinja2. 2024-03-10T01:52:54.288 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking luarocks (3.8.0+dfsg1-1) ... 2024-03-10T01:52:54.289 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-10T01:52:54.329 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-10T01:52:54.520 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-google-auth. 2024-03-10T01:52:54.548 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-10T01:52:54.586 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-10T01:52:54.662 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package librgw2. 2024-03-10T01:52:54.682 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-10T01:52:54.689 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../025-librgw2_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:54.709 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-1875-g831bc188-1jammy_all.deb ... 2024-03-10T01:52:54.736 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking librgw2 (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:54.748 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking ceph-mgr-cephadm (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:54.906 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-10T01:52:54.934 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-10T01:52:54.973 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-10T01:52:55.085 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-10T01:52:55.112 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-10T01:52:55.151 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-10T01:52:55.259 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-websocket. 2024-03-10T01:52:55.275 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-10T01:52:55.280 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-rgw. 2024-03-10T01:52:55.307 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../026-python3-rgw_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:55.309 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-10T01:52:55.347 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-rgw (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:55.429 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-routes. 2024-03-10T01:52:55.456 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-10T01:52:55.495 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-10T01:52:55.629 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-10T01:52:55.650 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package liboath0:amd64. 2024-03-10T01:52:55.658 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-10T01:52:55.678 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../027-liboath0_2.6.7-3build1_amd64.deb ... 2024-03-10T01:52:55.695 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-10T01:52:55.716 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking liboath0:amd64 (2.6.7-3build1) ... 2024-03-10T01:52:55.857 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-10T01:52:55.884 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-1875-g831bc188-1jammy_all.deb ... 2024-03-10T01:52:55.924 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking ceph-mgr-dashboard (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:55.995 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package libradosstriper1. 2024-03-10T01:52:56.021 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../028-libradosstriper1_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:56.061 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking libradosstriper1 (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:56.326 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-10T01:52:56.342 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-10T01:52:56.385 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-10T01:52:56.473 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package ceph-common. 2024-03-10T01:52:56.499 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../029-ceph-common_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:56.539 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking ceph-common (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:56.601 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-10T01:52:56.618 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-1875-g831bc188-1jammy_all.deb ... 2024-03-10T01:52:56.659 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:56.880 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-joblib. 2024-03-10T01:52:56.907 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-10T01:52:56.946 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-10T01:52:56.987 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-10T01:52:57.015 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-10T01:52:57.053 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-10T01:52:57.266 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-10T01:52:57.293 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-10T01:52:57.331 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-10T01:52:57.333 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-10T01:52:57.359 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-10T01:52:57.398 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-10T01:52:57.650 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package jq. 2024-03-10T01:52:57.652 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-sklearn. 2024-03-10T01:52:57.667 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-10T01:52:57.679 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-10T01:52:57.708 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-10T01:52:57.718 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-10T01:52:57.919 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package ceph-base. 2024-03-10T01:52:57.946 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../030-ceph-base_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:57.970 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package socat. 2024-03-10T01:52:57.995 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking ceph-base (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:57.997 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-10T01:52:58.053 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-10T01:52:58.356 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package xmlstarlet. 2024-03-10T01:52:58.372 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-10T01:52:58.410 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-10T01:52:58.414 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-10T01:52:58.437 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-1875-g831bc188-1jammy_all.deb ... 2024-03-10T01:52:58.507 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-jaraco.functools. 2024-03-10T01:52:58.522 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../031-python3-jaraco.functools_3.4.0-2_all.deb ... 2024-03-10T01:52:58.556 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-jaraco.functools (3.4.0-2) ... 2024-03-10T01:52:58.561 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:58.768 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-test. 2024-03-10T01:52:58.786 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../097-ceph-test_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:52:58.827 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-test (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:52:58.843 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-cheroot. 2024-03-10T01:52:58.870 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../032-python3-cheroot_8.5.2+ds1-1ubuntu3.1_all.deb ... 2024-03-10T01:52:58.909 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-10T01:52:59.220 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-jaraco.classes. 2024-03-10T01:52:59.247 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../033-python3-jaraco.classes_3.2.1-3_all.deb ... 2024-03-10T01:52:59.306 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-jaraco.classes (3.2.1-3) ... 2024-03-10T01:52:59.474 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-cachetools. 2024-03-10T01:52:59.501 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-10T01:52:59.532 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-10T01:52:59.648 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-jaraco.text. 2024-03-10T01:52:59.675 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../034-python3-jaraco.text_3.6.0-2_all.deb ... 2024-03-10T01:52:59.714 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-jaraco.text (3.6.0-2) ... 2024-03-10T01:52:59.835 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-10T01:52:59.862 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-10T01:52:59.901 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-10T01:52:59.975 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-jaraco.collections. 2024-03-10T01:53:00.000 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../035-python3-jaraco.collections_3.4.0-2_all.deb ... 2024-03-10T01:53:00.034 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-jaraco.collections (3.4.0-2) ... 2024-03-10T01:53:00.238 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-10T01:53:00.265 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-10T01:53:00.304 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-10T01:53:00.553 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-tempora. 2024-03-10T01:53:00.580 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../036-python3-tempora_4.1.2-1_all.deb ... 2024-03-10T01:53:00.620 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-tempora (4.1.2-1) ... 2024-03-10T01:53:00.657 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-rsa. 2024-03-10T01:53:00.685 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-10T01:53:00.723 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-10T01:53:01.031 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-portend. 2024-03-10T01:53:01.058 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../037-python3-portend_3.0.0-1_all.deb ... 2024-03-10T01:53:01.098 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-portend (3.0.0-1) ... 2024-03-10T01:53:01.122 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package ceph-volume. 2024-03-10T01:53:01.150 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-1875-g831bc188-1jammy_all.deb ... 2024-03-10T01:53:01.197 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking ceph-volume (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:01.260 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-google-auth. 2024-03-10T01:53:01.287 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-10T01:53:01.335 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-10T01:53:01.400 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-zc.lockfile. 2024-03-10T01:53:01.427 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../038-python3-zc.lockfile_2.0-1_all.deb ... 2024-03-10T01:53:01.467 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-zc.lockfile (2.0-1) ... 2024-03-10T01:53:01.526 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-10T01:53:01.555 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:53:01.593 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking libcephfs-dev (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:01.712 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-cherrypy3. 2024-03-10T01:53:01.739 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../039-python3-cherrypy3_18.6.1-4_all.deb ... 2024-03-10T01:53:01.770 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-cherrypy3 (18.6.1-4) ... 2024-03-10T01:53:01.855 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-10T01:53:01.882 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-10T01:53:01.921 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-10T01:53:01.921 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-10T01:53:01.948 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-10T01:53:01.987 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-10T01:53:02.115 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-natsort. 2024-03-10T01:53:02.142 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../040-python3-natsort_8.0.2-1_all.deb ... 2024-03-10T01:53:02.181 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-natsort (8.0.2-1) ... 2024-03-10T01:53:02.216 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-websocket. 2024-03-10T01:53:02.243 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-10T01:53:02.282 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-10T01:53:02.316 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-10T01:53:02.344 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-10T01:53:02.383 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-10T01:53:02.451 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-logutils. 2024-03-10T01:53:02.478 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../041-python3-logutils_0.3.3-8_all.deb ... 2024-03-10T01:53:02.517 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-logutils (0.3.3-8) ... 2024-03-10T01:53:02.644 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-10T01:53:02.671 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-10T01:53:02.718 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-10T01:53:02.754 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package nvme-cli. 2024-03-10T01:53:02.771 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-markupsafe. 2024-03-10T01:53:02.781 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-10T01:53:02.797 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../042-python3-markupsafe_2.0.1-2build1_amd64.deb ... 2024-03-10T01:53:02.820 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-10T01:53:02.837 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-markupsafe (2.0.1-2build1) ... 2024-03-10T01:53:03.140 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-mako. 2024-03-10T01:53:03.166 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../043-python3-mako_1.1.3+ds1-2ubuntu0.1_all.deb ... 2024-03-10T01:53:03.206 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-10T01:53:03.267 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package pkg-config. 2024-03-10T01:53:03.295 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-10T01:53:03.333 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-10T01:53:03.390 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-10T01:53:03.406 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-1875-g831bc188-1jammy_all.deb ... 2024-03-10T01:53:03.449 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:03.542 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-simplegeneric. 2024-03-10T01:53:03.569 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../044-python3-simplegeneric_0.8.1-3_all.deb ... 2024-03-10T01:53:03.586 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-10T01:53:03.602 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-10T01:53:03.609 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2024-03-10T01:53:03.644 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-10T01:53:03.776 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-10T01:53:03.803 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-10T01:53:03.843 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-10T01:53:03.929 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-singledispatch. 2024-03-10T01:53:03.956 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../045-python3-singledispatch_3.4.0.3-3_all.deb ... 2024-03-10T01:53:03.995 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-singledispatch (3.4.0.3-3) ... 2024-03-10T01:53:04.073 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-10T01:53:04.101 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-10T01:53:04.139 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-10T01:53:04.187 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-10T01:53:04.215 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-10T01:53:04.222 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-webob. 2024-03-10T01:53:04.238 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../046-python3-webob_1%3a1.8.6-1.1_all.deb ... 2024-03-10T01:53:04.254 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-10T01:53:04.273 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-webob (1:1.8.6-1.1) ... 2024-03-10T01:53:04.425 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pastescript. 2024-03-10T01:53:04.453 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-10T01:53:04.473 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package jq. 2024-03-10T01:53:04.489 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-10T01:53:04.491 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-10T01:53:04.523 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-10T01:53:04.592 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-waitress. 2024-03-10T01:53:04.619 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../047-python3-waitress_1.4.4-1.1ubuntu1_all.deb ... 2024-03-10T01:53:04.661 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-10T01:53:04.759 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package socat. 2024-03-10T01:53:04.774 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-10T01:53:04.811 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pluggy. 2024-03-10T01:53:04.817 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-10T01:53:04.839 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-10T01:53:04.878 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-10T01:53:04.937 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-tempita. 2024-03-10T01:53:04.964 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../048-python3-tempita_0.5.2-6ubuntu1_all.deb ... 2024-03-10T01:53:05.003 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-tempita (0.5.2-6ubuntu1) ... 2024-03-10T01:53:05.120 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package xmlstarlet. 2024-03-10T01:53:05.136 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-10T01:53:05.178 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-10T01:53:05.206 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-psutil. 2024-03-10T01:53:05.234 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-10T01:53:05.272 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-10T01:53:05.306 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-paste. 2024-03-10T01:53:05.333 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../049-python3-paste_3.5.0+dfsg1-1_all.deb ... 2024-03-10T01:53:05.372 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-paste (3.5.0+dfsg1-1) ... 2024-03-10T01:53:05.517 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package ceph-test. 2024-03-10T01:53:05.533 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../097-ceph-test_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:53:05.576 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking ceph-test (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:05.625 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-py. 2024-03-10T01:53:05.653 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-10T01:53:05.667 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2024-03-10T01:53:05.683 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../050-python-pastedeploy-tpl_2.1.1-1_all.deb ... 2024-03-10T01:53:05.700 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-10T01:53:05.717 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python-pastedeploy-tpl (2.1.1-1) ... 2024-03-10T01:53:05.995 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pygments. 2024-03-10T01:53:06.020 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-pastedeploy. 2024-03-10T01:53:06.023 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-10T01:53:06.047 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../051-python3-pastedeploy_2.1.1-1_all.deb ... 2024-03-10T01:53:06.061 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-10T01:53:06.087 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-pastedeploy (2.1.1-1) ... 2024-03-10T01:53:06.406 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-webtest. 2024-03-10T01:53:06.433 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../052-python3-webtest_2.0.35-1_all.deb ... 2024-03-10T01:53:06.473 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-webtest (2.0.35-1) ... 2024-03-10T01:53:06.507 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-10T01:53:06.523 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-10T01:53:06.557 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-10T01:53:06.784 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-pecan. 2024-03-10T01:53:06.811 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../053-python3-pecan_1.3.3-4ubuntu2_all.deb ... 2024-03-10T01:53:06.850 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-pecan (1.3.3-4ubuntu2) ... 2024-03-10T01:53:06.867 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-toml. 2024-03-10T01:53:06.895 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-10T01:53:06.934 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-10T01:53:07.214 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-certifi. 2024-03-10T01:53:07.241 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../054-python3-certifi_2020.6.20-1_all.deb ... 2024-03-10T01:53:07.245 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-pytest. 2024-03-10T01:53:07.273 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-10T01:53:07.280 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-certifi (2020.6.20-1) ... 2024-03-10T01:53:07.311 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-10T01:53:07.566 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-idna. 2024-03-10T01:53:07.593 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../055-python3-idna_3.3-1_all.deb ... 2024-03-10T01:53:07.607 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package python3-simplejson. 2024-03-10T01:53:07.624 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-10T01:53:07.624 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-idna (3.3-1) ... 2024-03-10T01:53:07.656 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-10T01:53:07.805 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package ceph-volume. 2024-03-10T01:53:07.833 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-1875-g831bc188-1jammy_all.deb ... 2024-03-10T01:53:07.871 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking ceph-volume (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:07.876 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-10T01:53:07.892 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-10T01:53:07.926 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-10T01:53:07.944 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-urllib3. 2024-03-10T01:53:07.971 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../056-python3-urllib3_1.26.5-1~exp1ubuntu0.1_all.deb ... 2024-03-10T01:53:08.010 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-10T01:53:08.167 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-10T01:53:08.183 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:53:08.250 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking libcephfs-dev (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:08.347 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-requests. 2024-03-10T01:53:08.374 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../057-python3-requests_2.25.1+dfsg-2ubuntu0.1_all.deb ... 2024-03-10T01:53:08.413 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-10T01:53:08.569 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-10T01:53:08.597 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-10T01:53:08.605 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package radosgw. 2024-03-10T01:53:08.627 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-10T01:53:08.633 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../116-radosgw_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:53:08.671 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking radosgw (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:08.741 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-werkzeug. 2024-03-10T01:53:08.768 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../058-python3-werkzeug_2.0.2+dfsg1-1ubuntu0.22.04.1_all.deb ... 2024-03-10T01:53:08.808 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-10T01:53:08.957 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-10T01:53:08.984 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-10T01:53:09.026 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-10T01:53:09.085 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2024-03-10T01:53:09.101 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../059-ceph-mgr-modules-core_19.0.0-1875-g831bc188-1jammy_all.deb ... 2024-03-10T01:53:09.144 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking ceph-mgr-modules-core (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:09.419 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package nvme-cli. 2024-03-10T01:53:09.447 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-10T01:53:09.485 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-10T01:53:09.507 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2024-03-10T01:53:09.523 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../060-libsqlite3-mod-ceph_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:53:09.532 INFO:teuthology.orchestra.run.smithi033.stdout:Selecting previously unselected package rbd-fuse. 2024-03-10T01:53:09.557 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking libsqlite3-mod-ceph (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:09.561 INFO:teuthology.orchestra.run.smithi033.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:53:09.599 INFO:teuthology.orchestra.run.smithi033.stdout:Unpacking rbd-fuse (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:09.843 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-bcrypt. 2024-03-10T01:53:09.870 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../061-python3-bcrypt_3.2.0-1build1_amd64.deb ... 2024-03-10T01:53:09.905 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-10T01:53:09.907 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package pkg-config. 2024-03-10T01:53:09.909 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-bcrypt (3.2.0-1build1) ... 2024-03-10T01:53:09.935 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-10T01:53:09.973 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-10T01:53:10.193 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-10T01:53:10.209 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-10T01:53:10.212 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-openssl. 2024-03-10T01:53:10.222 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-10T01:53:10.239 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../062-python3-openssl_21.0.0-1_all.deb ... 2024-03-10T01:53:10.242 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-10T01:53:10.279 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-openssl (21.0.0-1) ... 2024-03-10T01:53:10.331 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-10T01:53:10.574 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-10T01:53:10.646 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-10T01:53:10.674 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-10T01:53:10.712 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-10T01:53:10.790 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package ceph-mgr. 2024-03-10T01:53:10.817 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../063-ceph-mgr_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:53:10.856 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking ceph-mgr (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:10.916 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-10T01:53:10.990 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-pastescript. 2024-03-10T01:53:11.018 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-10T01:53:11.056 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-10T01:53:11.218 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package ceph-mon. 2024-03-10T01:53:11.245 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../064-ceph-mon_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:53:11.276 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking ceph-mon (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:11.318 INFO:teuthology.orchestra.run.smithi033.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-10T01:53:11.377 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-pluggy. 2024-03-10T01:53:11.392 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up cephadm (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:11.404 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-10T01:53:11.443 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-10T01:53:11.754 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-psutil. 2024-03-10T01:53:11.782 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-10T01:53:11.837 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-10T01:53:11.888 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package ceph-osd. 2024-03-10T01:53:11.915 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../065-ceph-osd_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:53:11.954 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking ceph-osd (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:12.159 INFO:teuthology.orchestra.run.smithi033.stdout:Adding system user cephadm....done 2024-03-10T01:53:12.314 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-10T01:53:12.382 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-py. 2024-03-10T01:53:12.410 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-10T01:53:12.448 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-10T01:53:12.582 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-10T01:53:12.768 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-pygments. 2024-03-10T01:53:12.796 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-10T01:53:12.817 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-10T01:53:12.834 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-10T01:53:12.943 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-10T01:53:13.041 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package ceph. 2024-03-10T01:53:13.057 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../066-ceph_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:53:13.099 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking ceph (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:13.272 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-10T01:53:13.277 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-10T01:53:13.288 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-10T01:53:13.330 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-10T01:53:13.410 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package ceph-fuse. 2024-03-10T01:53:13.437 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../067-ceph-fuse_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:53:13.476 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking ceph-fuse (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:13.545 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-10T01:53:13.641 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-toml. 2024-03-10T01:53:13.668 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-10T01:53:13.671 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-10T01:53:13.699 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-10T01:53:13.822 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package ceph-mds. 2024-03-10T01:53:13.849 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../068-ceph-mds_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:53:13.888 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking ceph-mds (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:13.965 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-10T01:53:14.010 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-pytest. 2024-03-10T01:53:14.038 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-10T01:53:14.076 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-10T01:53:14.274 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package cephadm. 2024-03-10T01:53:14.301 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../069-cephadm_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:53:14.308 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-10T01:53:14.342 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking cephadm (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:14.438 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package python3-simplejson. 2024-03-10T01:53:14.466 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-10T01:53:14.505 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-10T01:53:14.568 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-10T01:53:14.660 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-asyncssh. 2024-03-10T01:53:14.687 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../070-python3-asyncssh_2.5.0-1_all.deb ... 2024-03-10T01:53:14.726 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-asyncssh (2.5.0-1) ... 2024-03-10T01:53:14.774 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-10T01:53:14.790 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-10T01:53:14.832 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-10T01:53:14.844 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-10T01:53:15.071 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python-babel-localedata. 2024-03-10T01:53:15.087 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../071-python-babel-localedata_2.8.0+dfsg.1-7_all.deb ... 2024-03-10T01:53:15.087 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-10T01:53:15.129 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-10T01:53:15.346 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-10T01:53:15.598 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-10T01:53:15.619 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package radosgw. 2024-03-10T01:53:15.647 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../116-radosgw_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:53:15.686 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking radosgw (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:15.832 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-ceph-argparse (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:16.074 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-10T01:53:16.159 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-babel. 2024-03-10T01:53:16.186 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../072-python3-babel_2.8.0+dfsg.1-7_all.deb ... 2024-03-10T01:53:16.200 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-10T01:53:16.225 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-babel (2.8.0+dfsg.1-7) ... 2024-03-10T01:53:16.326 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-10T01:53:16.452 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-10T01:53:16.489 INFO:teuthology.orchestra.run.smithi160.stdout:Selecting previously unselected package rbd-fuse. 2024-03-10T01:53:16.505 INFO:teuthology.orchestra.run.smithi160.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:53:16.547 INFO:teuthology.orchestra.run.smithi160.stdout:Unpacking rbd-fuse (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:16.570 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-jinja2. 2024-03-10T01:53:16.597 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../073-python3-jinja2_3.0.3-1ubuntu0.1_all.deb ... 2024-03-10T01:53:16.645 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-10T01:53:16.720 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-10T01:53:16.860 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-10T01:53:17.023 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package ceph-mgr-cephadm. 2024-03-10T01:53:17.050 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../074-ceph-mgr-cephadm_19.0.0-1875-g831bc188-1jammy_all.deb ... 2024-03-10T01:53:17.089 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking ceph-mgr-cephadm (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:17.105 INFO:teuthology.orchestra.run.smithi033.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-10T01:53:17.110 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-10T01:53:17.168 INFO:teuthology.orchestra.run.smithi033.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-10T01:53:17.223 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-10T01:53:17.227 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-10T01:53:17.349 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-10T01:53:17.426 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-repoze.lru. 2024-03-10T01:53:17.453 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../075-python3-repoze.lru_0.7-2_all.deb ... 2024-03-10T01:53:17.463 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-10T01:53:17.492 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2024-03-10T01:53:17.700 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-10T01:53:17.803 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-routes. 2024-03-10T01:53:17.826 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-10T01:53:17.831 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-10T01:53:17.831 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../076-python3-routes_2.5.1-1ubuntu1_all.deb ... 2024-03-10T01:53:17.861 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-routes (2.5.1-1ubuntu1) ... 2024-03-10T01:53:18.094 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-10T01:53:18.173 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2024-03-10T01:53:18.200 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../077-ceph-mgr-dashboard_19.0.0-1875-g831bc188-1jammy_all.deb ... 2024-03-10T01:53:18.239 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking ceph-mgr-dashboard (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:18.247 INFO:teuthology.orchestra.run.smithi160.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-10T01:53:18.304 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up cephadm (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:18.362 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-10T01:53:18.651 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-sklearn-lib:amd64. 2024-03-10T01:53:18.675 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../078-python3-sklearn-lib_0.23.2-5ubuntu6_amd64.deb ... 2024-03-10T01:53:18.680 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up zip (3.0-12build2) ... 2024-03-10T01:53:18.717 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-10T01:53:18.806 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-10T01:53:18.829 INFO:teuthology.orchestra.run.smithi160.stdout:Adding system user cephadm....done 2024-03-10T01:53:18.960 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-10T01:53:19.221 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-joblib. 2024-03-10T01:53:19.249 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../079-python3-joblib_0.17.0-4ubuntu1_all.deb ... 2024-03-10T01:53:19.253 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-10T01:53:19.288 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-joblib (0.17.0-4ubuntu1) ... 2024-03-10T01:53:19.474 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-10T01:53:19.504 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-10T01:53:19.591 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-threadpoolctl. 2024-03-10T01:53:19.618 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../080-python3-threadpoolctl_3.1.0-1_all.deb ... 2024-03-10T01:53:19.649 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-threadpoolctl (3.1.0-1) ... 2024-03-10T01:53:19.717 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-10T01:53:19.739 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-10T01:53:19.843 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-10T01:53:19.960 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-sklearn. 2024-03-10T01:53:19.969 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-10T01:53:19.987 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../081-python3-sklearn_0.23.2-5ubuntu6_all.deb ... 2024-03-10T01:53:20.026 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-10T01:53:20.035 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-10T01:53:20.270 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-10T01:53:20.290 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-10T01:53:20.400 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-10T01:53:20.663 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-10T01:53:20.685 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-10T01:53:20.703 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2024-03-10T01:53:20.731 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../082-ceph-mgr-diskprediction-local_19.0.0-1875-g831bc188-1jammy_all.deb ... 2024-03-10T01:53:20.855 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking ceph-mgr-diskprediction-local (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:20.898 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-10T01:53:21.053 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-10T01:53:21.265 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-10T01:53:21.305 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-10T01:53:21.542 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-10T01:53:21.580 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-10T01:53:21.809 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-cachetools. 2024-03-10T01:53:21.832 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-10T01:53:21.836 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../083-python3-cachetools_5.0.0-1_all.deb ... 2024-03-10T01:53:21.875 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-cachetools (5.0.0-1) ... 2024-03-10T01:53:21.884 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-10T01:53:22.075 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-10T01:53:22.136 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-10T01:53:22.136 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-pyasn1. 2024-03-10T01:53:22.164 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../084-python3-pyasn1_0.4.8-1_all.deb ... 2024-03-10T01:53:22.194 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-pyasn1 (0.4.8-1) ... 2024-03-10T01:53:22.262 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-ceph-common (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:22.318 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-10T01:53:22.515 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-pyasn1-modules. 2024-03-10T01:53:22.542 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../085-python3-pyasn1-modules_0.2.1-1_all.deb ... 2024-03-10T01:53:22.563 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-idna (3.3-1) ... 2024-03-10T01:53:22.581 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-pyasn1-modules (0.2.1-1) ... 2024-03-10T01:53:22.727 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-ceph-argparse (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:22.867 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-rsa. 2024-03-10T01:53:22.881 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-10T01:53:22.894 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../086-python3-rsa_4.8-1_all.deb ... 2024-03-10T01:53:22.933 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-rsa (4.8-1) ... 2024-03-10T01:53:23.103 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-10T01:53:23.229 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-10T01:53:23.254 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-google-auth. 2024-03-10T01:53:23.282 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../087-python3-google-auth_1.5.1-3_all.deb ... 2024-03-10T01:53:23.320 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-google-auth (1.5.1-3) ... 2024-03-10T01:53:23.355 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-10T01:53:23.481 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-10T01:53:23.649 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-requests-oauthlib. 2024-03-10T01:53:23.676 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../088-python3-requests-oauthlib_1.3.0+ds-0.1_all.deb ... 2024-03-10T01:53:23.715 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-10T01:53:23.740 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-10T01:53:24.001 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-websocket. 2024-03-10T01:53:24.017 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../089-python3-websocket_1.2.3-1_all.deb ... 2024-03-10T01:53:24.051 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-websocket (1.2.3-1) ... 2024-03-10T01:53:24.103 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-10T01:53:24.111 INFO:teuthology.orchestra.run.smithi160.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-10T01:53:24.147 INFO:teuthology.orchestra.run.smithi160.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-10T01:53:24.218 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-10T01:53:24.330 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-10T01:53:24.344 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-10T01:53:24.346 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-kubernetes. 2024-03-10T01:53:24.373 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../090-python3-kubernetes_12.0.1-1ubuntu1_all.deb ... 2024-03-10T01:53:24.404 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-10T01:53:24.480 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-10T01:53:24.695 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-10T01:53:24.723 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-10T01:53:24.821 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-10T01:53:24.849 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-10T01:53:24.975 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-10T01:53:25.068 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2024-03-10T01:53:25.080 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-10T01:53:25.096 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../091-ceph-mgr-k8sevents_19.0.0-1875-g831bc188-1jammy_all.deb ... 2024-03-10T01:53:25.134 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking ceph-mgr-k8sevents (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:25.276 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-10T01:53:25.340 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-10T01:53:25.462 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package libonig5:amd64. 2024-03-10T01:53:25.489 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../092-libonig5_6.9.7.1-2build1_amd64.deb ... 2024-03-10T01:53:25.528 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-10T01:53:25.561 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-10T01:53:25.625 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up zip (3.0-12build2) ... 2024-03-10T01:53:25.742 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-10T01:53:25.815 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-10T01:53:25.873 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package libjq1:amd64. 2024-03-10T01:53:25.901 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../093-libjq1_1.6-2.1ubuntu3_amd64.deb ... 2024-03-10T01:53:25.921 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-10T01:53:25.940 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-10T01:53:26.223 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-10T01:53:26.342 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package jq. 2024-03-10T01:53:26.370 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../094-jq_1.6-2.1ubuntu3_amd64.deb ... 2024-03-10T01:53:26.377 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-10T01:53:26.515 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-10T01:53:26.517 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking jq (1.6-2.1ubuntu3) ... 2024-03-10T01:53:26.654 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-10T01:53:26.753 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package socat. 2024-03-10T01:53:26.780 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-10T01:53:26.780 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../095-socat_1.7.4.1-3ubuntu4_amd64.deb ... 2024-03-10T01:53:26.800 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-10T01:53:26.819 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking socat (1.7.4.1-3ubuntu4) ... 2024-03-10T01:53:26.906 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-10T01:53:27.059 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-10T01:53:27.122 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package xmlstarlet. 2024-03-10T01:53:27.139 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../096-xmlstarlet_1.6.1-2.1_amd64.deb ... 2024-03-10T01:53:27.180 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking xmlstarlet (1.6.1-2.1) ... 2024-03-10T01:53:27.206 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-10T01:53:27.405 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-10T01:53:27.543 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package ceph-test. 2024-03-10T01:53:27.559 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../097-ceph-test_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:53:27.583 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-10T01:53:27.601 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking ceph-test (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:27.851 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-10T01:53:27.886 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-10T01:53:28.012 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-10T01:53:28.219 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-10T01:53:28.313 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-10T01:53:28.439 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-10T01:53:28.503 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-10T01:53:28.724 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-10T01:53:28.863 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-10T01:53:29.017 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-10T01:53:29.114 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-10T01:53:29.231 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-ceph-common (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:29.250 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-10T01:53:29.377 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-10T01:53:29.503 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-10T01:53:29.516 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-idna (3.3-1) ... 2024-03-10T01:53:29.592 INFO:teuthology.orchestra.run.smithi033.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-10T01:53:29.797 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package ceph-volume. 2024-03-10T01:53:29.825 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../098-ceph-volume_19.0.0-1875-g831bc188-1jammy_all.deb ... 2024-03-10T01:53:29.833 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-10T01:53:29.838 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-10T01:53:29.863 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking ceph-volume (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:29.980 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-10T01:53:30.117 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package libcephfs-dev. 2024-03-10T01:53:30.134 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../099-libcephfs-dev_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:53:30.175 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking libcephfs-dev (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:30.390 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-10T01:53:30.486 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package lua-socket:amd64. 2024-03-10T01:53:30.514 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../100-lua-socket_3.0~rc1+git+ac3201d-6_amd64.deb ... 2024-03-10T01:53:30.553 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-10T01:53:30.633 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-10T01:53:30.734 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-10T01:53:30.899 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package lua-sec:amd64. 2024-03-10T01:53:30.927 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../101-lua-sec_1.0.2-1_amd64.deb ... 2024-03-10T01:53:30.965 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking lua-sec:amd64 (1.0.2-1) ... 2024-03-10T01:53:30.993 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-10T01:53:31.039 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-10T01:53:31.119 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-10T01:53:31.261 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package nvme-cli. 2024-03-10T01:53:31.289 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../102-nvme-cli_1.16-3ubuntu0.1_amd64.deb ... 2024-03-10T01:53:31.290 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-10T01:53:31.319 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking nvme-cli (1.16-3ubuntu0.1) ... 2024-03-10T01:53:31.425 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-10T01:53:31.437 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-10T01:53:31.685 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-10T01:53:31.746 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-10T01:53:31.766 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package pkg-config. 2024-03-10T01:53:31.786 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-10T01:53:31.794 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../103-pkg-config_0.29.2-1ubuntu3_amd64.deb ... 2024-03-10T01:53:31.832 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking pkg-config (0.29.2-1ubuntu3) ... 2024-03-10T01:53:31.895 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-10T01:53:32.006 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-10T01:53:32.093 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python-asyncssh-doc. 2024-03-10T01:53:32.110 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../104-python-asyncssh-doc_2.5.0-1_all.deb ... 2024-03-10T01:53:32.115 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-10T01:53:32.151 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python-asyncssh-doc (2.5.0-1) ... 2024-03-10T01:53:32.179 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-10T01:53:32.366 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-10T01:53:32.430 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-10T01:53:32.596 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-iniconfig. 2024-03-10T01:53:32.624 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../105-python3-iniconfig_1.1.1-2_all.deb ... 2024-03-10T01:53:32.625 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-10T01:53:32.662 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-iniconfig (1.1.1-2) ... 2024-03-10T01:53:32.664 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-10T01:53:32.766 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-10T01:53:32.957 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-pastescript. 2024-03-10T01:53:32.985 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../106-python3-pastescript_2.0.2-4_all.deb ... 2024-03-10T01:53:32.987 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-10T01:53:33.023 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2024-03-10T01:53:33.187 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-10T01:53:33.352 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-pluggy. 2024-03-10T01:53:33.380 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../107-python3-pluggy_0.13.0-7.1_all.deb ... 2024-03-10T01:53:33.414 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-10T01:53:33.418 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-pluggy (0.13.0-7.1) ... 2024-03-10T01:53:33.635 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-10T01:53:33.671 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-psutil. 2024-03-10T01:53:33.698 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-10T01:53:33.699 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../108-python3-psutil_5.9.0-1build1_amd64.deb ... 2024-03-10T01:53:33.729 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-psutil (5.9.0-1build1) ... 2024-03-10T01:53:33.886 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-10T01:53:34.042 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-10T01:53:34.049 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-py. 2024-03-10T01:53:34.077 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../109-python3-py_1.10.0-1_all.deb ... 2024-03-10T01:53:34.115 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-py (1.10.0-1) ... 2024-03-10T01:53:34.137 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-10T01:53:34.169 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up librados2 (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:34.303 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libsqlite3-mod-ceph (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:34.388 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-10T01:53:34.401 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-pygments. 2024-03-10T01:53:34.418 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../110-python3-pygments_2.11.2+dfsg-2_all.deb ... 2024-03-10T01:53:34.429 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-10T01:53:34.451 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-pygments (2.11.2+dfsg-2) ... 2024-03-10T01:53:34.655 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-10T01:53:34.715 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libcephfs2 (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:34.756 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-10T01:53:34.833 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libradosstriper1 (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:34.906 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-pyinotify. 2024-03-10T01:53:34.934 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../111-python3-pyinotify_0.9.6-1.3_all.deb ... 2024-03-10T01:53:34.959 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-10T01:53:34.972 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-pyinotify (0.9.6-1.3) ... 2024-03-10T01:53:35.033 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-10T01:53:35.150 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-10T01:53:35.260 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up librbd1 (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:35.291 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-toml. 2024-03-10T01:53:35.320 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../112-python3-toml_0.10.2-1_all.deb ... 2024-03-10T01:53:35.358 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-toml (0.10.2-1) ... 2024-03-10T01:53:35.422 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-mgr-modules-core (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:35.426 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-10T01:53:35.571 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-fuse (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:35.619 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-pytest. 2024-03-10T01:53:35.647 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../113-python3-pytest_6.2.5-1ubuntu2_all.deb ... 2024-03-10T01:53:35.677 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-pytest (6.2.5-1ubuntu2) ... 2024-03-10T01:53:35.728 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-10T01:53:35.797 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-10T01:53:35.797 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-10T01:53:35.987 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-10T01:53:36.039 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package python3-simplejson. 2024-03-10T01:53:36.067 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../114-python3-simplejson_3.17.6-1build1_amd64.deb ... 2024-03-10T01:53:36.105 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking python3-simplejson (3.17.6-1build1) ... 2024-03-10T01:53:36.113 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-10T01:53:36.239 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-10T01:53:36.256 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up libcephfs-dev (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:36.319 INFO:teuthology.orchestra.run.smithi160.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-10T01:53:36.374 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package qttranslations5-l10n. 2024-03-10T01:53:36.381 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-rados (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:36.391 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../115-qttranslations5-l10n_5.15.3-1_all.deb ... 2024-03-10T01:53:36.432 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking qttranslations5-l10n (5.15.3-1) ... 2024-03-10T01:53:36.508 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up librgw2 (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:36.590 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-10T01:53:36.642 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-10T01:53:36.717 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-10T01:53:37.093 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-10T01:53:37.344 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-10T01:53:37.470 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-10T01:53:37.486 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package radosgw. 2024-03-10T01:53:37.515 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../116-radosgw_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:53:37.553 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking radosgw (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:37.721 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-10T01:53:37.847 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-10T01:53:37.938 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-rbd (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:38.105 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up rbd-fuse (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:38.173 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-10T01:53:38.231 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-rgw (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:38.357 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up python3-cephfs (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:38.457 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-10T01:53:38.483 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-common (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:38.539 INFO:teuthology.orchestra.run.smithi066.stdout:Selecting previously unselected package rbd-fuse. 2024-03-10T01:53:38.556 INFO:teuthology.orchestra.run.smithi066.stdout:Preparing to unpack .../117-rbd-fuse_19.0.0-1875-g831bc188-1jammy_amd64.deb ... 2024-03-10T01:53:38.597 INFO:teuthology.orchestra.run.smithi066.stdout:Unpacking rbd-fuse (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:38.725 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-10T01:53:38.826 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-10T01:53:38.868 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-iniconfig (1.1.1-2) ... 2024-03-10T01:53:39.043 INFO:teuthology.orchestra.run.smithi033.stdout:Adding group ceph....done 2024-03-10T01:53:39.110 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-10T01:53:39.127 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up libdouble-conversion3:amd64 (3.1.7-4) ... 2024-03-10T01:53:39.253 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up nvme-cli (1.16-3ubuntu0.1) ... 2024-03-10T01:53:39.378 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-10T01:53:39.452 INFO:teuthology.orchestra.run.smithi033.stdout:Adding system user ceph....done 2024-03-10T01:53:39.522 INFO:teuthology.orchestra.run.smithi066.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service -> /lib/systemd/system/nvmefc-boot-connections.service. 2024-03-10T01:53:39.621 INFO:teuthology.orchestra.run.smithi033.stdout:Setting system user ceph properties....done 2024-03-10T01:53:39.639 INFO:teuthology.orchestra.run.smithi033.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-10T01:53:39.731 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-10T01:53:39.781 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-10T01:53:39.882 INFO:teuthology.orchestra.run.smithi066.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmf-autoconnect.service -> /lib/systemd/system/nvmf-autoconnect.service. 2024-03-10T01:53:40.093 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-10T01:53:40.108 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-10T01:53:40.358 INFO:teuthology.orchestra.run.smithi066.stdout:nvmf-connect.target is a disabled or a static unit, not starting it. 2024-03-10T01:53:40.393 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-10T01:53:40.447 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up cephadm (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:40.584 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-test (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:40.710 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up radosgw (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:40.720 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-10T01:53:40.846 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up librados2 (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:40.972 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up libsqlite3-mod-ceph (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:41.081 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-10T01:53:41.189 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-10T01:53:41.189 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-10T01:53:41.313 INFO:teuthology.orchestra.run.smithi066.stdout:Adding system user cephadm....done 2024-03-10T01:53:41.401 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up libcephfs2 (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:41.470 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-waitress (1.4.4-1.1ubuntu1) ... 2024-03-10T01:53:41.527 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up libradosstriper1 (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:41.653 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-10T01:53:41.704 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-base (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:41.813 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-jaraco.classes (3.2.1-3) ... 2024-03-10T01:53:41.929 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up librbd1 (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:42.045 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-10T01:53:42.056 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up ceph-mgr-modules-core (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:42.080 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python-asyncssh-doc (2.5.0-1) ... 2024-03-10T01:53:42.181 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up ceph-fuse (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:42.207 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-jaraco.functools (3.4.0-2) ... 2024-03-10T01:53:42.393 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-10T01:53:42.393 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-10T01:53:42.458 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-repoze.lru (0.7-2) ... 2024-03-10T01:53:42.514 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-mds (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:42.717 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up liboath0:amd64 (2.6.7-3build1) ... 2024-03-10T01:53:42.738 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-10T01:53:42.738 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-10T01:53:42.835 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-py (1.10.0-1) ... 2024-03-10T01:53:42.892 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up libcephfs-dev (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:43.018 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-rados (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:43.143 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up librgw2 (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:43.145 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-joblib (0.17.0-4ubuntu1) ... 2024-03-10T01:53:43.207 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-mgr (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:43.269 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-10T01:53:43.434 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-10T01:53:43.434 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-10T01:53:43.514 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-cachetools (5.0.0-1) ... 2024-03-10T01:53:43.782 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-openssl (21.0.0-1) ... 2024-03-10T01:53:43.942 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-osd (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:44.049 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up unzip (6.0-26ubuntu3.2) ... 2024-03-10T01:53:44.220 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-10T01:53:44.221 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-10T01:53:44.292 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-bcrypt (3.2.0-1build1) ... 2024-03-10T01:53:44.473 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-rbd (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:44.543 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-pyinotify (0.9.6-1.3) ... 2024-03-10T01:53:44.599 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up rbd-fuse (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:44.685 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-mgr-k8sevents (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:44.733 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-rgw (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:44.820 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:44.834 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up python3-cephfs (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:44.903 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-threadpoolctl (3.1.0-1) ... 2024-03-10T01:53:44.935 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up ceph-common (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:44.987 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-mon (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:45.179 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-ceph-argparse (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:45.207 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-10T01:53:45.208 INFO:teuthology.orchestra.run.smithi033.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-10T01:53:45.435 INFO:teuthology.orchestra.run.smithi160.stdout:Adding group ceph....done 2024-03-10T01:53:45.455 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-sklearn-lib:amd64 (0.23.2-5ubuntu6) ... 2024-03-10T01:53:45.581 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-6) ... 2024-03-10T01:53:45.664 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-mgr-cephadm (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:45.715 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up libreadline-dev:amd64 (8.1.2-1) ... 2024-03-10T01:53:45.815 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:45.841 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-markupsafe (2.0.1-2build1) ... 2024-03-10T01:53:45.847 INFO:teuthology.orchestra.run.smithi160.stdout:Adding system user ceph....done 2024-03-10T01:53:45.940 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-mgr-dashboard (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:46.006 INFO:teuthology.orchestra.run.smithi160.stdout:Setting system user ceph properties....done 2024-03-10T01:53:46.023 INFO:teuthology.orchestra.run.smithi160.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-10T01:53:46.100 INFO:teuthology.orchestra.run.smithi033.stdout:Setting up ceph-volume (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:46.100 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up lua5.1 (5.1.5-8.1build4) ... 2024-03-10T01:53:46.161 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-10T01:53:46.468 INFO:teuthology.orchestra.run.smithi066.stdout:update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 2024-03-10T01:53:46.478 INFO:teuthology.orchestra.run.smithi033.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-10T01:53:46.491 INFO:teuthology.orchestra.run.smithi066.stdout:update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 2024-03-10T01:53:46.493 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-10T01:53:46.570 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up libpcre2-16-0:amd64 (10.39-3ubuntu0.1) ... 2024-03-10T01:53:46.579 INFO:teuthology.orchestra.run.smithi033.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-10T01:53:46.696 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-psutil (5.9.0-1build1) ... 2024-03-10T01:53:46.731 INFO:teuthology.orchestra.run.smithi033.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-10T01:53:47.003 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up ceph-test (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:47.064 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python-babel-localedata (2.8.0+dfsg.1-7) ... 2024-03-10T01:53:47.129 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up radosgw (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:47.190 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-natsort (8.0.2-1) ... 2024-03-10T01:53:47.475 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-routes (2.5.1-1ubuntu1) ... 2024-03-10T01:53:47.587 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-10T01:53:47.587 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-10T01:53:47.751 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-simplejson (3.17.6-1build1) ... 2024-03-10T01:53:47.781 INFO:teuthology.orchestra.run.smithi033.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-10T01:53:48.055 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up ceph-base (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:48.060 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up zip (3.0-12build2) ... 2024-03-10T01:53:48.211 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-pygments (2.11.2+dfsg-2) ... 2024-03-10T01:53:48.457 INFO:teuthology.orchestra.run.smithi033.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-10T01:53:48.464 DEBUG:teuthology.parallel:result is None 2024-03-10T01:53:48.559 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-10T01:53:48.921 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-tempita (0.5.2-6ubuntu1) ... 2024-03-10T01:53:49.049 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up ceph-mds (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:49.181 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python-pastedeploy-tpl (2.1.1-1) ... 2024-03-10T01:53:49.292 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-10T01:53:49.292 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-10T01:53:49.315 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up qttranslations5-l10n (5.15.3-1) ... 2024-03-10T01:53:49.441 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-wcwidth (0.2.5+dfsg1-1) ... 2024-03-10T01:53:49.742 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-asyncssh (2.5.0-1) ... 2024-03-10T01:53:49.759 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up ceph-mgr (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:49.956 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-10T01:53:49.956 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-10T01:53:50.160 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-certifi (2020.6.20-1) ... 2024-03-10T01:53:50.428 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-paste (3.5.0+dfsg1-1) ... 2024-03-10T01:53:50.435 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up ceph-osd (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:50.717 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-10T01:53:50.718 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-10T01:53:50.830 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-cheroot (8.5.2+ds1-1ubuntu3.1) ... 2024-03-10T01:53:51.139 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-werkzeug (2.0.2+dfsg1-1ubuntu0.22.04.1) ... 2024-03-10T01:53:51.203 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up ceph-mgr-k8sevents (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:51.354 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:51.490 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-jaraco.text (3.6.0-2) ... 2024-03-10T01:53:51.497 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up ceph-mon (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:51.710 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-10T01:53:51.710 INFO:teuthology.orchestra.run.smithi160.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-10T01:53:51.742 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up socat (1.7.4.1-3ubuntu4) ... 2024-03-10T01:53:51.843 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-ceph-common (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:52.202 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-idna (3.3-1) ... 2024-03-10T01:53:52.206 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up ceph-mgr-cephadm (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:52.333 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up ceph (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:52.458 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up ceph-mgr-dashboard (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:52.609 INFO:teuthology.orchestra.run.smithi160.stdout:Setting up ceph-volume (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:53:52.645 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-sklearn (0.23.2-5ubuntu6) ... 2024-03-10T01:53:52.945 INFO:teuthology.orchestra.run.smithi160.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-10T01:53:53.046 INFO:teuthology.orchestra.run.smithi160.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-10T01:53:53.182 INFO:teuthology.orchestra.run.smithi160.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-10T01:53:53.884 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up pkg-config (0.29.2-1ubuntu3) ... 2024-03-10T01:53:54.118 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up libqt5core5a:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-10T01:53:54.253 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-toml (0.10.2-1) ... 2024-03-10T01:53:54.350 INFO:teuthology.orchestra.run.smithi160.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-10T01:53:54.520 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up librdkafka1:amd64 (1.8.0-1build1) ... 2024-03-10T01:53:54.671 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up xmlstarlet (1.6.1-2.1) ... 2024-03-10T01:53:54.797 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-urllib3 (1.26.5-1~exp1ubuntu0.1) ... 2024-03-10T01:53:54.973 INFO:teuthology.orchestra.run.smithi160.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-10T01:53:54.978 DEBUG:teuthology.parallel:result is None 2024-03-10T01:53:55.099 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-pluggy (0.13.0-7.1) ... 2024-03-10T01:53:55.350 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-zc.lockfile (2.0-1) ... 2024-03-10T01:53:55.593 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up libqt5dbus5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-10T01:53:55.718 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-pyasn1 (0.4.8-1) ... 2024-03-10T01:53:56.036 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-singledispatch (3.4.0.3-3) ... 2024-03-10T01:53:56.296 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-logutils (0.3.3-8) ... 2024-03-10T01:53:56.555 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-tempora (4.1.2-1) ... 2024-03-10T01:53:56.798 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2024-03-10T01:53:57.049 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-prettytable (2.5.0-2) ... 2024-03-10T01:53:57.308 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up liblttng-ust1:amd64 (2.13.1-1ubuntu1) ... 2024-03-10T01:53:57.409 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-websocket (1.2.3-1) ... 2024-03-10T01:53:57.785 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up libonig5:amd64 (6.9.7.1-2build1) ... 2024-03-10T01:53:57.911 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-mako (1.1.3+ds1-2ubuntu0.1) ... 2024-03-10T01:53:58.221 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-webob (1:1.8.6-1.1) ... 2024-03-10T01:53:58.530 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-jaraco.collections (3.4.0-2) ... 2024-03-10T01:53:58.781 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up liblua5.3-dev:amd64 (5.3.6-1build1) ... 2024-03-10T01:53:58.891 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up lua-sec:amd64 (1.0.2-1) ... 2024-03-10T01:53:59.017 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-babel (2.8.0+dfsg.1-7) ... 2024-03-10T01:53:59.105 INFO:teuthology.orchestra.run.smithi066.stdout:update-alternatives: using /usr/bin/pybabel-python3 to provide /usr/bin/pybabel (pybabel) in auto mode 2024-03-10T01:53:59.335 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up libjq1:amd64 (1.6-2.1ubuntu3) ... 2024-03-10T01:53:59.490 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-pytest (6.2.5-1ubuntu2) ... 2024-03-10T01:53:59.896 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-pastedeploy (2.1.1-1) ... 2024-03-10T01:54:00.155 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up lua-any (27ubuntu1) ... 2024-03-10T01:54:00.281 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-portend (3.0.0-1) ... 2024-03-10T01:54:00.549 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up libqt5network5:amd64 (5.15.3+dfsg-2ubuntu0.2) ... 2024-03-10T01:54:00.650 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-jinja2 (3.0.3-1ubuntu0.1) ... 2024-03-10T01:54:00.976 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-pyasn1-modules (0.2.1-1) ... 2024-03-10T01:54:01.260 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-requests (2.25.1+dfsg-2ubuntu0.1) ... 2024-03-10T01:54:01.536 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up jq (1.6-2.1ubuntu3) ... 2024-03-10T01:54:01.662 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-rsa (4.8-1) ... 2024-03-10T01:54:01.938 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-webtest (2.0.35-1) ... 2024-03-10T01:54:02.197 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-requests-oauthlib (1.3.0+ds-0.1) ... 2024-03-10T01:54:02.551 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-cherrypy3 (18.6.1-4) ... 2024-03-10T01:54:02.928 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-pastescript (2.0.2-4) ... 2024-03-10T01:54:03.212 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-pecan (1.3.3-4ubuntu2) ... 2024-03-10T01:54:03.573 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up libthrift-0.16.0:amd64 (0.16.0-2) ... 2024-03-10T01:54:03.691 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up librados2 (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:54:03.842 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up libsqlite3-mod-ceph (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:54:03.968 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up luarocks (3.8.0+dfsg1-1) ... 2024-03-10T01:54:04.304 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up libcephfs2 (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:54:04.430 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up libradosstriper1 (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:54:04.539 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-google-auth (1.5.1-3) ... 2024-03-10T01:54:04.818 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up librbd1 (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:54:04.944 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up ceph-mgr-modules-core (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:54:05.070 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up ceph-fuse (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:54:05.287 INFO:teuthology.orchestra.run.smithi066.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-10T01:54:05.287 INFO:teuthology.orchestra.run.smithi066.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2024-03-10T01:54:05.796 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up libcephfs-dev (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:54:05.922 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-rados (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:54:06.023 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up librgw2 (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:54:06.123 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-kubernetes (12.0.1-1ubuntu1) ... 2024-03-10T01:54:07.386 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-rbd (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:54:07.511 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up rbd-fuse (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:54:07.637 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-rgw (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:54:07.780 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up python3-cephfs (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:54:07.931 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up ceph-common (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:54:08.460 INFO:teuthology.orchestra.run.smithi066.stdout:Adding group ceph....done 2024-03-10T01:54:08.792 INFO:teuthology.orchestra.run.smithi066.stdout:Adding system user ceph....done 2024-03-10T01:54:08.960 INFO:teuthology.orchestra.run.smithi066.stdout:Setting system user ceph properties....done 2024-03-10T01:54:08.974 INFO:teuthology.orchestra.run.smithi066.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2024-03-10T01:54:09.120 INFO:teuthology.orchestra.run.smithi066.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2024-03-10T01:54:09.458 INFO:teuthology.orchestra.run.smithi066.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2024-03-10T01:54:09.940 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up ceph-test (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:54:10.066 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up radosgw (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:54:10.550 INFO:teuthology.orchestra.run.smithi066.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-10T01:54:10.550 INFO:teuthology.orchestra.run.smithi066.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2024-03-10T01:54:11.027 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up ceph-base (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:54:11.394 INFO:teuthology.orchestra.run.smithi066.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2024-03-10T01:54:11.895 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up ceph-mds (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:54:12.128 INFO:teuthology.orchestra.run.smithi066.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-10T01:54:12.128 INFO:teuthology.orchestra.run.smithi066.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2024-03-10T01:54:12.638 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up ceph-mgr (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:54:12.866 INFO:teuthology.orchestra.run.smithi066.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-10T01:54:12.866 INFO:teuthology.orchestra.run.smithi066.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2024-03-10T01:54:13.356 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up ceph-osd (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:54:13.648 INFO:teuthology.orchestra.run.smithi066.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-10T01:54:13.649 INFO:teuthology.orchestra.run.smithi066.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2024-03-10T01:54:14.116 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up ceph-mgr-k8sevents (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:54:14.242 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up ceph-mgr-diskprediction-local (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:54:14.385 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up ceph-mon (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:54:14.596 INFO:teuthology.orchestra.run.smithi066.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-10T01:54:14.596 INFO:teuthology.orchestra.run.smithi066.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2024-03-10T01:54:15.053 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up ceph-mgr-cephadm (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:54:15.212 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up ceph (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:54:15.338 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up ceph-mgr-dashboard (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:54:15.472 INFO:teuthology.orchestra.run.smithi066.stdout:Setting up ceph-volume (19.0.0-1875-g831bc188-1jammy) ... 2024-03-10T01:54:15.825 INFO:teuthology.orchestra.run.smithi066.stdout:Processing triggers for mailcap (3.70+nmu1ubuntu1) ... 2024-03-10T01:54:15.926 INFO:teuthology.orchestra.run.smithi066.stdout:Processing triggers for libc-bin (2.35-0ubuntu3.1) ... 2024-03-10T01:54:16.070 INFO:teuthology.orchestra.run.smithi066.stdout:Processing triggers for man-db (2.10.2-1) ... 2024-03-10T01:54:17.129 INFO:teuthology.orchestra.run.smithi066.stdout:Processing triggers for install-info (6.8-4build1) ... 2024-03-10T01:54:17.778 INFO:teuthology.orchestra.run.smithi066.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2024-03-10T01:54:17.783 DEBUG:teuthology.parallel:result is None 2024-03-10T01:54:17.784 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=831bc188fa69f143bbba69ac76119e784500e8e3 2024-03-10T01:54:18.088 DEBUG:teuthology.orchestra.run.smithi033:> dpkg-query -W -f '${Version}' ceph 2024-03-10T01:54:18.108 INFO:teuthology.orchestra.run.smithi033.stdout:19.0.0-1875-g831bc188-1jammy 2024-03-10T01:54:18.109 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1875-g831bc188-1jammy 2024-03-10T01:54:18.109 INFO:teuthology.task.install:The correct ceph version 19.0.0-1875-g831bc188-1jammy is installed. 2024-03-10T01:54:18.111 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=831bc188fa69f143bbba69ac76119e784500e8e3 2024-03-10T01:54:18.252 DEBUG:teuthology.orchestra.run.smithi066:> dpkg-query -W -f '${Version}' ceph 2024-03-10T01:54:18.272 INFO:teuthology.orchestra.run.smithi066.stdout:19.0.0-1875-g831bc188-1jammy 2024-03-10T01:54:18.272 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1875-g831bc188-1jammy 2024-03-10T01:54:18.272 INFO:teuthology.task.install:The correct ceph version 19.0.0-1875-g831bc188-1jammy is installed. 2024-03-10T01:54:18.274 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=831bc188fa69f143bbba69ac76119e784500e8e3 2024-03-10T01:54:18.418 DEBUG:teuthology.orchestra.run.smithi160:> dpkg-query -W -f '${Version}' ceph 2024-03-10T01:54:18.440 INFO:teuthology.orchestra.run.smithi160.stdout:19.0.0-1875-g831bc188-1jammy 2024-03-10T01:54:18.440 INFO:teuthology.packaging:The installed version of ceph is 19.0.0-1875-g831bc188-1jammy 2024-03-10T01:54:18.441 INFO:teuthology.task.install:The correct ceph version 19.0.0-1875-g831bc188-1jammy is installed. 2024-03-10T01:54:18.442 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2024-03-10T01:54:18.443 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-03-10T01:54:18.443 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-10T01:54:18.458 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-10T01:54:18.458 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-10T01:54:18.473 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-03-10T01:54:18.473 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2024-03-10T01:54:18.495 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2024-03-10T01:54:18.495 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-03-10T01:54:18.495 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/usr/bin/daemon-helper 2024-03-10T01:54:18.515 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-10T01:54:18.570 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-10T01:54:18.570 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/usr/bin/daemon-helper 2024-03-10T01:54:18.584 DEBUG:teuthology.orchestra.run.smithi066:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-10T01:54:18.638 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-03-10T01:54:18.638 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/usr/bin/daemon-helper 2024-03-10T01:54:18.652 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod a=rx -- /usr/bin/daemon-helper 2024-03-10T01:54:18.705 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2024-03-10T01:54:18.706 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-03-10T01:54:18.706 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-10T01:54:18.720 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-10T01:54:18.774 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-10T01:54:18.774 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-10T01:54:18.788 DEBUG:teuthology.orchestra.run.smithi066:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-10T01:54:18.846 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-03-10T01:54:18.846 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/usr/bin/adjust-ulimits 2024-03-10T01:54:18.861 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2024-03-10T01:54:18.917 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2024-03-10T01:54:18.917 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-03-10T01:54:18.917 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/usr/bin/stdin-killer 2024-03-10T01:54:18.931 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-10T01:54:18.987 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-10T01:54:18.987 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/usr/bin/stdin-killer 2024-03-10T01:54:19.001 DEBUG:teuthology.orchestra.run.smithi066:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-10T01:54:19.055 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-03-10T01:54:19.055 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/usr/bin/stdin-killer 2024-03-10T01:54:19.069 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod a=rx -- /usr/bin/stdin-killer 2024-03-10T01:54:19.125 INFO:teuthology.run_tasks:Running task cephadm... 2024-03-10T01:54:19.221 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': '831bc188fa69f143bbba69ac76119e784500e8e3'} 2024-03-10T01:54:19.221 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 2024-03-10T01:54:19.222 INFO:tasks.cephadm:Cluster fsid is 1bb78214-de81-11ee-95c7-87774f69a715 2024-03-10T01:54:19.222 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-03-10T01:54:19.222 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.33', 'mon.b': '172.21.15.66', 'mon.c': '172.21.15.160'} 2024-03-10T01:54:19.222 INFO:tasks.cephadm:First mon is mon.a on smithi033 2024-03-10T01:54:19.222 INFO:tasks.cephadm:First mgr is a 2024-03-10T01:54:19.223 INFO:tasks.cephadm:Normalizing hostnames... 2024-03-10T01:54:19.223 DEBUG:teuthology.orchestra.run.smithi033:> sudo hostname $(hostname -s) 2024-03-10T01:54:19.238 DEBUG:teuthology.orchestra.run.smithi066:> sudo hostname $(hostname -s) 2024-03-10T01:54:19.253 DEBUG:teuthology.orchestra.run.smithi160:> sudo hostname $(hostname -s) 2024-03-10T01:54:19.267 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2024-03-10T01:54:19.267 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F22.04%2Fx86_64&sha1=831bc188fa69f143bbba69ac76119e784500e8e3 2024-03-10T01:54:19.404 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '831bc188fa69f143bbba69ac76119e784500e8e3', '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/77345/', 'root_build_cause': 'SCMTRIGGER', 'version': '19.0.0-1875-g831bc188', '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-1875-g831bc188-1jammy'}, 'url': 'https://2.chacra.ceph.com/r/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default/', 'distro_codename': 'jammy', 'modified': '2024-03-06 05:35:22.443244', 'distro_version': '22.04', 'project': 'ceph', 'flavor': 'default', 'ref': 'wip-yuri4-testing-2024-03-05-0854', 'chacra_url': 'https://2.chacra.ceph.com/repos/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/flavors/default/', 'archs': ['x86_64'], 'distro': 'ubuntu'}] 2024-03-10T01:54:19.539 INFO:tasks.util.chacra:got chacra host 2.chacra.ceph.com, ref wip-yuri4-testing-2024-03-05-0854, sha1 831bc188fa69f143bbba69ac76119e784500e8e3 from https://shaman.ceph.com/api/search/?project=ceph&distros=ubuntu%2F22.04%2Fx86_64&flavor=default&sha1=831bc188fa69f143bbba69ac76119e784500e8e3 2024-03-10T01:54:19.541 INFO:tasks.cephadm:Discovered cachra url: https://2.chacra.ceph.com/binaries/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/x86_64/flavors/default/cephadm 2024-03-10T01:54:19.541 DEBUG:teuthology.orchestra.run.smithi033:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-10T01:54:20.099 INFO:teuthology.orchestra.run.smithi033.stdout:-rw-rw-r-- 1 ubuntu ubuntu 774582 Mar 10 01:54 /home/ubuntu/cephtest/cephadm 2024-03-10T01:54:20.100 DEBUG:teuthology.orchestra.run.smithi066:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-10T01:54:20.667 INFO:teuthology.orchestra.run.smithi066.stdout:-rw-rw-r-- 1 ubuntu ubuntu 774582 Mar 10 01:54 /home/ubuntu/cephtest/cephadm 2024-03-10T01:54:20.667 DEBUG:teuthology.orchestra.run.smithi160:> curl --silent -L https://2.chacra.ceph.com/binaries/ceph/wip-yuri4-testing-2024-03-05-0854/831bc188fa69f143bbba69ac76119e784500e8e3/ubuntu/jammy/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-03-10T01:54:21.221 INFO:teuthology.orchestra.run.smithi160.stdout:-rw-rw-r-- 1 ubuntu ubuntu 774582 Mar 10 01:54 /home/ubuntu/cephtest/cephadm 2024-03-10T01:54:21.221 DEBUG:teuthology.orchestra.run.smithi033:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-10T01:54:21.229 DEBUG:teuthology.orchestra.run.smithi066:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-10T01:54:21.237 DEBUG:teuthology.orchestra.run.smithi160:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-03-10T01:54:21.255 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 on all hosts... 2024-03-10T01:54:21.255 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 pull 2024-03-10T01:54:21.272 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 pull 2024-03-10T01:54:21.280 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 pull 2024-03-10T01:54:21.442 INFO:teuthology.orchestra.run.smithi033.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3... 2024-03-10T01:54:21.448 INFO:teuthology.orchestra.run.smithi066.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3... 2024-03-10T01:54:21.451 INFO:teuthology.orchestra.run.smithi160.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3... 2024-03-10T01:55:25.575 INFO:teuthology.orchestra.run.smithi033.stdout:{ 2024-03-10T01:55:25.575 INFO:teuthology.orchestra.run.smithi033.stdout: "ceph_version": "ceph version 19.0.0-1875-g831bc188 (831bc188fa69f143bbba69ac76119e784500e8e3) squid (dev)", 2024-03-10T01:55:25.575 INFO:teuthology.orchestra.run.smithi033.stdout: "image_id": "01a4f6a6bb3e92ab9ab39a2f835684ea9b10e6ec9fb81ac08ebea4165583a538", 2024-03-10T01:55:25.576 INFO:teuthology.orchestra.run.smithi033.stdout: "repo_digests": [ 2024-03-10T01:55:25.576 INFO:teuthology.orchestra.run.smithi033.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada" 2024-03-10T01:55:25.576 INFO:teuthology.orchestra.run.smithi033.stdout: ] 2024-03-10T01:55:25.576 INFO:teuthology.orchestra.run.smithi033.stdout:} 2024-03-10T01:55:50.126 INFO:teuthology.orchestra.run.smithi160.stdout:{ 2024-03-10T01:55:50.126 INFO:teuthology.orchestra.run.smithi160.stdout: "ceph_version": "ceph version 19.0.0-1875-g831bc188 (831bc188fa69f143bbba69ac76119e784500e8e3) squid (dev)", 2024-03-10T01:55:50.126 INFO:teuthology.orchestra.run.smithi160.stdout: "image_id": "01a4f6a6bb3e92ab9ab39a2f835684ea9b10e6ec9fb81ac08ebea4165583a538", 2024-03-10T01:55:50.126 INFO:teuthology.orchestra.run.smithi160.stdout: "repo_digests": [ 2024-03-10T01:55:50.126 INFO:teuthology.orchestra.run.smithi160.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada" 2024-03-10T01:55:50.127 INFO:teuthology.orchestra.run.smithi160.stdout: ] 2024-03-10T01:55:50.127 INFO:teuthology.orchestra.run.smithi160.stdout:} 2024-03-10T01:56:01.536 INFO:teuthology.orchestra.run.smithi066.stdout:{ 2024-03-10T01:56:01.536 INFO:teuthology.orchestra.run.smithi066.stdout: "ceph_version": "ceph version 19.0.0-1875-g831bc188 (831bc188fa69f143bbba69ac76119e784500e8e3) squid (dev)", 2024-03-10T01:56:01.536 INFO:teuthology.orchestra.run.smithi066.stdout: "image_id": "01a4f6a6bb3e92ab9ab39a2f835684ea9b10e6ec9fb81ac08ebea4165583a538", 2024-03-10T01:56:01.536 INFO:teuthology.orchestra.run.smithi066.stdout: "repo_digests": [ 2024-03-10T01:56:01.536 INFO:teuthology.orchestra.run.smithi066.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada" 2024-03-10T01:56:01.537 INFO:teuthology.orchestra.run.smithi066.stdout: ] 2024-03-10T01:56:01.537 INFO:teuthology.orchestra.run.smithi066.stdout:} 2024-03-10T01:56:01.585 DEBUG:teuthology.orchestra.run.smithi033:> sudo mkdir -p /etc/ceph 2024-03-10T01:56:01.600 DEBUG:teuthology.orchestra.run.smithi066:> sudo mkdir -p /etc/ceph 2024-03-10T01:56:01.614 DEBUG:teuthology.orchestra.run.smithi160:> sudo mkdir -p /etc/ceph 2024-03-10T01:56:01.628 DEBUG:teuthology.orchestra.run.smithi033:> sudo chmod 777 /etc/ceph 2024-03-10T01:56:01.657 DEBUG:teuthology.orchestra.run.smithi066:> sudo chmod 777 /etc/ceph 2024-03-10T01:56:01.671 DEBUG:teuthology.orchestra.run.smithi160:> sudo chmod 777 /etc/ceph 2024-03-10T01:56:01.684 INFO:tasks.cephadm:Writing seed config... 2024-03-10T01:56:01.685 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2024-03-10T01:56:01.685 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-03-10T01:56:01.685 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-03-10T01:56:01.685 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2024-03-10T01:56:01.685 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-03-10T01:56:01.686 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-03-10T01:56:01.686 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-03-10T01:56:01.686 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-03-10T01:56:01.686 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-03-10T01:56:01.686 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-03-10T01:56:01.686 DEBUG:teuthology.orchestra.run.smithi033:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-03-10T01:56:01.705 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 = 1bb78214-de81-11ee-95c7-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-10T01:56:01.705 DEBUG:teuthology.orchestra.run.smithi033:mon.a> sudo journalctl -f -n 0 -u ceph-1bb78214-de81-11ee-95c7-87774f69a715@mon.a.service 2024-03-10T01:56:01.750 DEBUG:teuthology.orchestra.run.smithi033:mgr.a> sudo journalctl -f -n 0 -u ceph-1bb78214-de81-11ee-95c7-87774f69a715@mgr.a.service 2024-03-10T01:56:01.797 INFO:tasks.cephadm:Bootstrapping... 2024-03-10T01:56:01.797 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 -v bootstrap --fsid 1bb78214-de81-11ee-95c7-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.33 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-03-10T01:56:02.013 INFO:teuthology.orchestra.run.smithi033.stdout:-------------------------------------------------------------------------------- 2024-03-10T01:56:02.013 INFO:teuthology.orchestra.run.smithi033.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3', '-v', 'bootstrap', '--fsid', '1bb78214-de81-11ee-95c7-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.33', '--skip-admin-label'] 2024-03-10T01:56:02.013 INFO:teuthology.orchestra.run.smithi033.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2024-03-10T01:56:02.014 INFO:teuthology.orchestra.run.smithi033.stdout:Verifying podman|docker is present... 2024-03-10T01:56:02.014 INFO:teuthology.orchestra.run.smithi033.stdout:Verifying lvm2 is present... 2024-03-10T01:56:02.014 INFO:teuthology.orchestra.run.smithi033.stdout:Verifying time synchronization is in place... 2024-03-10T01:56:02.019 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-10T01:56:02.019 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-10T01:56:02.023 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-10T01:56:02.023 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout inactive 2024-03-10T01:56:02.028 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-10T01:56:02.028 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-10T01:56:02.033 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-10T01:56:02.033 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout inactive 2024-03-10T01:56:02.037 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-10T01:56:02.037 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout masked 2024-03-10T01:56:02.041 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-10T01:56:02.041 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout inactive 2024-03-10T01:56:02.045 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-10T01:56:02.045 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-10T01:56:02.049 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-10T01:56:02.049 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout inactive 2024-03-10T01:56:02.053 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout enabled 2024-03-10T01:56:02.057 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout active 2024-03-10T01:56:02.057 INFO:teuthology.orchestra.run.smithi033.stdout:Unit ntp.service is enabled and running 2024-03-10T01:56:02.057 INFO:teuthology.orchestra.run.smithi033.stdout:Repeating the final host check... 2024-03-10T01:56:02.057 INFO:teuthology.orchestra.run.smithi033.stdout:docker (/usr/bin/docker) is present 2024-03-10T01:56:02.057 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl is present 2024-03-10T01:56:02.058 INFO:teuthology.orchestra.run.smithi033.stdout:lvcreate is present 2024-03-10T01:56:02.061 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2024-03-10T01:56:02.061 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2024-03-10T01:56:02.065 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2024-03-10T01:56:02.066 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout inactive 2024-03-10T01:56:02.069 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl is-enabled chronyd.service 2024-03-10T01:56:02.069 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-03-10T01:56:02.073 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 3 from systemctl is-active chronyd.service 2024-03-10T01:56:02.073 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout inactive 2024-03-10T01:56:02.077 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl is-enabled systemd-timesyncd.service 2024-03-10T01:56:02.077 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout masked 2024-03-10T01:56:02.080 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 3 from systemctl is-active systemd-timesyncd.service 2024-03-10T01:56:02.080 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout inactive 2024-03-10T01:56:02.086 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl is-enabled ntpd.service 2024-03-10T01:56:02.086 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-03-10T01:56:02.087 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 3 from systemctl is-active ntpd.service 2024-03-10T01:56:02.087 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout inactive 2024-03-10T01:56:02.091 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout enabled 2024-03-10T01:56:02.096 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stdout active 2024-03-10T01:56:02.096 INFO:teuthology.orchestra.run.smithi033.stdout:Unit ntp.service is enabled and running 2024-03-10T01:56:02.096 INFO:teuthology.orchestra.run.smithi033.stdout:Host looks OK 2024-03-10T01:56:02.096 INFO:teuthology.orchestra.run.smithi033.stdout:Cluster fsid: 1bb78214-de81-11ee-95c7-87774f69a715 2024-03-10T01:56:02.096 INFO:teuthology.orchestra.run.smithi033.stdout:Acquiring lock 140662393450416 on /run/cephadm/1bb78214-de81-11ee-95c7-87774f69a715.lock 2024-03-10T01:56:02.096 INFO:teuthology.orchestra.run.smithi033.stdout:Lock 140662393450416 acquired on /run/cephadm/1bb78214-de81-11ee-95c7-87774f69a715.lock 2024-03-10T01:56:02.096 INFO:teuthology.orchestra.run.smithi033.stdout:Verifying IP 172.21.15.33 port 3300 ... 2024-03-10T01:56:02.096 INFO:teuthology.orchestra.run.smithi033.stdout:Verifying IP 172.21.15.33 port 6789 ... 2024-03-10T01:56:02.096 INFO:teuthology.orchestra.run.smithi033.stdout:Base mon IP(s) is [172.21.15.33:3300, 172.21.15.33:6789], mon addrv is [v2:172.21.15.33:3300,v1:172.21.15.33:6789] 2024-03-10T01:56:02.098 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout default via 172.21.15.254 dev ens1f0 2024-03-10T01:56:02.098 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-03-10T01:56:02.099 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.33 2024-03-10T01:56:02.101 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2024-03-10T01:56:02.101 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-03-10T01:56:02.101 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1771sec hoplimit 64 pref medium 2024-03-10T01:56:02.103 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-03-10T01:56:02.103 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout inet6 ::1/128 scope host 2024-03-10T01:56:02.103 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-10T01:56:02.103 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout 4: ens1f0: mtu 1500 state UP qlen 1000 2024-03-10T01:56:02.103 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout inet6 fe80::ae1f:6bff:fea5:d294/64 scope link 2024-03-10T01:56:02.103 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/sbin/ip: stdout valid_lft forever preferred_lft forever 2024-03-10T01:56:02.104 INFO:teuthology.orchestra.run.smithi033.stdout:Mon IP `172.21.15.33` is in CIDR network `172.21.0.0/20` 2024-03-10T01:56:02.104 INFO:teuthology.orchestra.run.smithi033.stdout:Mon IP `172.21.15.33` is in CIDR network `172.21.0.0/20` 2024-03-10T01:56:02.104 INFO:teuthology.orchestra.run.smithi033.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-03-10T01:56:02.104 INFO:teuthology.orchestra.run.smithi033.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-03-10T01:56:02.105 INFO:teuthology.orchestra.run.smithi033.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3... 2024-03-10T01:56:02.338 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/docker: stdout 831bc188fa69f143bbba69ac76119e784500e8e3: Pulling from ceph-ci/ceph 2024-03-10T01:56:02.338 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/docker: stdout Digest: sha256:bc4a24690ce5d7255d490e21058d8c114b55e1b93a3d8345f90b6700ad29dada 2024-03-10T01:56:02.338 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/docker: stdout Status: Image is up to date for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 2024-03-10T01:56:02.338 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/docker: stdout quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 2024-03-10T01:56:03.623 INFO:teuthology.orchestra.run.smithi033.stdout:ceph: stdout ceph version 19.0.0-1875-g831bc188 (831bc188fa69f143bbba69ac76119e784500e8e3) squid (dev) 2024-03-10T01:56:03.623 INFO:teuthology.orchestra.run.smithi033.stdout:Ceph version: ceph version 19.0.0-1875-g831bc188 (831bc188fa69f143bbba69ac76119e784500e8e3) squid (dev) 2024-03-10T01:56:03.623 INFO:teuthology.orchestra.run.smithi033.stdout:Extracting ceph user uid/gid from container image... 2024-03-10T01:56:04.827 INFO:teuthology.orchestra.run.smithi033.stdout:stat: stdout 167 167 2024-03-10T01:56:04.827 INFO:teuthology.orchestra.run.smithi033.stdout:Creating initial keys... 2024-03-10T01:56:05.957 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-authtool: stdout AQA1E+1l9TLlHhAAiodlmCp+SQ8gE2dC+vPGng== 2024-03-10T01:56:07.162 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-authtool: stdout AQA2E+1l7A8EJxAAD8IyAjzYRIzinMLEnySawQ== 2024-03-10T01:56:08.358 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-authtool: stdout AQA3E+1l7lPOLxAAz7hNGz9607mAYrGEz9PKRQ== 2024-03-10T01:56:08.360 INFO:teuthology.orchestra.run.smithi033.stdout:Creating initial monmap... 2024-03-10T01:56:09.632 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-10T01:56:09.632 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = quincy 2024-03-10T01:56:09.632 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 1bb78214-de81-11ee-95c7-87774f69a715 2024-03-10T01:56:09.632 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-10T01:56:09.633 INFO:teuthology.orchestra.run.smithi033.stdout:monmaptool for a [v2:172.21.15.33:3300,v1:172.21.15.33:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-03-10T01:56:09.633 INFO:teuthology.orchestra.run.smithi033.stdout:setting min_mon_release = quincy 2024-03-10T01:56:09.633 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/monmaptool: set fsid to 1bb78214-de81-11ee-95c7-87774f69a715 2024-03-10T01:56:09.633 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-03-10T01:56:09.633 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-03-10T01:56:09.633 INFO:teuthology.orchestra.run.smithi033.stdout:Creating mon... 2024-03-10T01:56:10.915 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-10T01:56:10.915 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 1 imported monmap: 2024-03-10T01:56:10.915 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr epoch 0 2024-03-10T01:56:10.915 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr fsid 1bb78214-de81-11ee-95c7-87774f69a715 2024-03-10T01:56:10.915 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr last_changed 2024-03-10T01:56:09.085526+0000 2024-03-10T01:56:10.915 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr created 2024-03-10T01:56:09.085526+0000 2024-03-10T01:56:10.915 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr min_mon_release 17 (quincy) 2024-03-10T01:56:10.915 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr election_strategy: 1 2024-03-10T01:56:10.915 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 0: [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon.a 2024-03-10T01:56:10.915 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-03-10T01:56:10.915 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 0 /usr/bin/ceph-mon: set fsid to 1bb78214-de81-11ee-95c7-87774f69a715 2024-03-10T01:56:10.916 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: RocksDB version: 7.9.2 2024-03-10T01:56:10.916 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-03-10T01:56:10.916 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Git sha 0 2024-03-10T01:56:10.916 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Compile date 2024-03-06 01:10:31 2024-03-10T01:56:10.916 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: DB SUMMARY 2024-03-10T01:56:10.916 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-03-10T01:56:10.916 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: DB Session ID: YLSSAJSNWS74KWGY5GG9 2024-03-10T01:56:10.916 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-03-10T01:56:10.916 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-03-10T01:56:10.916 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-03-10T01:56:10.916 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-03-10T01:56:10.916 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-03-10T01:56:10.916 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.error_if_exists: 0 2024-03-10T01:56:10.917 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.create_if_missing: 1 2024-03-10T01:56:10.917 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.paranoid_checks: 1 2024-03-10T01:56:10.917 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-10T01:56:10.917 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-10T01:56:10.917 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-10T01:56:10.917 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.env: 0x5632b0b93b20 2024-03-10T01:56:10.917 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-10T01:56:10.917 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.info_log: 0x5632b24b8b40 2024-03-10T01:56:10.917 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-10T01:56:10.917 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.statistics: (nil) 2024-03-10T01:56:10.917 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.use_fsync: 0 2024-03-10T01:56:10.917 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.max_log_file_size: 0 2024-03-10T01:56:10.917 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-10T01:56:10.918 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-10T01:56:10.918 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-10T01:56:10.918 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-10T01:56:10.918 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.allow_fallocate: 1 2024-03-10T01:56:10.918 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-10T01:56:10.918 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-10T01:56:10.918 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.use_direct_reads: 0 2024-03-10T01:56:10.918 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-10T01:56:10.918 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-10T01:56:10.918 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.db_log_dir: 2024-03-10T01:56:10.918 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.wal_dir: 2024-03-10T01:56:10.919 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-10T01:56:10.919 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-10T01:56:10.919 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-10T01:56:10.919 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-10T01:56:10.919 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-10T01:56:10.919 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-10T01:56:10.919 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-10T01:56:10.919 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-10T01:56:10.919 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.write_buffer_manager: 0x5632b248d360 2024-03-10T01:56:10.919 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-10T01:56:10.919 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-10T01:56:10.919 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-10T01:56:10.919 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-10T01:56:10.919 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-10T01:56:10.920 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-10T01:56:10.920 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-10T01:56:10.920 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-10T01:56:10.920 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.unordered_write: 0 2024-03-10T01:56:10.920 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-10T01:56:10.920 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-10T01:56:10.920 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-10T01:56:10.920 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-10T01:56:10.920 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.row_cache: None 2024-03-10T01:56:10.920 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.wal_filter: None 2024-03-10T01:56:10.920 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-10T01:56:10.920 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-10T01:56:10.920 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.two_write_queues: 0 2024-03-10T01:56:10.921 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-10T01:56:10.921 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.wal_compression: 0 2024-03-10T01:56:10.921 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.atomic_flush: 0 2024-03-10T01:56:10.921 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-10T01:56:10.921 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-10T01:56:10.921 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-10T01:56:10.921 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.log_readahead_size: 0 2024-03-10T01:56:10.921 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-10T01:56:10.921 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-10T01:56:10.921 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-10T01:56:10.921 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-10T01:56:10.921 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-10T01:56:10.921 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-10T01:56:10.921 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-10T01:56:10.922 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.max_background_jobs: 2 2024-03-10T01:56:10.922 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.max_background_compactions: -1 2024-03-10T01:56:10.922 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.max_subcompactions: 1 2024-03-10T01:56:10.922 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-10T01:56:10.922 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-10T01:56:10.922 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-10T01:56:10.922 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-10T01:56:10.922 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-10T01:56:10.922 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-10T01:56:10.922 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-10T01:56:10.922 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-10T01:56:10.922 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.max_open_files: -1 2024-03-10T01:56:10.923 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-10T01:56:10.923 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-10T01:56:10.923 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-10T01:56:10.923 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-10T01:56:10.923 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Options.max_background_flushes: -1 2024-03-10T01:56:10.923 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Compression algorithms supported: 2024-03-10T01:56:10.923 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-10T01:56:10.923 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: kZSTD supported: 0 2024-03-10T01:56:10.923 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: kXpressCompression supported: 0 2024-03-10T01:56:10.923 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-10T01:56:10.923 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: kZlibCompression supported: 1 2024-03-10T01:56:10.923 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: kSnappyCompression supported: 1 2024-03-10T01:56:10.923 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: kLZ4Compression supported: 1 2024-03-10T01:56:10.923 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: kBZip2Compression supported: 0 2024-03-10T01:56:10.924 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-10T01:56:10.924 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.351+0000 7f13ed9adc80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-10T01:56:10.924 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: [db/db_impl/db_impl_open.cc:317] Creating manifest 1 2024-03-10T01:56:10.924 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-03-10T01:56:10.924 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-03-10T01:56:10.924 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-03-10T01:56:10.925 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-10T01:56:10.925 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-03-10T01:56:10.925 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-10T01:56:10.925 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.merge_operator: 2024-03-10T01:56:10.925 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.compaction_filter: None 2024-03-10T01:56:10.925 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-10T01:56:10.925 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-10T01:56:10.926 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-10T01:56:10.926 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-10T01:56:10.926 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5632b24b8c60) 2024-03-10T01:56:10.926 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks: 1 2024-03-10T01:56:10.926 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr cache_index_and_filter_blocks_with_high_priority: 0 2024-03-10T01:56:10.926 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-10T01:56:10.926 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr pin_top_level_index_and_filter: 1 2024-03-10T01:56:10.926 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr index_type: 0 2024-03-10T01:56:10.927 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr data_block_index_type: 0 2024-03-10T01:56:10.927 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr index_shortening: 1 2024-03-10T01:56:10.927 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr data_block_hash_table_util_ratio: 0.750000 2024-03-10T01:56:10.927 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr checksum: 4 2024-03-10T01:56:10.927 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr no_block_cache: 0 2024-03-10T01:56:10.927 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr block_cache: 0x5632b24bf090 2024-03-10T01:56:10.927 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr block_cache_name: BinnedLRUCache 2024-03-10T01:56:10.927 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr block_cache_options: 2024-03-10T01:56:10.928 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr capacity : 536870912 2024-03-10T01:56:10.928 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr num_shard_bits : 4 2024-03-10T01:56:10.928 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr strict_capacity_limit : 0 2024-03-10T01:56:10.928 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr high_pri_pool_ratio: 0.000 2024-03-10T01:56:10.928 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr block_cache_compressed: (nil) 2024-03-10T01:56:10.928 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr persistent_cache: (nil) 2024-03-10T01:56:10.928 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr block_size: 4096 2024-03-10T01:56:10.928 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr block_size_deviation: 10 2024-03-10T01:56:10.929 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr block_restart_interval: 16 2024-03-10T01:56:10.929 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr index_block_restart_interval: 1 2024-03-10T01:56:10.929 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr metadata_block_size: 4096 2024-03-10T01:56:10.929 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr partition_filters: 0 2024-03-10T01:56:10.929 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr use_delta_encoding: 1 2024-03-10T01:56:10.929 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr filter_policy: bloomfilter 2024-03-10T01:56:10.929 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr whole_key_filtering: 1 2024-03-10T01:56:10.929 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr verify_compression: 0 2024-03-10T01:56:10.930 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr read_amp_bytes_per_bit: 0 2024-03-10T01:56:10.930 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr format_version: 5 2024-03-10T01:56:10.930 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr enable_index_compression: 1 2024-03-10T01:56:10.930 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr block_align: 0 2024-03-10T01:56:10.930 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr max_auto_readahead_size: 262144 2024-03-10T01:56:10.930 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr prepopulate_block_cache: 0 2024-03-10T01:56:10.930 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr initial_auto_readahead_size: 8192 2024-03-10T01:56:10.931 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr num_file_reads_for_auto_readahead: 2 2024-03-10T01:56:10.931 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-03-10T01:56:10.931 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-10T01:56:10.931 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-10T01:56:10.931 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.compression: NoCompression 2024-03-10T01:56:10.931 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-10T01:56:10.931 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-10T01:56:10.931 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-10T01:56:10.931 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.num_levels: 7 2024-03-10T01:56:10.932 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-10T01:56:10.932 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-10T01:56:10.932 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-10T01:56:10.932 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-10T01:56:10.932 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-10T01:56:10.932 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-10T01:56:10.932 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-10T01:56:10.932 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-10T01:56:10.933 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-10T01:56:10.933 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-10T01:56:10.933 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-10T01:56:10.933 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-10T01:56:10.933 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-10T01:56:10.933 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-10T01:56:10.933 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-10T01:56:10.933 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-10T01:56:10.934 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-10T01:56:10.934 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-10T01:56:10.934 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-10T01:56:10.934 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-10T01:56:10.934 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-10T01:56:10.934 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-10T01:56:10.934 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-10T01:56:10.934 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-10T01:56:10.935 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-10T01:56:10.935 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-10T01:56:10.935 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-10T01:56:10.935 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-10T01:56:10.935 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-10T01:56:10.935 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-10T01:56:10.935 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-10T01:56:10.935 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-10T01:56:10.936 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-10T01:56:10.936 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-10T01:56:10.936 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-10T01:56:10.936 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-10T01:56:10.936 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-10T01:56:10.936 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-10T01:56:10.936 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-10T01:56:10.936 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-10T01:56:10.937 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-10T01:56:10.937 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-10T01:56:10.937 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-10T01:56:10.937 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-10T01:56:10.937 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-10T01:56:10.937 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-10T01:56:10.937 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-10T01:56:10.937 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-10T01:56:10.937 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-10T01:56:10.938 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-10T01:56:10.938 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-10T01:56:10.938 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-10T01:56:10.938 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-10T01:56:10.938 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.table_properties_collectors: 2024-03-10T01:56:10.938 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.inplace_update_support: 0 2024-03-10T01:56:10.938 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-10T01:56:10.938 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-10T01:56:10.939 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-10T01:56:10.939 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-10T01:56:10.939 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.bloom_locality: 0 2024-03-10T01:56:10.939 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.max_successive_merges: 0 2024-03-10T01:56:10.939 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-10T01:56:10.939 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-10T01:56:10.939 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-10T01:56:10.939 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-10T01:56:10.940 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.ttl: 2592000 2024-03-10T01:56:10.940 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-10T01:56:10.940 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-10T01:56:10.940 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-10T01:56:10.940 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.enable_blob_files: false 2024-03-10T01:56:10.940 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.min_blob_size: 0 2024-03-10T01:56:10.940 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-10T01:56:10.940 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-10T01:56:10.940 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-10T01:56:10.941 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-10T01:56:10.941 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-10T01:56:10.941 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-10T01:56:10.941 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-10T01:56:10.941 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-10T01:56:10.941 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 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-10T01:56:10.942 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-03-10T01:56:10.942 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-10T01:56:10.942 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-03-10T01:56:10.942 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 41fcf6a0-a133-4b54-894a-fb94c40af711 2024-03-10T01:56:10.942 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-03-10T01:56:10.942 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 5 2024-03-10T01:56:10.942 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-03-10T01:56:10.942 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5632b258c000 2024-03-10T01:56:10.942 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ed9adc80 4 rocksdb: DB pointer 0x5632b257c000 2024-03-10T01:56:10.942 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ddb1e700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-10T01:56:10.942 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.355+0000 7f13ddb1e700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-10T01:56:10.943 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr ** DB Stats ** 2024-03-10T01:56:10.943 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-10T01:56:10.943 INFO:teuthology.orchestra.run.smithi033.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-10T01:56:10.943 INFO:teuthology.orchestra.run.smithi033.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-10T01:56:10.943 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-10T01:56:10.943 INFO:teuthology.orchestra.run.smithi033.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-10T01:56:10.943 INFO:teuthology.orchestra.run.smithi033.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-10T01:56:10.943 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-10T01:56:10.943 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-03-10T01:56:10.943 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-10T01:56:10.943 INFO:teuthology.orchestra.run.smithi033.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-10T01:56:10.943 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-10T01:56:10.944 INFO:teuthology.orchestra.run.smithi033.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-10T01:56:10.944 INFO:teuthology.orchestra.run.smithi033.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-10T01:56:10.944 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-03-10T01:56:10.944 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr ** Compaction Stats [default] ** 2024-03-10T01:56:10.944 INFO:teuthology.orchestra.run.smithi033.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-10T01:56:10.944 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-10T01:56:10.944 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-03-10T01:56:10.944 INFO:teuthology.orchestra.run.smithi033.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-10T01:56:10.944 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-03-10T01:56:10.944 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Uptime(secs): 0.0 total, 0.0 interval 2024-03-10T01:56:10.944 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Flush(GB): cumulative 0.000, interval 0.000 2024-03-10T01:56:10.944 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-03-10T01:56:10.945 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr AddFile(Total Files): cumulative 0, interval 0 2024-03-10T01:56:10.945 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr AddFile(L0 Files): cumulative 0, interval 0 2024-03-10T01:56:10.945 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr AddFile(Keys): cumulative 0, interval 0 2024-03-10T01:56:10.945 INFO:teuthology.orchestra.run.smithi033.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-10T01:56:10.945 INFO:teuthology.orchestra.run.smithi033.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-10T01:56:10.945 INFO:teuthology.orchestra.run.smithi033.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-10T01:56:10.945 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Block cache BinnedLRUCache@0x5632b24bf090#7 capacity: 512.00 MB usage: 0.00 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.4e-05 secs_since: 0 2024-03-10T01:56:10.945 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr Block cache entry stats(count,size,portion): Misc(1,0.00 KB,0%) 2024-03-10T01:56:10.945 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-03-10T01:56:10.946 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr ** File Read Latency Histogram By Level [default] ** 2024-03-10T01:56:10.946 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr 2024-03-10T01:56:10.946 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.359+0000 7f13ed9adc80 4 rocksdb: [db/db_impl/db_impl.cc:496] Shutdown: canceling all background work 2024-03-10T01:56:10.946 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.359+0000 7f13ed9adc80 4 rocksdb: [db/db_impl/db_impl.cc:704] Shutdown complete 2024-03-10T01:56:10.946 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph-mon: stderr debug 2024-03-10T01:56:10.359+0000 7f13ed9adc80 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-03-10T01:56:10.946 INFO:teuthology.orchestra.run.smithi033.stdout:create mon.a on 2024-03-10T01:56:11.188 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Removed /etc/systemd/system/multi-user.target.wants/ceph.target. 2024-03-10T01:56:11.376 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-03-10T01:56:11.625 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-1bb78214-de81-11ee-95c7-87774f69a715.target -> /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-87774f69a715.target. 2024-03-10T01:56:11.625 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-1bb78214-de81-11ee-95c7-87774f69a715.target -> /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-87774f69a715.target. 2024-03-10T01:56:11.917 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-1bb78214-de81-11ee-95c7-87774f69a715@mon.a 2024-03-10T01:56:11.917 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to reset failed state of unit ceph-1bb78214-de81-11ee-95c7-87774f69a715@mon.a.service: Unit ceph-1bb78214-de81-11ee-95c7-87774f69a715@mon.a.service not loaded. 2024-03-10T01:56:12.109 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-87774f69a715.target.wants/ceph-1bb78214-de81-11ee-95c7-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-87774f69a715@.service. 2024-03-10T01:56:12.119 INFO:teuthology.orchestra.run.smithi033.stdout:firewalld does not appear to be present 2024-03-10T01:56:12.120 INFO:teuthology.orchestra.run.smithi033.stdout:Not possible to enable service . firewalld.service is not available 2024-03-10T01:56:12.120 INFO:teuthology.orchestra.run.smithi033.stdout:Waiting for mon to start... 2024-03-10T01:56:12.120 INFO:teuthology.orchestra.run.smithi033.stdout:Waiting for mon... 2024-03-10T01:56:13.676 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:13 smithi033 bash[20906]: cluster 2024-03-10T01:56:13.379412+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-10T01:56:14.205 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout cluster: 2024-03-10T01:56:14.206 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout id: 1bb78214-de81-11ee-95c7-87774f69a715 2024-03-10T01:56:14.206 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2024-03-10T01:56:14.206 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-03-10T01:56:14.206 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout services: 2024-03-10T01:56:14.206 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.253258s) 2024-03-10T01:56:14.206 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2024-03-10T01:56:14.206 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2024-03-10T01:56:14.206 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-03-10T01:56:14.206 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout data: 2024-03-10T01:56:14.206 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2024-03-10T01:56:14.206 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2024-03-10T01:56:14.207 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2024-03-10T01:56:14.207 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout pgs: 2024-03-10T01:56:14.207 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-03-10T01:56:14.207 INFO:teuthology.orchestra.run.smithi033.stdout:mon is available 2024-03-10T01:56:14.207 INFO:teuthology.orchestra.run.smithi033.stdout:Assimilating anything we can from ceph.conf... 2024-03-10T01:56:14.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:14 smithi033 bash[20906]: cluster 2024-03-10T01:56:13.383093+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-10T01:56:14.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:14 smithi033 bash[20906]: cluster 2024-03-10T01:56:13.383274+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-10T01:56:14.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:14 smithi033 bash[20906]: cluster 2024-03-10T01:56:13.405055+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-03-10T01:56:14.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:14 smithi033 bash[20906]: cluster 2024-03-10T01:56:13.407499+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-10T01:56:14.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:14 smithi033 bash[20906]: cluster 2024-03-10T01:56:13.407970+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-03-10T01:56:14.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:14 smithi033 bash[20906]: audit 2024-03-10T01:56:13.636319+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.33:0/2095703137' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-03-10T01:56:15.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:15 smithi033 bash[20906]: audit 2024-03-10T01:56:15.175145+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.33:0/3236419288' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-10T01:56:15.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:15 smithi033 bash[20906]: audit 2024-03-10T01:56:15.180217+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.33:0/3236419288' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-10T01:56:15.694 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-03-10T01:56:15.695 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout [global] 2024-03-10T01:56:15.695 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout fsid = 1bb78214-de81-11ee-95c7-87774f69a715 2024-03-10T01:56:15.695 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.33:3300,v1:172.21.15.33:6789] 2024-03-10T01:56:15.695 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-10T01:56:15.695 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-10T01:56:15.695 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-10T01:56:15.695 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-10T01:56:15.695 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-03-10T01:56:15.695 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-10T01:56:15.695 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2024-03-10T01:56:15.695 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-10T01:56:15.695 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-03-10T01:56:15.695 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout [osd] 2024-03-10T01:56:15.696 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-10T01:56:15.696 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-10T01:56:15.696 INFO:teuthology.orchestra.run.smithi033.stdout:Generating new minimal ceph.conf... 2024-03-10T01:56:17.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:16 smithi033 bash[20906]: audit 2024-03-10T01:56:16.861656+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.33:0/4166733774' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:56:17.373 INFO:teuthology.orchestra.run.smithi033.stdout:Restarting the monitor... 2024-03-10T01:56:17.821 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:17 smithi033 systemd[1]: Stopping Ceph mon.a for 1bb78214-de81-11ee-95c7-87774f69a715... 2024-03-10T01:56:17.821 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:17 smithi033 bash[20906]: debug 2024-03-10T01:56:17.623+0000 7f17dac8b700 -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-10T01:56:17.821 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:17 smithi033 bash[20906]: debug 2024-03-10T01:56:17.623+0000 7f17dac8b700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-03-10T01:56:18.301 INFO:teuthology.orchestra.run.smithi033.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2024-03-10T01:56:18.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:18 smithi033 bash[21289]: ceph-1bb78214-de81-11ee-95c7-87774f69a715-mon-a 2024-03-10T01:56:18.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:18 smithi033 bash[21351]: ceph-1bb78214-de81-11ee-95c7-87774f69a715-mon-a 2024-03-10T01:56:18.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:18 smithi033 systemd[1]: ceph-1bb78214-de81-11ee-95c7-87774f69a715@mon.a.service: Deactivated successfully. 2024-03-10T01:56:18.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:18 smithi033 systemd[1]: Stopped Ceph mon.a for 1bb78214-de81-11ee-95c7-87774f69a715. 2024-03-10T01:56:18.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:18 smithi033 systemd[1]: Started Ceph mon.a for 1bb78214-de81-11ee-95c7-87774f69a715. 2024-03-10T01:56:19.532 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.295+0000 7f557ac42c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-10T01:56:19.532 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.295+0000 7f557ac42c80 0 ceph version 19.0.0-1875-g831bc188 (831bc188fa69f143bbba69ac76119e784500e8e3) squid (dev), process ceph-mon, pid 7 2024-03-10T01:56:19.532 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.295+0000 7f557ac42c80 0 pidfile_write: ignore empty --pid-file 2024-03-10T01:56:19.533 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 0 load: jerasure load: lrc 2024-03-10T01:56:19.533 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-10T01:56:19.533 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Git sha 0 2024-03-10T01:56:19.533 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Compile date 2024-03-06 01:10:31 2024-03-10T01:56:19.533 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: DB SUMMARY 2024-03-10T01:56:19.533 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: DB Session ID: EHZM3FDRI8EEP210AVSA 2024-03-10T01:56:19.533 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: CURRENT file: CURRENT 2024-03-10T01:56:19.533 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-10T01:56:19.533 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2024-03-10T01:56:19.533 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2024-03-10T01:56:19.533 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 84619 ; 2024-03-10T01:56:19.533 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.error_if_exists: 0 2024-03-10T01:56:19.534 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.create_if_missing: 0 2024-03-10T01:56:19.534 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-10T01:56:19.534 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-10T01:56:19.534 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-10T01:56:19.534 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-10T01:56:19.534 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.env: 0x55b3f8fe6b20 2024-03-10T01:56:19.534 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-10T01:56:19.534 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.info_log: 0x55b3fb651920 2024-03-10T01:56:19.534 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-10T01:56:19.534 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.statistics: (nil) 2024-03-10T01:56:19.534 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.use_fsync: 0 2024-03-10T01:56:19.534 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-10T01:56:19.537 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-10T01:56:19.537 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-10T01:56:19.537 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-10T01:56:19.537 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-10T01:56:19.537 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-10T01:56:19.537 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-10T01:56:19.537 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-10T01:56:19.537 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-10T01:56:19.537 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-10T01:56:19.538 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-10T01:56:19.538 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.db_log_dir: 2024-03-10T01:56:19.538 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.wal_dir: 2024-03-10T01:56:19.538 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-10T01:56:19.538 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-10T01:56:19.538 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-10T01:56:19.538 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-10T01:56:19.538 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-10T01:56:19.538 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-10T01:56:19.538 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-10T01:56:19.538 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-10T01:56:19.539 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.write_buffer_manager: 0x55b3fb625400 2024-03-10T01:56:19.539 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-10T01:56:19.539 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-10T01:56:19.539 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-10T01:56:19.539 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-10T01:56:19.539 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-10T01:56:19.539 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-10T01:56:19.539 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-10T01:56:19.539 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-10T01:56:19.539 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.unordered_write: 0 2024-03-10T01:56:19.539 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-10T01:56:19.540 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-10T01:56:19.540 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-10T01:56:19.540 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-10T01:56:19.540 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.row_cache: None 2024-03-10T01:56:19.540 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.wal_filter: None 2024-03-10T01:56:19.540 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-10T01:56:19.540 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-10T01:56:19.540 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.two_write_queues: 0 2024-03-10T01:56:19.540 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-10T01:56:19.540 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.wal_compression: 0 2024-03-10T01:56:19.540 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.atomic_flush: 0 2024-03-10T01:56:19.540 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-10T01:56:19.541 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-10T01:56:19.541 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-10T01:56:19.541 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-10T01:56:19.541 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-10T01:56:19.541 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-10T01:56:19.541 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-10T01:56:19.541 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-10T01:56:19.541 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-10T01:56:19.541 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-10T01:56:19.541 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-10T01:56:19.541 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-10T01:56:19.541 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-10T01:56:19.541 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-10T01:56:19.541 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-10T01:56:19.542 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-10T01:56:19.542 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-10T01:56:19.542 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-10T01:56:19.542 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-10T01:56:19.542 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-10T01:56:19.542 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-10T01:56:19.542 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-10T01:56:19.542 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.max_open_files: -1 2024-03-10T01:56:19.542 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-10T01:56:19.542 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-10T01:56:19.542 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-10T01:56:19.542 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-10T01:56:19.542 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-10T01:56:19.542 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Compression algorithms supported: 2024-03-10T01:56:19.543 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-10T01:56:19.543 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: kZSTD supported: 0 2024-03-10T01:56:19.543 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: kXpressCompression supported: 0 2024-03-10T01:56:19.543 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-10T01:56:19.543 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: kZlibCompression supported: 1 2024-03-10T01:56:19.543 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-10T01:56:19.543 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-10T01:56:19.543 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-10T01:56:19.543 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-10T01:56:19.543 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-10T01:56:19.543 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2024-03-10T01:56:19.543 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-10T01:56:19.543 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-10T01:56:19.543 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.merge_operator: 2024-03-10T01:56:19.543 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.compaction_filter: None 2024-03-10T01:56:19.544 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-10T01:56:19.544 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-10T01:56:19.544 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-10T01:56:19.544 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-10T01:56:19.544 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b3fb651a20) 2024-03-10T01:56:19.544 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: cache_index_and_filter_blocks: 1 2024-03-10T01:56:19.544 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-10T01:56:19.544 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-10T01:56:19.544 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: pin_top_level_index_and_filter: 1 2024-03-10T01:56:19.544 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: index_type: 0 2024-03-10T01:56:19.544 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: data_block_index_type: 0 2024-03-10T01:56:19.544 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: index_shortening: 1 2024-03-10T01:56:19.544 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: data_block_hash_table_util_ratio: 0.750000 2024-03-10T01:56:19.544 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: checksum: 4 2024-03-10T01:56:19.545 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: no_block_cache: 0 2024-03-10T01:56:19.545 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: block_cache: 0x55b3fb655090 2024-03-10T01:56:19.545 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: block_cache_name: BinnedLRUCache 2024-03-10T01:56:19.545 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: block_cache_options: 2024-03-10T01:56:19.545 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: capacity : 536870912 2024-03-10T01:56:19.545 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: num_shard_bits : 4 2024-03-10T01:56:19.545 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: strict_capacity_limit : 0 2024-03-10T01:56:19.545 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: high_pri_pool_ratio: 0.000 2024-03-10T01:56:19.545 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: block_cache_compressed: (nil) 2024-03-10T01:56:19.545 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: persistent_cache: (nil) 2024-03-10T01:56:19.545 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: block_size: 4096 2024-03-10T01:56:19.545 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: block_size_deviation: 10 2024-03-10T01:56:19.545 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: block_restart_interval: 16 2024-03-10T01:56:19.545 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: index_block_restart_interval: 1 2024-03-10T01:56:19.545 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: metadata_block_size: 4096 2024-03-10T01:56:19.546 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: partition_filters: 0 2024-03-10T01:56:19.546 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: use_delta_encoding: 1 2024-03-10T01:56:19.546 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: filter_policy: bloomfilter 2024-03-10T01:56:19.546 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: whole_key_filtering: 1 2024-03-10T01:56:19.546 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: verify_compression: 0 2024-03-10T01:56:19.546 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: read_amp_bytes_per_bit: 0 2024-03-10T01:56:19.546 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: format_version: 5 2024-03-10T01:56:19.546 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: enable_index_compression: 1 2024-03-10T01:56:19.546 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: block_align: 0 2024-03-10T01:56:19.546 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: max_auto_readahead_size: 262144 2024-03-10T01:56:19.546 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: prepopulate_block_cache: 0 2024-03-10T01:56:19.546 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: initial_auto_readahead_size: 8192 2024-03-10T01:56:19.546 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: num_file_reads_for_auto_readahead: 2 2024-03-10T01:56:19.546 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-10T01:56:19.547 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-10T01:56:19.547 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.compression: NoCompression 2024-03-10T01:56:19.548 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-10T01:56:19.548 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-10T01:56:19.548 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-10T01:56:19.548 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.num_levels: 7 2024-03-10T01:56:19.548 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-10T01:56:19.548 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-10T01:56:19.548 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-10T01:56:19.548 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-10T01:56:19.548 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-10T01:56:19.548 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-10T01:56:19.548 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-10T01:56:19.548 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-10T01:56:19.549 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-10T01:56:19.549 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-10T01:56:19.549 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-10T01:56:19.549 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-10T01:56:19.549 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-10T01:56:19.549 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-10T01:56:19.549 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-10T01:56:19.549 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-10T01:56:19.549 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-10T01:56:19.549 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-10T01:56:19.549 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-10T01:56:19.549 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-10T01:56:19.549 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-10T01:56:19.550 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-10T01:56:19.550 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-10T01:56:19.550 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-10T01:56:19.550 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-10T01:56:19.550 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-10T01:56:19.550 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-10T01:56:19.550 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-10T01:56:19.550 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-10T01:56:19.550 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-10T01:56:19.550 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-10T01:56:19.550 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-10T01:56:19.550 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-10T01:56:19.551 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-10T01:56:19.551 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-10T01:56:19.551 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-10T01:56:19.551 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-10T01:56:19.551 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-10T01:56:19.551 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-10T01:56:19.551 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-10T01:56:19.551 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-10T01:56:19.551 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-10T01:56:19.551 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-10T01:56:19.551 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-10T01:56:19.551 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-10T01:56:19.551 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-10T01:56:19.551 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-10T01:56:19.552 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-10T01:56:19.552 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-10T01:56:19.552 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-10T01:56:19.552 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-10T01:56:19.552 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-10T01:56:19.552 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-10T01:56:19.552 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.table_properties_collectors: 2024-03-10T01:56:19.552 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-10T01:56:19.552 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-10T01:56:19.552 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-10T01:56:19.552 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-10T01:56:19.552 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-10T01:56:19.552 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.bloom_locality: 0 2024-03-10T01:56:19.553 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-10T01:56:19.553 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-10T01:56:19.553 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-10T01:56:19.553 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-10T01:56:19.553 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-10T01:56:19.553 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.ttl: 2592000 2024-03-10T01:56:19.553 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-10T01:56:19.553 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-10T01:56:19.553 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-10T01:56:19.553 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.enable_blob_files: false 2024-03-10T01:56:19.553 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.min_blob_size: 0 2024-03-10T01:56:19.553 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-10T01:56:19.553 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-10T01:56:19.553 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-10T01:56:19.553 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-10T01:56:19.554 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-10T01:56:19.554 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-10T01:56:19.554 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-10T01:56:19.554 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-10T01:56:19.554 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 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-10T01:56:19.554 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2024-03-10T01:56:19.554 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 41fcf6a0-a133-4b54-894a-fb94c40af711 2024-03-10T01:56:19.554 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710035779309494, "job": 1, "event": "recovery_started", "wal_files": [9]} 2024-03-10T01:56:19.554 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2024-03-10T01:56:19.554 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710035779310652, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 81244, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 252, "table_properties": {"data_size": 79431, "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": 73740, "raw_average_value_size": 349, "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": 1710035779, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "41fcf6a0-a133-4b54-894a-fb94c40af711", "db_session_id": "EHZM3FDRI8EEP210AVSA", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2024-03-10T01:56:19.554 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710035779310762, "job": 1, "event": "recovery_finished"} 2024-03-10T01:56:19.554 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.303+0000 7f557ac42c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 15 2024-03-10T01:56:19.554 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.307+0000 7f557ac42c80 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-10T01:56:19.555 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.307+0000 7f557ac42c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55b3fb74c000 2024-03-10T01:56:19.555 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.307+0000 7f557ac42c80 4 rocksdb: DB pointer 0x55b3fb736000 2024-03-10T01:56:19.555 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.307+0000 7f557ac42c80 0 starting mon.a rank 0 at public addrs [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] at bind addrs [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 1bb78214-de81-11ee-95c7-87774f69a715 2024-03-10T01:56:19.555 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.307+0000 7f55693ab700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-10T01:56:19.555 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.307+0000 7f55693ab700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-10T01:56:19.555 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: ** DB Stats ** 2024-03-10T01:56:19.555 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-10T01:56:19.555 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: 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-10T01:56:19.555 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-10T01:56:19.555 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-10T01:56:19.555 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: 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-10T01:56:19.555 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-10T01:56:19.556 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-10T01:56:19.556 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: ** Compaction Stats [default] ** 2024-03-10T01:56:19.556 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: 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-10T01:56:19.556 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-10T01:56:19.556 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: L0 2/0 81.17 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 108.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-10T01:56:19.556 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: Sum 2/0 81.17 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 108.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-10T01:56:19.556 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 108.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-10T01:56:19.556 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: ** Compaction Stats [default] ** 2024-03-10T01:56:19.556 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: 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-10T01:56:19.556 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-10T01:56:19.556 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 108.7 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-10T01:56:19.556 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-10T01:56:19.556 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-10T01:56:19.557 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-10T01:56:19.557 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-10T01:56:19.557 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: AddFile(Total Files): cumulative 0, interval 0 2024-03-10T01:56:19.557 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-10T01:56:19.557 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: AddFile(Keys): cumulative 0, interval 0 2024-03-10T01:56:19.557 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: Cumulative compaction: 0.00 GB write, 14.83 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-10T01:56:19.557 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: Interval compaction: 0.00 GB write, 14.83 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-10T01:56:19.557 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: 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-10T01:56:19.557 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: Block cache BinnedLRUCache@0x55b3fb655090#7 capacity: 512.00 MB usage: 26.28 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2024-03-10T01:56:19.557 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: Block cache entry stats(count,size,portion): DataBlock(3,25.11 KB,0.00478923%) FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.41 KB,7.7486e-05%) Misc(1,0.00 KB,0%) 2024-03-10T01:56:19.557 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: ** File Read Latency Histogram By Level [default] ** 2024-03-10T01:56:19.557 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.307+0000 7f557ac42c80 1 mon.a@-1(???) e1 preinit fsid 1bb78214-de81-11ee-95c7-87774f69a715 2024-03-10T01:56:19.557 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.311+0000 7f557ac42c80 0 mon.a@-1(???).mds e1 new map 2024-03-10T01:56:19.557 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.311+0000 7f557ac42c80 0 mon.a@-1(???).mds e1 print_map 2024-03-10T01:56:19.558 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: e1 2024-03-10T01:56:19.558 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-10T01:56:19.558 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: 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-10T01:56:19.558 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: legacy client fscid: -1 2024-03-10T01:56:19.558 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: 2024-03-10T01:56:19.558 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: No filesystems configured 2024-03-10T01:56:19.558 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.311+0000 7f557ac42c80 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-10T01:56:19.558 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.311+0000 7f557ac42c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-10T01:56:19.558 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.311+0000 7f557ac42c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-10T01:56:19.558 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.311+0000 7f557ac42c80 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-03-10T01:56:19.558 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: debug 2024-03-10T01:56:19.311+0000 7f557ac42c80 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-03-10T01:56:19.558 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: cluster 2024-03-10T01:56:19.335365+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-03-10T01:56:19.558 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: cluster 2024-03-10T01:56:19.335440+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-10T01:56:19.559 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: cluster 2024-03-10T01:56:19.335870+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-03-10T01:56:19.559 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: cluster 2024-03-10T01:56:19.335902+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-03-10T01:56:19.559 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:19 smithi033 bash[21389]: cluster 2024-03-10T01:56:19.336343+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-03-10T01:56:20.036 INFO:teuthology.orchestra.run.smithi033.stdout:Wrote config to /etc/ceph/ceph.conf 2024-03-10T01:56:20.060 INFO:teuthology.orchestra.run.smithi033.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-03-10T01:56:20.060 INFO:teuthology.orchestra.run.smithi033.stdout:Creating mgr... 2024-03-10T01:56:20.061 INFO:teuthology.orchestra.run.smithi033.stdout:Verifying port 0.0.0.0:9283 ... 2024-03-10T01:56:20.061 INFO:teuthology.orchestra.run.smithi033.stdout:Verifying port 0.0.0.0:8765 ... 2024-03-10T01:56:20.438 INFO:teuthology.orchestra.run.smithi033.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-1bb78214-de81-11ee-95c7-87774f69a715@mgr.a 2024-03-10T01:56:20.438 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Failed to reset failed state of unit ceph-1bb78214-de81-11ee-95c7-87774f69a715@mgr.a.service: Unit ceph-1bb78214-de81-11ee-95c7-87774f69a715@mgr.a.service not loaded. 2024-03-10T01:56:20.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:20 smithi033 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T01:56:20.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:20 smithi033 bash[21389]: audit 2024-03-10T01:56:19.519552+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.33:0/867999589' entity='client.admin' 2024-03-10T01:56:20.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:20 smithi033 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T01:56:20.597 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:20 smithi033 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T01:56:20.643 INFO:teuthology.orchestra.run.smithi033.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-87774f69a715.target.wants/ceph-1bb78214-de81-11ee-95c7-87774f69a715@mgr.a.service -> /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-87774f69a715@.service. 2024-03-10T01:56:20.652 INFO:teuthology.orchestra.run.smithi033.stdout:firewalld does not appear to be present 2024-03-10T01:56:20.652 INFO:teuthology.orchestra.run.smithi033.stdout:Not possible to enable service . firewalld.service is not available 2024-03-10T01:56:20.652 INFO:teuthology.orchestra.run.smithi033.stdout:firewalld does not appear to be present 2024-03-10T01:56:20.652 INFO:teuthology.orchestra.run.smithi033.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2024-03-10T01:56:20.652 INFO:teuthology.orchestra.run.smithi033.stdout:Waiting for mgr to start... 2024-03-10T01:56:20.652 INFO:teuthology.orchestra.run.smithi033.stdout:Waiting for mgr... 2024-03-10T01:56:21.096 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:20 smithi033 systemd[1]: Started Ceph mgr.a for 1bb78214-de81-11ee-95c7-87774f69a715. 2024-03-10T01:56:22.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:22 smithi033 bash[21389]: audit 2024-03-10T01:56:22.092266+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.33:0/3649480480' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-10T01:56:22.347 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:22 smithi033 bash[21673]: debug 2024-03-10T01:56:22.035+0000 7fd0ff4b6200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-10T01:56:22.674 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-03-10T01:56:22.674 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout { 2024-03-10T01:56:22.675 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "fsid": "1bb78214-de81-11ee-95c7-87774f69a715", 2024-03-10T01:56:22.675 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "health": { 2024-03-10T01:56:22.675 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-10T01:56:22.675 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-10T01:56:22.675 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-10T01:56:22.675 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-03-10T01:56:22.675 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-10T01:56:22.675 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-10T01:56:22.675 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 0 2024-03-10T01:56:22.675 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-03-10T01:56:22.675 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-10T01:56:22.675 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "a" 2024-03-10T01:56:22.675 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-03-10T01:56:22.676 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2024-03-10T01:56:22.676 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-10T01:56:22.676 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-10T01:56:22.676 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-10T01:56:22.676 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-10T01:56:22.676 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-03-10T01:56:22.676 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-10T01:56:22.676 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-10T01:56:22.676 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-10T01:56:22.676 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-10T01:56:22.676 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-10T01:56:22.676 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-10T01:56:22.676 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-10T01:56:22.677 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-10T01:56:22.677 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-03-10T01:56:22.677 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-10T01:56:22.677 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-10T01:56:22.677 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-10T01:56:22.677 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-10T01:56:22.677 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-10T01:56:22.677 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-10T01:56:22.677 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-10T01:56:22.677 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-10T01:56:22.677 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-10T01:56:22.677 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-03-10T01:56:22.677 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-10T01:56:22.677 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-10T01:56:22.678 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-10T01:56:22.678 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-10T01:56:22.678 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-03-10T01:56:22.678 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-10T01:56:22.678 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-10T01:56:22.678 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-10T01:56:22.678 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-10T01:56:22.678 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-10T01:56:22.678 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-10T01:56:22.678 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "restful" 2024-03-10T01:56:22.678 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-03-10T01:56:22.678 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-10T01:56:22.678 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-03-10T01:56:22.678 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-10T01:56:22.679 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-10T01:56:22.679 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "modified": "2024-03-10T01:56:13.404111+0000", 2024-03-10T01:56:22.679 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-10T01:56:22.679 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-03-10T01:56:22.679 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-10T01:56:22.679 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout } 2024-03-10T01:56:22.679 INFO:teuthology.orchestra.run.smithi033.stdout:mgr not available, waiting (1/15)... 2024-03-10T01:56:24.021 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:23 smithi033 bash[21673]: debug 2024-03-10T01:56:23.663+0000 7fd0ff4b6200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-10T01:56:24.021 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:23 smithi033 bash[21673]: debug 2024-03-10T01:56:23.763+0000 7fd0ff4b6200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-10T01:56:24.959 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:24 smithi033 bash[21673]: debug 2024-03-10T01:56:24.015+0000 7fd0ff4b6200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-10T01:56:24.959 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:24 smithi033 bash[21673]: debug 2024-03-10T01:56:24.843+0000 7fd0ff4b6200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-10T01:56:25.347 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:24 smithi033 bash[21673]: debug 2024-03-10T01:56:24.955+0000 7fd0ff4b6200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-10T01:56:25.347 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:25 smithi033 bash[21673]: debug 2024-03-10T01:56:25.063+0000 7fd0ff4b6200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-10T01:56:25.657 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:25 smithi033 bash[21673]: debug 2024-03-10T01:56:25.427+0000 7fd0ff4b6200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-10T01:56:25.657 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:25 smithi033 bash[21673]: debug 2024-03-10T01:56:25.547+0000 7fd0ff4b6200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-10T01:56:25.657 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:25 smithi033 bash[21673]: debug 2024-03-10T01:56:25.655+0000 7fd0ff4b6200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-10T01:56:25.916 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:25 smithi033 bash[21389]: audit 2024-03-10T01:56:25.727966+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.33:0/4230256990' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-10T01:56:26.267 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:26 smithi033 bash[21673]: debug 2024-03-10T01:56:26.019+0000 7fd0ff4b6200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-10T01:56:26.285 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-03-10T01:56:26.285 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout { 2024-03-10T01:56:26.285 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "fsid": "1bb78214-de81-11ee-95c7-87774f69a715", 2024-03-10T01:56:26.286 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "health": { 2024-03-10T01:56:26.286 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-10T01:56:26.286 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-10T01:56:26.286 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-10T01:56:26.286 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-03-10T01:56:26.286 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-10T01:56:26.286 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-10T01:56:26.286 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 0 2024-03-10T01:56:26.286 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-03-10T01:56:26.286 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-10T01:56:26.286 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "a" 2024-03-10T01:56:26.286 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-03-10T01:56:26.287 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum_age": 6, 2024-03-10T01:56:26.287 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-10T01:56:26.287 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-10T01:56:26.287 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-10T01:56:26.287 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-10T01:56:26.290 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-03-10T01:56:26.290 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-10T01:56:26.290 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-10T01:56:26.290 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-10T01:56:26.290 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-10T01:56:26.290 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-10T01:56:26.290 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-10T01:56:26.290 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-10T01:56:26.290 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-10T01:56:26.294 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-03-10T01:56:26.294 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-10T01:56:26.294 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-10T01:56:26.294 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-10T01:56:26.294 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-10T01:56:26.294 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-10T01:56:26.294 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-10T01:56:26.294 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-10T01:56:26.294 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-10T01:56:26.294 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-10T01:56:26.295 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-03-10T01:56:26.295 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-10T01:56:26.295 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-10T01:56:26.295 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-10T01:56:26.295 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-10T01:56:26.295 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-03-10T01:56:26.295 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-10T01:56:26.295 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-10T01:56:26.295 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-10T01:56:26.295 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-10T01:56:26.295 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-10T01:56:26.295 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-10T01:56:26.295 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "restful" 2024-03-10T01:56:26.295 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-03-10T01:56:26.296 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-10T01:56:26.296 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-03-10T01:56:26.296 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-10T01:56:26.296 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-10T01:56:26.296 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "modified": "2024-03-10T01:56:13.404111+0000", 2024-03-10T01:56:26.296 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-10T01:56:26.296 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-03-10T01:56:26.296 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-10T01:56:26.296 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout } 2024-03-10T01:56:26.296 INFO:teuthology.orchestra.run.smithi033.stdout:mgr not available, waiting (2/15)... 2024-03-10T01:56:26.534 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:26 smithi033 bash[21673]: debug 2024-03-10T01:56:26.263+0000 7fd0ff4b6200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-10T01:56:26.847 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:26 smithi033 bash[21673]: debug 2024-03-10T01:56:26.531+0000 7fd0ff4b6200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-10T01:56:26.847 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:26 smithi033 bash[21673]: debug 2024-03-10T01:56:26.647+0000 7fd0ff4b6200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-10T01:56:27.183 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:26 smithi033 bash[21673]: debug 2024-03-10T01:56:26.927+0000 7fd0ff4b6200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-10T01:56:27.596 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:27 smithi033 bash[21673]: debug 2024-03-10T01:56:27.179+0000 7fd0ff4b6200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-10T01:56:27.977 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:27 smithi033 bash[21673]: debug 2024-03-10T01:56:27.599+0000 7fd0ff4b6200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-10T01:56:27.977 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:27 smithi033 bash[21673]: debug 2024-03-10T01:56:27.719+0000 7fd0ff4b6200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-10T01:56:28.309 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:27 smithi033 bash[21673]: debug 2024-03-10T01:56:27.971+0000 7fd0ff4b6200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-10T01:56:29.282 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:29 smithi033 bash[21673]: debug 2024-03-10T01:56:29.011+0000 7fd0ff4b6200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-10T01:56:29.282 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:29 smithi033 bash[21673]: debug 2024-03-10T01:56:29.135+0000 7fd0ff4b6200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-10T01:56:29.556 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:29 smithi033 bash[21389]: audit 2024-03-10T01:56:29.271068+0000 mon.a (mon.0) 9 : audit [DBG] from='client.? 172.21.15.33:0/2217692098' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-10T01:56:29.556 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:29 smithi033 bash[21673]: debug 2024-03-10T01:56:29.435+0000 7fd0ff4b6200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-10T01:56:29.832 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-03-10T01:56:29.832 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout { 2024-03-10T01:56:29.832 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "fsid": "1bb78214-de81-11ee-95c7-87774f69a715", 2024-03-10T01:56:29.832 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "health": { 2024-03-10T01:56:29.832 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-10T01:56:29.833 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-10T01:56:29.833 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-10T01:56:29.833 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-03-10T01:56:29.833 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-10T01:56:29.833 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-10T01:56:29.833 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 0 2024-03-10T01:56:29.833 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-03-10T01:56:29.833 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-10T01:56:29.833 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "a" 2024-03-10T01:56:29.833 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-03-10T01:56:29.833 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum_age": 9, 2024-03-10T01:56:29.833 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-10T01:56:29.833 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-10T01:56:29.833 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-10T01:56:29.834 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-10T01:56:29.834 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-03-10T01:56:29.834 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-10T01:56:29.834 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-10T01:56:29.834 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-10T01:56:29.834 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-10T01:56:29.834 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-10T01:56:29.834 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-10T01:56:29.834 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-10T01:56:29.834 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-10T01:56:29.838 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-03-10T01:56:29.838 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-10T01:56:29.838 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-10T01:56:29.839 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-10T01:56:29.839 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-10T01:56:29.839 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-10T01:56:29.839 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-10T01:56:29.839 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-10T01:56:29.839 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-10T01:56:29.839 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-10T01:56:29.839 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-03-10T01:56:29.840 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-10T01:56:29.840 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-10T01:56:29.840 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-10T01:56:29.840 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-10T01:56:29.840 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-03-10T01:56:29.840 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-10T01:56:29.840 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "available": false, 2024-03-10T01:56:29.840 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-10T01:56:29.840 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-10T01:56:29.840 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-10T01:56:29.840 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-10T01:56:29.840 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "restful" 2024-03-10T01:56:29.840 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-03-10T01:56:29.840 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-10T01:56:29.841 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-03-10T01:56:29.841 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-10T01:56:29.841 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-10T01:56:29.841 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "modified": "2024-03-10T01:56:13.404111+0000", 2024-03-10T01:56:29.841 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-10T01:56:29.841 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-03-10T01:56:29.841 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-10T01:56:29.841 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout } 2024-03-10T01:56:29.841 INFO:teuthology.orchestra.run.smithi033.stdout:mgr not available, waiting (3/15)... 2024-03-10T01:56:30.322 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:29 smithi033 bash[21673]: debug 2024-03-10T01:56:29.551+0000 7fd0ff4b6200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-10T01:56:30.322 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:30 smithi033 bash[21673]: debug 2024-03-10T01:56:30.019+0000 7fd0ff4b6200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-10T01:56:30.322 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:30 smithi033 bash[21673]: debug 2024-03-10T01:56:30.142+0000 7fd0ff4b6200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-10T01:56:30.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:30 smithi033 bash[21389]: cluster 2024-03-10T01:56:30.169410+0000 mon.a (mon.0) 10 : cluster [INF] Activating manager daemon a 2024-03-10T01:56:30.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:30 smithi033 bash[21389]: cluster 2024-03-10T01:56:30.176840+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e2: a(active, starting, since 0.00754781s) 2024-03-10T01:56:30.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:30 smithi033 bash[21389]: audit 2024-03-10T01:56:30.177623+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.33:0/1361121682' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-10T01:56:30.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:30 smithi033 bash[21389]: audit 2024-03-10T01:56:30.177829+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.33:0/1361121682' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-10T01:56:30.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:30 smithi033 bash[21389]: audit 2024-03-10T01:56:30.178022+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.33:0/1361121682' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-10T01:56:30.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:30 smithi033 bash[21389]: audit 2024-03-10T01:56:30.178266+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.33:0/1361121682' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T01:56:30.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:30 smithi033 bash[21389]: audit 2024-03-10T01:56:30.179338+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14100 172.21.15.33:0/1361121682' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-10T01:56:30.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:30 smithi033 bash[21389]: cluster 2024-03-10T01:56:30.186413+0000 mon.a (mon.0) 17 : cluster [INF] Manager daemon a is now available 2024-03-10T01:56:30.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:30 smithi033 bash[21389]: audit 2024-03-10T01:56:30.198043+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.33:0/1361121682' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-10T01:56:30.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:30 smithi033 bash[21389]: audit 2024-03-10T01:56:30.203856+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.33:0/1361121682' entity='mgr.a' 2024-03-10T01:56:30.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:30 smithi033 bash[21389]: audit 2024-03-10T01:56:30.204124+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.33:0/1361121682' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-10T01:56:30.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:30 smithi033 bash[21389]: audit 2024-03-10T01:56:30.205949+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.33:0/1361121682' entity='mgr.a' 2024-03-10T01:56:30.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:30 smithi033 bash[21389]: audit 2024-03-10T01:56:30.207960+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14100 172.21.15.33:0/1361121682' entity='mgr.a' 2024-03-10T01:56:32.556 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:32 smithi033 bash[21389]: cluster 2024-03-10T01:56:31.185164+0000 mon.a (mon.0) 23 : cluster [DBG] mgrmap e3: a(active, since 1.01588s) 2024-03-10T01:56:33.840 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-03-10T01:56:33.841 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout { 2024-03-10T01:56:33.841 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "fsid": "1bb78214-de81-11ee-95c7-87774f69a715", 2024-03-10T01:56:33.841 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "health": { 2024-03-10T01:56:33.841 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2024-03-10T01:56:33.841 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "checks": {}, 2024-03-10T01:56:33.841 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mutes": [] 2024-03-10T01:56:33.841 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-03-10T01:56:33.841 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2024-03-10T01:56:33.841 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum": [ 2024-03-10T01:56:33.841 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 0 2024-03-10T01:56:33.841 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-03-10T01:56:33.841 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2024-03-10T01:56:33.841 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "a" 2024-03-10T01:56:33.842 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-03-10T01:56:33.842 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "quorum_age": 13, 2024-03-10T01:56:33.842 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "monmap": { 2024-03-10T01:56:33.842 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-10T01:56:33.842 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "squid", 2024-03-10T01:56:33.842 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_mons": 1 2024-03-10T01:56:33.842 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-03-10T01:56:33.842 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osdmap": { 2024-03-10T01:56:33.842 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-10T01:56:33.842 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2024-03-10T01:56:33.842 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2024-03-10T01:56:33.842 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2024-03-10T01:56:33.842 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2024-03-10T01:56:33.843 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2024-03-10T01:56:33.843 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2024-03-10T01:56:33.846 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-03-10T01:56:33.846 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "pgmap": { 2024-03-10T01:56:33.847 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2024-03-10T01:56:33.847 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2024-03-10T01:56:33.847 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2024-03-10T01:56:33.847 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2024-03-10T01:56:33.847 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2024-03-10T01:56:33.847 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2024-03-10T01:56:33.847 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2024-03-10T01:56:33.847 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2024-03-10T01:56:33.847 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-03-10T01:56:33.847 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "fsmap": { 2024-03-10T01:56:33.847 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-10T01:56:33.847 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "by_rank": [], 2024-03-10T01:56:33.848 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "up:standby": 0 2024-03-10T01:56:33.848 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-03-10T01:56:33.848 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mgrmap": { 2024-03-10T01:56:33.848 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-10T01:56:33.848 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2024-03-10T01:56:33.848 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "modules": [ 2024-03-10T01:56:33.848 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "iostat", 2024-03-10T01:56:33.848 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "nfs", 2024-03-10T01:56:33.848 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "restful" 2024-03-10T01:56:33.848 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ], 2024-03-10T01:56:33.848 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-10T01:56:33.848 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-03-10T01:56:33.848 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "servicemap": { 2024-03-10T01:56:33.848 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 1, 2024-03-10T01:56:33.848 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "modified": "2024-03-10T01:56:13.404111+0000", 2024-03-10T01:56:33.849 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "services": {} 2024-03-10T01:56:33.849 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout }, 2024-03-10T01:56:33.849 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "progress_events": {} 2024-03-10T01:56:33.849 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout } 2024-03-10T01:56:33.849 INFO:teuthology.orchestra.run.smithi033.stdout:mgr is available 2024-03-10T01:56:34.441 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:34 smithi033 bash[21389]: cluster 2024-03-10T01:56:33.180767+0000 mon.a (mon.0) 24 : cluster [DBG] mgrmap e4: a(active, since 3s) 2024-03-10T01:56:34.441 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:34 smithi033 bash[21389]: audit 2024-03-10T01:56:33.287219+0000 mon.a (mon.0) 25 : audit [DBG] from='client.? 172.21.15.33:0/4133048142' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-03-10T01:56:35.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:35 smithi033 bash[21389]: audit 2024-03-10T01:56:35.003004+0000 mon.a (mon.0) 26 : audit [INF] from='client.? 172.21.15.33:0/2815603348' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-03-10T01:56:35.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:35 smithi033 bash[21389]: audit 2024-03-10T01:56:35.007973+0000 mon.a (mon.0) 27 : audit [INF] from='client.? 172.21.15.33:0/2815603348' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-03-10T01:56:35.602 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-03-10T01:56:35.602 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout [global] 2024-03-10T01:56:35.602 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout fsid = 1bb78214-de81-11ee-95c7-87774f69a715 2024-03-10T01:56:35.602 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2024-03-10T01:56:35.603 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2024-03-10T01:56:35.603 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2024-03-10T01:56:35.603 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2024-03-10T01:56:35.603 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-03-10T01:56:35.603 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout [mgr] 2024-03-10T01:56:35.603 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2024-03-10T01:56:35.604 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 2024-03-10T01:56:35.604 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout [osd] 2024-03-10T01:56:35.604 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2024-03-10T01:56:35.604 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2024-03-10T01:56:35.604 INFO:teuthology.orchestra.run.smithi033.stdout:Enabling cephadm module... 2024-03-10T01:56:37.347 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:36 smithi033 bash[21673]: ignoring --setuser ceph since I am not root 2024-03-10T01:56:37.347 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:36 smithi033 bash[21673]: ignoring --setgroup ceph since I am not root 2024-03-10T01:56:37.347 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:37 smithi033 bash[21673]: debug 2024-03-10T01:56:37.130+0000 7fdf97d01200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-10T01:56:37.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:36 smithi033 bash[21389]: audit 2024-03-10T01:56:36.892305+0000 mon.a (mon.0) 28 : audit [INF] from='client.? 172.21.15.33:0/2810044026' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-03-10T01:56:38.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:37 smithi033 bash[21389]: audit 2024-03-10T01:56:36.944317+0000 mon.a (mon.0) 29 : audit [INF] from='client.? 172.21.15.33:0/2810044026' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-03-10T01:56:38.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:37 smithi033 bash[21389]: cluster 2024-03-10T01:56:36.949704+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e5: a(active, since 6s) 2024-03-10T01:56:39.063 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:38 smithi033 bash[21673]: debug 2024-03-10T01:56:38.754+0000 7fdf97d01200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-10T01:56:39.063 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:38 smithi033 bash[21673]: debug 2024-03-10T01:56:38.854+0000 7fdf97d01200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-10T01:56:39.064 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:38 smithi033 bash[21389]: audit 2024-03-10T01:56:38.833027+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.33:0/2494130284' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-10T01:56:39.347 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:39 smithi033 bash[21673]: debug 2024-03-10T01:56:39.114+0000 7fdf97d01200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-10T01:56:39.427 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout { 2024-03-10T01:56:39.427 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 5, 2024-03-10T01:56:39.427 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-10T01:56:39.427 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-10T01:56:39.428 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-10T01:56:39.428 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout } 2024-03-10T01:56:39.428 INFO:teuthology.orchestra.run.smithi033.stdout:Waiting for the mgr to restart... 2024-03-10T01:56:39.428 INFO:teuthology.orchestra.run.smithi033.stdout:Waiting for mgr epoch 5... 2024-03-10T01:56:40.347 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:39 smithi033 bash[21673]: debug 2024-03-10T01:56:39.942+0000 7fdf97d01200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-10T01:56:40.347 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:40 smithi033 bash[21673]: debug 2024-03-10T01:56:40.058+0000 7fdf97d01200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-10T01:56:40.347 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:40 smithi033 bash[21673]: debug 2024-03-10T01:56:40.170+0000 7fdf97d01200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-10T01:56:40.847 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:40 smithi033 bash[21673]: debug 2024-03-10T01:56:40.534+0000 7fdf97d01200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-10T01:56:40.847 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:40 smithi033 bash[21673]: debug 2024-03-10T01:56:40.650+0000 7fdf97d01200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-10T01:56:40.847 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:40 smithi033 bash[21673]: debug 2024-03-10T01:56:40.762+0000 7fdf97d01200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-10T01:56:41.597 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:41 smithi033 bash[21673]: debug 2024-03-10T01:56:41.130+0000 7fdf97d01200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-10T01:56:41.597 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:41 smithi033 bash[21673]: debug 2024-03-10T01:56:41.378+0000 7fdf97d01200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-10T01:56:42.046 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:41 smithi033 bash[21673]: debug 2024-03-10T01:56:41.646+0000 7fdf97d01200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-10T01:56:42.046 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:41 smithi033 bash[21673]: debug 2024-03-10T01:56:41.762+0000 7fdf97d01200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-10T01:56:42.296 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:42 smithi033 bash[21673]: debug 2024-03-10T01:56:42.046+0000 7fdf97d01200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-10T01:56:42.597 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:42 smithi033 bash[21673]: debug 2024-03-10T01:56:42.294+0000 7fdf97d01200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-10T01:56:43.089 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:42 smithi033 bash[21673]: debug 2024-03-10T01:56:42.714+0000 7fdf97d01200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-10T01:56:43.089 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:42 smithi033 bash[21673]: debug 2024-03-10T01:56:42.834+0000 7fdf97d01200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-10T01:56:43.347 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:43 smithi033 bash[21673]: debug 2024-03-10T01:56:43.086+0000 7fdf97d01200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-10T01:56:44.568 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:44 smithi033 bash[21673]: debug 2024-03-10T01:56:44.146+0000 7fdf97d01200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-10T01:56:44.569 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:44 smithi033 bash[21673]: debug 2024-03-10T01:56:44.266+0000 7fdf97d01200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-10T01:56:44.847 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:44 smithi033 bash[21673]: debug 2024-03-10T01:56:44.566+0000 7fdf97d01200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-10T01:56:44.847 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:44 smithi033 bash[21673]: debug 2024-03-10T01:56:44.686+0000 7fdf97d01200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-10T01:56:45.597 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:45 smithi033 bash[21673]: debug 2024-03-10T01:56:45.150+0000 7fdf97d01200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-10T01:56:45.598 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:45 smithi033 bash[21673]: debug 2024-03-10T01:56:45.274+0000 7fdf97d01200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-10T01:56:45.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:45 smithi033 bash[21389]: cluster 2024-03-10T01:56:45.300883+0000 mon.a (mon.0) 32 : cluster [INF] Active manager daemon a restarted 2024-03-10T01:56:45.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:45 smithi033 bash[21389]: cluster 2024-03-10T01:56:45.301238+0000 mon.a (mon.0) 33 : cluster [INF] Activating manager daemon a 2024-03-10T01:56:45.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:45 smithi033 bash[21389]: cluster 2024-03-10T01:56:45.310035+0000 mon.a (mon.0) 34 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-03-10T01:56:45.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:45 smithi033 bash[21389]: cluster 2024-03-10T01:56:45.310278+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e6: a(active, starting, since 0.00915089s) 2024-03-10T01:56:45.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:45 smithi033 bash[21389]: audit 2024-03-10T01:56:45.311860+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.14120 172.21.15.33:0/1293848913' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T01:56:45.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:45 smithi033 bash[21389]: audit 2024-03-10T01:56:45.312770+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.14120 172.21.15.33:0/1293848913' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-10T01:56:45.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:45 smithi033 bash[21389]: audit 2024-03-10T01:56:45.313958+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.14120 172.21.15.33:0/1293848913' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-10T01:56:45.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:45 smithi033 bash[21389]: audit 2024-03-10T01:56:45.314260+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.14120 172.21.15.33:0/1293848913' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-10T01:56:45.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:45 smithi033 bash[21389]: audit 2024-03-10T01:56:45.314532+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14120 172.21.15.33:0/1293848913' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-10T01:56:45.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:45 smithi033 bash[21389]: cluster 2024-03-10T01:56:45.340999+0000 mon.a (mon.0) 41 : cluster [INF] Manager daemon a is now available 2024-03-10T01:56:46.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:46 smithi033 bash[21389]: cephadm 2024-03-10T01:56:45.360146+0000 mgr.a (mgr.14120) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-03-10T01:56:46.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:46 smithi033 bash[21389]: audit 2024-03-10T01:56:45.364262+0000 mon.a (mon.0) 42 : audit [INF] from='mgr.14120 172.21.15.33:0/1293848913' entity='mgr.a' 2024-03-10T01:56:46.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:46 smithi033 bash[21389]: audit 2024-03-10T01:56:45.371151+0000 mon.a (mon.0) 43 : audit [INF] from='mgr.14120 172.21.15.33:0/1293848913' entity='mgr.a' 2024-03-10T01:56:46.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:46 smithi033 bash[21389]: audit 2024-03-10T01:56:45.375155+0000 mon.a (mon.0) 44 : audit [INF] from='mgr.14120 172.21.15.33:0/1293848913' entity='mgr.a' 2024-03-10T01:56:46.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:46 smithi033 bash[21389]: audit 2024-03-10T01:56:45.378615+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14120 172.21.15.33:0/1293848913' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:56:46.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:46 smithi033 bash[21389]: audit 2024-03-10T01:56:45.380651+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14120 172.21.15.33:0/1293848913' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:56:46.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:46 smithi033 bash[21389]: audit 2024-03-10T01:56:45.385362+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14120 172.21.15.33:0/1293848913' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:56:46.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:46 smithi033 bash[21389]: audit 2024-03-10T01:56:45.394450+0000 mon.a (mon.0) 48 : audit [INF] from='mgr.14120 172.21.15.33:0/1293848913' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-10T01:56:46.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:46 smithi033 bash[21389]: audit 2024-03-10T01:56:45.397806+0000 mon.a (mon.0) 49 : audit [INF] from='mgr.14120 172.21.15.33:0/1293848913' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-10T01:56:46.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:46 smithi033 bash[21389]: cluster 2024-03-10T01:56:46.313530+0000 mon.a (mon.0) 50 : cluster [DBG] mgrmap e7: a(active, since 1.0124s) 2024-03-10T01:56:46.941 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout { 2024-03-10T01:56:46.941 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2024-03-10T01:56:46.941 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-10T01:56:46.941 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout } 2024-03-10T01:56:46.941 INFO:teuthology.orchestra.run.smithi033.stdout:mgr epoch 5 is available 2024-03-10T01:56:46.941 INFO:teuthology.orchestra.run.smithi033.stdout:Setting orchestrator backend to cephadm... 2024-03-10T01:56:47.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:47 smithi033 bash[21389]: audit 2024-03-10T01:56:46.310907+0000 mgr.a (mgr.14120) 2 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-03-10T01:56:47.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:47 smithi033 bash[21389]: audit 2024-03-10T01:56:46.326134+0000 mgr.a (mgr.14120) 3 : audit [DBG] from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-03-10T01:56:47.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:47 smithi033 bash[21389]: audit 2024-03-10T01:56:46.495819+0000 mon.a (mon.0) 51 : audit [INF] from='mgr.14120 172.21.15.33:0/1293848913' entity='mgr.a' 2024-03-10T01:56:47.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:47 smithi033 bash[21389]: audit 2024-03-10T01:56:46.499327+0000 mon.a (mon.0) 52 : audit [INF] from='mgr.14120 172.21.15.33:0/1293848913' entity='mgr.a' 2024-03-10T01:56:48.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:48 smithi033 bash[21389]: cluster 2024-03-10T01:56:47.505395+0000 mon.a (mon.0) 53 : cluster [DBG] mgrmap e8: a(active, since 2s) 2024-03-10T01:56:48.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:48 smithi033 bash[21389]: cephadm 2024-03-10T01:56:47.921826+0000 mgr.a (mgr.14120) 4 : cephadm [INF] [10/Mar/2024:01:56:47] ENGINE Bus STARTING 2024-03-10T01:56:48.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:48 smithi033 bash[21389]: audit 2024-03-10T01:56:48.161010+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14120 172.21.15.33:0/1293848913' entity='mgr.a' 2024-03-10T01:56:48.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:48 smithi033 bash[21389]: audit 2024-03-10T01:56:48.162728+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.14120 172.21.15.33:0/1293848913' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:56:48.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:48 smithi033 bash[21389]: audit 2024-03-10T01:56:48.183948+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.14120 172.21.15.33:0/1293848913' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:56:49.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:49 smithi033 bash[21389]: cephadm 2024-03-10T01:56:48.023705+0000 mgr.a (mgr.14120) 5 : cephadm [INF] [10/Mar/2024:01:56:48] ENGINE Serving on http://172.21.15.33:8765 2024-03-10T01:56:49.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:49 smithi033 bash[21389]: cephadm 2024-03-10T01:56:48.144938+0000 mgr.a (mgr.14120) 6 : cephadm [INF] [10/Mar/2024:01:56:48] ENGINE Serving on https://172.21.15.33:7150 2024-03-10T01:56:49.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:49 smithi033 bash[21389]: cephadm 2024-03-10T01:56:48.145074+0000 mgr.a (mgr.14120) 7 : cephadm [INF] [10/Mar/2024:01:56:48] ENGINE Bus STARTED 2024-03-10T01:56:49.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:49 smithi033 bash[21389]: audit 2024-03-10T01:56:48.155051+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-10T01:56:50.520 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout value unchanged 2024-03-10T01:56:50.520 INFO:teuthology.orchestra.run.smithi033.stdout:Generating ssh key... 2024-03-10T01:56:50.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:50 smithi033 bash[21389]: audit 2024-03-10T01:56:49.922069+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-10T01:56:52.310 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:52 smithi033 bash[21389]: audit 2024-03-10T01:56:51.738583+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-10T01:56:52.310 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:52 smithi033 bash[21389]: cephadm 2024-03-10T01:56:51.738888+0000 mgr.a (mgr.14120) 11 : cephadm [INF] Generating ssh key... 2024-03-10T01:56:52.310 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:52 smithi033 bash[21673]: Generating public/private rsa key pair. 2024-03-10T01:56:52.311 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:52 smithi033 bash[21673]: Your identification has been saved in /tmp/tmpde9ipo2f/key. 2024-03-10T01:56:52.311 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:52 smithi033 bash[21673]: Your public key has been saved in /tmp/tmpde9ipo2f/key.pub. 2024-03-10T01:56:52.311 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:52 smithi033 bash[21673]: The key fingerprint is: 2024-03-10T01:56:52.311 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:52 smithi033 bash[21673]: SHA256:/MIcXWK2DW2KHc4AfZbieFFXSZE5Bwvvckltnh7N5ts ceph-1bb78214-de81-11ee-95c7-87774f69a715 2024-03-10T01:56:52.311 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:52 smithi033 bash[21673]: The key's randomart image is: 2024-03-10T01:56:52.311 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:52 smithi033 bash[21673]: +---[RSA 3072]----+ 2024-03-10T01:56:52.311 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:52 smithi033 bash[21673]: | .. ...oo=* | 2024-03-10T01:56:52.311 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:52 smithi033 bash[21673]: | .+ +o o=o.| 2024-03-10T01:56:52.311 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:52 smithi033 bash[21673]: | o.=* + +oo| 2024-03-10T01:56:52.311 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:52 smithi033 bash[21673]: | ..oX X o =o| 2024-03-10T01:56:52.311 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:52 smithi033 bash[21673]: | .S B o +o=| 2024-03-10T01:56:52.311 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:52 smithi033 bash[21673]: | o o o.o.| 2024-03-10T01:56:52.311 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:52 smithi033 bash[21673]: | + . ..| 2024-03-10T01:56:52.312 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:52 smithi033 bash[21673]: | . o| 2024-03-10T01:56:52.312 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:52 smithi033 bash[21673]: | .E| 2024-03-10T01:56:52.312 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:56:52 smithi033 bash[21673]: +----[SHA256]-----+ 2024-03-10T01:56:53.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:53 smithi033 bash[21389]: audit 2024-03-10T01:56:52.288910+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14120 172.21.15.33:0/1293848913' entity='mgr.a' 2024-03-10T01:56:53.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:53 smithi033 bash[21389]: audit 2024-03-10T01:56:52.294056+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14120 172.21.15.33:0/1293848913' entity='mgr.a' 2024-03-10T01:56:54.649 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqZLNrHPfDsXlP0DMvUkTYOgBeCh0ZNWHsszpeU9O6WuN4PJ48cnS8uo42TBUwXPmkIyUg3RBRbGOfIONo3FHxtyV4grx5hub5YYo9tka1AG9io081AVmYT0kphDm7Olthr42EQGKaYngg97xCvlxkTJIGR4uv3x498AEgIYp5mbMObfDFLG0cM2RNXB3RaYjZXCmMSBk9+nyHofEQbYiegF8HmSkI41RpIELbb5xQQKf2akAI2Z+75ZAu6qUL3wdiM4wpQCnX+EaJWxTfFnoIqsW3UpWNrtZX8kYB/yXDExtSwCeapUs64LY5HWvoCCsL8wJB+PDKKT3//HWgQy2r9CEc/Sqrzhx/Hl9Scr0CJ48y0be3HvkYElU0Jt9pfc643yYwm5kwQf5vr9eG+ImTk8knfyuRZTefHT3Pxu5B+nGUdXCXyPfYK+0yrkq7K+QXB4uRdebfjBprT3zmwxX8Bs8wwIdg25mwtWZogzY5E2AZoWpnUjNbVPwvoYLFIRs= ceph-1bb78214-de81-11ee-95c7-87774f69a715 2024-03-10T01:56:54.649 INFO:teuthology.orchestra.run.smithi033.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-03-10T01:56:54.649 INFO:teuthology.orchestra.run.smithi033.stdout:Adding key to root@localhost authorized_keys... 2024-03-10T01:56:54.650 INFO:teuthology.orchestra.run.smithi033.stdout:Adding host smithi033... 2024-03-10T01:56:55.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:55 smithi033 bash[21389]: audit 2024-03-10T01:56:54.043355+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-10T01:56:56.167 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:56 smithi033 bash[21389]: audit 2024-03-10T01:56:55.852383+0000 mgr.a (mgr.14120) 13 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi033", "addr": "172.21.15.33", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T01:56:57.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:56:57 smithi033 bash[21389]: cephadm 2024-03-10T01:56:56.444306+0000 mgr.a (mgr.14120) 14 : cephadm [INF] Deploying cephadm binary to smithi033 2024-03-10T01:57:02.321 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout Added host 'smithi033' with addr '172.21.15.33' 2024-03-10T01:57:02.322 INFO:teuthology.orchestra.run.smithi033.stdout:Deploying unmanaged mon service... 2024-03-10T01:57:02.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:02 smithi033 bash[21389]: audit 2024-03-10T01:57:01.561258+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14120 172.21.15.33:0/1293848913' entity='mgr.a' 2024-03-10T01:57:02.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:02 smithi033 bash[21389]: cephadm 2024-03-10T01:57:01.561814+0000 mgr.a (mgr.14120) 15 : cephadm [INF] Added host smithi033 2024-03-10T01:57:02.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:02 smithi033 bash[21389]: audit 2024-03-10T01:57:01.608712+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.14120 172.21.15.33:0/1293848913' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:57:04.723 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2024-03-10T01:57:04.724 INFO:teuthology.orchestra.run.smithi033.stdout:Deploying unmanaged mgr service... 2024-03-10T01:57:05.406 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:05 smithi033 bash[21389]: audit 2024-03-10T01:57:04.111534+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-10T01:57:05.406 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:05 smithi033 bash[21389]: cephadm 2024-03-10T01:57:04.114062+0000 mgr.a (mgr.14120) 17 : cephadm [INF] Saving service mon spec with placement count:5 2024-03-10T01:57:05.406 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:05 smithi033 bash[21389]: audit 2024-03-10T01:57:04.118445+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14120 172.21.15.33:0/1293848913' entity='mgr.a' 2024-03-10T01:57:05.406 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:05 smithi033 bash[21389]: audit 2024-03-10T01:57:04.387648+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14120 172.21.15.33:0/1293848913' entity='mgr.a' 2024-03-10T01:57:05.406 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:05 smithi033 bash[21389]: audit 2024-03-10T01:57:04.928402+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14120 172.21.15.33:0/1293848913' entity='mgr.a' 2024-03-10T01:57:06.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:06 smithi033 bash[21389]: cluster 2024-03-10T01:57:05.315409+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-10T01:57:06.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:06 smithi033 bash[21389]: audit 2024-03-10T01:57:06.005357+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-10T01:57:06.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:06 smithi033 bash[21389]: audit 2024-03-10T01:57:06.012644+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14120 172.21.15.33:0/1293848913' entity='mgr.a' 2024-03-10T01:57:06.638 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2024-03-10T01:57:07.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:07 smithi033 bash[21389]: cephadm 2024-03-10T01:57:06.008056+0000 mgr.a (mgr.14120) 20 : cephadm [INF] Saving service mgr spec with placement count:2 2024-03-10T01:57:09.201 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:08 smithi033 bash[21389]: cluster 2024-03-10T01:57:07.315825+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-10T01:57:09.201 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:08 smithi033 bash[21389]: audit 2024-03-10T01:57:07.930887+0000 mon.a (mon.0) 65 : audit [INF] from='client.? 172.21.15.33:0/2715787770' entity='client.admin' 2024-03-10T01:57:10.333 INFO:teuthology.orchestra.run.smithi033.stdout:Enabling the dashboard module... 2024-03-10T01:57:11.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:10 smithi033 bash[21389]: cluster 2024-03-10T01:57:09.316172+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-10T01:57:11.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:10 smithi033 bash[21389]: audit 2024-03-10T01:57:09.771381+0000 mon.a (mon.0) 66 : audit [INF] from='client.? 172.21.15.33:0/1892336813' entity='client.admin' 2024-03-10T01:57:12.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:11 smithi033 bash[21389]: audit 2024-03-10T01:57:11.644758+0000 mon.a (mon.0) 67 : audit [INF] from='client.? 172.21.15.33:0/323883769' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-03-10T01:57:12.097 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:57:11 smithi033 bash[21673]: ignoring --setuser ceph since I am not root 2024-03-10T01:57:12.097 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:57:11 smithi033 bash[21673]: ignoring --setgroup ceph since I am not root 2024-03-10T01:57:12.097 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:57:11 smithi033 bash[21673]: debug 2024-03-10T01:57:11.982+0000 7ffae4bbc200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-10T01:57:13.054 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:12 smithi033 bash[21389]: audit 2024-03-10T01:57:11.779915+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.33:0/323883769' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-03-10T01:57:13.054 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:12 smithi033 bash[21389]: cluster 2024-03-10T01:57:11.784329+0000 mon.a (mon.0) 69 : cluster [DBG] mgrmap e9: a(active, since 26s) 2024-03-10T01:57:13.976 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:13 smithi033 bash[21389]: audit 2024-03-10T01:57:13.746609+0000 mon.a (mon.0) 70 : audit [DBG] from='client.? 172.21.15.33:0/1999222008' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-03-10T01:57:13.976 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:57:13 smithi033 bash[21673]: debug 2024-03-10T01:57:13.630+0000 7ffae4bbc200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-10T01:57:13.976 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:57:13 smithi033 bash[21673]: debug 2024-03-10T01:57:13.734+0000 7ffae4bbc200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-10T01:57:14.347 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:57:13 smithi033 bash[21673]: debug 2024-03-10T01:57:13.990+0000 7ffae4bbc200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-10T01:57:14.384 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout { 2024-03-10T01:57:14.384 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "epoch": 9, 2024-03-10T01:57:14.384 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "available": true, 2024-03-10T01:57:14.384 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "active_name": "a", 2024-03-10T01:57:14.384 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "num_standby": 0 2024-03-10T01:57:14.385 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout } 2024-03-10T01:57:14.385 INFO:teuthology.orchestra.run.smithi033.stdout:Waiting for the mgr to restart... 2024-03-10T01:57:14.385 INFO:teuthology.orchestra.run.smithi033.stdout:Waiting for mgr epoch 9... 2024-03-10T01:57:15.092 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:57:14 smithi033 bash[21673]: debug 2024-03-10T01:57:14.814+0000 7ffae4bbc200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-10T01:57:15.092 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:57:14 smithi033 bash[21673]: debug 2024-03-10T01:57:14.930+0000 7ffae4bbc200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-10T01:57:15.093 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:57:15 smithi033 bash[21673]: debug 2024-03-10T01:57:15.042+0000 7ffae4bbc200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-10T01:57:15.847 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:57:15 smithi033 bash[21673]: debug 2024-03-10T01:57:15.410+0000 7ffae4bbc200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-10T01:57:15.847 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:57:15 smithi033 bash[21673]: debug 2024-03-10T01:57:15.530+0000 7ffae4bbc200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-10T01:57:15.847 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:57:15 smithi033 bash[21673]: debug 2024-03-10T01:57:15.638+0000 7ffae4bbc200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-10T01:57:16.347 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:57:16 smithi033 bash[21673]: debug 2024-03-10T01:57:16.006+0000 7ffae4bbc200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-10T01:57:16.347 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:57:16 smithi033 bash[21673]: debug 2024-03-10T01:57:16.250+0000 7ffae4bbc200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-10T01:57:16.847 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:57:16 smithi033 bash[21673]: debug 2024-03-10T01:57:16.522+0000 7ffae4bbc200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-10T01:57:16.847 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:57:16 smithi033 bash[21673]: debug 2024-03-10T01:57:16.638+0000 7ffae4bbc200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-10T01:57:17.180 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:57:16 smithi033 bash[21673]: debug 2024-03-10T01:57:16.926+0000 7ffae4bbc200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-10T01:57:17.597 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:57:17 smithi033 bash[21673]: debug 2024-03-10T01:57:17.178+0000 7ffae4bbc200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-10T01:57:17.983 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:57:17 smithi033 bash[21673]: debug 2024-03-10T01:57:17.598+0000 7ffae4bbc200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-10T01:57:17.983 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:57:17 smithi033 bash[21673]: debug 2024-03-10T01:57:17.726+0000 7ffae4bbc200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-10T01:57:18.347 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:57:17 smithi033 bash[21673]: debug 2024-03-10T01:57:17.982+0000 7ffae4bbc200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-10T01:57:19.347 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:57:19 smithi033 bash[21673]: debug 2024-03-10T01:57:19.034+0000 7ffae4bbc200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-10T01:57:19.347 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:57:19 smithi033 bash[21673]: debug 2024-03-10T01:57:19.154+0000 7ffae4bbc200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-10T01:57:19.847 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:57:19 smithi033 bash[21673]: debug 2024-03-10T01:57:19.466+0000 7ffae4bbc200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-10T01:57:19.847 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:57:19 smithi033 bash[21673]: debug 2024-03-10T01:57:19.586+0000 7ffae4bbc200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-10T01:57:20.328 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:20 smithi033 bash[21389]: cluster 2024-03-10T01:57:20.204863+0000 mon.a (mon.0) 71 : cluster [INF] Active manager daemon a restarted 2024-03-10T01:57:20.328 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:20 smithi033 bash[21389]: cluster 2024-03-10T01:57:20.205337+0000 mon.a (mon.0) 72 : cluster [INF] Activating manager daemon a 2024-03-10T01:57:20.328 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:20 smithi033 bash[21389]: cluster 2024-03-10T01:57:20.211770+0000 mon.a (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-03-10T01:57:20.328 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:20 smithi033 bash[21389]: cluster 2024-03-10T01:57:20.212023+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e10: a(active, starting, since 0.00687891s) 2024-03-10T01:57:20.328 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:20 smithi033 bash[21389]: audit 2024-03-10T01:57:20.214200+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T01:57:20.328 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:20 smithi033 bash[21389]: audit 2024-03-10T01:57:20.216402+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-10T01:57:20.328 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:20 smithi033 bash[21389]: audit 2024-03-10T01:57:20.217411+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-10T01:57:20.328 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:20 smithi033 bash[21389]: audit 2024-03-10T01:57:20.217888+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-10T01:57:20.328 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:20 smithi033 bash[21389]: audit 2024-03-10T01:57:20.218173+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-10T01:57:20.329 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:20 smithi033 bash[21389]: cluster 2024-03-10T01:57:20.245362+0000 mon.a (mon.0) 80 : cluster [INF] Manager daemon a is now available 2024-03-10T01:57:20.329 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:57:20 smithi033 bash[21673]: debug 2024-03-10T01:57:20.054+0000 7ffae4bbc200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-10T01:57:20.329 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:57:20 smithi033 bash[21673]: debug 2024-03-10T01:57:20.182+0000 7ffae4bbc200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-10T01:57:21.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:21 smithi033 bash[21389]: audit 2024-03-10T01:57:20.287414+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:57:21.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:21 smithi033 bash[21389]: audit 2024-03-10T01:57:20.294192+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:57:21.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:21 smithi033 bash[21389]: audit 2024-03-10T01:57:20.297300+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:57:21.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:21 smithi033 bash[21389]: audit 2024-03-10T01:57:20.308828+0000 mon.a (mon.0) 84 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-10T01:57:21.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:21 smithi033 bash[21389]: audit 2024-03-10T01:57:20.312591+0000 mon.a (mon.0) 85 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-10T01:57:21.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:21 smithi033 bash[21389]: cluster 2024-03-10T01:57:21.218085+0000 mon.a (mon.0) 86 : cluster [DBG] mgrmap e11: a(active, since 1.01294s) 2024-03-10T01:57:21.888 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout { 2024-03-10T01:57:21.888 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2024-03-10T01:57:21.888 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout "initialized": true 2024-03-10T01:57:21.888 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout } 2024-03-10T01:57:21.888 INFO:teuthology.orchestra.run.smithi033.stdout:mgr epoch 9 is available 2024-03-10T01:57:21.889 INFO:teuthology.orchestra.run.smithi033.stdout:Generating a dashboard self-signed certificate... 2024-03-10T01:57:22.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:22 smithi033 bash[21389]: cephadm 2024-03-10T01:57:21.720220+0000 mgr.a (mgr.14152) 3 : cephadm [INF] [10/Mar/2024:01:57:21] ENGINE Bus STARTING 2024-03-10T01:57:22.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:22 smithi033 bash[21389]: cephadm 2024-03-10T01:57:21.822238+0000 mgr.a (mgr.14152) 4 : cephadm [INF] [10/Mar/2024:01:57:21] ENGINE Serving on http://172.21.15.33:8765 2024-03-10T01:57:23.582 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:23 smithi033 bash[21389]: cephadm 2024-03-10T01:57:21.943630+0000 mgr.a (mgr.14152) 5 : cephadm [INF] [10/Mar/2024:01:57:21] ENGINE Serving on https://172.21.15.33:7150 2024-03-10T01:57:23.583 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:23 smithi033 bash[21389]: cephadm 2024-03-10T01:57:21.943780+0000 mgr.a (mgr.14152) 6 : cephadm [INF] [10/Mar/2024:01:57:21] ENGINE Bus STARTED 2024-03-10T01:57:23.583 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:23 smithi033 bash[21389]: cluster 2024-03-10T01:57:22.293532+0000 mon.a (mon.0) 87 : cluster [DBG] mgrmap e12: a(active, since 2s) 2024-03-10T01:57:23.987 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2024-03-10T01:57:23.987 INFO:teuthology.orchestra.run.smithi033.stdout:Creating initial admin user... 2024-03-10T01:57:24.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:24 smithi033 bash[21389]: audit 2024-03-10T01:57:23.189555+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-10T01:57:24.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:24 smithi033 bash[21389]: audit 2024-03-10T01:57:23.348635+0000 mon.a (mon.0) 88 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:57:24.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:24 smithi033 bash[21389]: audit 2024-03-10T01:57:23.354491+0000 mon.a (mon.0) 89 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:57:26.225 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$Vc7tQU3aGUci37VBg8N8suE35/t0sHVE8TBpXUy3i4mKiJ3Bsn1Mu", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1710035845, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-03-10T01:57:26.225 INFO:teuthology.orchestra.run.smithi033.stdout:Fetching dashboard port number... 2024-03-10T01:57:26.922 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:26 smithi033 bash[21389]: audit 2024-03-10T01:57:25.294986+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-10T01:57:26.922 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:26 smithi033 bash[21389]: audit 2024-03-10T01:57:25.596686+0000 mon.a (mon.0) 90 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:57:27.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:27 smithi033 bash[21389]: cluster 2024-03-10T01:57:26.600941+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e13: a(active, since 6s) 2024-03-10T01:57:27.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:27 smithi033 bash[21389]: audit 2024-03-10T01:57:26.960865+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:57:27.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:27 smithi033 bash[21389]: audit 2024-03-10T01:57:26.961669+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi033", "name": "osd_memory_target"}]: dispatch 2024-03-10T01:57:27.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:27 smithi033 bash[21389]: audit 2024-03-10T01:57:26.965809+0000 mon.a (mon.0) 94 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:57:27.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:27 smithi033 bash[21389]: audit 2024-03-10T01:57:26.967427+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi033", "caps": []}]: dispatch 2024-03-10T01:57:27.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:27 smithi033 bash[21389]: audit 2024-03-10T01:57:26.968689+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi033", "caps": []}]': finished 2024-03-10T01:57:27.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:27 smithi033 bash[21389]: audit 2024-03-10T01:57:27.486648+0000 mon.a (mon.0) 97 : audit [DBG] from='client.? 172.21.15.33:0/1645115198' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-03-10T01:57:28.103 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stdout 8443 2024-03-10T01:57:28.103 INFO:teuthology.orchestra.run.smithi033.stdout:firewalld does not appear to be present 2024-03-10T01:57:28.103 INFO:teuthology.orchestra.run.smithi033.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2024-03-10T01:57:28.104 INFO:teuthology.orchestra.run.smithi033.stdout:Ceph Dashboard is now available at: 2024-03-10T01:57:28.104 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-03-10T01:57:28.104 INFO:teuthology.orchestra.run.smithi033.stdout: URL: https://smithi033.front.sepia.ceph.com:8443/ 2024-03-10T01:57:28.104 INFO:teuthology.orchestra.run.smithi033.stdout: User: admin 2024-03-10T01:57:28.105 INFO:teuthology.orchestra.run.smithi033.stdout: Password: zqdrww0cxo 2024-03-10T01:57:28.105 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-03-10T01:57:28.105 INFO:teuthology.orchestra.run.smithi033.stdout:Saving cluster configuration to /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config directory 2024-03-10T01:57:28.105 INFO:teuthology.orchestra.run.smithi033.stdout:Enabling autotune for osd_memory_target 2024-03-10T01:57:29.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:28 smithi033 bash[21389]: cephadm 2024-03-10T01:57:27.946799+0000 mgr.a (mgr.14152) 9 : cephadm [INF] Deploying daemon agent.smithi033 on smithi033 2024-03-10T01:57:31.958 INFO:teuthology.orchestra.run.smithi033.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2024-03-10T01:57:31.958 INFO:teuthology.orchestra.run.smithi033.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-03-10T01:57:31.958 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-03-10T01:57:31.958 INFO:teuthology.orchestra.run.smithi033.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-03-10T01:57:31.958 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-03-10T01:57:31.958 INFO:teuthology.orchestra.run.smithi033.stdout:Or, if you are only running a single cluster on this host: 2024-03-10T01:57:31.958 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-03-10T01:57:31.958 INFO:teuthology.orchestra.run.smithi033.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2024-03-10T01:57:31.959 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-03-10T01:57:31.959 INFO:teuthology.orchestra.run.smithi033.stdout:Please consider enabling telemetry to help improve Ceph: 2024-03-10T01:57:31.959 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-03-10T01:57:31.959 INFO:teuthology.orchestra.run.smithi033.stdout: ceph telemetry on 2024-03-10T01:57:31.959 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-03-10T01:57:31.959 INFO:teuthology.orchestra.run.smithi033.stdout:For more information see: 2024-03-10T01:57:31.959 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-03-10T01:57:31.959 INFO:teuthology.orchestra.run.smithi033.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2024-03-10T01:57:31.959 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-03-10T01:57:31.959 INFO:teuthology.orchestra.run.smithi033.stdout:Bootstrap complete. 2024-03-10T01:57:32.019 INFO:tasks.cephadm:Fetching config... 2024-03-10T01:57:32.019 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-03-10T01:57:32.019 DEBUG:teuthology.orchestra.run.smithi033:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-03-10T01:57:32.025 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-03-10T01:57:32.026 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-03-10T01:57:32.026 DEBUG:teuthology.orchestra.run.smithi033:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-03-10T01:57:32.073 INFO:tasks.cephadm:Fetching mon keyring... 2024-03-10T01:57:32.073 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-03-10T01:57:32.074 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd if=/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.a/keyring of=/dev/stdout 2024-03-10T01:57:32.131 INFO:tasks.cephadm:Fetching pub ssh key... 2024-03-10T01:57:32.132 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-03-10T01:57:32.132 DEBUG:teuthology.orchestra.run.smithi033:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-03-10T01:57:32.176 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-03-10T01:57:32.177 DEBUG:teuthology.orchestra.run.smithi033:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqZLNrHPfDsXlP0DMvUkTYOgBeCh0ZNWHsszpeU9O6WuN4PJ48cnS8uo42TBUwXPmkIyUg3RBRbGOfIONo3FHxtyV4grx5hub5YYo9tka1AG9io081AVmYT0kphDm7Olthr42EQGKaYngg97xCvlxkTJIGR4uv3x498AEgIYp5mbMObfDFLG0cM2RNXB3RaYjZXCmMSBk9+nyHofEQbYiegF8HmSkI41RpIELbb5xQQKf2akAI2Z+75ZAu6qUL3wdiM4wpQCnX+EaJWxTfFnoIqsW3UpWNrtZX8kYB/yXDExtSwCeapUs64LY5HWvoCCsL8wJB+PDKKT3//HWgQy2r9CEc/Sqrzhx/Hl9Scr0CJ48y0be3HvkYElU0Jt9pfc643yYwm5kwQf5vr9eG+ImTk8knfyuRZTefHT3Pxu5B+nGUdXCXyPfYK+0yrkq7K+QXB4uRdebfjBprT3zmwxX8Bs8wwIdg25mwtWZogzY5E2AZoWpnUjNbVPwvoYLFIRs= ceph-1bb78214-de81-11ee-95c7-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-10T01:57:32.237 INFO:teuthology.orchestra.run.smithi033.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqZLNrHPfDsXlP0DMvUkTYOgBeCh0ZNWHsszpeU9O6WuN4PJ48cnS8uo42TBUwXPmkIyUg3RBRbGOfIONo3FHxtyV4grx5hub5YYo9tka1AG9io081AVmYT0kphDm7Olthr42EQGKaYngg97xCvlxkTJIGR4uv3x498AEgIYp5mbMObfDFLG0cM2RNXB3RaYjZXCmMSBk9+nyHofEQbYiegF8HmSkI41RpIELbb5xQQKf2akAI2Z+75ZAu6qUL3wdiM4wpQCnX+EaJWxTfFnoIqsW3UpWNrtZX8kYB/yXDExtSwCeapUs64LY5HWvoCCsL8wJB+PDKKT3//HWgQy2r9CEc/Sqrzhx/Hl9Scr0CJ48y0be3HvkYElU0Jt9pfc643yYwm5kwQf5vr9eG+ImTk8knfyuRZTefHT3Pxu5B+nGUdXCXyPfYK+0yrkq7K+QXB4uRdebfjBprT3zmwxX8Bs8wwIdg25mwtWZogzY5E2AZoWpnUjNbVPwvoYLFIRs= ceph-1bb78214-de81-11ee-95c7-87774f69a715 2024-03-10T01:57:32.244 DEBUG:teuthology.orchestra.run.smithi066:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqZLNrHPfDsXlP0DMvUkTYOgBeCh0ZNWHsszpeU9O6WuN4PJ48cnS8uo42TBUwXPmkIyUg3RBRbGOfIONo3FHxtyV4grx5hub5YYo9tka1AG9io081AVmYT0kphDm7Olthr42EQGKaYngg97xCvlxkTJIGR4uv3x498AEgIYp5mbMObfDFLG0cM2RNXB3RaYjZXCmMSBk9+nyHofEQbYiegF8HmSkI41RpIELbb5xQQKf2akAI2Z+75ZAu6qUL3wdiM4wpQCnX+EaJWxTfFnoIqsW3UpWNrtZX8kYB/yXDExtSwCeapUs64LY5HWvoCCsL8wJB+PDKKT3//HWgQy2r9CEc/Sqrzhx/Hl9Scr0CJ48y0be3HvkYElU0Jt9pfc643yYwm5kwQf5vr9eG+ImTk8knfyuRZTefHT3Pxu5B+nGUdXCXyPfYK+0yrkq7K+QXB4uRdebfjBprT3zmwxX8Bs8wwIdg25mwtWZogzY5E2AZoWpnUjNbVPwvoYLFIRs= ceph-1bb78214-de81-11ee-95c7-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-10T01:57:32.261 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:32 smithi033 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T01:57:32.262 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:57:32 smithi033 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T01:57:32.268 INFO:teuthology.orchestra.run.smithi066.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqZLNrHPfDsXlP0DMvUkTYOgBeCh0ZNWHsszpeU9O6WuN4PJ48cnS8uo42TBUwXPmkIyUg3RBRbGOfIONo3FHxtyV4grx5hub5YYo9tka1AG9io081AVmYT0kphDm7Olthr42EQGKaYngg97xCvlxkTJIGR4uv3x498AEgIYp5mbMObfDFLG0cM2RNXB3RaYjZXCmMSBk9+nyHofEQbYiegF8HmSkI41RpIELbb5xQQKf2akAI2Z+75ZAu6qUL3wdiM4wpQCnX+EaJWxTfFnoIqsW3UpWNrtZX8kYB/yXDExtSwCeapUs64LY5HWvoCCsL8wJB+PDKKT3//HWgQy2r9CEc/Sqrzhx/Hl9Scr0CJ48y0be3HvkYElU0Jt9pfc643yYwm5kwQf5vr9eG+ImTk8knfyuRZTefHT3Pxu5B+nGUdXCXyPfYK+0yrkq7K+QXB4uRdebfjBprT3zmwxX8Bs8wwIdg25mwtWZogzY5E2AZoWpnUjNbVPwvoYLFIRs= ceph-1bb78214-de81-11ee-95c7-87774f69a715 2024-03-10T01:57:32.279 DEBUG:teuthology.orchestra.run.smithi160:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqZLNrHPfDsXlP0DMvUkTYOgBeCh0ZNWHsszpeU9O6WuN4PJ48cnS8uo42TBUwXPmkIyUg3RBRbGOfIONo3FHxtyV4grx5hub5YYo9tka1AG9io081AVmYT0kphDm7Olthr42EQGKaYngg97xCvlxkTJIGR4uv3x498AEgIYp5mbMObfDFLG0cM2RNXB3RaYjZXCmMSBk9+nyHofEQbYiegF8HmSkI41RpIELbb5xQQKf2akAI2Z+75ZAu6qUL3wdiM4wpQCnX+EaJWxTfFnoIqsW3UpWNrtZX8kYB/yXDExtSwCeapUs64LY5HWvoCCsL8wJB+PDKKT3//HWgQy2r9CEc/Sqrzhx/Hl9Scr0CJ48y0be3HvkYElU0Jt9pfc643yYwm5kwQf5vr9eG+ImTk8knfyuRZTefHT3Pxu5B+nGUdXCXyPfYK+0yrkq7K+QXB4uRdebfjBprT3zmwxX8Bs8wwIdg25mwtWZogzY5E2AZoWpnUjNbVPwvoYLFIRs= ceph-1bb78214-de81-11ee-95c7-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-03-10T01:57:32.303 INFO:teuthology.orchestra.run.smithi160.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqZLNrHPfDsXlP0DMvUkTYOgBeCh0ZNWHsszpeU9O6WuN4PJ48cnS8uo42TBUwXPmkIyUg3RBRbGOfIONo3FHxtyV4grx5hub5YYo9tka1AG9io081AVmYT0kphDm7Olthr42EQGKaYngg97xCvlxkTJIGR4uv3x498AEgIYp5mbMObfDFLG0cM2RNXB3RaYjZXCmMSBk9+nyHofEQbYiegF8HmSkI41RpIELbb5xQQKf2akAI2Z+75ZAu6qUL3wdiM4wpQCnX+EaJWxTfFnoIqsW3UpWNrtZX8kYB/yXDExtSwCeapUs64LY5HWvoCCsL8wJB+PDKKT3//HWgQy2r9CEc/Sqrzhx/Hl9Scr0CJ48y0be3HvkYElU0Jt9pfc643yYwm5kwQf5vr9eG+ImTk8knfyuRZTefHT3Pxu5B+nGUdXCXyPfYK+0yrkq7K+QXB4uRdebfjBprT3zmwxX8Bs8wwIdg25mwtWZogzY5E2AZoWpnUjNbVPwvoYLFIRs= ceph-1bb78214-de81-11ee-95c7-87774f69a715 2024-03-10T01:57:32.313 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-03-10T01:57:32.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:32 smithi033 bash[21389]: audit 2024-03-10T01:57:31.399128+0000 mon.a (mon.0) 98 : audit [INF] from='client.? 172.21.15.33:0/666765815' entity='client.admin' 2024-03-10T01:57:32.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:32 smithi033 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T01:57:32.597 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:57:32 smithi033 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T01:57:33.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:33 smithi033 bash[21389]: audit 2024-03-10T01:57:32.532716+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:57:33.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:33 smithi033 bash[21389]: audit 2024-03-10T01:57:32.575331+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:57:33.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:33 smithi033 bash[21389]: audit 2024-03-10T01:57:32.580293+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:57:33.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:33 smithi033 bash[21389]: audit 2024-03-10T01:57:32.597024+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:57:33.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:33 smithi033 bash[21389]: audit 2024-03-10T01:57:32.603078+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:57:33.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:33 smithi033 bash[21389]: audit 2024-03-10T01:57:32.607424+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:57:33.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:33 smithi033 bash[21389]: audit 2024-03-10T01:57:32.612122+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:57:33.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:33 smithi033 bash[21389]: audit 2024-03-10T01:57:32.616034+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:57:33.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:33 smithi033 bash[21389]: audit 2024-03-10T01:57:32.624075+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:57:33.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:33 smithi033 bash[21389]: audit 2024-03-10T01:57:32.641976+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:57:33.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:33 smithi033 bash[21389]: audit 2024-03-10T01:57:32.646558+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:57:33.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:33 smithi033 bash[21389]: audit 2024-03-10T01:57:32.987437+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:57:36.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:36 smithi033 bash[21389]: audit 2024-03-10T01:57:35.310233+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:57:37.017 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T01:57:38.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:38 smithi033 bash[21389]: audit 2024-03-10T01:57:37.403645+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:57:38.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:38 smithi033 bash[21389]: audit 2024-03-10T01:57:37.407095+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:57:40.425 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-03-10T01:57:40.426 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-03-10T01:57:41.058 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:40 smithi033 bash[21389]: audit 2024-03-10T01:57:39.744694+0000 mon.a (mon.0) 114 : audit [INF] from='client.? 172.21.15.33:0/1364213032' entity='client.admin' 2024-03-10T01:57:41.058 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:40 smithi033 bash[21389]: audit 2024-03-10T01:57:39.796612+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:57:41.058 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:40 smithi033 bash[21389]: audit 2024-03-10T01:57:39.800881+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:57:42.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:41 smithi033 bash[21389]: cluster 2024-03-10T01:57:40.219146+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-10T01:57:44.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:43 smithi033 bash[21389]: cluster 2024-03-10T01:57:42.219547+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-10T01:57:45.177 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T01:57:46.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:45 smithi033 bash[21389]: cluster 2024-03-10T01:57:44.219965+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-10T01:57:46.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:45 smithi033 bash[21389]: audit 2024-03-10T01:57:44.917195+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:57:46.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:45 smithi033 bash[21389]: audit 2024-03-10T01:57:44.926993+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:57:48.019 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:47 smithi033 bash[21389]: cluster 2024-03-10T01:57:46.220382+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-10T01:57:48.019 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:47 smithi033 bash[21389]: audit 2024-03-10T01:57:47.732869+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:57:48.019 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:47 smithi033 bash[21389]: audit 2024-03-10T01:57:47.751445+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:57:48.019 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:47 smithi033 bash[21389]: audit 2024-03-10T01:57:47.753489+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:57:48.020 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:47 smithi033 bash[21389]: audit 2024-03-10T01:57:47.754260+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:57:48.479 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi066 2024-03-10T01:57:48.479 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-10T01:57:48.479 DEBUG:teuthology.orchestra.run.smithi066:> dd of=/etc/ceph/ceph.conf 2024-03-10T01:57:48.485 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-10T01:57:48.486 DEBUG:teuthology.orchestra.run.smithi066:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-10T01:57:48.532 INFO:tasks.cephadm:Adding host smithi066 to orchestrator... 2024-03-10T01:57:48.533 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph orch host add smithi066 2024-03-10T01:57:49.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:48 smithi033 bash[21389]: audit 2024-03-10T01:57:47.729397+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-10T01:57:49.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:48 smithi033 bash[21389]: cephadm 2024-03-10T01:57:47.755446+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-03-10T01:57:49.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:48 smithi033 bash[21389]: audit 2024-03-10T01:57:48.520807+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:57:49.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:48 smithi033 bash[21389]: audit 2024-03-10T01:57:48.526701+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:57:49.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:48 smithi033 bash[21389]: audit 2024-03-10T01:57:48.532459+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:57:50.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:49 smithi033 bash[21389]: cephadm 2024-03-10T01:57:47.870014+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi033:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T01:57:50.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:49 smithi033 bash[21389]: cephadm 2024-03-10T01:57:47.984747+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.client.admin.keyring 2024-03-10T01:57:50.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:49 smithi033 bash[21389]: cluster 2024-03-10T01:57:48.220742+0000 mgr.a (mgr.14152) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:57:50.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:49 smithi033 bash[21389]: cephadm 2024-03-10T01:57:48.300328+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi033:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-10T01:57:52.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:51 smithi033 bash[21389]: cluster 2024-03-10T01:57:50.221239+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-10T01:57:53.245 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T01:57:54.109 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:53 smithi033 bash[21389]: cluster 2024-03-10T01:57:52.221677+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-10T01:57:55.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:55 smithi033 bash[21389]: cluster 2024-03-10T01:57:54.222133+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-10T01:57:58.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:57 smithi033 bash[21389]: cluster 2024-03-10T01:57:56.222504+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-10T01:57:58.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:57 smithi033 bash[21389]: audit 2024-03-10T01:57:56.755224+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:57:58.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:57 smithi033 bash[21389]: audit 2024-03-10T01:57:56.758766+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:57:58.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:57 smithi033 bash[21389]: audit 2024-03-10T01:57:56.762938+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:57:59.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:58 smithi033 bash[21389]: audit 2024-03-10T01:57:57.058317+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi066", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T01:57:59.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:58 smithi033 bash[21389]: cephadm 2024-03-10T01:57:57.710883+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi066 2024-03-10T01:58:00.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:57:59 smithi033 bash[21389]: cluster 2024-03-10T01:57:58.222933+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-10T01:58:02.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:01 smithi033 bash[21389]: cluster 2024-03-10T01:58:00.223322+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-10T01:58:03.004 INFO:teuthology.orchestra.run.smithi033.stdout:Added host 'smithi066' with addr '172.21.15.66' 2024-03-10T01:58:03.663 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph orch host ls --format=json 2024-03-10T01:58:04.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:03 smithi033 bash[21389]: cluster 2024-03-10T01:58:02.223692+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-10T01:58:04.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:03 smithi033 bash[21389]: audit 2024-03-10T01:58:03.004350+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:04.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:03 smithi033 bash[21389]: audit 2024-03-10T01:58:03.024395+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:58:04.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:03 smithi033 bash[21389]: audit 2024-03-10T01:58:03.498979+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:05.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:04 smithi033 bash[21389]: cephadm 2024-03-10T01:58:03.005257+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi066 2024-03-10T01:58:06.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:05 smithi033 bash[21389]: cluster 2024-03-10T01:58:04.224099+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-10T01:58:06.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:05 smithi033 bash[21389]: audit 2024-03-10T01:58:05.024716+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:06.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:05 smithi033 bash[21389]: audit 2024-03-10T01:58:05.031031+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:06.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:05 smithi033 bash[21389]: audit 2024-03-10T01:58:05.032498+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi066", "name": "osd_memory_target"}]: dispatch 2024-03-10T01:58:06.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:05 smithi033 bash[21389]: audit 2024-03-10T01:58:05.034645+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:58:06.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:05 smithi033 bash[21389]: audit 2024-03-10T01:58:05.036465+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:58:07.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:06 smithi033 bash[21389]: cephadm 2024-03-10T01:58:05.039136+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi066:/etc/ceph/ceph.conf 2024-03-10T01:58:07.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:06 smithi033 bash[21389]: cephadm 2024-03-10T01:58:05.254717+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi066:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T01:58:07.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:06 smithi033 bash[21389]: cephadm 2024-03-10T01:58:05.470720+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi066:/etc/ceph/ceph.client.admin.keyring 2024-03-10T01:58:07.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:06 smithi033 bash[21389]: cephadm 2024-03-10T01:58:05.635345+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi066:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-10T01:58:07.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:06 smithi033 bash[21389]: audit 2024-03-10T01:58:05.804642+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:07.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:06 smithi033 bash[21389]: audit 2024-03-10T01:58:05.811067+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:07.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:06 smithi033 bash[21389]: audit 2024-03-10T01:58:05.814657+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi066", "caps": []}]: dispatch 2024-03-10T01:58:07.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:06 smithi033 bash[21389]: audit 2024-03-10T01:58:05.815972+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi066", "caps": []}]': finished 2024-03-10T01:58:08.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:07 smithi033 bash[21389]: cluster 2024-03-10T01:58:06.224492+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-10T01:58:08.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:07 smithi033 bash[21389]: cephadm 2024-03-10T01:58:06.754708+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi066 on smithi066 2024-03-10T01:58:08.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:07 smithi033 bash[21389]: audit 2024-03-10T01:58:07.707178+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:08.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:07 smithi033 bash[21389]: audit 2024-03-10T01:58:07.737431+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:08.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:07 smithi033 bash[21389]: audit 2024-03-10T01:58:07.746101+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:08.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:07 smithi033 bash[21389]: audit 2024-03-10T01:58:07.813640+0000 mon.a (mon.0) 144 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:58:08.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:07 smithi033 bash[21389]: audit 2024-03-10T01:58:07.817930+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:58:08.386 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T01:58:09.083 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:08 smithi033 bash[21389]: audit 2024-03-10T01:58:07.819226+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:58:09.083 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:08 smithi033 bash[21389]: audit 2024-03-10T01:58:07.831260+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:09.083 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:08 smithi033 bash[21389]: audit 2024-03-10T01:58:07.899785+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:58:09.083 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:08 smithi033 bash[21389]: audit 2024-03-10T01:58:07.904187+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:58:09.083 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:08 smithi033 bash[21389]: audit 2024-03-10T01:58:07.905773+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:58:09.083 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:08 smithi033 bash[21389]: audit 2024-03-10T01:58:07.915504+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:09.083 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:08 smithi033 bash[21389]: audit 2024-03-10T01:58:08.175599+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:10.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:09 smithi033 bash[21389]: cluster 2024-03-10T01:58:08.224900+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-10T01:58:10.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:09 smithi033 bash[21389]: audit 2024-03-10T01:58:09.228067+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:10.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:09 smithi033 bash[21389]: audit 2024-03-10T01:58:09.234428+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:11.153 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-03-10T01:58:11.154 INFO:teuthology.orchestra.run.smithi033.stdout:[{"addr": "172.21.15.33", "hostname": "smithi033", "labels": [], "status": ""}, {"addr": "172.21.15.66", "hostname": "smithi066", "labels": [], "status": ""}] 2024-03-10T01:58:11.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:11 smithi033 bash[21389]: cluster 2024-03-10T01:58:10.225313+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-10T01:58:11.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:11 smithi033 bash[21389]: audit 2024-03-10T01:58:10.320636+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:12.118 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi160 2024-03-10T01:58:12.118 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-03-10T01:58:12.118 DEBUG:teuthology.orchestra.run.smithi160:> dd of=/etc/ceph/ceph.conf 2024-03-10T01:58:12.124 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-03-10T01:58:12.125 DEBUG:teuthology.orchestra.run.smithi160:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-10T01:58:12.173 INFO:tasks.cephadm:Adding host smithi160 to orchestrator... 2024-03-10T01:58:12.173 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph orch host add smithi160 2024-03-10T01:58:12.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:12 smithi033 bash[21389]: audit 2024-03-10T01:58:11.155034+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-10T01:58:13.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:13 smithi033 bash[21389]: cluster 2024-03-10T01:58:12.225667+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-10T01:58:15.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:15 smithi033 bash[21389]: cluster 2024-03-10T01:58:14.226059+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-10T01:58:16.886 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T01:58:17.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:17 smithi033 bash[21389]: cluster 2024-03-10T01:58:16.226495+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-10T01:58:17.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:17 smithi033 bash[21389]: audit 2024-03-10T01:58:16.907080+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:17.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:17 smithi033 bash[21389]: audit 2024-03-10T01:58:16.913336+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:17.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:17 smithi033 bash[21389]: audit 2024-03-10T01:58:16.917005+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:19.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:19 smithi033 bash[21389]: cluster 2024-03-10T01:58:18.227026+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-10T01:58:20.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:20 smithi033 bash[21389]: audit 2024-03-10T01:58:19.563898+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi160", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T01:58:21.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:21 smithi033 bash[21389]: cluster 2024-03-10T01:58:20.227532+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-10T01:58:21.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:21 smithi033 bash[21389]: cephadm 2024-03-10T01:58:20.402258+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi160 2024-03-10T01:58:23.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:23 smithi033 bash[21389]: audit 2024-03-10T01:58:22.036515+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:23.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:23 smithi033 bash[21389]: audit 2024-03-10T01:58:22.047428+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:23.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:23 smithi033 bash[21389]: cluster 2024-03-10T01:58:22.227898+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-10T01:58:25.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:25 smithi033 bash[21389]: cluster 2024-03-10T01:58:24.228261+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-10T01:58:25.749 INFO:teuthology.orchestra.run.smithi033.stdout:Added host 'smithi160' with addr '172.21.15.160' 2024-03-10T01:58:26.429 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph orch host ls --format=json 2024-03-10T01:58:27.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:26 smithi033 bash[21389]: audit 2024-03-10T01:58:25.749651+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:27.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:26 smithi033 bash[21389]: cephadm 2024-03-10T01:58:25.750494+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi160 2024-03-10T01:58:27.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:26 smithi033 bash[21389]: audit 2024-03-10T01:58:25.773986+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:58:27.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:26 smithi033 bash[21389]: audit 2024-03-10T01:58:26.201562+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:28.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:27 smithi033 bash[21389]: cluster 2024-03-10T01:58:26.228643+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-10T01:58:28.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:27 smithi033 bash[21389]: audit 2024-03-10T01:58:27.677909+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:28.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:27 smithi033 bash[21389]: audit 2024-03-10T01:58:27.684345+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:28.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:27 smithi033 bash[21389]: audit 2024-03-10T01:58:27.685858+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2024-03-10T01:58:28.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:27 smithi033 bash[21389]: audit 2024-03-10T01:58:27.688251+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:58:28.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:27 smithi033 bash[21389]: audit 2024-03-10T01:58:27.690345+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:58:29.012 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:28 smithi033 bash[21389]: cephadm 2024-03-10T01:58:27.693474+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-03-10T01:58:29.013 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:28 smithi033 bash[21389]: audit 2024-03-10T01:58:28.459017+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:29.013 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:28 smithi033 bash[21389]: audit 2024-03-10T01:58:28.464934+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:29.013 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:28 smithi033 bash[21389]: audit 2024-03-10T01:58:28.468363+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]: dispatch 2024-03-10T01:58:29.013 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:28 smithi033 bash[21389]: audit 2024-03-10T01:58:28.470046+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]': finished 2024-03-10T01:58:30.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:29 smithi033 bash[21389]: cephadm 2024-03-10T01:58:27.909011+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi160:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T01:58:30.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:29 smithi033 bash[21389]: cephadm 2024-03-10T01:58:28.125473+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-03-10T01:58:30.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:29 smithi033 bash[21389]: cluster 2024-03-10T01:58:28.229013+0000 mgr.a (mgr.14152) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:58:30.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:29 smithi033 bash[21389]: cephadm 2024-03-10T01:58:28.290661+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi160:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-10T01:58:30.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:29 smithi033 bash[21389]: audit 2024-03-10T01:58:28.817566+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:30.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:29 smithi033 bash[21389]: audit 2024-03-10T01:58:28.823008+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:30.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:29 smithi033 bash[21389]: audit 2024-03-10T01:58:28.829558+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:31.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:30 smithi033 bash[21389]: cephadm 2024-03-10T01:58:29.194331+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi160 on smithi160 2024-03-10T01:58:31.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:30 smithi033 bash[21389]: audit 2024-03-10T01:58:30.295075+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:31.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:30 smithi033 bash[21389]: audit 2024-03-10T01:58:30.317768+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:31.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:30 smithi033 bash[21389]: audit 2024-03-10T01:58:30.324420+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:31.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:30 smithi033 bash[21389]: audit 2024-03-10T01:58:30.329291+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:31.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:30 smithi033 bash[21389]: audit 2024-03-10T01:58:30.422326+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:58:31.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:30 smithi033 bash[21389]: audit 2024-03-10T01:58:30.425588+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:58:31.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:30 smithi033 bash[21389]: audit 2024-03-10T01:58:30.426407+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:58:31.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:30 smithi033 bash[21389]: audit 2024-03-10T01:58:30.431438+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:31.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:30 smithi033 bash[21389]: audit 2024-03-10T01:58:30.513772+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:58:31.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:30 smithi033 bash[21389]: audit 2024-03-10T01:58:30.516204+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:58:31.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:30 smithi033 bash[21389]: audit 2024-03-10T01:58:30.517026+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:58:31.099 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:30 smithi033 bash[21389]: audit 2024-03-10T01:58:30.523655+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:31.099 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:30 smithi033 bash[21389]: audit 2024-03-10T01:58:30.792599+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:32.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:31 smithi033 bash[21389]: cluster 2024-03-10T01:58:30.229403+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:58:32.338 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T01:58:33.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:32 smithi033 bash[21389]: audit 2024-03-10T01:58:31.847728+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:33.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:32 smithi033 bash[21389]: audit 2024-03-10T01:58:31.858200+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:34.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:33 smithi033 bash[21389]: cluster 2024-03-10T01:58:32.229827+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-10T01:58:34.857 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-03-10T01:58:34.857 INFO:teuthology.orchestra.run.smithi033.stdout:[{"addr": "172.21.15.33", "hostname": "smithi033", "labels": [], "status": ""}, {"addr": "172.21.15.66", "hostname": "smithi066", "labels": [], "status": ""}, {"addr": "172.21.15.160", "hostname": "smithi160", "labels": [], "status": ""}] 2024-03-10T01:58:35.435 INFO:tasks.cephadm:Setting crush tunables to default 2024-03-10T01:58:35.435 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph osd crush tunables default 2024-03-10T01:58:36.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:35 smithi033 bash[21389]: cluster 2024-03-10T01:58:34.230236+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-10T01:58:37.129 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:36 smithi033 bash[21389]: audit 2024-03-10T01:58:34.857699+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-10T01:58:38.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:37 smithi033 bash[21389]: cluster 2024-03-10T01:58:36.230758+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-10T01:58:38.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:37 smithi033 bash[21389]: audit 2024-03-10T01:58:37.111546+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:38.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:37 smithi033 bash[21389]: audit 2024-03-10T01:58:37.119982+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:38.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:37 smithi033 bash[21389]: audit 2024-03-10T01:58:37.128301+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:39.908 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T01:58:40.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:39 smithi033 bash[21389]: cluster 2024-03-10T01:58:38.231247+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-10T01:58:42.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:41 smithi033 bash[21389]: cluster 2024-03-10T01:58:40.231651+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-10T01:58:42.869 INFO:teuthology.orchestra.run.smithi033.stderr:adjusted tunables profile to default 2024-03-10T01:58:43.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:42 smithi033 bash[21389]: cluster 2024-03-10T01:58:42.231959+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-10T01:58:43.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:42 smithi033 bash[21389]: audit 2024-03-10T01:58:42.401216+0000 mon.a (mon.0) 194 : audit [INF] from='client.? 172.21.15.33:0/395984520' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-10T01:58:43.469 INFO:tasks.cephadm:Adding mon.a on smithi033 2024-03-10T01:58:43.470 INFO:tasks.cephadm:Adding mon.b on smithi066 2024-03-10T01:58:43.470 INFO:tasks.cephadm:Adding mon.c on smithi160 2024-03-10T01:58:43.470 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph orch apply mon '3;smithi033:172.21.15.33=a;smithi066:172.21.15.66=b;smithi160:172.21.15.160=c' 2024-03-10T01:58:44.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:43 smithi033 bash[21389]: audit 2024-03-10T01:58:42.865339+0000 mon.a (mon.0) 195 : audit [INF] from='client.? 172.21.15.33:0/395984520' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-10T01:58:44.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:43 smithi033 bash[21389]: cluster 2024-03-10T01:58:42.870945+0000 mon.a (mon.0) 196 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-10T01:58:45.374 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T01:58:45.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:45 smithi033 bash[21389]: cluster 2024-03-10T01:58:44.232347+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-10T01:58:45.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:45 smithi033 bash[21389]: audit 2024-03-10T01:58:44.580810+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:45.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:45 smithi033 bash[21389]: audit 2024-03-10T01:58:44.589259+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:47.762 INFO:teuthology.orchestra.run.smithi160.stdout:Scheduled mon update... 2024-03-10T01:58:47.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:47 smithi033 bash[21389]: cluster 2024-03-10T01:58:46.232757+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-10T01:58:48.518 DEBUG:teuthology.orchestra.run.smithi066:mon.b> sudo journalctl -f -n 0 -u ceph-1bb78214-de81-11ee-95c7-87774f69a715@mon.b.service 2024-03-10T01:58:48.521 DEBUG:teuthology.orchestra.run.smithi160:mon.c> sudo journalctl -f -n 0 -u ceph-1bb78214-de81-11ee-95c7-87774f69a715@mon.c.service 2024-03-10T01:58:48.523 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-10T01:58:48.523 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph mon dump -f json 2024-03-10T01:58:48.994 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:48 smithi033 bash[21389]: audit 2024-03-10T01:58:47.748520+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi033:172.21.15.33=a;smithi066:172.21.15.66=b;smithi160:172.21.15.160=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T01:58:48.994 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:48 smithi033 bash[21389]: cephadm 2024-03-10T01:58:47.754456+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi033:172.21.15.33=a;smithi066:172.21.15.66=b;smithi160:172.21.15.160=c;count:3 2024-03-10T01:58:48.994 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:48 smithi033 bash[21389]: audit 2024-03-10T01:58:47.762368+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:48.994 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:48 smithi033 bash[21389]: audit 2024-03-10T01:58:47.784631+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:58:48.994 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:48 smithi033 bash[21389]: audit 2024-03-10T01:58:47.790084+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:58:48.994 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:48 smithi033 bash[21389]: audit 2024-03-10T01:58:47.791923+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:58:48.995 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:48 smithi033 bash[21389]: audit 2024-03-10T01:58:47.803098+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:48.995 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:48 smithi033 bash[21389]: audit 2024-03-10T01:58:47.808520+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T01:58:48.995 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:48 smithi033 bash[21389]: audit 2024-03-10T01:58:47.810258+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:58:48.995 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:48 smithi033 bash[21389]: cephadm 2024-03-10T01:58:47.812281+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi160 2024-03-10T01:58:50.060 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:49 smithi033 bash[21389]: cluster 2024-03-10T01:58:48.233068+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-10T01:58:50.061 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:49 smithi033 bash[21389]: audit 2024-03-10T01:58:49.047130+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:50.061 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:49 smithi033 bash[21389]: audit 2024-03-10T01:58:49.055389+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:50.061 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:49 smithi033 bash[21389]: audit 2024-03-10T01:58:49.065683+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:50.065 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T01:58:52.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:51 smithi033 bash[21389]: cluster 2024-03-10T01:58:50.233434+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-10T01:58:54.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:53 smithi033 bash[21389]: cluster 2024-03-10T01:58:52.233940+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-10T01:58:54.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:53 smithi033 bash[21389]: audit 2024-03-10T01:58:52.823038+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:54.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:53 smithi033 bash[21389]: audit 2024-03-10T01:58:52.829516+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:54.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:53 smithi033 bash[21389]: audit 2024-03-10T01:58:52.845952+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:54.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:53 smithi033 bash[21389]: audit 2024-03-10T01:58:52.847491+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T01:58:54.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:53 smithi033 bash[21389]: audit 2024-03-10T01:58:52.849283+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:58:54.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:58:53 smithi033 bash[21389]: cephadm 2024-03-10T01:58:52.851397+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi066 2024-03-10T01:58:54.993 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:58:54 smithi160 bash[22106]: audit 2024-03-10T01:58:42.865339+0000 mon.a (mon.0) 195 : audit [INF] from='client.? 172.21.15.33:0/395984520' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-10T01:58:54.994 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:58:54 smithi160 bash[22106]: cluster 2024-03-10T01:58:42.870945+0000 mon.a (mon.0) 196 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-10T01:58:54.994 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:58:54 smithi160 bash[22106]: cluster 2024-03-10T01:58:44.232347+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-10T01:58:54.994 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:58:54 smithi160 bash[22106]: audit 2024-03-10T01:58:44.580810+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:55.146 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:58:54 smithi160 bash[22106]: audit 2024-03-10T01:58:44.589259+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:55.146 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:58:54 smithi160 bash[22106]: cluster 2024-03-10T01:58:46.232757+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-10T01:58:55.147 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:58:54 smithi160 bash[22106]: audit 2024-03-10T01:58:47.748520+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi033:172.21.15.33=a;smithi066:172.21.15.66=b;smithi160:172.21.15.160=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T01:58:55.147 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:58:54 smithi160 bash[22106]: cephadm 2024-03-10T01:58:47.754456+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi033:172.21.15.33=a;smithi066:172.21.15.66=b;smithi160:172.21.15.160=c;count:3 2024-03-10T01:58:55.147 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:58:54 smithi160 bash[22106]: audit 2024-03-10T01:58:47.762368+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:55.147 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:58:54 smithi160 bash[22106]: audit 2024-03-10T01:58:47.784631+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:58:55.147 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:58:54 smithi160 bash[22106]: audit 2024-03-10T01:58:47.790084+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:58:55.147 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:58:54 smithi160 bash[22106]: audit 2024-03-10T01:58:47.791923+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:58:55.147 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:58:54 smithi160 bash[22106]: audit 2024-03-10T01:58:47.803098+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:55.147 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:58:54 smithi160 bash[22106]: audit 2024-03-10T01:58:47.808520+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T01:58:55.147 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:58:54 smithi160 bash[22106]: audit 2024-03-10T01:58:47.810258+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:58:55.147 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:58:54 smithi160 bash[22106]: cephadm 2024-03-10T01:58:47.812281+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi160 2024-03-10T01:58:55.147 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:58:54 smithi160 bash[22106]: cluster 2024-03-10T01:58:48.233068+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-10T01:58:55.148 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:58:54 smithi160 bash[22106]: audit 2024-03-10T01:58:49.047130+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:55.148 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:58:54 smithi160 bash[22106]: audit 2024-03-10T01:58:49.055389+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:55.148 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:58:54 smithi160 bash[22106]: audit 2024-03-10T01:58:49.065683+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:55.148 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:58:54 smithi160 bash[22106]: cluster 2024-03-10T01:58:50.233434+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-10T01:58:55.148 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:58:54 smithi160 bash[22106]: cluster 2024-03-10T01:58:52.233940+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-10T01:58:55.148 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:58:54 smithi160 bash[22106]: audit 2024-03-10T01:58:52.823038+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:55.148 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:58:54 smithi160 bash[22106]: audit 2024-03-10T01:58:52.829516+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:55.148 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:58:54 smithi160 bash[22106]: audit 2024-03-10T01:58:52.845952+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:55.148 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:58:54 smithi160 bash[22106]: audit 2024-03-10T01:58:52.847491+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T01:58:55.148 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:58:54 smithi160 bash[22106]: audit 2024-03-10T01:58:52.849283+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:58:55.148 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:58:54 smithi160 bash[22106]: cephadm 2024-03-10T01:58:52.851397+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi066 2024-03-10T01:58:55.148 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:58:54 smithi160 bash[22106]: debug 2024-03-10T01:58:54.986+0000 7f16f4465700 1 mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-03-10T01:58:57.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 systemd[1]: Started Ceph mon.b for 1bb78214-de81-11ee-95c7-87774f69a715. 2024-03-10T01:58:58.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.808+0000 7f3b54268c80 0 set uid:gid to 167:167 (ceph:ceph) 2024-03-10T01:58:58.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.808+0000 7f3b54268c80 0 ceph version 19.0.0-1875-g831bc188 (831bc188fa69f143bbba69ac76119e784500e8e3) squid (dev), process ceph-mon, pid 7 2024-03-10T01:58:58.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.808+0000 7f3b54268c80 0 pidfile_write: ignore empty --pid-file 2024-03-10T01:58:58.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 0 load: jerasure load: lrc 2024-03-10T01:58:58.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: RocksDB version: 7.9.2 2024-03-10T01:58:58.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Git sha 0 2024-03-10T01:58:58.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Compile date 2024-03-06 01:10:31 2024-03-10T01:58:58.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: DB SUMMARY 2024-03-10T01:58:58.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: DB Session ID: JU4S2KNDTNFODHMLEQDC 2024-03-10T01:58:58.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: CURRENT file: CURRENT 2024-03-10T01:58:58.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: IDENTITY file: IDENTITY 2024-03-10T01:58:58.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2024-03-10T01:58:58.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2024-03-10T01:58:58.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2024-03-10T01:58:58.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.error_if_exists: 0 2024-03-10T01:58:58.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.create_if_missing: 0 2024-03-10T01:58:58.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.paranoid_checks: 1 2024-03-10T01:58:58.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.flush_verify_memtable_count: 1 2024-03-10T01:58:58.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.track_and_verify_wals_in_manifest: 0 2024-03-10T01:58:58.056 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2024-03-10T01:58:58.056 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.env: 0x55e49351ab20 2024-03-10T01:58:58.056 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.fs: PosixFileSystem 2024-03-10T01:58:58.056 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.info_log: 0x55e4951d5920 2024-03-10T01:58:58.056 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.max_file_opening_threads: 16 2024-03-10T01:58:58.056 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.statistics: (nil) 2024-03-10T01:58:58.056 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.use_fsync: 0 2024-03-10T01:58:58.056 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.max_log_file_size: 0 2024-03-10T01:58:58.057 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-03-10T01:58:58.057 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.log_file_time_to_roll: 0 2024-03-10T01:58:58.057 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.keep_log_file_num: 1000 2024-03-10T01:58:58.057 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.recycle_log_file_num: 0 2024-03-10T01:58:58.057 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.allow_fallocate: 1 2024-03-10T01:58:58.057 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.allow_mmap_reads: 0 2024-03-10T01:58:58.057 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.allow_mmap_writes: 0 2024-03-10T01:58:58.057 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.use_direct_reads: 0 2024-03-10T01:58:58.057 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-03-10T01:58:58.058 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.create_missing_column_families: 0 2024-03-10T01:58:58.058 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.db_log_dir: 2024-03-10T01:58:58.058 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.wal_dir: 2024-03-10T01:58:58.058 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.table_cache_numshardbits: 6 2024-03-10T01:58:58.058 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-03-10T01:58:58.058 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-03-10T01:58:58.058 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-03-10T01:58:58.058 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-03-10T01:58:58.058 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-03-10T01:58:58.058 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.advise_random_on_open: 1 2024-03-10T01:58:58.058 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.db_write_buffer_size: 0 2024-03-10T01:58:58.058 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.write_buffer_manager: 0x55e4951a9400 2024-03-10T01:58:58.059 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-03-10T01:58:58.059 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-03-10T01:58:58.059 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.use_adaptive_mutex: 0 2024-03-10T01:58:58.059 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.rate_limiter: (nil) 2024-03-10T01:58:58.059 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-03-10T01:58:58.059 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.wal_recovery_mode: 2 2024-03-10T01:58:58.059 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.enable_thread_tracking: 0 2024-03-10T01:58:58.059 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.enable_pipelined_write: 0 2024-03-10T01:58:58.059 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.unordered_write: 0 2024-03-10T01:58:58.059 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-03-10T01:58:58.059 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-03-10T01:58:58.059 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-03-10T01:58:58.059 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-03-10T01:58:58.060 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.row_cache: None 2024-03-10T01:58:58.060 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.wal_filter: None 2024-03-10T01:58:58.060 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-03-10T01:58:58.060 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.allow_ingest_behind: 0 2024-03-10T01:58:58.060 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.two_write_queues: 0 2024-03-10T01:58:58.060 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.manual_wal_flush: 0 2024-03-10T01:58:58.060 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.wal_compression: 0 2024-03-10T01:58:58.060 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.atomic_flush: 0 2024-03-10T01:58:58.060 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-03-10T01:58:58.060 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.persist_stats_to_disk: 0 2024-03-10T01:58:58.061 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-03-10T01:58:58.061 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.log_readahead_size: 0 2024-03-10T01:58:58.061 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.file_checksum_gen_factory: Unknown 2024-03-10T01:58:58.061 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.best_efforts_recovery: 0 2024-03-10T01:58:58.061 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.max_bgerror_resume_count: 2147483647 2024-03-10T01:58:58.061 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.bgerror_resume_retry_interval: 1000000 2024-03-10T01:58:58.061 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.allow_data_in_errors: 0 2024-03-10T01:58:58.061 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.db_host_id: __hostname__ 2024-03-10T01:58:58.061 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.enforce_single_del_contracts: true 2024-03-10T01:58:58.061 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.max_background_jobs: 2 2024-03-10T01:58:58.061 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.max_background_compactions: -1 2024-03-10T01:58:58.061 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.max_subcompactions: 1 2024-03-10T01:58:58.061 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-03-10T01:58:58.061 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-03-10T01:58:58.062 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.delayed_write_rate : 16777216 2024-03-10T01:58:58.062 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.max_total_wal_size: 0 2024-03-10T01:58:58.062 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-03-10T01:58:58.062 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.stats_dump_period_sec: 600 2024-03-10T01:58:58.062 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.stats_persist_period_sec: 600 2024-03-10T01:58:58.062 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-03-10T01:58:58.062 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.max_open_files: -1 2024-03-10T01:58:58.062 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.bytes_per_sync: 0 2024-03-10T01:58:58.062 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-03-10T01:58:58.062 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-03-10T01:58:58.062 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.compaction_readahead_size: 0 2024-03-10T01:58:58.062 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.max_background_flushes: -1 2024-03-10T01:58:58.062 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Compression algorithms supported: 2024-03-10T01:58:58.063 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-03-10T01:58:58.063 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: kZSTD supported: 0 2024-03-10T01:58:58.063 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: kXpressCompression supported: 0 2024-03-10T01:58:58.063 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: kLZ4HCCompression supported: 1 2024-03-10T01:58:58.063 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: kZlibCompression supported: 1 2024-03-10T01:58:58.063 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: kSnappyCompression supported: 1 2024-03-10T01:58:58.063 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: kLZ4Compression supported: 1 2024-03-10T01:58:58.063 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: kBZip2Compression supported: 0 2024-03-10T01:58:58.063 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-03-10T01:58:58.063 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: DMutex implementation: pthread_mutex_t 2024-03-10T01:58:58.063 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-03-10T01:58:58.063 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2024-03-10T01:58:58.065 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-03-10T01:58:58.065 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.merge_operator: 2024-03-10T01:58:58.065 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.compaction_filter: None 2024-03-10T01:58:58.066 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.compaction_filter_factory: None 2024-03-10T01:58:58.066 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.sst_partitioner_factory: None 2024-03-10T01:58:58.066 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-03-10T01:58:58.066 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.table_factory: BlockBasedTable 2024-03-10T01:58:58.066 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e4951d5a20) 2024-03-10T01:58:58.066 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cache_index_and_filter_blocks: 1 2024-03-10T01:58:58.066 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cache_index_and_filter_blocks_with_high_priority: 0 2024-03-10T01:58:58.066 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-03-10T01:58:58.066 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: pin_top_level_index_and_filter: 1 2024-03-10T01:58:58.066 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: index_type: 0 2024-03-10T01:58:58.067 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: data_block_index_type: 0 2024-03-10T01:58:58.067 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: index_shortening: 1 2024-03-10T01:58:58.067 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: data_block_hash_table_util_ratio: 0.750000 2024-03-10T01:58:58.067 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: checksum: 4 2024-03-10T01:58:58.067 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: no_block_cache: 0 2024-03-10T01:58:58.067 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: block_cache: 0x55e4951d9090 2024-03-10T01:58:58.067 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: block_cache_name: BinnedLRUCache 2024-03-10T01:58:58.067 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: block_cache_options: 2024-03-10T01:58:58.067 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: capacity : 536870912 2024-03-10T01:58:58.067 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: num_shard_bits : 4 2024-03-10T01:58:58.067 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: strict_capacity_limit : 0 2024-03-10T01:58:58.067 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: high_pri_pool_ratio: 0.000 2024-03-10T01:58:58.067 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: block_cache_compressed: (nil) 2024-03-10T01:58:58.067 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: persistent_cache: (nil) 2024-03-10T01:58:58.068 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: block_size: 4096 2024-03-10T01:58:58.068 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: block_size_deviation: 10 2024-03-10T01:58:58.068 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: block_restart_interval: 16 2024-03-10T01:58:58.068 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: index_block_restart_interval: 1 2024-03-10T01:58:58.068 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: metadata_block_size: 4096 2024-03-10T01:58:58.068 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: partition_filters: 0 2024-03-10T01:58:58.068 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: use_delta_encoding: 1 2024-03-10T01:58:58.068 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: filter_policy: bloomfilter 2024-03-10T01:58:58.068 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: whole_key_filtering: 1 2024-03-10T01:58:58.068 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: verify_compression: 0 2024-03-10T01:58:58.068 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: read_amp_bytes_per_bit: 0 2024-03-10T01:58:58.068 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: format_version: 5 2024-03-10T01:58:58.068 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: enable_index_compression: 1 2024-03-10T01:58:58.069 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: block_align: 0 2024-03-10T01:58:58.069 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: max_auto_readahead_size: 262144 2024-03-10T01:58:58.069 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: prepopulate_block_cache: 0 2024-03-10T01:58:58.069 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: initial_auto_readahead_size: 8192 2024-03-10T01:58:58.069 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: num_file_reads_for_auto_readahead: 2 2024-03-10T01:58:58.069 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.write_buffer_size: 33554432 2024-03-10T01:58:58.069 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.max_write_buffer_number: 2 2024-03-10T01:58:58.069 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.compression: NoCompression 2024-03-10T01:58:58.069 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.bottommost_compression: Disabled 2024-03-10T01:58:58.069 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.prefix_extractor: nullptr 2024-03-10T01:58:58.069 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-03-10T01:58:58.069 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.num_levels: 7 2024-03-10T01:58:58.069 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-03-10T01:58:58.069 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-03-10T01:58:58.070 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-03-10T01:58:58.070 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-03-10T01:58:58.070 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-03-10T01:58:58.070 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-03-10T01:58:58.070 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-03-10T01:58:58.070 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-03-10T01:58:58.070 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2024-03-10T01:58:58.070 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-03-10T01:58:58.070 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2024-03-10T01:58:58.070 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2024-03-10T01:58:58.070 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.compression_opts.window_bits: -14 2024-03-10T01:58:58.070 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.compression_opts.level: 32767 2024-03-10T01:58:58.070 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.compression_opts.strategy: 0 2024-03-10T01:58:58.070 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-03-10T01:58:58.071 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-03-10T01:58:58.071 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2024-03-10T01:58:58.071 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.compression_opts.parallel_threads: 1 2024-03-10T01:58:58.071 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.compression_opts.enabled: false 2024-03-10T01:58:58.071 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2024-03-10T01:58:58.071 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-03-10T01:58:58.071 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-03-10T01:58:58.071 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-03-10T01:58:58.071 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.target_file_size_base: 67108864 2024-03-10T01:58:58.071 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.target_file_size_multiplier: 1 2024-03-10T01:58:58.071 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-03-10T01:58:58.071 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-03-10T01:58:58.071 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-03-10T01:58:58.072 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-03-10T01:58:58.072 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-03-10T01:58:58.072 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-03-10T01:58:58.072 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-03-10T01:58:58.072 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-03-10T01:58:58.072 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-03-10T01:58:58.072 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-03-10T01:58:58.072 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-03-10T01:58:58.072 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-03-10T01:58:58.072 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2024-03-10T01:58:58.072 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.arena_block_size: 1048576 2024-03-10T01:58:58.072 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-03-10T01:58:58.072 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-03-10T01:58:58.072 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.disable_auto_compactions: 0 2024-03-10T01:58:58.073 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-03-10T01:58:58.073 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-03-10T01:58:58.073 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-03-10T01:58:58.073 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-03-10T01:58:58.073 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-03-10T01:58:58.073 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-03-10T01:58:58.073 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-03-10T01:58:58.073 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-03-10T01:58:58.073 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-03-10T01:58:58.073 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-03-10T01:58:58.073 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.table_properties_collectors: 2024-03-10T01:58:58.073 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.inplace_update_support: 0 2024-03-10T01:58:58.073 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-03-10T01:58:58.074 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-03-10T01:58:58.074 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-03-10T01:58:58.074 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.memtable_huge_page_size: 0 2024-03-10T01:58:58.074 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.bloom_locality: 0 2024-03-10T01:58:58.074 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.max_successive_merges: 0 2024-03-10T01:58:58.074 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-03-10T01:58:58.074 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.paranoid_file_checks: 0 2024-03-10T01:58:58.074 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.force_consistency_checks: 1 2024-03-10T01:58:58.074 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.report_bg_io_stats: 0 2024-03-10T01:58:58.074 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.ttl: 2592000 2024-03-10T01:58:58.074 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-03-10T01:58:58.074 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.preclude_last_level_data_seconds: 0 2024-03-10T01:58:58.074 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.preserve_internal_time_seconds: 0 2024-03-10T01:58:58.074 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.enable_blob_files: false 2024-03-10T01:58:58.075 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.min_blob_size: 0 2024-03-10T01:58:58.075 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.blob_file_size: 268435456 2024-03-10T01:58:58.075 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.blob_compression_type: NoCompression 2024-03-10T01:58:58.075 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.enable_blob_garbage_collection: false 2024-03-10T01:58:58.075 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2024-03-10T01:58:58.075 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2024-03-10T01:58:58.075 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.blob_compaction_readahead_size: 0 2024-03-10T01:58:58.075 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.blob_file_starting_level: 0 2024-03-10T01:58:58.075 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: Options.experimental_mempurge_threshold: 0.000000 2024-03-10T01:58:58.075 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 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-10T01:58:58.075 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2024-03-10T01:58:58.075 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: ba9c95fe-8f34-4391-9765-ddb0ea8d0510 2024-03-10T01:58:58.075 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710035937819822, "job": 1, "event": "recovery_started", "wal_files": [4]} 2024-03-10T01:58:58.076 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.812+0000 7f3b54268c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2024-03-10T01:58:58.076 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.816+0000 7f3b54268c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710035937820398, "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": 1710035937, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "ba9c95fe-8f34-4391-9765-ddb0ea8d0510", "db_session_id": "JU4S2KNDTNFODHMLEQDC", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2024-03-10T01:58:58.076 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.816+0000 7f3b54268c80 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1710035937820516, "job": 1, "event": "recovery_finished"} 2024-03-10T01:58:58.076 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.816+0000 7f3b54268c80 4 rocksdb: [db/version_set.cc:5047] Creating manifest 10 2024-03-10T01:58:58.076 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.816+0000 7f3b54268c80 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-10T01:58:58.076 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.816+0000 7f3b54268c80 4 rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55e4952d0000 2024-03-10T01:58:58.076 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.816+0000 7f3b54268c80 4 rocksdb: DB pointer 0x55e4952ba000 2024-03-10T01:58:58.076 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.816+0000 7f3b429d1700 4 rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2024-03-10T01:58:58.076 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.816+0000 7f3b54268c80 0 mon.b does not exist in monmap, will attempt to join an existing cluster 2024-03-10T01:58:58.076 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.816+0000 7f3b429d1700 4 rocksdb: [db/db_impl/db_impl.cc:1111] 2024-03-10T01:58:58.076 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: ** DB Stats ** 2024-03-10T01:58:58.076 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-10T01:58:58.076 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: 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-10T01:58:58.076 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-10T01:58:58.077 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-10T01:58:58.077 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: 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-10T01:58:58.077 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-03-10T01:58:58.077 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-03-10T01:58:58.077 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: ** Compaction Stats [default] ** 2024-03-10T01:58:58.077 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: 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-10T01:58:58.077 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2024-03-10T01:58:58.077 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: L0 1/0 1.58 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-10T01:58:58.077 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: Sum 1/0 1.58 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-10T01:58:58.077 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-10T01:58:58.077 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: ** Compaction Stats [default] ** 2024-03-10T01:58:58.077 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: 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-10T01:58:58.077 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-03-10T01:58:58.077 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.9 0.00 0.00 1 0.001 0 0 0.0 0.0 2024-03-10T01:58:58.078 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2024-03-10T01:58:58.078 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: Uptime(secs): 0.0 total, 0.0 interval 2024-03-10T01:58:58.078 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: Flush(GB): cumulative 0.000, interval 0.000 2024-03-10T01:58:58.078 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: AddFile(GB): cumulative 0.000, interval 0.000 2024-03-10T01:58:58.078 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: AddFile(Total Files): cumulative 0, interval 0 2024-03-10T01:58:58.078 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: AddFile(L0 Files): cumulative 0, interval 0 2024-03-10T01:58:58.078 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: AddFile(Keys): cumulative 0, interval 0 2024-03-10T01:58:58.078 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: Cumulative compaction: 0.00 GB write, 0.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-10T01:58:58.078 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: Interval compaction: 0.00 GB write, 0.42 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-03-10T01:58:58.078 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: 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-10T01:58:58.078 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: Block cache BinnedLRUCache@0x55e4951d9090#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.2e-05 secs_since: 0 2024-03-10T01:58:58.078 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: 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-10T01:58:58.079 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: ** File Read Latency Histogram By Level [default] ** 2024-03-10T01:58:58.079 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.816+0000 7f3b54268c80 0 using public_addr v2:172.21.15.66:0/0 -> [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] 2024-03-10T01:58:58.079 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.816+0000 7f3b54268c80 0 starting mon.b rank -1 at public addrs [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] at bind addrs [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 1bb78214-de81-11ee-95c7-87774f69a715 2024-03-10T01:58:58.079 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.820+0000 7f3b54268c80 1 mon.b@-1(???) e0 preinit fsid 1bb78214-de81-11ee-95c7-87774f69a715 2024-03-10T01:58:58.079 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.840+0000 7f3b459d7700 0 mon.b@-1(synchronizing).mds e1 new map 2024-03-10T01:58:58.079 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.840+0000 7f3b459d7700 0 mon.b@-1(synchronizing).mds e1 print_map 2024-03-10T01:58:58.079 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: e1 2024-03-10T01:58:58.079 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: enable_multiple, ever_enabled_multiple: 1,1 2024-03-10T01:58:58.079 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: 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-10T01:58:58.079 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: legacy client fscid: -1 2024-03-10T01:58:58.079 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: 2024-03-10T01:58:58.079 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: No filesystems configured 2024-03-10T01:58:58.079 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.840+0000 7f3b459d7700 1 mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-03-10T01:58:58.079 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.840+0000 7f3b459d7700 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-10T01:58:58.080 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.840+0000 7f3b459d7700 1 mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-03-10T01:58:58.080 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.840+0000 7f3b459d7700 1 mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-03-10T01:58:58.080 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.840+0000 7f3b459d7700 1 mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-03-10T01:58:58.080 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.840+0000 7f3b459d7700 1 mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-03-10T01:58:58.080 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.840+0000 7f3b459d7700 0 mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2024-03-10T01:58:58.080 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.840+0000 7f3b459d7700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-10T01:58:58.080 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.840+0000 7f3b459d7700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-10T01:58:58.080 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.840+0000 7f3b459d7700 0 mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2024-03-10T01:58:58.080 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:57:42.219547+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-10T01:58:58.080 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:57:44.219965+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-10T01:58:58.080 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:57:44.917195+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.080 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:57:44.926993+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.080 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:57:46.220382+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-10T01:58:58.081 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:57:47.732869+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.081 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:57:47.751445+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:58:58.081 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:57:47.753489+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:58:58.081 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:57:47.754260+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:58:58.081 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:57:47.729397+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-10T01:58:58.081 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cephadm 2024-03-10T01:57:47.755446+0000 mgr.a (mgr.14152) 15 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-03-10T01:58:58.081 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:57:48.520807+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.081 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:57:48.526701+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.081 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:57:48.532459+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.081 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cephadm 2024-03-10T01:57:47.870014+0000 mgr.a (mgr.14152) 16 : cephadm [INF] Updating smithi033:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T01:58:58.081 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cephadm 2024-03-10T01:57:47.984747+0000 mgr.a (mgr.14152) 17 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.client.admin.keyring 2024-03-10T01:58:58.081 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:57:48.220742+0000 mgr.a (mgr.14152) 18 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:58:58.081 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cephadm 2024-03-10T01:57:48.300328+0000 mgr.a (mgr.14152) 19 : cephadm [INF] Updating smithi033:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-10T01:58:58.081 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:57:50.221239+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-10T01:58:58.082 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:57:52.221677+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-10T01:58:58.082 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:57:54.222133+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-10T01:58:58.082 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:57:56.222504+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-10T01:58:58.082 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:57:56.755224+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.082 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:57:56.758766+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.082 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:57:56.762938+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.082 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:57:57.058317+0000 mgr.a (mgr.14152) 24 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi066", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T01:58:58.082 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cephadm 2024-03-10T01:57:57.710883+0000 mgr.a (mgr.14152) 25 : cephadm [INF] Deploying cephadm binary to smithi066 2024-03-10T01:58:58.082 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:57:58.222933+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-10T01:58:58.082 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:58:00.223322+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-10T01:58:58.082 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:58:02.223692+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-10T01:58:58.082 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:03.004350+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.083 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:03.024395+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:58:58.083 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:03.498979+0000 mon.a (mon.0) 131 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.083 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cephadm 2024-03-10T01:58:03.005257+0000 mgr.a (mgr.14152) 29 : cephadm [INF] Added host smithi066 2024-03-10T01:58:58.083 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:58:04.224099+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-10T01:58:58.083 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:05.024716+0000 mon.a (mon.0) 132 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.083 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:05.031031+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.083 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:05.032498+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi066", "name": "osd_memory_target"}]: dispatch 2024-03-10T01:58:58.083 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:05.034645+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:58:58.083 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:05.036465+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:58:58.083 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cephadm 2024-03-10T01:58:05.039136+0000 mgr.a (mgr.14152) 31 : cephadm [INF] Updating smithi066:/etc/ceph/ceph.conf 2024-03-10T01:58:58.083 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cephadm 2024-03-10T01:58:05.254717+0000 mgr.a (mgr.14152) 32 : cephadm [INF] Updating smithi066:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T01:58:58.083 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cephadm 2024-03-10T01:58:05.470720+0000 mgr.a (mgr.14152) 33 : cephadm [INF] Updating smithi066:/etc/ceph/ceph.client.admin.keyring 2024-03-10T01:58:58.083 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cephadm 2024-03-10T01:58:05.635345+0000 mgr.a (mgr.14152) 34 : cephadm [INF] Updating smithi066:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-10T01:58:58.084 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:05.804642+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.084 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:05.811067+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.084 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:05.814657+0000 mon.a (mon.0) 139 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi066", "caps": []}]: dispatch 2024-03-10T01:58:58.084 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:05.815972+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi066", "caps": []}]': finished 2024-03-10T01:58:58.084 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:58:06.224492+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-10T01:58:58.084 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cephadm 2024-03-10T01:58:06.754708+0000 mgr.a (mgr.14152) 36 : cephadm [INF] Deploying daemon agent.smithi066 on smithi066 2024-03-10T01:58:58.084 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:07.707178+0000 mon.a (mon.0) 141 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.084 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:07.737431+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.084 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:07.746101+0000 mon.a (mon.0) 143 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.084 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:07.813640+0000 mon.a (mon.0) 144 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:58:58.084 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:07.817930+0000 mon.a (mon.0) 145 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:58:58.084 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:07.819226+0000 mon.a (mon.0) 146 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:58:58.084 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:07.831260+0000 mon.a (mon.0) 147 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.084 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:07.899785+0000 mon.a (mon.0) 148 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:58:58.085 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:07.904187+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:58:58.085 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:07.905773+0000 mon.a (mon.0) 150 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:58:58.085 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:07.915504+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.085 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:08.175599+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.085 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:58:08.224900+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-10T01:58:58.085 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:09.228067+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.085 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:09.234428+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.085 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:58:10.225313+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-10T01:58:58.085 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:10.320636+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.085 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:11.155034+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-10T01:58:58.085 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:58:12.225667+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-10T01:58:58.085 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:58:14.226059+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-10T01:58:58.085 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:58:16.226495+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-10T01:58:58.086 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:16.907080+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.086 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:16.913336+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.086 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:16.917005+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.086 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:58:18.227026+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-10T01:58:58.086 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:19.563898+0000 mgr.a (mgr.14152) 44 : audit [DBG] from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi160", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T01:58:58.086 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:58:20.227532+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-10T01:58:58.086 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cephadm 2024-03-10T01:58:20.402258+0000 mgr.a (mgr.14152) 46 : cephadm [INF] Deploying cephadm binary to smithi160 2024-03-10T01:58:58.086 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:22.036515+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.086 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:22.047428+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.086 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:58:22.227898+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-10T01:58:58.086 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:58:24.228261+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-10T01:58:58.086 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:25.749651+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.086 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cephadm 2024-03-10T01:58:25.750494+0000 mgr.a (mgr.14152) 49 : cephadm [INF] Added host smithi160 2024-03-10T01:58:58.087 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:25.773986+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:58:58.087 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:26.201562+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.087 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:58:26.228643+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-10T01:58:58.087 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:27.677909+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.087 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:27.684345+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.087 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:27.685858+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2024-03-10T01:58:58.087 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:27.688251+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:58:58.087 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:27.690345+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:58:58.087 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cephadm 2024-03-10T01:58:27.693474+0000 mgr.a (mgr.14152) 51 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-03-10T01:58:58.087 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:28.459017+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.087 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:28.464934+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.087 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:28.468363+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]: dispatch 2024-03-10T01:58:58.087 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:28.470046+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]': finished 2024-03-10T01:58:58.088 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cephadm 2024-03-10T01:58:27.909011+0000 mgr.a (mgr.14152) 52 : cephadm [INF] Updating smithi160:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T01:58:58.088 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cephadm 2024-03-10T01:58:28.125473+0000 mgr.a (mgr.14152) 53 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-03-10T01:58:58.088 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:58:28.229013+0000 mgr.a (mgr.14152) 54 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:58:58.088 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cephadm 2024-03-10T01:58:28.290661+0000 mgr.a (mgr.14152) 55 : cephadm [INF] Updating smithi160:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-10T01:58:58.088 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:28.817566+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.088 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:28.823008+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.088 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:28.829558+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.088 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cephadm 2024-03-10T01:58:29.194331+0000 mgr.a (mgr.14152) 56 : cephadm [INF] Deploying daemon agent.smithi160 on smithi160 2024-03-10T01:58:58.088 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:30.295075+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.088 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:30.317768+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.088 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:30.324420+0000 mon.a (mon.0) 178 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.088 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:30.329291+0000 mon.a (mon.0) 179 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.089 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:30.422326+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:58:58.089 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:30.425588+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:58:58.089 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:30.426407+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:58:58.090 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:30.431438+0000 mon.a (mon.0) 183 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.090 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:30.513772+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:58:58.090 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:30.516204+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:58:58.090 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:30.517026+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:58:58.090 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:30.523655+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.090 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:30.792599+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.090 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:58:30.229403+0000 mgr.a (mgr.14152) 57 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:58:58.090 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:31.847728+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.090 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:31.858200+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.090 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:58:32.229827+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-10T01:58:58.090 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:58:34.230236+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-10T01:58:58.090 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:34.857699+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-10T01:58:58.091 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:58:36.230758+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-10T01:58:58.091 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:37.111546+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.091 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:37.119982+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.091 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:37.128301+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.091 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:58:38.231247+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-10T01:58:58.091 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:58:40.231651+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-10T01:58:58.091 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:58:42.231959+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-10T01:58:58.091 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:42.401216+0000 mon.a (mon.0) 194 : audit [INF] from='client.? 172.21.15.33:0/395984520' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-03-10T01:58:58.091 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:42.865339+0000 mon.a (mon.0) 195 : audit [INF] from='client.? 172.21.15.33:0/395984520' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-03-10T01:58:58.091 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:58:42.870945+0000 mon.a (mon.0) 196 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-10T01:58:58.091 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:58:44.232347+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-10T01:58:58.091 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:44.580810+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.091 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:44.589259+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.091 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:58:46.232757+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-10T01:58:58.092 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:47.748520+0000 mgr.a (mgr.14152) 67 : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;smithi033:172.21.15.33=a;smithi066:172.21.15.66=b;smithi160:172.21.15.160=c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T01:58:58.092 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cephadm 2024-03-10T01:58:47.754456+0000 mgr.a (mgr.14152) 68 : cephadm [INF] Saving service mon spec with placement smithi033:172.21.15.33=a;smithi066:172.21.15.66=b;smithi160:172.21.15.160=c;count:3 2024-03-10T01:58:58.092 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:47.762368+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.092 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:47.784631+0000 mon.a (mon.0) 200 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:58:58.092 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:47.790084+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:58:58.092 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:47.791923+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:58:58.092 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:47.803098+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.092 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:47.808520+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T01:58:58.092 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:47.810258+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:58:58.092 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cephadm 2024-03-10T01:58:47.812281+0000 mgr.a (mgr.14152) 69 : cephadm [INF] Deploying daemon mon.c on smithi160 2024-03-10T01:58:58.092 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:58:48.233068+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-10T01:58:58.092 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:49.047130+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.092 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:49.055389+0000 mon.a (mon.0) 207 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.093 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:49.065683+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.093 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:58:50.233434+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-10T01:58:58.093 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cluster 2024-03-10T01:58:52.233940+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-10T01:58:58.093 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:52.823038+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.093 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:52.829516+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.093 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:52.845952+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:58:58.093 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:52.847491+0000 mon.a (mon.0) 212 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T01:58:58.093 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: audit 2024-03-10T01:58:52.849283+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:58:58.093 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: cephadm 2024-03-10T01:58:52.851397+0000 mgr.a (mgr.14152) 73 : cephadm [INF] Deploying daemon mon.b on smithi066 2024-03-10T01:58:58.093 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:58:57 smithi066 bash[22181]: debug 2024-03-10T01:58:57.844+0000 7f3b459d7700 1 mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-03-10T01:59:00.076 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-03-10T01:59:00.076 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":2,"fsid":"1bb78214-de81-11ee-95c7-87774f69a715","modified":"2024-03-10T01:58:54.996205Z","created":"2024-03-10T01:56:09.085526Z","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.33:3300","nonce":0},{"type":"v1","addr":"172.21.15.33:6789","nonce":0}]},"addr":"172.21.15.33:6789/0","public_addr":"172.21.15.33:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:3300","nonce":0},{"type":"v1","addr":"172.21.15.160:6789","nonce":0}]},"addr":"172.21.15.160:6789/0","public_addr":"172.21.15.160:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-10T01:59:00.080 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 2 2024-03-10T01:59:00.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:00 smithi160 bash[22106]: cluster 2024-03-10T01:58:55.002211+0000 mon.a (mon.0) 215 : cluster [INF] mon.a calling monitor election 2024-03-10T01:59:00.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:00 smithi160 bash[22106]: audit 2024-03-10T01:58:55.024287+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T01:59:00.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:00 smithi160 bash[22106]: audit 2024-03-10T01:58:55.024768+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T01:59:00.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:00 smithi160 bash[22106]: audit 2024-03-10T01:58:55.095064+0000 mon.a (mon.0) 218 : audit [DBG] from='client.? 172.21.15.160:0/1169549995' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-10T01:59:00.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:00 smithi160 bash[22106]: audit 2024-03-10T01:58:55.996512+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T01:59:00.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:00 smithi160 bash[22106]: cluster 2024-03-10T01:58:56.234806+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-10T01:59:00.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:00 smithi160 bash[22106]: audit 2024-03-10T01:58:56.996977+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T01:59:00.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:00 smithi160 bash[22106]: cluster 2024-03-10T01:58:56.997532+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-10T01:59:00.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:00 smithi160 bash[22106]: audit 2024-03-10T01:58:57.856626+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:00.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:00 smithi160 bash[22106]: audit 2024-03-10T01:58:57.996796+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T01:59:00.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:00 smithi160 bash[22106]: cluster 2024-03-10T01:58:58.235185+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-10T01:59:00.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:00 smithi160 bash[22106]: audit 2024-03-10T01:58:58.857048+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:00.354 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:00 smithi160 bash[22106]: audit 2024-03-10T01:58:58.997193+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T01:59:00.354 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:00 smithi160 bash[22106]: audit 2024-03-10T01:58:59.857196+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:00.354 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:00 smithi160 bash[22106]: audit 2024-03-10T01:58:59.997422+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T01:59:00.354 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:00 smithi160 bash[22106]: cluster 2024-03-10T01:59:00.044707+0000 mon.a (mon.0) 227 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-10T01:59:00.354 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:00 smithi160 bash[22106]: cluster 2024-03-10T01:59:00.051301+0000 mon.a (mon.0) 228 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0],c=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-10T01:59:00.354 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:00 smithi160 bash[22106]: cluster 2024-03-10T01:59:00.075765+0000 mon.a (mon.0) 229 : cluster [DBG] fsmap 2024-03-10T01:59:00.354 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:00 smithi160 bash[22106]: cluster 2024-03-10T01:59:00.075863+0000 mon.a (mon.0) 230 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-10T01:59:00.354 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:00 smithi160 bash[22106]: cluster 2024-03-10T01:59:00.076208+0000 mon.a (mon.0) 231 : cluster [DBG] mgrmap e13: a(active, since 99s) 2024-03-10T01:59:00.354 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:00 smithi160 bash[22106]: cluster 2024-03-10T01:59:00.076545+0000 mon.a (mon.0) 232 : cluster [INF] overall HEALTH_OK 2024-03-10T01:59:00.354 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:00 smithi160 bash[22106]: audit 2024-03-10T01:59:00.086320+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:00.354 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:00 smithi160 bash[22106]: audit 2024-03-10T01:59:00.092355+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:00.354 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:00 smithi160 bash[22106]: audit 2024-03-10T01:59:00.098779+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:00.354 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:00 smithi160 bash[22106]: audit 2024-03-10T01:59:00.105128+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:00.355 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:00 smithi160 bash[22106]: audit 2024-03-10T01:59:00.110627+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:00.355 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:00 smithi160 bash[22106]: audit 2024-03-10T01:59:00.116694+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:00.355 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:00 smithi160 bash[22106]: audit 2024-03-10T01:59:00.122216+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:00.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:00 smithi033 bash[21389]: cluster 2024-03-10T01:58:55.002211+0000 mon.a (mon.0) 215 : cluster [INF] mon.a calling monitor election 2024-03-10T01:59:00.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:00 smithi033 bash[21389]: audit 2024-03-10T01:58:55.024287+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T01:59:00.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:00 smithi033 bash[21389]: audit 2024-03-10T01:58:55.024768+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T01:59:00.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:00 smithi033 bash[21389]: audit 2024-03-10T01:58:55.095064+0000 mon.a (mon.0) 218 : audit [DBG] from='client.? 172.21.15.160:0/1169549995' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-03-10T01:59:00.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:00 smithi033 bash[21389]: audit 2024-03-10T01:58:55.996512+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T01:59:00.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:00 smithi033 bash[21389]: cluster 2024-03-10T01:58:56.234806+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-10T01:59:00.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:00 smithi033 bash[21389]: audit 2024-03-10T01:58:56.996977+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T01:59:00.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:00 smithi033 bash[21389]: cluster 2024-03-10T01:58:56.997532+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-03-10T01:59:00.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:00 smithi033 bash[21389]: audit 2024-03-10T01:58:57.856626+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:00.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:00 smithi033 bash[21389]: audit 2024-03-10T01:58:57.996796+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T01:59:00.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:00 smithi033 bash[21389]: cluster 2024-03-10T01:58:58.235185+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-10T01:59:00.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:00 smithi033 bash[21389]: audit 2024-03-10T01:58:58.857048+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:00.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:00 smithi033 bash[21389]: audit 2024-03-10T01:58:58.997193+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T01:59:00.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:00 smithi033 bash[21389]: audit 2024-03-10T01:58:59.857196+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:00.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:00 smithi033 bash[21389]: audit 2024-03-10T01:58:59.997422+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T01:59:00.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:00 smithi033 bash[21389]: cluster 2024-03-10T01:59:00.044707+0000 mon.a (mon.0) 227 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-10T01:59:00.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:00 smithi033 bash[21389]: cluster 2024-03-10T01:59:00.051301+0000 mon.a (mon.0) 228 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0],c=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-10T01:59:00.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:00 smithi033 bash[21389]: cluster 2024-03-10T01:59:00.075765+0000 mon.a (mon.0) 229 : cluster [DBG] fsmap 2024-03-10T01:59:00.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:00 smithi033 bash[21389]: cluster 2024-03-10T01:59:00.075863+0000 mon.a (mon.0) 230 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-10T01:59:00.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:00 smithi033 bash[21389]: cluster 2024-03-10T01:59:00.076208+0000 mon.a (mon.0) 231 : cluster [DBG] mgrmap e13: a(active, since 99s) 2024-03-10T01:59:00.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:00 smithi033 bash[21389]: cluster 2024-03-10T01:59:00.076545+0000 mon.a (mon.0) 232 : cluster [INF] overall HEALTH_OK 2024-03-10T01:59:00.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:00 smithi033 bash[21389]: audit 2024-03-10T01:59:00.086320+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:00.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:00 smithi033 bash[21389]: audit 2024-03-10T01:59:00.092355+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:00.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:00 smithi033 bash[21389]: audit 2024-03-10T01:59:00.098779+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:00.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:00 smithi033 bash[21389]: audit 2024-03-10T01:59:00.105128+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:00.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:00 smithi033 bash[21389]: audit 2024-03-10T01:59:00.110627+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:00.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:00 smithi033 bash[21389]: audit 2024-03-10T01:59:00.116694+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:00.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:00 smithi033 bash[21389]: audit 2024-03-10T01:59:00.122216+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:01.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:01 smithi033 bash[21389]: audit 2024-03-10T01:59:00.128235+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:01.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:01 smithi033 bash[21389]: audit 2024-03-10T01:59:00.148930+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:01.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:01 smithi033 bash[21389]: audit 2024-03-10T01:59:00.155638+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:01.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:01 smithi033 bash[21389]: cluster 2024-03-10T01:59:00.235554+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-10T01:59:01.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:01 smithi033 bash[21389]: audit 2024-03-10T01:59:00.254258+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:59:01.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:01 smithi033 bash[21389]: audit 2024-03-10T01:59:00.258019+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:01.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:01 smithi033 bash[21389]: audit 2024-03-10T01:59:00.259189+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:59:01.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:01 smithi033 bash[21389]: cephadm 2024-03-10T01:59:00.261078+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-03-10T01:59:01.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:01 smithi033 bash[21389]: cephadm 2024-03-10T01:59:00.261531+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi066:/etc/ceph/ceph.conf 2024-03-10T01:59:01.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:01 smithi033 bash[21389]: cephadm 2024-03-10T01:59:00.262247+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-03-10T01:59:01.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:01 smithi033 bash[21389]: audit 2024-03-10T01:59:00.335466+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:01.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:01 smithi033 bash[21389]: cephadm 2024-03-10T01:59:00.477066+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi066:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T01:59:01.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:01 smithi033 bash[21389]: cephadm 2024-03-10T01:59:00.477318+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi033:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T01:59:01.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:01 smithi033 bash[21389]: cephadm 2024-03-10T01:59:00.477476+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi160:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T01:59:01.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:01 smithi033 bash[21389]: audit 2024-03-10T01:59:00.696751+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:01.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:01 smithi033 bash[21389]: audit 2024-03-10T01:59:00.701786+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:01.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:01 smithi033 bash[21389]: audit 2024-03-10T01:59:00.707615+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:01.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:01 smithi033 bash[21389]: audit 2024-03-10T01:59:00.712614+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:01.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:01 smithi033 bash[21389]: audit 2024-03-10T01:59:00.717971+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:01.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:01 smithi033 bash[21389]: audit 2024-03-10T01:59:00.721995+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:01.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:01 smithi033 bash[21389]: audit 2024-03-10T01:59:00.726176+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:01.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:01 smithi033 bash[21389]: cephadm 2024-03-10T01:59:00.726595+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-10T01:59:01.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:01 smithi033 bash[21389]: cephadm 2024-03-10T01:59:00.790496+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-10T01:59:01.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:01 smithi033 bash[21389]: audit 2024-03-10T01:59:00.790902+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T01:59:01.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:01 smithi033 bash[21389]: audit 2024-03-10T01:59:00.791685+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-10T01:59:01.600 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:01 smithi033 bash[21389]: audit 2024-03-10T01:59:00.792659+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:01.600 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:01 smithi033 bash[21389]: cephadm 2024-03-10T01:59:00.793657+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.a on smithi033 2024-03-10T01:59:01.600 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:01 smithi033 bash[21389]: audit 2024-03-10T01:59:00.856933+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:01.600 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:01 smithi033 bash[21389]: audit 2024-03-10T01:59:00.997122+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T01:59:01.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:01 smithi160 bash[22106]: audit 2024-03-10T01:59:00.128235+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:01.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:01 smithi160 bash[22106]: audit 2024-03-10T01:59:00.148930+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:01.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:01 smithi160 bash[22106]: audit 2024-03-10T01:59:00.155638+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:01.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:01 smithi160 bash[22106]: cluster 2024-03-10T01:59:00.235554+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-10T01:59:01.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:01 smithi160 bash[22106]: audit 2024-03-10T01:59:00.254258+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:59:01.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:01 smithi160 bash[22106]: audit 2024-03-10T01:59:00.258019+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:01.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:01 smithi160 bash[22106]: audit 2024-03-10T01:59:00.259189+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:59:01.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:01 smithi160 bash[22106]: cephadm 2024-03-10T01:59:00.261078+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-03-10T01:59:01.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:01 smithi160 bash[22106]: cephadm 2024-03-10T01:59:00.261531+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi066:/etc/ceph/ceph.conf 2024-03-10T01:59:01.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:01 smithi160 bash[22106]: cephadm 2024-03-10T01:59:00.262247+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-03-10T01:59:01.604 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:01 smithi160 bash[22106]: audit 2024-03-10T01:59:00.335466+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:01.604 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:01 smithi160 bash[22106]: cephadm 2024-03-10T01:59:00.477066+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi066:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T01:59:01.604 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:01 smithi160 bash[22106]: cephadm 2024-03-10T01:59:00.477318+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi033:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T01:59:01.604 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:01 smithi160 bash[22106]: cephadm 2024-03-10T01:59:00.477476+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi160:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T01:59:01.604 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:01 smithi160 bash[22106]: audit 2024-03-10T01:59:00.696751+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:01.604 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:01 smithi160 bash[22106]: audit 2024-03-10T01:59:00.701786+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:01.604 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:01 smithi160 bash[22106]: audit 2024-03-10T01:59:00.707615+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:01.604 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:01 smithi160 bash[22106]: audit 2024-03-10T01:59:00.712614+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:01.604 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:01 smithi160 bash[22106]: audit 2024-03-10T01:59:00.717971+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:01.604 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:01 smithi160 bash[22106]: audit 2024-03-10T01:59:00.721995+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:01.604 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:01 smithi160 bash[22106]: audit 2024-03-10T01:59:00.726176+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:01.604 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:01 smithi160 bash[22106]: cephadm 2024-03-10T01:59:00.726595+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-10T01:59:01.604 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:01 smithi160 bash[22106]: cephadm 2024-03-10T01:59:00.790496+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-10T01:59:01.604 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:01 smithi160 bash[22106]: audit 2024-03-10T01:59:00.790902+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T01:59:01.605 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:01 smithi160 bash[22106]: audit 2024-03-10T01:59:00.791685+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-10T01:59:01.605 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:01 smithi160 bash[22106]: audit 2024-03-10T01:59:00.792659+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:01.605 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:01 smithi160 bash[22106]: cephadm 2024-03-10T01:59:00.793657+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.a on smithi033 2024-03-10T01:59:01.605 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:01 smithi160 bash[22106]: audit 2024-03-10T01:59:00.856933+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:01.605 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:01 smithi160 bash[22106]: audit 2024-03-10T01:59:00.997122+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T01:59:01.692 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-03-10T01:59:01.693 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph mon dump -f json 2024-03-10T01:59:02.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:01 smithi066 bash[22181]: audit 2024-03-10T01:59:00.128235+0000 mon.a (mon.0) 240 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:02.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:01 smithi066 bash[22181]: audit 2024-03-10T01:59:00.148930+0000 mon.a (mon.0) 241 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:02.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:01 smithi066 bash[22181]: audit 2024-03-10T01:59:00.155638+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:02.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:01 smithi066 bash[22181]: cluster 2024-03-10T01:59:00.235554+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-10T01:59:02.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:01 smithi066 bash[22181]: audit 2024-03-10T01:59:00.254258+0000 mon.a (mon.0) 243 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:59:02.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:01 smithi066 bash[22181]: audit 2024-03-10T01:59:00.258019+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:02.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:01 smithi066 bash[22181]: audit 2024-03-10T01:59:00.259189+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:59:02.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:01 smithi066 bash[22181]: cephadm 2024-03-10T01:59:00.261078+0000 mgr.a (mgr.14152) 78 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-03-10T01:59:02.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:01 smithi066 bash[22181]: cephadm 2024-03-10T01:59:00.261531+0000 mgr.a (mgr.14152) 79 : cephadm [INF] Updating smithi066:/etc/ceph/ceph.conf 2024-03-10T01:59:02.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:01 smithi066 bash[22181]: cephadm 2024-03-10T01:59:00.262247+0000 mgr.a (mgr.14152) 80 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-03-10T01:59:02.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:01 smithi066 bash[22181]: audit 2024-03-10T01:59:00.335466+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:02.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:01 smithi066 bash[22181]: cephadm 2024-03-10T01:59:00.477066+0000 mgr.a (mgr.14152) 81 : cephadm [INF] Updating smithi066:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T01:59:02.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:01 smithi066 bash[22181]: cephadm 2024-03-10T01:59:00.477318+0000 mgr.a (mgr.14152) 82 : cephadm [INF] Updating smithi033:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T01:59:02.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:01 smithi066 bash[22181]: cephadm 2024-03-10T01:59:00.477476+0000 mgr.a (mgr.14152) 83 : cephadm [INF] Updating smithi160:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T01:59:02.056 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:01 smithi066 bash[22181]: audit 2024-03-10T01:59:00.696751+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:02.056 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:01 smithi066 bash[22181]: audit 2024-03-10T01:59:00.701786+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:02.056 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:01 smithi066 bash[22181]: audit 2024-03-10T01:59:00.707615+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:02.056 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:01 smithi066 bash[22181]: audit 2024-03-10T01:59:00.712614+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:02.056 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:01 smithi066 bash[22181]: audit 2024-03-10T01:59:00.717971+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:02.056 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:01 smithi066 bash[22181]: audit 2024-03-10T01:59:00.721995+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:02.056 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:01 smithi066 bash[22181]: audit 2024-03-10T01:59:00.726176+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:02.056 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:01 smithi066 bash[22181]: cephadm 2024-03-10T01:59:00.726595+0000 mgr.a (mgr.14152) 84 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-10T01:59:02.056 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:01 smithi066 bash[22181]: cephadm 2024-03-10T01:59:00.790496+0000 mgr.a (mgr.14152) 85 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-03-10T01:59:02.057 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:01 smithi066 bash[22181]: audit 2024-03-10T01:59:00.790902+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T01:59:02.057 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:01 smithi066 bash[22181]: audit 2024-03-10T01:59:00.791685+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-10T01:59:02.057 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:01 smithi066 bash[22181]: audit 2024-03-10T01:59:00.792659+0000 mon.a (mon.0) 256 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:02.057 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:01 smithi066 bash[22181]: cephadm 2024-03-10T01:59:00.793657+0000 mgr.a (mgr.14152) 86 : cephadm [INF] Reconfiguring daemon mon.a on smithi033 2024-03-10T01:59:02.057 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:01 smithi066 bash[22181]: audit 2024-03-10T01:59:00.856933+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:02.057 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:01 smithi066 bash[22181]: audit 2024-03-10T01:59:00.997122+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T01:59:02.347 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 01:59:01 smithi033 bash[21673]: debug 2024-03-10T01:59:01.993+0000 7ffaa332c700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-03-10T01:59:05.991 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.c/config 2024-03-10T01:59:07.260 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:06 smithi160 bash[22106]: cluster 2024-03-10T01:59:01.868407+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-10T01:59:07.260 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:06 smithi160 bash[22106]: audit 2024-03-10T01:59:01.870365+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T01:59:07.260 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:06 smithi160 bash[22106]: cluster 2024-03-10T01:59:01.870886+0000 mon.a (mon.0) 261 : cluster [INF] mon.a calling monitor election 2024-03-10T01:59:07.260 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:06 smithi160 bash[22106]: audit 2024-03-10T01:59:01.872983+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:07.260 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:06 smithi160 bash[22106]: audit 2024-03-10T01:59:01.873215+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T01:59:07.260 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:06 smithi160 bash[22106]: cluster 2024-03-10T01:59:02.235942+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:07.260 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:06 smithi160 bash[22106]: audit 2024-03-10T01:59:02.858093+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:07.261 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:06 smithi160 bash[22106]: audit 2024-03-10T01:59:03.857999+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:07.261 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:06 smithi160 bash[22106]: cluster 2024-03-10T01:59:04.236348+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:07.261 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:06 smithi160 bash[22106]: audit 2024-03-10T01:59:04.858309+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:07.261 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:06 smithi160 bash[22106]: audit 2024-03-10T01:59:05.858500+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:07.261 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:06 smithi160 bash[22106]: cluster 2024-03-10T01:59:06.236711+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:07.261 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:06 smithi160 bash[22106]: audit 2024-03-10T01:59:06.858356+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:07.261 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:06 smithi160 bash[22106]: cluster 2024-03-10T01:59:06.873228+0000 mon.a (mon.0) 269 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-10T01:59:07.261 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:06 smithi160 bash[22106]: cluster 2024-03-10T01:59:06.879147+0000 mon.a (mon.0) 270 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0],b=[v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0],c=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-10T01:59:07.261 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:06 smithi160 bash[22106]: cluster 2024-03-10T01:59:06.899751+0000 mon.a (mon.0) 271 : cluster [DBG] fsmap 2024-03-10T01:59:07.261 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:06 smithi160 bash[22106]: cluster 2024-03-10T01:59:06.899836+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-10T01:59:07.261 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:06 smithi160 bash[22106]: cluster 2024-03-10T01:59:06.900138+0000 mon.a (mon.0) 273 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-03-10T01:59:07.261 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:06 smithi160 bash[22106]: cluster 2024-03-10T01:59:06.900461+0000 mon.a (mon.0) 274 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-10T01:59:07.262 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:06 smithi160 bash[22106]: cluster 2024-03-10T01:59:06.907964+0000 mon.a (mon.0) 275 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-10T01:59:07.262 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:06 smithi160 bash[22106]: cluster 2024-03-10T01:59:06.908009+0000 mon.a (mon.0) 276 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-10T01:59:07.262 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:06 smithi160 bash[22106]: cluster 2024-03-10T01:59:06.908032+0000 mon.a (mon.0) 277 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] is down (out of quorum) 2024-03-10T01:59:07.262 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:06 smithi160 bash[22106]: audit 2024-03-10T01:59:06.912959+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:07.262 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:06 smithi160 bash[22106]: audit 2024-03-10T01:59:06.919491+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:07.262 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:06 smithi160 bash[22106]: audit 2024-03-10T01:59:06.926168+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:07.262 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:06 smithi160 bash[22106]: audit 2024-03-10T01:59:06.932778+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:07.262 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:06 smithi160 bash[22106]: audit 2024-03-10T01:59:06.942880+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:07.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:06 smithi033 bash[21389]: cluster 2024-03-10T01:59:01.868407+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-10T01:59:07.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:06 smithi033 bash[21389]: audit 2024-03-10T01:59:01.870365+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T01:59:07.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:06 smithi033 bash[21389]: cluster 2024-03-10T01:59:01.870886+0000 mon.a (mon.0) 261 : cluster [INF] mon.a calling monitor election 2024-03-10T01:59:07.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:06 smithi033 bash[21389]: audit 2024-03-10T01:59:01.872983+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:07.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:06 smithi033 bash[21389]: audit 2024-03-10T01:59:01.873215+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T01:59:07.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:06 smithi033 bash[21389]: cluster 2024-03-10T01:59:02.235942+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:07.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:06 smithi033 bash[21389]: audit 2024-03-10T01:59:02.858093+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:07.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:06 smithi033 bash[21389]: audit 2024-03-10T01:59:03.857999+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:07.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:06 smithi033 bash[21389]: cluster 2024-03-10T01:59:04.236348+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:07.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:06 smithi033 bash[21389]: audit 2024-03-10T01:59:04.858309+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:07.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:06 smithi033 bash[21389]: audit 2024-03-10T01:59:05.858500+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:07.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:06 smithi033 bash[21389]: cluster 2024-03-10T01:59:06.236711+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:07.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:06 smithi033 bash[21389]: audit 2024-03-10T01:59:06.858356+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:07.349 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:06 smithi033 bash[21389]: cluster 2024-03-10T01:59:06.873228+0000 mon.a (mon.0) 269 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-10T01:59:07.349 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:06 smithi033 bash[21389]: cluster 2024-03-10T01:59:06.879147+0000 mon.a (mon.0) 270 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0],b=[v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0],c=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-10T01:59:07.349 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:06 smithi033 bash[21389]: cluster 2024-03-10T01:59:06.899751+0000 mon.a (mon.0) 271 : cluster [DBG] fsmap 2024-03-10T01:59:07.349 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:06 smithi033 bash[21389]: cluster 2024-03-10T01:59:06.899836+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-10T01:59:07.349 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:06 smithi033 bash[21389]: cluster 2024-03-10T01:59:06.900138+0000 mon.a (mon.0) 273 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-03-10T01:59:07.349 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:06 smithi033 bash[21389]: cluster 2024-03-10T01:59:06.900461+0000 mon.a (mon.0) 274 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-10T01:59:07.349 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:06 smithi033 bash[21389]: cluster 2024-03-10T01:59:06.907964+0000 mon.a (mon.0) 275 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-10T01:59:07.349 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:06 smithi033 bash[21389]: cluster 2024-03-10T01:59:06.908009+0000 mon.a (mon.0) 276 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-10T01:59:07.349 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:06 smithi033 bash[21389]: cluster 2024-03-10T01:59:06.908032+0000 mon.a (mon.0) 277 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] is down (out of quorum) 2024-03-10T01:59:07.349 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:06 smithi033 bash[21389]: audit 2024-03-10T01:59:06.912959+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:07.349 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:06 smithi033 bash[21389]: audit 2024-03-10T01:59:06.919491+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:07.349 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:06 smithi033 bash[21389]: audit 2024-03-10T01:59:06.926168+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:07.349 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:06 smithi033 bash[21389]: audit 2024-03-10T01:59:06.932778+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:07.349 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:06 smithi033 bash[21389]: audit 2024-03-10T01:59:06.942880+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:08.349 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:07 smithi033 bash[21389]: cephadm 2024-03-10T01:59:06.974163+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-10T01:59:08.349 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:07 smithi033 bash[21389]: audit 2024-03-10T01:59:06.974892+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T01:59:08.349 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:07 smithi033 bash[21389]: audit 2024-03-10T01:59:06.976884+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-10T01:59:08.349 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:07 smithi033 bash[21389]: audit 2024-03-10T01:59:06.978759+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:08.350 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:07 smithi033 bash[21389]: cephadm 2024-03-10T01:59:06.980869+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi066 2024-03-10T01:59:08.350 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:07 smithi033 bash[21389]: audit 2024-03-10T01:59:07.086103+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:08.350 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:07 smithi033 bash[21389]: audit 2024-03-10T01:59:07.093976+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:08.350 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:07 smithi033 bash[21389]: audit 2024-03-10T01:59:07.104590+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:08.350 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:07 smithi033 bash[21389]: audit 2024-03-10T01:59:07.858167+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:08.350 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:07 smithi033 bash[21389]: audit 2024-03-10T01:59:07.882240+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:08.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:07 smithi160 bash[22106]: cephadm 2024-03-10T01:59:06.974163+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-10T01:59:08.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:07 smithi160 bash[22106]: audit 2024-03-10T01:59:06.974892+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T01:59:08.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:07 smithi160 bash[22106]: audit 2024-03-10T01:59:06.976884+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-10T01:59:08.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:07 smithi160 bash[22106]: audit 2024-03-10T01:59:06.978759+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:08.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:07 smithi160 bash[22106]: cephadm 2024-03-10T01:59:06.980869+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi066 2024-03-10T01:59:08.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:07 smithi160 bash[22106]: audit 2024-03-10T01:59:07.086103+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:08.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:07 smithi160 bash[22106]: audit 2024-03-10T01:59:07.093976+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:08.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:07 smithi160 bash[22106]: audit 2024-03-10T01:59:07.104590+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:08.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:07 smithi160 bash[22106]: audit 2024-03-10T01:59:07.858167+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:08.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:07 smithi160 bash[22106]: audit 2024-03-10T01:59:07.882240+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:08.430 INFO:teuthology.orchestra.run.smithi160.stdout: 2024-03-10T01:59:08.430 INFO:teuthology.orchestra.run.smithi160.stdout:{"epoch":3,"fsid":"1bb78214-de81-11ee-95c7-87774f69a715","modified":"2024-03-10T01:59:01.863162Z","created":"2024-03-10T01:56:09.085526Z","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.33:3300","nonce":0},{"type":"v1","addr":"172.21.15.33:6789","nonce":0}]},"addr":"172.21.15.33:6789/0","public_addr":"172.21.15.33:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:3300","nonce":0},{"type":"v1","addr":"172.21.15.160:6789","nonce":0}]},"addr":"172.21.15.160:6789/0","public_addr":"172.21.15.160:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:3300","nonce":0},{"type":"v1","addr":"172.21.15.66:6789","nonce":0}]},"addr":"172.21.15.66:6789/0","public_addr":"172.21.15.66:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-03-10T01:59:08.433 INFO:teuthology.orchestra.run.smithi160.stderr:dumped monmap epoch 3 2024-03-10T01:59:09.019 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-03-10T01:59:09.019 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph config generate-minimal-conf 2024-03-10T01:59:09.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: cluster 2024-03-10T01:59:01.868407+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-03-10T01:59:09.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: audit 2024-03-10T01:59:01.870365+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T01:59:09.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: cluster 2024-03-10T01:59:01.870886+0000 mon.a (mon.0) 261 : cluster [INF] mon.a calling monitor election 2024-03-10T01:59:09.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: audit 2024-03-10T01:59:01.872983+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:09.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: audit 2024-03-10T01:59:01.873215+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T01:59:09.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: cluster 2024-03-10T01:59:02.235942+0000 mgr.a (mgr.14152) 87 : cluster [DBG] pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:09.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: audit 2024-03-10T01:59:02.858093+0000 mon.a (mon.0) 264 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:09.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: audit 2024-03-10T01:59:03.857999+0000 mon.a (mon.0) 265 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:09.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: cluster 2024-03-10T01:59:04.236348+0000 mgr.a (mgr.14152) 88 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:09.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: audit 2024-03-10T01:59:04.858309+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:09.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: audit 2024-03-10T01:59:05.858500+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:09.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: cluster 2024-03-10T01:59:06.236711+0000 mgr.a (mgr.14152) 89 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:09.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: audit 2024-03-10T01:59:06.858356+0000 mon.a (mon.0) 268 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:09.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: cluster 2024-03-10T01:59:06.873228+0000 mon.a (mon.0) 269 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-03-10T01:59:09.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: cluster 2024-03-10T01:59:06.879147+0000 mon.a (mon.0) 270 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0],b=[v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0],c=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-10T01:59:09.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: cluster 2024-03-10T01:59:06.899751+0000 mon.a (mon.0) 271 : cluster [DBG] fsmap 2024-03-10T01:59:09.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: cluster 2024-03-10T01:59:06.899836+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-10T01:59:09.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: cluster 2024-03-10T01:59:06.900138+0000 mon.a (mon.0) 273 : cluster [DBG] mgrmap e13: a(active, since 106s) 2024-03-10T01:59:09.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: cluster 2024-03-10T01:59:06.900461+0000 mon.a (mon.0) 274 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-03-10T01:59:09.306 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: cluster 2024-03-10T01:59:06.907964+0000 mon.a (mon.0) 275 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-10T01:59:09.306 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: cluster 2024-03-10T01:59:06.908009+0000 mon.a (mon.0) 276 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-03-10T01:59:09.306 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: cluster 2024-03-10T01:59:06.908032+0000 mon.a (mon.0) 277 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] is down (out of quorum) 2024-03-10T01:59:09.306 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: audit 2024-03-10T01:59:06.912959+0000 mon.a (mon.0) 278 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:09.306 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: audit 2024-03-10T01:59:06.919491+0000 mon.a (mon.0) 279 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:09.306 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: audit 2024-03-10T01:59:06.926168+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:09.306 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: audit 2024-03-10T01:59:06.932778+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:09.306 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: audit 2024-03-10T01:59:06.942880+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:09.306 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: cephadm 2024-03-10T01:59:06.974163+0000 mgr.a (mgr.14152) 90 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-03-10T01:59:09.306 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: audit 2024-03-10T01:59:06.974892+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T01:59:09.306 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: audit 2024-03-10T01:59:06.976884+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-10T01:59:09.306 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: audit 2024-03-10T01:59:06.978759+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:09.306 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: cephadm 2024-03-10T01:59:06.980869+0000 mgr.a (mgr.14152) 91 : cephadm [INF] Reconfiguring daemon mon.b on smithi066 2024-03-10T01:59:09.307 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: audit 2024-03-10T01:59:07.086103+0000 mon.a (mon.0) 286 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:09.307 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: audit 2024-03-10T01:59:07.093976+0000 mon.a (mon.0) 287 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:09.307 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: audit 2024-03-10T01:59:07.104590+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:09.307 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: audit 2024-03-10T01:59:07.858167+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:09.307 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:08 smithi066 bash[22181]: audit 2024-03-10T01:59:07.882240+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:09.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:09 smithi033 bash[21389]: cluster 2024-03-10T01:59:03.863238+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-10T01:59:09.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:09 smithi033 bash[21389]: cluster 2024-03-10T01:59:08.897692+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-10T01:59:09.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:09 smithi033 bash[21389]: cluster 2024-03-10T01:59:08.899838+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-10T01:59:09.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:09 smithi033 bash[21389]: cluster 2024-03-10T01:59:08.900764+0000 mon.a (mon.0) 296 : cluster [INF] mon.a calling monitor election 2024-03-10T01:59:09.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:09 smithi033 bash[21389]: cluster 2024-03-10T01:59:08.921554+0000 mon.a (mon.0) 297 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-10T01:59:09.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:09 smithi033 bash[21389]: cluster 2024-03-10T01:59:08.929764+0000 mon.a (mon.0) 298 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0],b=[v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0],c=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-10T01:59:09.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:09 smithi033 bash[21389]: cluster 2024-03-10T01:59:08.947682+0000 mon.a (mon.0) 299 : cluster [DBG] fsmap 2024-03-10T01:59:09.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:09 smithi033 bash[21389]: cluster 2024-03-10T01:59:08.947739+0000 mon.a (mon.0) 300 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-10T01:59:09.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:09 smithi033 bash[21389]: cluster 2024-03-10T01:59:08.948027+0000 mon.a (mon.0) 301 : cluster [DBG] mgrmap e13: a(active, since 108s) 2024-03-10T01:59:09.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:09 smithi033 bash[21389]: cluster 2024-03-10T01:59:08.948328+0000 mon.a (mon.0) 302 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-10T01:59:09.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:09 smithi033 bash[21389]: cluster 2024-03-10T01:59:08.948374+0000 mon.a (mon.0) 303 : cluster [INF] Cluster is now healthy 2024-03-10T01:59:09.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:09 smithi033 bash[21389]: cluster 2024-03-10T01:59:08.954574+0000 mon.a (mon.0) 304 : cluster [INF] overall HEALTH_OK 2024-03-10T01:59:09.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:09 smithi033 bash[21389]: audit 2024-03-10T01:59:09.031876+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:09.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:09 smithi033 bash[21389]: audit 2024-03-10T01:59:09.038431+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:09.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:09 smithi033 bash[21389]: audit 2024-03-10T01:59:09.051464+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T01:59:09.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:09 smithi033 bash[21389]: audit 2024-03-10T01:59:09.053039+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-10T01:59:09.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:09 smithi033 bash[21389]: audit 2024-03-10T01:59:09.054540+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:09.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:09 smithi160 bash[22106]: cluster 2024-03-10T01:59:03.863238+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-10T01:59:09.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:09 smithi160 bash[22106]: cluster 2024-03-10T01:59:08.897692+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-10T01:59:09.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:09 smithi160 bash[22106]: cluster 2024-03-10T01:59:08.899838+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-10T01:59:09.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:09 smithi160 bash[22106]: cluster 2024-03-10T01:59:08.900764+0000 mon.a (mon.0) 296 : cluster [INF] mon.a calling monitor election 2024-03-10T01:59:09.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:09 smithi160 bash[22106]: cluster 2024-03-10T01:59:08.921554+0000 mon.a (mon.0) 297 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-10T01:59:09.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:09 smithi160 bash[22106]: cluster 2024-03-10T01:59:08.929764+0000 mon.a (mon.0) 298 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0],b=[v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0],c=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-10T01:59:09.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:09 smithi160 bash[22106]: cluster 2024-03-10T01:59:08.947682+0000 mon.a (mon.0) 299 : cluster [DBG] fsmap 2024-03-10T01:59:09.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:09 smithi160 bash[22106]: cluster 2024-03-10T01:59:08.947739+0000 mon.a (mon.0) 300 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-10T01:59:09.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:09 smithi160 bash[22106]: cluster 2024-03-10T01:59:08.948027+0000 mon.a (mon.0) 301 : cluster [DBG] mgrmap e13: a(active, since 108s) 2024-03-10T01:59:09.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:09 smithi160 bash[22106]: cluster 2024-03-10T01:59:08.948328+0000 mon.a (mon.0) 302 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-10T01:59:09.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:09 smithi160 bash[22106]: cluster 2024-03-10T01:59:08.948374+0000 mon.a (mon.0) 303 : cluster [INF] Cluster is now healthy 2024-03-10T01:59:09.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:09 smithi160 bash[22106]: cluster 2024-03-10T01:59:08.954574+0000 mon.a (mon.0) 304 : cluster [INF] overall HEALTH_OK 2024-03-10T01:59:09.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:09 smithi160 bash[22106]: audit 2024-03-10T01:59:09.031876+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:09.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:09 smithi160 bash[22106]: audit 2024-03-10T01:59:09.038431+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:09.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:09 smithi160 bash[22106]: audit 2024-03-10T01:59:09.051464+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T01:59:09.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:09 smithi160 bash[22106]: audit 2024-03-10T01:59:09.053039+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-10T01:59:09.854 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:09 smithi160 bash[22106]: audit 2024-03-10T01:59:09.054540+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:10.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:09 smithi066 bash[22181]: cluster 2024-03-10T01:59:03.863238+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-03-10T01:59:10.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:09 smithi066 bash[22181]: cluster 2024-03-10T01:59:08.897692+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-03-10T01:59:10.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:09 smithi066 bash[22181]: cluster 2024-03-10T01:59:08.899838+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-03-10T01:59:10.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:09 smithi066 bash[22181]: cluster 2024-03-10T01:59:08.900764+0000 mon.a (mon.0) 296 : cluster [INF] mon.a calling monitor election 2024-03-10T01:59:10.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:09 smithi066 bash[22181]: cluster 2024-03-10T01:59:08.921554+0000 mon.a (mon.0) 297 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-03-10T01:59:10.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:09 smithi066 bash[22181]: cluster 2024-03-10T01:59:08.929764+0000 mon.a (mon.0) 298 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0],b=[v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0],c=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-10T01:59:10.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:09 smithi066 bash[22181]: cluster 2024-03-10T01:59:08.947682+0000 mon.a (mon.0) 299 : cluster [DBG] fsmap 2024-03-10T01:59:10.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:09 smithi066 bash[22181]: cluster 2024-03-10T01:59:08.947739+0000 mon.a (mon.0) 300 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-03-10T01:59:10.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:09 smithi066 bash[22181]: cluster 2024-03-10T01:59:08.948027+0000 mon.a (mon.0) 301 : cluster [DBG] mgrmap e13: a(active, since 108s) 2024-03-10T01:59:10.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:09 smithi066 bash[22181]: cluster 2024-03-10T01:59:08.948328+0000 mon.a (mon.0) 302 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-03-10T01:59:10.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:09 smithi066 bash[22181]: cluster 2024-03-10T01:59:08.948374+0000 mon.a (mon.0) 303 : cluster [INF] Cluster is now healthy 2024-03-10T01:59:10.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:09 smithi066 bash[22181]: cluster 2024-03-10T01:59:08.954574+0000 mon.a (mon.0) 304 : cluster [INF] overall HEALTH_OK 2024-03-10T01:59:10.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:09 smithi066 bash[22181]: audit 2024-03-10T01:59:09.031876+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:10.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:09 smithi066 bash[22181]: audit 2024-03-10T01:59:09.038431+0000 mon.a (mon.0) 306 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:10.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:09 smithi066 bash[22181]: audit 2024-03-10T01:59:09.051464+0000 mon.a (mon.0) 307 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T01:59:10.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:09 smithi066 bash[22181]: audit 2024-03-10T01:59:09.053039+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-10T01:59:10.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:09 smithi066 bash[22181]: audit 2024-03-10T01:59:09.054540+0000 mon.a (mon.0) 309 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:10.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:10 smithi033 bash[21389]: cephadm 2024-03-10T01:59:09.050777+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-10T01:59:10.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:10 smithi033 bash[21389]: cephadm 2024-03-10T01:59:09.056232+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi160 2024-03-10T01:59:10.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:10 smithi033 bash[21389]: audit 2024-03-10T01:59:09.859433+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:10.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:10 smithi160 bash[22106]: cephadm 2024-03-10T01:59:09.050777+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-10T01:59:10.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:10 smithi160 bash[22106]: cephadm 2024-03-10T01:59:09.056232+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi160 2024-03-10T01:59:10.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:10 smithi160 bash[22106]: audit 2024-03-10T01:59:09.859433+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:11.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:10 smithi066 bash[22181]: cephadm 2024-03-10T01:59:09.050777+0000 mgr.a (mgr.14152) 93 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-03-10T01:59:11.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:10 smithi066 bash[22181]: cephadm 2024-03-10T01:59:09.056232+0000 mgr.a (mgr.14152) 94 : cephadm [INF] Reconfiguring daemon mon.c on smithi160 2024-03-10T01:59:11.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:10 smithi066 bash[22181]: audit 2024-03-10T01:59:09.859433+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T01:59:12.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:11 smithi066 bash[22181]: cluster 2024-03-10T01:59:10.237745+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:12.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:11 smithi066 bash[22181]: audit 2024-03-10T01:59:10.854526+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:12.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:11 smithi066 bash[22181]: audit 2024-03-10T01:59:10.859421+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:12.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:11 smithi066 bash[22181]: audit 2024-03-10T01:59:10.875115+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:59:12.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:11 smithi066 bash[22181]: audit 2024-03-10T01:59:10.878624+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:12.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:11 smithi066 bash[22181]: audit 2024-03-10T01:59:10.879909+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:59:12.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:11 smithi066 bash[22181]: audit 2024-03-10T01:59:11.316441+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:12.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:11 smithi066 bash[22181]: audit 2024-03-10T01:59:11.321172+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:12.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:11 smithi066 bash[22181]: audit 2024-03-10T01:59:11.326233+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:12.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:11 smithi066 bash[22181]: audit 2024-03-10T01:59:11.331489+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:12.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:11 smithi066 bash[22181]: audit 2024-03-10T01:59:11.336610+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:12.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:11 smithi066 bash[22181]: audit 2024-03-10T01:59:11.341661+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:12.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:11 smithi066 bash[22181]: audit 2024-03-10T01:59:11.345262+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:12.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:11 smithi066 bash[22181]: audit 2024-03-10T01:59:11.427735+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T01:59:12.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:11 smithi066 bash[22181]: audit 2024-03-10T01:59:11.428700+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-10T01:59:12.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:11 smithi066 bash[22181]: audit 2024-03-10T01:59:11.429608+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:12.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:11 smithi033 bash[21389]: cluster 2024-03-10T01:59:10.237745+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:12.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:11 smithi033 bash[21389]: audit 2024-03-10T01:59:10.854526+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:12.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:11 smithi033 bash[21389]: audit 2024-03-10T01:59:10.859421+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:12.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:11 smithi033 bash[21389]: audit 2024-03-10T01:59:10.875115+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:59:12.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:11 smithi033 bash[21389]: audit 2024-03-10T01:59:10.878624+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:12.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:11 smithi033 bash[21389]: audit 2024-03-10T01:59:10.879909+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:59:12.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:11 smithi033 bash[21389]: audit 2024-03-10T01:59:11.316441+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:12.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:11 smithi033 bash[21389]: audit 2024-03-10T01:59:11.321172+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:12.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:11 smithi033 bash[21389]: audit 2024-03-10T01:59:11.326233+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:12.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:11 smithi033 bash[21389]: audit 2024-03-10T01:59:11.331489+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:12.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:11 smithi033 bash[21389]: audit 2024-03-10T01:59:11.336610+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:12.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:11 smithi033 bash[21389]: audit 2024-03-10T01:59:11.341661+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:12.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:11 smithi033 bash[21389]: audit 2024-03-10T01:59:11.345262+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:12.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:11 smithi033 bash[21389]: audit 2024-03-10T01:59:11.427735+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T01:59:12.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:11 smithi033 bash[21389]: audit 2024-03-10T01:59:11.428700+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-10T01:59:12.349 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:11 smithi033 bash[21389]: audit 2024-03-10T01:59:11.429608+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:12.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:11 smithi160 bash[22106]: cluster 2024-03-10T01:59:10.237745+0000 mgr.a (mgr.14152) 95 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:12.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:11 smithi160 bash[22106]: audit 2024-03-10T01:59:10.854526+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:12.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:11 smithi160 bash[22106]: audit 2024-03-10T01:59:10.859421+0000 mon.a (mon.0) 312 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:12.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:11 smithi160 bash[22106]: audit 2024-03-10T01:59:10.875115+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:59:12.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:11 smithi160 bash[22106]: audit 2024-03-10T01:59:10.878624+0000 mon.a (mon.0) 314 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:12.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:11 smithi160 bash[22106]: audit 2024-03-10T01:59:10.879909+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:59:12.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:11 smithi160 bash[22106]: audit 2024-03-10T01:59:11.316441+0000 mon.a (mon.0) 316 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:12.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:11 smithi160 bash[22106]: audit 2024-03-10T01:59:11.321172+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:12.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:11 smithi160 bash[22106]: audit 2024-03-10T01:59:11.326233+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:12.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:11 smithi160 bash[22106]: audit 2024-03-10T01:59:11.331489+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:12.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:11 smithi160 bash[22106]: audit 2024-03-10T01:59:11.336610+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:12.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:11 smithi160 bash[22106]: audit 2024-03-10T01:59:11.341661+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:12.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:11 smithi160 bash[22106]: audit 2024-03-10T01:59:11.345262+0000 mon.a (mon.0) 322 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:12.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:11 smithi160 bash[22106]: audit 2024-03-10T01:59:11.427735+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-03-10T01:59:12.354 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:11 smithi160 bash[22106]: audit 2024-03-10T01:59:11.428700+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-03-10T01:59:12.354 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:11 smithi160 bash[22106]: audit 2024-03-10T01:59:11.429608+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:12.999 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:12 smithi033 bash[21389]: cephadm 2024-03-10T01:59:10.881892+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-03-10T01:59:12.999 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:12 smithi033 bash[21389]: cephadm 2024-03-10T01:59:10.882448+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi066:/etc/ceph/ceph.conf 2024-03-10T01:59:12.999 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:12 smithi033 bash[21389]: cephadm 2024-03-10T01:59:10.883368+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-03-10T01:59:12.999 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:12 smithi033 bash[21389]: cephadm 2024-03-10T01:59:11.096709+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi033:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T01:59:12.999 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:12 smithi033 bash[21389]: cephadm 2024-03-10T01:59:11.097602+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi066:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T01:59:12.999 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:12 smithi033 bash[21389]: cephadm 2024-03-10T01:59:11.098263+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi160:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T01:59:12.999 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:12 smithi033 bash[21389]: cephadm 2024-03-10T01:59:11.427245+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-10T01:59:12.999 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:12 smithi033 bash[21389]: cephadm 2024-03-10T01:59:11.430556+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring daemon mon.a on smithi033 2024-03-10T01:59:13.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:12 smithi066 bash[22181]: cephadm 2024-03-10T01:59:10.881892+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-03-10T01:59:13.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:12 smithi066 bash[22181]: cephadm 2024-03-10T01:59:10.882448+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi066:/etc/ceph/ceph.conf 2024-03-10T01:59:13.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:12 smithi066 bash[22181]: cephadm 2024-03-10T01:59:10.883368+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-03-10T01:59:13.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:12 smithi066 bash[22181]: cephadm 2024-03-10T01:59:11.096709+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi033:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T01:59:13.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:12 smithi066 bash[22181]: cephadm 2024-03-10T01:59:11.097602+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi066:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T01:59:13.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:12 smithi066 bash[22181]: cephadm 2024-03-10T01:59:11.098263+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi160:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T01:59:13.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:12 smithi066 bash[22181]: cephadm 2024-03-10T01:59:11.427245+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-10T01:59:13.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:12 smithi066 bash[22181]: cephadm 2024-03-10T01:59:11.430556+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring daemon mon.a on smithi033 2024-03-10T01:59:13.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:12 smithi160 bash[22106]: cephadm 2024-03-10T01:59:10.881892+0000 mgr.a (mgr.14152) 96 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-03-10T01:59:13.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:12 smithi160 bash[22106]: cephadm 2024-03-10T01:59:10.882448+0000 mgr.a (mgr.14152) 97 : cephadm [INF] Updating smithi066:/etc/ceph/ceph.conf 2024-03-10T01:59:13.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:12 smithi160 bash[22106]: cephadm 2024-03-10T01:59:10.883368+0000 mgr.a (mgr.14152) 98 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-03-10T01:59:13.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:12 smithi160 bash[22106]: cephadm 2024-03-10T01:59:11.096709+0000 mgr.a (mgr.14152) 99 : cephadm [INF] Updating smithi033:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T01:59:13.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:12 smithi160 bash[22106]: cephadm 2024-03-10T01:59:11.097602+0000 mgr.a (mgr.14152) 100 : cephadm [INF] Updating smithi066:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T01:59:13.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:12 smithi160 bash[22106]: cephadm 2024-03-10T01:59:11.098263+0000 mgr.a (mgr.14152) 101 : cephadm [INF] Updating smithi160:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T01:59:13.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:12 smithi160 bash[22106]: cephadm 2024-03-10T01:59:11.427245+0000 mgr.a (mgr.14152) 102 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-03-10T01:59:13.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:12 smithi160 bash[22106]: cephadm 2024-03-10T01:59:11.430556+0000 mgr.a (mgr.14152) 103 : cephadm [INF] Reconfiguring daemon mon.a on smithi033 2024-03-10T01:59:14.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:13 smithi066 bash[22181]: cluster 2024-03-10T01:59:12.238133+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:14.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:13 smithi066 bash[22181]: audit 2024-03-10T01:59:13.373556+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:14.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:13 smithi066 bash[22181]: audit 2024-03-10T01:59:13.381067+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:14.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:13 smithi033 bash[21389]: cluster 2024-03-10T01:59:12.238133+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:14.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:13 smithi033 bash[21389]: audit 2024-03-10T01:59:13.373556+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:14.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:13 smithi033 bash[21389]: audit 2024-03-10T01:59:13.381067+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:14.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:13 smithi160 bash[22106]: cluster 2024-03-10T01:59:12.238133+0000 mgr.a (mgr.14152) 104 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:14.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:13 smithi160 bash[22106]: audit 2024-03-10T01:59:13.373556+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:14.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:13 smithi160 bash[22106]: audit 2024-03-10T01:59:13.381067+0000 mon.a (mon.0) 327 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:14.986 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T01:59:16.010 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:15 smithi033 bash[21389]: cluster 2024-03-10T01:59:14.238591+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:16.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:15 smithi066 bash[22181]: cluster 2024-03-10T01:59:14.238591+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:16.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:15 smithi160 bash[22106]: cluster 2024-03-10T01:59:14.238591+0000 mgr.a (mgr.14152) 105 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:17.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:16 smithi066 bash[22181]: cluster 2024-03-10T01:59:16.239126+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:17.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:16 smithi033 bash[21389]: cluster 2024-03-10T01:59:16.239126+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:17.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:16 smithi160 bash[22106]: cluster 2024-03-10T01:59:16.239126+0000 mgr.a (mgr.14152) 106 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:17.419 INFO:teuthology.orchestra.run.smithi033.stdout:# minimal ceph.conf for 1bb78214-de81-11ee-95c7-87774f69a715 2024-03-10T01:59:17.419 INFO:teuthology.orchestra.run.smithi033.stdout:[global] 2024-03-10T01:59:17.419 INFO:teuthology.orchestra.run.smithi033.stdout: fsid = 1bb78214-de81-11ee-95c7-87774f69a715 2024-03-10T01:59:17.419 INFO:teuthology.orchestra.run.smithi033.stdout: mon_host = [v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0] [v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0] [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] 2024-03-10T01:59:18.129 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:17 smithi033 bash[21389]: audit 2024-03-10T01:59:17.420394+0000 mon.a (mon.0) 328 : audit [DBG] from='client.? 172.21.15.33:0/3204415794' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:18.130 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-03-10T01:59:18.131 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-03-10T01:59:18.131 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/etc/ceph/ceph.conf 2024-03-10T01:59:18.144 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-03-10T01:59:18.144 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-10T01:59:18.194 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:17 smithi160 bash[22106]: audit 2024-03-10T01:59:17.420394+0000 mon.a (mon.0) 328 : audit [DBG] from='client.? 172.21.15.33:0/3204415794' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:18.201 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-10T01:59:18.201 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/etc/ceph/ceph.conf 2024-03-10T01:59:18.212 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:17 smithi066 bash[22181]: audit 2024-03-10T01:59:17.420394+0000 mon.a (mon.0) 328 : audit [DBG] from='client.? 172.21.15.33:0/3204415794' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:18.216 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-10T01:59:18.216 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-10T01:59:18.273 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-03-10T01:59:18.273 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/ceph/ceph.conf 2024-03-10T01:59:18.284 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-03-10T01:59:18.284 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-03-10T01:59:18.342 INFO:tasks.cephadm:Adding mgr.a on smithi033 2024-03-10T01:59:18.342 INFO:tasks.cephadm:Adding mgr.b on smithi066 2024-03-10T01:59:18.342 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph orch apply mgr '2;smithi033=a;smithi066=b' 2024-03-10T01:59:19.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:18 smithi066 bash[22181]: cluster 2024-03-10T01:59:18.239560+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:19.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:18 smithi033 bash[21389]: cluster 2024-03-10T01:59:18.239560+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:19.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:18 smithi160 bash[22106]: cluster 2024-03-10T01:59:18.239560+0000 mgr.a (mgr.14152) 107 : cluster [DBG] pgmap v53: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:20.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:20 smithi033 bash[21389]: audit 2024-03-10T01:59:19.341166+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:20.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:20 smithi033 bash[21389]: audit 2024-03-10T01:59:19.349226+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:20.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:20 smithi033 bash[21389]: audit 2024-03-10T01:59:19.358898+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:20.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:20 smithi160 bash[22106]: audit 2024-03-10T01:59:19.341166+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:20.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:20 smithi160 bash[22106]: audit 2024-03-10T01:59:19.349226+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:20.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:20 smithi160 bash[22106]: audit 2024-03-10T01:59:19.358898+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:20.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:20 smithi066 bash[22181]: audit 2024-03-10T01:59:19.341166+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:20.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:20 smithi066 bash[22181]: audit 2024-03-10T01:59:19.349226+0000 mon.a (mon.0) 330 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:20.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:20 smithi066 bash[22181]: audit 2024-03-10T01:59:19.358898+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:21.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:21 smithi066 bash[22181]: cluster 2024-03-10T01:59:20.239965+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:21.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:21 smithi033 bash[21389]: cluster 2024-03-10T01:59:20.239965+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:21.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:21 smithi160 bash[22106]: cluster 2024-03-10T01:59:20.239965+0000 mgr.a (mgr.14152) 108 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:22.398 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.c/config 2024-03-10T01:59:23.737 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:23 smithi160 bash[22106]: cluster 2024-03-10T01:59:22.240456+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:23.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:23 smithi066 bash[22181]: cluster 2024-03-10T01:59:22.240456+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:23.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:23 smithi033 bash[21389]: cluster 2024-03-10T01:59:22.240456+0000 mgr.a (mgr.14152) 109 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:24.712 INFO:teuthology.orchestra.run.smithi160.stdout:Scheduled mgr update... 2024-03-10T01:59:25.222 DEBUG:teuthology.orchestra.run.smithi066:mgr.b> sudo journalctl -f -n 0 -u ceph-1bb78214-de81-11ee-95c7-87774f69a715@mgr.b.service 2024-03-10T01:59:25.224 INFO:tasks.cephadm:Deploying OSDs... 2024-03-10T01:59:25.225 DEBUG:teuthology.orchestra.run.smithi033:> set -ex 2024-03-10T01:59:25.225 DEBUG:teuthology.orchestra.run.smithi033:> dd if=/scratch_devs of=/dev/stdout 2024-03-10T01:59:25.231 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-10T01:59:25.231 DEBUG:teuthology.orchestra.run.smithi033:> stat /dev/vg_nvme/lv_1 2024-03-10T01:59:25.278 INFO:teuthology.orchestra.run.smithi033.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-10T01:59:25.278 INFO:teuthology.orchestra.run.smithi033.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-10T01:59:25.279 INFO:teuthology.orchestra.run.smithi033.stdout:Device: 5h/5d Inode: 886 Links: 1 2024-03-10T01:59:25.279 INFO:teuthology.orchestra.run.smithi033.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-10T01:59:25.279 INFO:teuthology.orchestra.run.smithi033.stdout:Access: 2024-03-10 01:48:36.027310433 +0000 2024-03-10T01:59:25.279 INFO:teuthology.orchestra.run.smithi033.stdout:Modify: 2024-03-10 01:48:35.763312788 +0000 2024-03-10T01:59:25.279 INFO:teuthology.orchestra.run.smithi033.stdout:Change: 2024-03-10 01:48:35.763312788 +0000 2024-03-10T01:59:25.279 INFO:teuthology.orchestra.run.smithi033.stdout: Birth: - 2024-03-10T01:59:25.279 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-10T01:59:25.332 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records in 2024-03-10T01:59:25.332 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records out 2024-03-10T01:59:25.332 INFO:teuthology.orchestra.run.smithi033.stderr:512 bytes copied, 0.000430845 s, 1.2 MB/s 2024-03-10T01:59:25.334 DEBUG:teuthology.orchestra.run.smithi033:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-10T01:59:25.383 DEBUG:teuthology.orchestra.run.smithi033:> stat /dev/vg_nvme/lv_2 2024-03-10T01:59:25.429 INFO:teuthology.orchestra.run.smithi033.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-10T01:59:25.429 INFO:teuthology.orchestra.run.smithi033.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-10T01:59:25.429 INFO:teuthology.orchestra.run.smithi033.stdout:Device: 5h/5d Inode: 905 Links: 1 2024-03-10T01:59:25.429 INFO:teuthology.orchestra.run.smithi033.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-10T01:59:25.429 INFO:teuthology.orchestra.run.smithi033.stdout:Access: 2024-03-10 01:48:36.543305830 +0000 2024-03-10T01:59:25.429 INFO:teuthology.orchestra.run.smithi033.stdout:Modify: 2024-03-10 01:48:36.263308328 +0000 2024-03-10T01:59:25.429 INFO:teuthology.orchestra.run.smithi033.stdout:Change: 2024-03-10 01:48:36.263308328 +0000 2024-03-10T01:59:25.430 INFO:teuthology.orchestra.run.smithi033.stdout: Birth: - 2024-03-10T01:59:25.430 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-10T01:59:25.484 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records in 2024-03-10T01:59:25.484 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records out 2024-03-10T01:59:25.484 INFO:teuthology.orchestra.run.smithi033.stderr:512 bytes copied, 0.000426229 s, 1.2 MB/s 2024-03-10T01:59:25.485 DEBUG:teuthology.orchestra.run.smithi033:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-10T01:59:25.535 DEBUG:teuthology.orchestra.run.smithi033:> stat /dev/vg_nvme/lv_3 2024-03-10T01:59:25.581 INFO:teuthology.orchestra.run.smithi033.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-10T01:59:25.582 INFO:teuthology.orchestra.run.smithi033.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-10T01:59:25.582 INFO:teuthology.orchestra.run.smithi033.stdout:Device: 5h/5d Inode: 922 Links: 1 2024-03-10T01:59:25.582 INFO:teuthology.orchestra.run.smithi033.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-10T01:59:25.582 INFO:teuthology.orchestra.run.smithi033.stdout:Access: 2024-03-10 01:48:37.079301048 +0000 2024-03-10T01:59:25.582 INFO:teuthology.orchestra.run.smithi033.stdout:Modify: 2024-03-10 01:48:36.783303689 +0000 2024-03-10T01:59:25.582 INFO:teuthology.orchestra.run.smithi033.stdout:Change: 2024-03-10 01:48:36.783303689 +0000 2024-03-10T01:59:25.582 INFO:teuthology.orchestra.run.smithi033.stdout: Birth: - 2024-03-10T01:59:25.582 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-10T01:59:25.635 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records in 2024-03-10T01:59:25.636 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records out 2024-03-10T01:59:25.636 INFO:teuthology.orchestra.run.smithi033.stderr:512 bytes copied, 0.000311546 s, 1.6 MB/s 2024-03-10T01:59:25.637 DEBUG:teuthology.orchestra.run.smithi033:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-10T01:59:25.687 DEBUG:teuthology.orchestra.run.smithi033:> stat /dev/vg_nvme/lv_4 2024-03-10T01:59:25.738 INFO:teuthology.orchestra.run.smithi033.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-10T01:59:25.739 INFO:teuthology.orchestra.run.smithi033.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-10T01:59:25.739 INFO:teuthology.orchestra.run.smithi033.stdout:Device: 5h/5d Inode: 943 Links: 1 2024-03-10T01:59:25.739 INFO:teuthology.orchestra.run.smithi033.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-10T01:59:25.739 INFO:teuthology.orchestra.run.smithi033.stdout:Access: 2024-03-10 01:48:37.603296374 +0000 2024-03-10T01:59:25.739 INFO:teuthology.orchestra.run.smithi033.stdout:Modify: 2024-03-10 01:48:37.323298872 +0000 2024-03-10T01:59:25.740 INFO:teuthology.orchestra.run.smithi033.stdout:Change: 2024-03-10 01:48:37.323298872 +0000 2024-03-10T01:59:25.740 INFO:teuthology.orchestra.run.smithi033.stdout: Birth: - 2024-03-10T01:59:25.740 DEBUG:teuthology.orchestra.run.smithi033:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-10T01:59:25.792 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records in 2024-03-10T01:59:25.793 INFO:teuthology.orchestra.run.smithi033.stderr:1+0 records out 2024-03-10T01:59:25.793 INFO:teuthology.orchestra.run.smithi033.stderr:512 bytes copied, 0.000385783 s, 1.3 MB/s 2024-03-10T01:59:25.794 DEBUG:teuthology.orchestra.run.smithi033:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-10T01:59:25.835 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:25 smithi066 bash[22181]: cluster 2024-03-10T01:59:24.240954+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:25.835 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:25 smithi066 bash[22181]: audit 2024-03-10T01:59:24.701062+0000 mgr.a (mgr.14152) 111 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi033=a;smithi066=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T01:59:25.835 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:25 smithi066 bash[22181]: cephadm 2024-03-10T01:59:24.704701+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Saving service mgr spec with placement smithi033=a;smithi066=b;count:2 2024-03-10T01:59:25.835 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:25 smithi066 bash[22181]: audit 2024-03-10T01:59:24.712871+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:25.835 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:25 smithi066 bash[22181]: audit 2024-03-10T01:59:24.745872+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:59:25.835 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:25 smithi066 bash[22181]: audit 2024-03-10T01:59:24.751606+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:25.835 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:25 smithi066 bash[22181]: audit 2024-03-10T01:59:24.753437+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:59:25.835 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:25 smithi066 bash[22181]: audit 2024-03-10T01:59:24.764286+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:25.836 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:25 smithi066 bash[22181]: audit 2024-03-10T01:59:24.769462+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-10T01:59:25.836 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:25 smithi066 bash[22181]: audit 2024-03-10T01:59:24.773697+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-10T01:59:25.836 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:25 smithi066 bash[22181]: audit 2024-03-10T01:59:24.778280+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-10T01:59:25.836 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:25 smithi066 bash[22181]: audit 2024-03-10T01:59:24.780226+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:25.836 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:25 smithi066 bash[22181]: cephadm 2024-03-10T01:59:24.782343+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Deploying daemon mgr.b on smithi066 2024-03-10T01:59:25.836 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:25 smithi066 bash[22181]: audit 2024-03-10T01:59:25.278421+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:25.836 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:25 smithi066 bash[22181]: audit 2024-03-10T01:59:25.286235+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:25.836 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:25 smithi066 bash[22181]: audit 2024-03-10T01:59:25.295701+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:25.843 DEBUG:teuthology.orchestra.run.smithi066:> set -ex 2024-03-10T01:59:25.843 DEBUG:teuthology.orchestra.run.smithi066:> dd if=/scratch_devs of=/dev/stdout 2024-03-10T01:59:25.848 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-10T01:59:25.848 DEBUG:teuthology.orchestra.run.smithi066:> stat /dev/vg_nvme/lv_1 2024-03-10T01:59:25.896 INFO:teuthology.orchestra.run.smithi066.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-10T01:59:25.896 INFO:teuthology.orchestra.run.smithi066.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-10T01:59:25.896 INFO:teuthology.orchestra.run.smithi066.stdout:Device: 5h/5d Inode: 880 Links: 1 2024-03-10T01:59:25.896 INFO:teuthology.orchestra.run.smithi066.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-10T01:59:25.896 INFO:teuthology.orchestra.run.smithi066.stdout:Access: 2024-03-10 01:48:36.301567418 +0000 2024-03-10T01:59:25.896 INFO:teuthology.orchestra.run.smithi066.stdout:Modify: 2024-03-10 01:48:36.025569884 +0000 2024-03-10T01:59:25.896 INFO:teuthology.orchestra.run.smithi066.stdout:Change: 2024-03-10 01:48:36.025569884 +0000 2024-03-10T01:59:25.896 INFO:teuthology.orchestra.run.smithi066.stdout: Birth: - 2024-03-10T01:59:25.896 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-10T01:59:25.952 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records in 2024-03-10T01:59:25.952 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records out 2024-03-10T01:59:25.952 INFO:teuthology.orchestra.run.smithi066.stderr:512 bytes copied, 0.000433859 s, 1.2 MB/s 2024-03-10T01:59:25.953 DEBUG:teuthology.orchestra.run.smithi066:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-10T01:59:26.002 DEBUG:teuthology.orchestra.run.smithi066:> stat /dev/vg_nvme/lv_2 2024-03-10T01:59:26.049 INFO:teuthology.orchestra.run.smithi066.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-10T01:59:26.049 INFO:teuthology.orchestra.run.smithi066.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-10T01:59:26.049 INFO:teuthology.orchestra.run.smithi066.stdout:Device: 5h/5d Inode: 902 Links: 1 2024-03-10T01:59:26.049 INFO:teuthology.orchestra.run.smithi066.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-10T01:59:26.049 INFO:teuthology.orchestra.run.smithi066.stdout:Access: 2024-03-10 01:48:36.817562809 +0000 2024-03-10T01:59:26.049 INFO:teuthology.orchestra.run.smithi066.stdout:Modify: 2024-03-10 01:48:36.553565167 +0000 2024-03-10T01:59:26.049 INFO:teuthology.orchestra.run.smithi066.stdout:Change: 2024-03-10 01:48:36.553565167 +0000 2024-03-10T01:59:26.049 INFO:teuthology.orchestra.run.smithi066.stdout: Birth: - 2024-03-10T01:59:26.049 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-10T01:59:26.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:25 smithi033 bash[21389]: cluster 2024-03-10T01:59:24.240954+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:26.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:25 smithi033 bash[21389]: audit 2024-03-10T01:59:24.701062+0000 mgr.a (mgr.14152) 111 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi033=a;smithi066=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T01:59:26.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:25 smithi033 bash[21389]: cephadm 2024-03-10T01:59:24.704701+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Saving service mgr spec with placement smithi033=a;smithi066=b;count:2 2024-03-10T01:59:26.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:25 smithi033 bash[21389]: audit 2024-03-10T01:59:24.712871+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:26.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:25 smithi033 bash[21389]: audit 2024-03-10T01:59:24.745872+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:59:26.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:25 smithi033 bash[21389]: audit 2024-03-10T01:59:24.751606+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:26.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:25 smithi033 bash[21389]: audit 2024-03-10T01:59:24.753437+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:59:26.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:25 smithi033 bash[21389]: audit 2024-03-10T01:59:24.764286+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:26.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:25 smithi033 bash[21389]: audit 2024-03-10T01:59:24.769462+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-10T01:59:26.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:25 smithi033 bash[21389]: audit 2024-03-10T01:59:24.773697+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-10T01:59:26.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:25 smithi033 bash[21389]: audit 2024-03-10T01:59:24.778280+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-10T01:59:26.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:25 smithi033 bash[21389]: audit 2024-03-10T01:59:24.780226+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:26.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:25 smithi033 bash[21389]: cephadm 2024-03-10T01:59:24.782343+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Deploying daemon mgr.b on smithi066 2024-03-10T01:59:26.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:25 smithi033 bash[21389]: audit 2024-03-10T01:59:25.278421+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:26.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:25 smithi033 bash[21389]: audit 2024-03-10T01:59:25.286235+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:26.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:25 smithi033 bash[21389]: audit 2024-03-10T01:59:25.295701+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:26.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:25 smithi160 bash[22106]: cluster 2024-03-10T01:59:24.240954+0000 mgr.a (mgr.14152) 110 : cluster [DBG] pgmap v56: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:26.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:25 smithi160 bash[22106]: audit 2024-03-10T01:59:24.701062+0000 mgr.a (mgr.14152) 111 : audit [DBG] from='client.24106 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi033=a;smithi066=b", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T01:59:26.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:25 smithi160 bash[22106]: cephadm 2024-03-10T01:59:24.704701+0000 mgr.a (mgr.14152) 112 : cephadm [INF] Saving service mgr spec with placement smithi033=a;smithi066=b;count:2 2024-03-10T01:59:26.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:25 smithi160 bash[22106]: audit 2024-03-10T01:59:24.712871+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:26.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:25 smithi160 bash[22106]: audit 2024-03-10T01:59:24.745872+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:59:26.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:25 smithi160 bash[22106]: audit 2024-03-10T01:59:24.751606+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:26.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:25 smithi160 bash[22106]: audit 2024-03-10T01:59:24.753437+0000 mon.a (mon.0) 335 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:59:26.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:25 smithi160 bash[22106]: audit 2024-03-10T01:59:24.764286+0000 mon.a (mon.0) 336 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:26.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:25 smithi160 bash[22106]: audit 2024-03-10T01:59:24.769462+0000 mon.a (mon.0) 337 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-10T01:59:26.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:25 smithi160 bash[22106]: audit 2024-03-10T01:59:24.773697+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-03-10T01:59:26.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:25 smithi160 bash[22106]: audit 2024-03-10T01:59:24.778280+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-10T01:59:26.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:25 smithi160 bash[22106]: audit 2024-03-10T01:59:24.780226+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:26.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:25 smithi160 bash[22106]: cephadm 2024-03-10T01:59:24.782343+0000 mgr.a (mgr.14152) 113 : cephadm [INF] Deploying daemon mgr.b on smithi066 2024-03-10T01:59:26.104 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:25 smithi160 bash[22106]: audit 2024-03-10T01:59:25.278421+0000 mon.a (mon.0) 341 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:26.104 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:25 smithi160 bash[22106]: audit 2024-03-10T01:59:25.286235+0000 mon.a (mon.0) 342 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:26.104 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:25 smithi160 bash[22106]: audit 2024-03-10T01:59:25.295701+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:26.104 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records in 2024-03-10T01:59:26.104 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records out 2024-03-10T01:59:26.104 INFO:teuthology.orchestra.run.smithi066.stderr:512 bytes copied, 0.000385562 s, 1.3 MB/s 2024-03-10T01:59:26.105 DEBUG:teuthology.orchestra.run.smithi066:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-10T01:59:26.154 DEBUG:teuthology.orchestra.run.smithi066:> stat /dev/vg_nvme/lv_3 2024-03-10T01:59:26.201 INFO:teuthology.orchestra.run.smithi066.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-10T01:59:26.201 INFO:teuthology.orchestra.run.smithi066.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-10T01:59:26.201 INFO:teuthology.orchestra.run.smithi066.stdout:Device: 5h/5d Inode: 919 Links: 1 2024-03-10T01:59:26.201 INFO:teuthology.orchestra.run.smithi066.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-10T01:59:26.201 INFO:teuthology.orchestra.run.smithi066.stdout:Access: 2024-03-10 01:48:37.329558236 +0000 2024-03-10T01:59:26.201 INFO:teuthology.orchestra.run.smithi066.stdout:Modify: 2024-03-10 01:48:37.061560630 +0000 2024-03-10T01:59:26.201 INFO:teuthology.orchestra.run.smithi066.stdout:Change: 2024-03-10 01:48:37.061560630 +0000 2024-03-10T01:59:26.201 INFO:teuthology.orchestra.run.smithi066.stdout: Birth: - 2024-03-10T01:59:26.202 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-10T01:59:26.259 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records in 2024-03-10T01:59:26.259 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records out 2024-03-10T01:59:26.260 INFO:teuthology.orchestra.run.smithi066.stderr:512 bytes copied, 0.000406979 s, 1.3 MB/s 2024-03-10T01:59:26.261 DEBUG:teuthology.orchestra.run.smithi066:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-10T01:59:26.311 DEBUG:teuthology.orchestra.run.smithi066:> stat /dev/vg_nvme/lv_4 2024-03-10T01:59:26.356 INFO:teuthology.orchestra.run.smithi066.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-10T01:59:26.357 INFO:teuthology.orchestra.run.smithi066.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-10T01:59:26.357 INFO:teuthology.orchestra.run.smithi066.stdout:Device: 5h/5d Inode: 937 Links: 1 2024-03-10T01:59:26.357 INFO:teuthology.orchestra.run.smithi066.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-10T01:59:26.357 INFO:teuthology.orchestra.run.smithi066.stdout:Access: 2024-03-10 01:48:37.833553734 +0000 2024-03-10T01:59:26.357 INFO:teuthology.orchestra.run.smithi066.stdout:Modify: 2024-03-10 01:48:37.545556306 +0000 2024-03-10T01:59:26.357 INFO:teuthology.orchestra.run.smithi066.stdout:Change: 2024-03-10 01:48:37.545556306 +0000 2024-03-10T01:59:26.357 INFO:teuthology.orchestra.run.smithi066.stdout: Birth: - 2024-03-10T01:59:26.357 DEBUG:teuthology.orchestra.run.smithi066:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-10T01:59:26.411 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records in 2024-03-10T01:59:26.411 INFO:teuthology.orchestra.run.smithi066.stderr:1+0 records out 2024-03-10T01:59:26.412 INFO:teuthology.orchestra.run.smithi066.stderr:512 bytes copied, 0.000325997 s, 1.6 MB/s 2024-03-10T01:59:26.412 DEBUG:teuthology.orchestra.run.smithi066:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-10T01:59:26.461 DEBUG:teuthology.orchestra.run.smithi160:> set -ex 2024-03-10T01:59:26.461 DEBUG:teuthology.orchestra.run.smithi160:> dd if=/scratch_devs of=/dev/stdout 2024-03-10T01:59:26.467 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-10T01:59:26.468 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_1 2024-03-10T01:59:26.513 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-03-10T01:59:26.513 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-10T01:59:26.513 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 885 Links: 1 2024-03-10T01:59:26.514 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-10T01:59:26.514 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-03-10 01:48:38.364062978 +0000 2024-03-10T01:59:26.514 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-03-10 01:48:38.100065333 +0000 2024-03-10T01:59:26.514 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-03-10 01:48:38.100065333 +0000 2024-03-10T01:59:26.514 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-03-10T01:59:26.514 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-03-10T01:59:26.568 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-03-10T01:59:26.568 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-03-10T01:59:26.568 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000377814 s, 1.4 MB/s 2024-03-10T01:59:26.569 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-03-10T01:59:26.618 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_2 2024-03-10T01:59:26.665 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-03-10T01:59:26.665 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-10T01:59:26.665 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 909 Links: 1 2024-03-10T01:59:26.665 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-10T01:59:26.665 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-03-10 01:48:38.864058517 +0000 2024-03-10T01:59:26.665 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-03-10 01:48:38.600060872 +0000 2024-03-10T01:59:26.665 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-03-10 01:48:38.600060872 +0000 2024-03-10T01:59:26.665 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-03-10T01:59:26.666 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-03-10T01:59:26.719 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-03-10T01:59:26.719 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-03-10T01:59:26.720 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000427384 s, 1.2 MB/s 2024-03-10T01:59:26.721 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-03-10T01:59:26.770 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_3 2024-03-10T01:59:26.817 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-03-10T01:59:26.817 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-10T01:59:26.817 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 926 Links: 1 2024-03-10T01:59:26.817 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-10T01:59:26.817 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-03-10 01:48:39.356054128 +0000 2024-03-10T01:59:26.817 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-03-10 01:48:39.092056484 +0000 2024-03-10T01:59:26.818 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-03-10 01:48:39.092056484 +0000 2024-03-10T01:59:26.818 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-03-10T01:59:26.818 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-03-10T01:59:26.871 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-03-10T01:59:26.871 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-03-10T01:59:26.871 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000341199 s, 1.5 MB/s 2024-03-10T01:59:26.872 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-03-10T01:59:26.922 DEBUG:teuthology.orchestra.run.smithi160:> stat /dev/vg_nvme/lv_4 2024-03-10T01:59:26.969 INFO:teuthology.orchestra.run.smithi160.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-03-10T01:59:26.969 INFO:teuthology.orchestra.run.smithi160.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-03-10T01:59:26.969 INFO:teuthology.orchestra.run.smithi160.stdout:Device: 5h/5d Inode: 943 Links: 1 2024-03-10T01:59:26.969 INFO:teuthology.orchestra.run.smithi160.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-03-10T01:59:26.969 INFO:teuthology.orchestra.run.smithi160.stdout:Access: 2024-03-10 01:48:39.568052238 +0000 2024-03-10T01:59:26.969 INFO:teuthology.orchestra.run.smithi160.stdout:Modify: 2024-03-10 01:48:39.564052272 +0000 2024-03-10T01:59:26.970 INFO:teuthology.orchestra.run.smithi160.stdout:Change: 2024-03-10 01:48:39.564052272 +0000 2024-03-10T01:59:26.970 INFO:teuthology.orchestra.run.smithi160.stdout: Birth: - 2024-03-10T01:59:26.970 DEBUG:teuthology.orchestra.run.smithi160:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-03-10T01:59:27.023 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records in 2024-03-10T01:59:27.024 INFO:teuthology.orchestra.run.smithi160.stderr:1+0 records out 2024-03-10T01:59:27.024 INFO:teuthology.orchestra.run.smithi160.stderr:512 bytes copied, 0.000374346 s, 1.4 MB/s 2024-03-10T01:59:27.025 DEBUG:teuthology.orchestra.run.smithi160:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-03-10T01:59:27.075 INFO:tasks.cephadm:Deploying osd.0 on smithi033 with /dev/vg_nvme/lv_4... 2024-03-10T01:59:27.075 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-10T01:59:27.806 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 01:59:27 smithi066 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T01:59:27.807 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 01:59:27 smithi066 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T01:59:27.807 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 01:59:27 smithi066 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T01:59:27.807 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:27 smithi066 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T01:59:27.807 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:27 smithi066 bash[22181]: cluster 2024-03-10T01:59:26.241388+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:28.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:27 smithi033 bash[21389]: cluster 2024-03-10T01:59:26.241388+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:28.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:27 smithi160 bash[22106]: cluster 2024-03-10T01:59:26.241388+0000 mgr.a (mgr.14152) 114 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:28.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:27 smithi066 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T01:59:28.303 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 01:59:27 smithi066 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T01:59:28.303 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 01:59:27 smithi066 systemd[1]: Started Ceph mgr.b for 1bb78214-de81-11ee-95c7-87774f69a715. 2024-03-10T01:59:29.303 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 01:59:29 smithi066 bash[23272]: debug 2024-03-10T01:59:29.196+0000 7f82b4596700 1 -- 172.21.15.66:0/2612700845 <== mon.2 v2:172.21.15.66:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56545be545a0 con 0x56545cbd8c00 2024-03-10T01:59:29.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:29 smithi066 bash[22181]: audit 2024-03-10T01:59:28.024173+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:29.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:29 smithi066 bash[22181]: audit 2024-03-10T01:59:28.033079+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:29.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:29 smithi066 bash[22181]: audit 2024-03-10T01:59:28.062224+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:29.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:29 smithi066 bash[22181]: audit 2024-03-10T01:59:28.070688+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:29.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:29 smithi066 bash[22181]: audit 2024-03-10T01:59:28.171698+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:59:29.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:29 smithi066 bash[22181]: audit 2024-03-10T01:59:28.177026+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:29.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:29 smithi066 bash[22181]: audit 2024-03-10T01:59:28.178557+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:59:29.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:29 smithi066 bash[22181]: audit 2024-03-10T01:59:28.187886+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:29.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:29 smithi066 bash[22181]: cephadm 2024-03-10T01:59:28.188589+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-10T01:59:29.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:29 smithi066 bash[22181]: cluster 2024-03-10T01:59:28.241674+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:29.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:29 smithi066 bash[22181]: cephadm 2024-03-10T01:59:28.284831+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-10T01:59:29.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:29 smithi066 bash[22181]: audit 2024-03-10T01:59:28.285433+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-10T01:59:29.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:29 smithi066 bash[22181]: audit 2024-03-10T01:59:28.286594+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-10T01:59:29.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:29 smithi066 bash[22181]: audit 2024-03-10T01:59:28.287608+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:29.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:29 smithi066 bash[22181]: cephadm 2024-03-10T01:59:28.288889+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Reconfiguring daemon mgr.a on smithi033 2024-03-10T01:59:29.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:29 smithi066 bash[22181]: audit 2024-03-10T01:59:28.736793+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:29.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:29 smithi160 bash[22106]: audit 2024-03-10T01:59:28.024173+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:29.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:29 smithi160 bash[22106]: audit 2024-03-10T01:59:28.033079+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:29.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:29 smithi160 bash[22106]: audit 2024-03-10T01:59:28.062224+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:29.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:29 smithi160 bash[22106]: audit 2024-03-10T01:59:28.070688+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:29.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:29 smithi160 bash[22106]: audit 2024-03-10T01:59:28.171698+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:59:29.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:29 smithi160 bash[22106]: audit 2024-03-10T01:59:28.177026+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:29.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:29 smithi160 bash[22106]: audit 2024-03-10T01:59:28.178557+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:59:29.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:29 smithi160 bash[22106]: audit 2024-03-10T01:59:28.187886+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:29.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:29 smithi160 bash[22106]: cephadm 2024-03-10T01:59:28.188589+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-10T01:59:29.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:29 smithi160 bash[22106]: cluster 2024-03-10T01:59:28.241674+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:29.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:29 smithi160 bash[22106]: cephadm 2024-03-10T01:59:28.284831+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-10T01:59:29.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:29 smithi160 bash[22106]: audit 2024-03-10T01:59:28.285433+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-10T01:59:29.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:29 smithi160 bash[22106]: audit 2024-03-10T01:59:28.286594+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-10T01:59:29.354 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:29 smithi160 bash[22106]: audit 2024-03-10T01:59:28.287608+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:29.354 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:29 smithi160 bash[22106]: cephadm 2024-03-10T01:59:28.288889+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Reconfiguring daemon mgr.a on smithi033 2024-03-10T01:59:29.354 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:29 smithi160 bash[22106]: audit 2024-03-10T01:59:28.736793+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:29.384 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:29 smithi033 bash[21389]: audit 2024-03-10T01:59:28.024173+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:29.384 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:29 smithi033 bash[21389]: audit 2024-03-10T01:59:28.033079+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:29.384 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:29 smithi033 bash[21389]: audit 2024-03-10T01:59:28.062224+0000 mon.a (mon.0) 346 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:29.384 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:29 smithi033 bash[21389]: audit 2024-03-10T01:59:28.070688+0000 mon.a (mon.0) 347 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:29.384 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:29 smithi033 bash[21389]: audit 2024-03-10T01:59:28.171698+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:59:29.384 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:29 smithi033 bash[21389]: audit 2024-03-10T01:59:28.177026+0000 mon.a (mon.0) 349 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:29.384 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:29 smithi033 bash[21389]: audit 2024-03-10T01:59:28.178557+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:59:29.384 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:29 smithi033 bash[21389]: audit 2024-03-10T01:59:28.187886+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:29.385 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:29 smithi033 bash[21389]: cephadm 2024-03-10T01:59:28.188589+0000 mgr.a (mgr.14152) 115 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-10T01:59:29.385 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:29 smithi033 bash[21389]: cluster 2024-03-10T01:59:28.241674+0000 mgr.a (mgr.14152) 116 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:29.385 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:29 smithi033 bash[21389]: cephadm 2024-03-10T01:59:28.284831+0000 mgr.a (mgr.14152) 117 : cephadm [INF] Reconfiguring mgr.a (unknown last config time)... 2024-03-10T01:59:29.385 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:29 smithi033 bash[21389]: audit 2024-03-10T01:59:28.285433+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-03-10T01:59:29.385 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:29 smithi033 bash[21389]: audit 2024-03-10T01:59:28.286594+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mgr services"}]: dispatch 2024-03-10T01:59:29.385 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:29 smithi033 bash[21389]: audit 2024-03-10T01:59:28.287608+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:29.385 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:29 smithi033 bash[21389]: cephadm 2024-03-10T01:59:28.288889+0000 mgr.a (mgr.14152) 118 : cephadm [INF] Reconfiguring daemon mgr.a on smithi033 2024-03-10T01:59:29.385 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:29 smithi033 bash[21389]: audit 2024-03-10T01:59:28.736793+0000 mon.a (mon.0) 355 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:29.803 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 01:59:29 smithi066 bash[23272]: debug 2024-03-10T01:59:29.344+0000 7f82be798200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-10T01:59:31.303 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 01:59:31 smithi066 bash[23272]: debug 2024-03-10T01:59:31.032+0000 7f82be798200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-10T01:59:31.303 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 01:59:31 smithi066 bash[23272]: debug 2024-03-10T01:59:31.140+0000 7f82be798200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-10T01:59:31.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:31 smithi033 bash[21389]: cluster 2024-03-10T01:59:30.242054+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:31.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:31 smithi033 bash[21389]: audit 2024-03-10T01:59:30.341060+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:31.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:31 smithi033 bash[21389]: audit 2024-03-10T01:59:31.058214+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:31.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:31 smithi033 bash[21389]: audit 2024-03-10T01:59:31.064027+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:31.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:31 smithi033 bash[21389]: audit 2024-03-10T01:59:31.112171+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:59:31.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:31 smithi033 bash[21389]: audit 2024-03-10T01:59:31.117057+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:31.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:31 smithi033 bash[21389]: audit 2024-03-10T01:59:31.118554+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:59:31.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:31 smithi033 bash[21389]: audit 2024-03-10T01:59:31.127796+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:31.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:31 smithi160 bash[22106]: cluster 2024-03-10T01:59:30.242054+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:31.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:31 smithi160 bash[22106]: audit 2024-03-10T01:59:30.341060+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:31.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:31 smithi160 bash[22106]: audit 2024-03-10T01:59:31.058214+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:31.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:31 smithi160 bash[22106]: audit 2024-03-10T01:59:31.064027+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:31.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:31 smithi160 bash[22106]: audit 2024-03-10T01:59:31.112171+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:59:31.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:31 smithi160 bash[22106]: audit 2024-03-10T01:59:31.117057+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:31.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:31 smithi160 bash[22106]: audit 2024-03-10T01:59:31.118554+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:59:31.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:31 smithi160 bash[22106]: audit 2024-03-10T01:59:31.127796+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:31.786 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T01:59:31.803 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 01:59:31 smithi066 bash[23272]: debug 2024-03-10T01:59:31.396+0000 7f82be798200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-10T01:59:31.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:31 smithi066 bash[22181]: cluster 2024-03-10T01:59:30.242054+0000 mgr.a (mgr.14152) 119 : cluster [DBG] pgmap v59: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:31.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:31 smithi066 bash[22181]: audit 2024-03-10T01:59:30.341060+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:31.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:31 smithi066 bash[22181]: audit 2024-03-10T01:59:31.058214+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:31.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:31 smithi066 bash[22181]: audit 2024-03-10T01:59:31.064027+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:31.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:31 smithi066 bash[22181]: audit 2024-03-10T01:59:31.112171+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:59:31.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:31 smithi066 bash[22181]: audit 2024-03-10T01:59:31.117057+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:31.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:31 smithi066 bash[22181]: audit 2024-03-10T01:59:31.118554+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:59:31.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:31 smithi066 bash[22181]: audit 2024-03-10T01:59:31.127796+0000 mon.a (mon.0) 362 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:32.553 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 01:59:32 smithi066 bash[23272]: debug 2024-03-10T01:59:32.228+0000 7f82be798200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-10T01:59:32.553 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 01:59:32 smithi066 bash[23272]: debug 2024-03-10T01:59:32.344+0000 7f82be798200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-10T01:59:32.553 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 01:59:32 smithi066 bash[23272]: debug 2024-03-10T01:59:32.452+0000 7f82be798200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-10T01:59:32.553 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:32 smithi066 bash[22181]: cephadm 2024-03-10T01:59:31.128657+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-10T01:59:32.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:32 smithi160 bash[22106]: cephadm 2024-03-10T01:59:31.128657+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-10T01:59:32.698 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:32 smithi033 bash[21389]: cephadm 2024-03-10T01:59:31.128657+0000 mgr.a (mgr.14152) 120 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-10T01:59:33.220 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 01:59:32 smithi066 bash[23272]: debug 2024-03-10T01:59:32.816+0000 7f82be798200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-10T01:59:33.221 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 01:59:32 smithi066 bash[23272]: debug 2024-03-10T01:59:32.928+0000 7f82be798200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-10T01:59:33.221 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 01:59:33 smithi066 bash[23272]: debug 2024-03-10T01:59:33.048+0000 7f82be798200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-10T01:59:33.553 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:33 smithi066 bash[22181]: cluster 2024-03-10T01:59:32.242488+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:33.553 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 01:59:33 smithi066 bash[23272]: debug 2024-03-10T01:59:33.428+0000 7f82be798200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-10T01:59:33.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:33 smithi033 bash[21389]: cluster 2024-03-10T01:59:32.242488+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:33.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:33 smithi160 bash[22106]: cluster 2024-03-10T01:59:32.242488+0000 mgr.a (mgr.14152) 121 : cluster [DBG] pgmap v60: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:33.939 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 01:59:33 smithi066 bash[23272]: debug 2024-03-10T01:59:33.672+0000 7f82be798200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-10T01:59:34.303 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 01:59:33 smithi066 bash[23272]: debug 2024-03-10T01:59:33.944+0000 7f82be798200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-10T01:59:34.303 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 01:59:34 smithi066 bash[23272]: debug 2024-03-10T01:59:34.060+0000 7f82be798200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-10T01:59:34.625 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:34 smithi033 bash[21389]: audit 2024-03-10T01:59:33.355362+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:34.625 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:34 smithi033 bash[21389]: audit 2024-03-10T01:59:33.940236+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:34.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:34 smithi066 bash[22181]: audit 2024-03-10T01:59:33.355362+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:34.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:34 smithi066 bash[22181]: audit 2024-03-10T01:59:33.940236+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:34.803 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 01:59:34 smithi066 bash[23272]: debug 2024-03-10T01:59:34.340+0000 7f82be798200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-10T01:59:34.803 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 01:59:34 smithi066 bash[23272]: debug 2024-03-10T01:59:34.592+0000 7f82be798200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-10T01:59:34.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:34 smithi160 bash[22106]: audit 2024-03-10T01:59:33.355362+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:34.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:34 smithi160 bash[22106]: audit 2024-03-10T01:59:33.940236+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:35.271 INFO:teuthology.orchestra.run.smithi033.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-10T01:59:35.272 INFO:teuthology.orchestra.run.smithi033.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-10T01:59:35.272 INFO:teuthology.orchestra.run.smithi033.stderr: stderr: 10+0 records in 2024-03-10T01:59:35.272 INFO:teuthology.orchestra.run.smithi033.stderr:10+0 records out 2024-03-10T01:59:35.272 INFO:teuthology.orchestra.run.smithi033.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0147958 s, 709 MB/s 2024-03-10T01:59:35.272 INFO:teuthology.orchestra.run.smithi033.stderr:--> Zapping successful for: 2024-03-10T01:59:35.303 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 01:59:35 smithi066 bash[23272]: debug 2024-03-10T01:59:35.012+0000 7f82be798200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-10T01:59:35.303 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 01:59:35 smithi066 bash[23272]: debug 2024-03-10T01:59:35.132+0000 7f82be798200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-10T01:59:35.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:35 smithi033 bash[21389]: cluster 2024-03-10T01:59:34.242933+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:35.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:35 smithi033 bash[21389]: audit 2024-03-10T01:59:35.153439+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:35.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:35 smithi033 bash[21389]: audit 2024-03-10T01:59:35.159450+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:35.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:35 smithi033 bash[21389]: audit 2024-03-10T01:59:35.166249+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:35.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:35 smithi033 bash[21389]: audit 2024-03-10T01:59:35.187872+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:59:35.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:35 smithi033 bash[21389]: audit 2024-03-10T01:59:35.190853+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:35.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:35 smithi033 bash[21389]: audit 2024-03-10T01:59:35.191636+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:59:35.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:35 smithi033 bash[21389]: audit 2024-03-10T01:59:35.198631+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:35.803 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 01:59:35 smithi066 bash[23272]: debug 2024-03-10T01:59:35.388+0000 7f82be798200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-10T01:59:35.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:35 smithi066 bash[22181]: cluster 2024-03-10T01:59:34.242933+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:35.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:35 smithi066 bash[22181]: audit 2024-03-10T01:59:35.153439+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:35.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:35 smithi066 bash[22181]: audit 2024-03-10T01:59:35.159450+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:35.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:35 smithi066 bash[22181]: audit 2024-03-10T01:59:35.166249+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:35.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:35 smithi066 bash[22181]: audit 2024-03-10T01:59:35.187872+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:59:35.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:35 smithi066 bash[22181]: audit 2024-03-10T01:59:35.190853+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:35.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:35 smithi066 bash[22181]: audit 2024-03-10T01:59:35.191636+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:59:35.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:35 smithi066 bash[22181]: audit 2024-03-10T01:59:35.198631+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:35.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:35 smithi160 bash[22106]: cluster 2024-03-10T01:59:34.242933+0000 mgr.a (mgr.14152) 122 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:35.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:35 smithi160 bash[22106]: audit 2024-03-10T01:59:35.153439+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:35.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:35 smithi160 bash[22106]: audit 2024-03-10T01:59:35.159450+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:35.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:35 smithi160 bash[22106]: audit 2024-03-10T01:59:35.166249+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:35.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:35 smithi160 bash[22106]: audit 2024-03-10T01:59:35.187872+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T01:59:35.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:35 smithi160 bash[22106]: audit 2024-03-10T01:59:35.190853+0000 mon.a (mon.0) 369 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:35.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:35 smithi160 bash[22106]: audit 2024-03-10T01:59:35.191636+0000 mon.a (mon.0) 370 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T01:59:35.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:35 smithi160 bash[22106]: audit 2024-03-10T01:59:35.198631+0000 mon.a (mon.0) 371 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:35.912 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph orch daemon add osd smithi033:vg_nvme/lv_4 2024-03-10T01:59:36.803 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 01:59:36 smithi066 bash[23272]: debug 2024-03-10T01:59:36.424+0000 7f82be798200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-10T01:59:36.803 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 01:59:36 smithi066 bash[23272]: debug 2024-03-10T01:59:36.544+0000 7f82be798200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-10T01:59:37.303 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 01:59:36 smithi066 bash[23272]: debug 2024-03-10T01:59:36.844+0000 7f82be798200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-10T01:59:37.303 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 01:59:36 smithi066 bash[23272]: debug 2024-03-10T01:59:36.960+0000 7f82be798200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-10T01:59:37.620 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:37 smithi033 bash[21389]: cluster 2024-03-10T01:59:36.243312+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:37.803 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 01:59:37 smithi066 bash[23272]: debug 2024-03-10T01:59:37.424+0000 7f82be798200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-10T01:59:37.803 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 01:59:37 smithi066 bash[23272]: debug 2024-03-10T01:59:37.548+0000 7f82be798200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-10T01:59:37.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:37 smithi066 bash[22181]: cluster 2024-03-10T01:59:36.243312+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:37.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:37 smithi160 bash[22106]: cluster 2024-03-10T01:59:36.243312+0000 mgr.a (mgr.14152) 123 : cluster [DBG] pgmap v62: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:38.640 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:38 smithi160 bash[22106]: audit 2024-03-10T01:59:37.577108+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.66:0/2640132185' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-10T01:59:38.640 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:38 smithi160 bash[22106]: audit 2024-03-10T01:59:37.578141+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.66:0/2640132185' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-10T01:59:38.640 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:38 smithi160 bash[22106]: cluster 2024-03-10T01:59:37.578200+0000 mon.a (mon.0) 372 : cluster [DBG] Standby manager daemon b started 2024-03-10T01:59:38.640 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:38 smithi160 bash[22106]: audit 2024-03-10T01:59:37.579349+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.66:0/2640132185' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-10T01:59:38.641 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:38 smithi160 bash[22106]: audit 2024-03-10T01:59:37.579978+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.66:0/2640132185' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-10T01:59:38.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:38 smithi066 bash[22181]: audit 2024-03-10T01:59:37.577108+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.66:0/2640132185' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-10T01:59:38.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:38 smithi066 bash[22181]: audit 2024-03-10T01:59:37.578141+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.66:0/2640132185' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-10T01:59:38.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:38 smithi066 bash[22181]: cluster 2024-03-10T01:59:37.578200+0000 mon.a (mon.0) 372 : cluster [DBG] Standby manager daemon b started 2024-03-10T01:59:38.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:38 smithi066 bash[22181]: audit 2024-03-10T01:59:37.579349+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.66:0/2640132185' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-10T01:59:38.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:38 smithi066 bash[22181]: audit 2024-03-10T01:59:37.579978+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.66:0/2640132185' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-10T01:59:38.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:38 smithi033 bash[21389]: audit 2024-03-10T01:59:37.577108+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.66:0/2640132185' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-10T01:59:38.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:38 smithi033 bash[21389]: audit 2024-03-10T01:59:37.578141+0000 mon.b (mon.2) 4 : audit [DBG] from='mgr.? 172.21.15.66:0/2640132185' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-10T01:59:38.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:38 smithi033 bash[21389]: cluster 2024-03-10T01:59:37.578200+0000 mon.a (mon.0) 372 : cluster [DBG] Standby manager daemon b started 2024-03-10T01:59:38.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:38 smithi033 bash[21389]: audit 2024-03-10T01:59:37.579349+0000 mon.b (mon.2) 5 : audit [DBG] from='mgr.? 172.21.15.66:0/2640132185' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-10T01:59:38.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:38 smithi033 bash[21389]: audit 2024-03-10T01:59:37.579978+0000 mon.b (mon.2) 6 : audit [DBG] from='mgr.? 172.21.15.66:0/2640132185' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-10T01:59:39.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:39 smithi160 bash[22106]: cluster 2024-03-10T01:59:38.243663+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:39.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:39 smithi160 bash[22106]: cluster 2024-03-10T01:59:38.387533+0000 mon.a (mon.0) 373 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-10T01:59:39.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:39 smithi160 bash[22106]: audit 2024-03-10T01:59:38.388033+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-10T01:59:39.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:39 smithi160 bash[22106]: audit 2024-03-10T01:59:38.553609+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:39.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:39 smithi160 bash[22106]: audit 2024-03-10T01:59:38.562036+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:39.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:39 smithi160 bash[22106]: audit 2024-03-10T01:59:38.572071+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:39.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:39 smithi066 bash[22181]: cluster 2024-03-10T01:59:38.243663+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:39.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:39 smithi066 bash[22181]: cluster 2024-03-10T01:59:38.387533+0000 mon.a (mon.0) 373 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-10T01:59:39.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:39 smithi066 bash[22181]: audit 2024-03-10T01:59:38.388033+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-10T01:59:39.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:39 smithi066 bash[22181]: audit 2024-03-10T01:59:38.553609+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:39.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:39 smithi066 bash[22181]: audit 2024-03-10T01:59:38.562036+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:39.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:39 smithi066 bash[22181]: audit 2024-03-10T01:59:38.572071+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:39.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:39 smithi033 bash[21389]: cluster 2024-03-10T01:59:38.243663+0000 mgr.a (mgr.14152) 124 : cluster [DBG] pgmap v63: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:39.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:39 smithi033 bash[21389]: cluster 2024-03-10T01:59:38.387533+0000 mon.a (mon.0) 373 : cluster [DBG] mgrmap e14: a(active, since 2m), standbys: b 2024-03-10T01:59:39.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:39 smithi033 bash[21389]: audit 2024-03-10T01:59:38.388033+0000 mon.a (mon.0) 374 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-10T01:59:39.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:39 smithi033 bash[21389]: audit 2024-03-10T01:59:38.553609+0000 mon.a (mon.0) 375 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:39.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:39 smithi033 bash[21389]: audit 2024-03-10T01:59:38.562036+0000 mon.a (mon.0) 376 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:39.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:39 smithi033 bash[21389]: audit 2024-03-10T01:59:38.572071+0000 mon.a (mon.0) 377 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:40.599 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T01:59:41.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:41 smithi033 bash[21389]: cluster 2024-03-10T01:59:40.244075+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:41.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:41 smithi066 bash[22181]: cluster 2024-03-10T01:59:40.244075+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:41.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:41 smithi160 bash[22106]: cluster 2024-03-10T01:59:40.244075+0000 mgr.a (mgr.14152) 125 : cluster [DBG] pgmap v64: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:43.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:43 smithi066 bash[22181]: cluster 2024-03-10T01:59:42.244483+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:43.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:43 smithi066 bash[22181]: audit 2024-03-10T01:59:43.109124+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-10T01:59:43.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:43 smithi066 bash[22181]: audit 2024-03-10T01:59:43.115104+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-10T01:59:43.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:43 smithi066 bash[22181]: audit 2024-03-10T01:59:43.116130+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:43.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:43 smithi033 bash[21389]: cluster 2024-03-10T01:59:42.244483+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:43.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:43 smithi033 bash[21389]: audit 2024-03-10T01:59:43.109124+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-10T01:59:43.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:43 smithi033 bash[21389]: audit 2024-03-10T01:59:43.115104+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-10T01:59:43.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:43 smithi033 bash[21389]: audit 2024-03-10T01:59:43.116130+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:43.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:43 smithi160 bash[22106]: cluster 2024-03-10T01:59:42.244483+0000 mgr.a (mgr.14152) 126 : cluster [DBG] pgmap v65: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:43.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:43 smithi160 bash[22106]: audit 2024-03-10T01:59:43.109124+0000 mon.a (mon.0) 378 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-10T01:59:43.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:43 smithi160 bash[22106]: audit 2024-03-10T01:59:43.115104+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-10T01:59:43.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:43 smithi160 bash[22106]: audit 2024-03-10T01:59:43.116130+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T01:59:44.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:44 smithi066 bash[22181]: audit 2024-03-10T01:59:43.101648+0000 mgr.a (mgr.14152) 127 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi033:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T01:59:44.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:44 smithi033 bash[21389]: audit 2024-03-10T01:59:43.101648+0000 mgr.a (mgr.14152) 127 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi033:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T01:59:44.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:44 smithi160 bash[22106]: audit 2024-03-10T01:59:43.101648+0000 mgr.a (mgr.14152) 127 : audit [DBG] from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi033:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T01:59:45.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:45 smithi066 bash[22181]: cluster 2024-03-10T01:59:44.244891+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:45.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:45 smithi066 bash[22181]: audit 2024-03-10T01:59:44.498473+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:45.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:45 smithi066 bash[22181]: audit 2024-03-10T01:59:44.507350+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:45.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:45 smithi066 bash[22181]: audit 2024-03-10T01:59:44.517951+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:45.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:45 smithi033 bash[21389]: cluster 2024-03-10T01:59:44.244891+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:45.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:45 smithi033 bash[21389]: audit 2024-03-10T01:59:44.498473+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:45.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:45 smithi033 bash[21389]: audit 2024-03-10T01:59:44.507350+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:45.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:45 smithi033 bash[21389]: audit 2024-03-10T01:59:44.517951+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:45.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:45 smithi160 bash[22106]: cluster 2024-03-10T01:59:44.244891+0000 mgr.a (mgr.14152) 128 : cluster [DBG] pgmap v66: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:45.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:45 smithi160 bash[22106]: audit 2024-03-10T01:59:44.498473+0000 mon.a (mon.0) 381 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:45.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:45 smithi160 bash[22106]: audit 2024-03-10T01:59:44.507350+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:45.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:45 smithi160 bash[22106]: audit 2024-03-10T01:59:44.517951+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:47.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:47 smithi066 bash[22181]: cluster 2024-03-10T01:59:46.245314+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:47.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:47 smithi033 bash[21389]: cluster 2024-03-10T01:59:46.245314+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:47.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:47 smithi160 bash[22106]: cluster 2024-03-10T01:59:46.245314+0000 mgr.a (mgr.14152) 129 : cluster [DBG] pgmap v67: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:49.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:49 smithi066 bash[22181]: cluster 2024-03-10T01:59:48.245757+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:49.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:49 smithi033 bash[21389]: cluster 2024-03-10T01:59:48.245757+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:49.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:49 smithi160 bash[22106]: cluster 2024-03-10T01:59:48.245757+0000 mgr.a (mgr.14152) 130 : cluster [DBG] pgmap v68: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:51.553 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:51 smithi066 bash[22181]: cluster 2024-03-10T01:59:50.246303+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:51.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:51 smithi033 bash[21389]: cluster 2024-03-10T01:59:50.246303+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:51.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:51 smithi160 bash[22106]: cluster 2024-03-10T01:59:50.246303+0000 mgr.a (mgr.14152) 131 : cluster [DBG] pgmap v69: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:52.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:52 smithi066 bash[22181]: audit 2024-03-10T01:59:51.650214+0000 mon.a (mon.0) 384 : audit [INF] from='client.? 172.21.15.33:0/3228464446' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "560cf513-428f-47f8-9f3b-9d072461f098"}]: dispatch 2024-03-10T01:59:52.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:52 smithi066 bash[22181]: audit 2024-03-10T01:59:51.654349+0000 mon.a (mon.0) 385 : audit [INF] from='client.? 172.21.15.33:0/3228464446' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "560cf513-428f-47f8-9f3b-9d072461f098"}]': finished 2024-03-10T01:59:52.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:52 smithi066 bash[22181]: cluster 2024-03-10T01:59:51.659818+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-10T01:59:52.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:52 smithi066 bash[22181]: audit 2024-03-10T01:59:51.660215+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T01:59:52.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:52 smithi066 bash[22181]: audit 2024-03-10T01:59:52.404126+0000 mon.a (mon.0) 388 : audit [DBG] from='client.? 172.21.15.33:0/3050479235' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-10T01:59:52.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:52 smithi033 bash[21389]: audit 2024-03-10T01:59:51.650214+0000 mon.a (mon.0) 384 : audit [INF] from='client.? 172.21.15.33:0/3228464446' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "560cf513-428f-47f8-9f3b-9d072461f098"}]: dispatch 2024-03-10T01:59:52.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:52 smithi033 bash[21389]: audit 2024-03-10T01:59:51.654349+0000 mon.a (mon.0) 385 : audit [INF] from='client.? 172.21.15.33:0/3228464446' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "560cf513-428f-47f8-9f3b-9d072461f098"}]': finished 2024-03-10T01:59:52.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:52 smithi033 bash[21389]: cluster 2024-03-10T01:59:51.659818+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-10T01:59:52.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:52 smithi033 bash[21389]: audit 2024-03-10T01:59:51.660215+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T01:59:52.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:52 smithi033 bash[21389]: audit 2024-03-10T01:59:52.404126+0000 mon.a (mon.0) 388 : audit [DBG] from='client.? 172.21.15.33:0/3050479235' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-10T01:59:52.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:52 smithi160 bash[22106]: audit 2024-03-10T01:59:51.650214+0000 mon.a (mon.0) 384 : audit [INF] from='client.? 172.21.15.33:0/3228464446' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "560cf513-428f-47f8-9f3b-9d072461f098"}]: dispatch 2024-03-10T01:59:52.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:52 smithi160 bash[22106]: audit 2024-03-10T01:59:51.654349+0000 mon.a (mon.0) 385 : audit [INF] from='client.? 172.21.15.33:0/3228464446' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "560cf513-428f-47f8-9f3b-9d072461f098"}]': finished 2024-03-10T01:59:52.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:52 smithi160 bash[22106]: cluster 2024-03-10T01:59:51.659818+0000 mon.a (mon.0) 386 : cluster [DBG] osdmap e5: 1 total, 0 up, 1 in 2024-03-10T01:59:52.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:52 smithi160 bash[22106]: audit 2024-03-10T01:59:51.660215+0000 mon.a (mon.0) 387 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T01:59:52.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:52 smithi160 bash[22106]: audit 2024-03-10T01:59:52.404126+0000 mon.a (mon.0) 388 : audit [DBG] from='client.? 172.21.15.33:0/3050479235' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-10T01:59:54.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:53 smithi066 bash[22181]: cluster 2024-03-10T01:59:52.246725+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:54.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:53 smithi033 bash[21389]: cluster 2024-03-10T01:59:52.246725+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:54.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:53 smithi160 bash[22106]: cluster 2024-03-10T01:59:52.246725+0000 mgr.a (mgr.14152) 132 : cluster [DBG] pgmap v71: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:56.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:55 smithi066 bash[22181]: cluster 2024-03-10T01:59:54.247122+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:56.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:55 smithi066 bash[22181]: audit 2024-03-10T01:59:55.379330+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:56.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:55 smithi066 bash[22181]: audit 2024-03-10T01:59:55.388916+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:56.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:55 smithi066 bash[22181]: audit 2024-03-10T01:59:55.400218+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:56.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:55 smithi033 bash[21389]: cluster 2024-03-10T01:59:54.247122+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:56.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:55 smithi033 bash[21389]: audit 2024-03-10T01:59:55.379330+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:56.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:55 smithi033 bash[21389]: audit 2024-03-10T01:59:55.388916+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:56.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:55 smithi033 bash[21389]: audit 2024-03-10T01:59:55.400218+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:56.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:55 smithi160 bash[22106]: cluster 2024-03-10T01:59:54.247122+0000 mgr.a (mgr.14152) 133 : cluster [DBG] pgmap v72: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:56.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:55 smithi160 bash[22106]: audit 2024-03-10T01:59:55.379330+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:56.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:55 smithi160 bash[22106]: audit 2024-03-10T01:59:55.388916+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:56.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:55 smithi160 bash[22106]: audit 2024-03-10T01:59:55.400218+0000 mon.a (mon.0) 391 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:58.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:57 smithi066 bash[22181]: cluster 2024-03-10T01:59:56.247488+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:58.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:57 smithi033 bash[21389]: cluster 2024-03-10T01:59:56.247488+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:58.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:57 smithi160 bash[22106]: cluster 2024-03-10T01:59:56.247488+0000 mgr.a (mgr.14152) 134 : cluster [DBG] pgmap v73: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T01:59:58.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:58 smithi160 bash[22106]: audit 2024-03-10T01:59:57.739403+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:58.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:58 smithi160 bash[22106]: audit 2024-03-10T01:59:57.746474+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:58.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:58 smithi160 bash[22106]: cephadm 2024-03-10T01:59:57.749467+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Detected new or changed devices on smithi033 2024-03-10T01:59:58.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:58 smithi160 bash[22106]: audit 2024-03-10T01:59:57.756534+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:59.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:58 smithi066 bash[22181]: audit 2024-03-10T01:59:57.739403+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:59.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:58 smithi066 bash[22181]: audit 2024-03-10T01:59:57.746474+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:59.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:58 smithi066 bash[22181]: cephadm 2024-03-10T01:59:57.749467+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Detected new or changed devices on smithi033 2024-03-10T01:59:59.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:58 smithi066 bash[22181]: audit 2024-03-10T01:59:57.756534+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:59.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:58 smithi033 bash[21389]: audit 2024-03-10T01:59:57.739403+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:59.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:58 smithi033 bash[21389]: audit 2024-03-10T01:59:57.746474+0000 mon.a (mon.0) 393 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T01:59:59.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:58 smithi033 bash[21389]: cephadm 2024-03-10T01:59:57.749467+0000 mgr.a (mgr.14152) 135 : cephadm [INF] Detected new or changed devices on smithi033 2024-03-10T01:59:59.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:58 smithi033 bash[21389]: audit 2024-03-10T01:59:57.756534+0000 mon.a (mon.0) 394 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:00.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 01:59:59 smithi066 bash[22181]: cluster 2024-03-10T01:59:58.247894+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T02:00:00.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 01:59:59 smithi033 bash[21389]: cluster 2024-03-10T01:59:58.247894+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T02:00:00.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 01:59:59 smithi160 bash[22106]: cluster 2024-03-10T01:59:58.247894+0000 mgr.a (mgr.14152) 136 : cluster [DBG] pgmap v74: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T02:00:01.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:00 smithi066 bash[22181]: cluster 2024-03-10T02:00:00.000145+0000 mon.a (mon.0) 395 : cluster [INF] overall HEALTH_OK 2024-03-10T02:00:01.084 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:00 smithi033 bash[21389]: cluster 2024-03-10T02:00:00.000145+0000 mon.a (mon.0) 395 : cluster [INF] overall HEALTH_OK 2024-03-10T02:00:01.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:00 smithi160 bash[22106]: cluster 2024-03-10T02:00:00.000145+0000 mon.a (mon.0) 395 : cluster [INF] overall HEALTH_OK 2024-03-10T02:00:02.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:01 smithi066 bash[22181]: cluster 2024-03-10T02:00:00.248341+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T02:00:02.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:01 smithi033 bash[21389]: cluster 2024-03-10T02:00:00.248341+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T02:00:02.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:01 smithi160 bash[22106]: cluster 2024-03-10T02:00:00.248341+0000 mgr.a (mgr.14152) 137 : cluster [DBG] pgmap v75: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T02:00:03.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:03 smithi160 bash[22106]: cluster 2024-03-10T02:00:02.248763+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T02:00:03.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:03 smithi160 bash[22106]: audit 2024-03-10T02:00:03.560540+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-10T02:00:03.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:03 smithi160 bash[22106]: audit 2024-03-10T02:00:03.562242+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:00:04.045 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:03 smithi033 bash[21389]: cluster 2024-03-10T02:00:02.248763+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T02:00:04.045 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:03 smithi033 bash[21389]: audit 2024-03-10T02:00:03.560540+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-10T02:00:04.045 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:03 smithi033 bash[21389]: audit 2024-03-10T02:00:03.562242+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:00:04.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:03 smithi066 bash[22181]: cluster 2024-03-10T02:00:02.248763+0000 mgr.a (mgr.14152) 138 : cluster [DBG] pgmap v76: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T02:00:04.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:03 smithi066 bash[22181]: audit 2024-03-10T02:00:03.560540+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-03-10T02:00:04.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:03 smithi066 bash[22181]: audit 2024-03-10T02:00:03.562242+0000 mon.a (mon.0) 397 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:00:05.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:04 smithi066 bash[22181]: cephadm 2024-03-10T02:00:03.563848+0000 mgr.a (mgr.14152) 139 : cephadm [INF] Deploying daemon osd.0 on smithi033 2024-03-10T02:00:05.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:04 smithi066 bash[22181]: audit 2024-03-10T02:00:04.723860+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:05.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:04 smithi066 bash[22181]: audit 2024-03-10T02:00:04.731706+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:05.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:04 smithi066 bash[22181]: audit 2024-03-10T02:00:04.741184+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:05.073 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:04 smithi033 bash[21389]: cephadm 2024-03-10T02:00:03.563848+0000 mgr.a (mgr.14152) 139 : cephadm [INF] Deploying daemon osd.0 on smithi033 2024-03-10T02:00:05.073 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:04 smithi033 bash[21389]: audit 2024-03-10T02:00:04.723860+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:05.073 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:04 smithi033 bash[21389]: audit 2024-03-10T02:00:04.731706+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:05.073 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:04 smithi033 bash[21389]: audit 2024-03-10T02:00:04.741184+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:05.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:04 smithi160 bash[22106]: cephadm 2024-03-10T02:00:03.563848+0000 mgr.a (mgr.14152) 139 : cephadm [INF] Deploying daemon osd.0 on smithi033 2024-03-10T02:00:05.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:04 smithi160 bash[22106]: audit 2024-03-10T02:00:04.723860+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:05.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:04 smithi160 bash[22106]: audit 2024-03-10T02:00:04.731706+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:05.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:04 smithi160 bash[22106]: audit 2024-03-10T02:00:04.741184+0000 mon.a (mon.0) 400 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:06.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:05 smithi066 bash[22181]: cluster 2024-03-10T02:00:04.249218+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T02:00:06.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:05 smithi033 bash[21389]: cluster 2024-03-10T02:00:04.249218+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T02:00:06.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:05 smithi160 bash[22106]: cluster 2024-03-10T02:00:04.249218+0000 mgr.a (mgr.14152) 140 : cluster [DBG] pgmap v77: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T02:00:07.538 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:00:07 smithi033 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:00:07.538 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:07 smithi033 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:00:07.815 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:00:07 smithi033 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:00:07.816 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:07 smithi033 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:00:07.816 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:07 smithi033 bash[21389]: cluster 2024-03-10T02:00:06.249626+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T02:00:08.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:07 smithi066 bash[22181]: cluster 2024-03-10T02:00:06.249626+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T02:00:08.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:07 smithi160 bash[22106]: cluster 2024-03-10T02:00:06.249626+0000 mgr.a (mgr.14152) 141 : cluster [DBG] pgmap v78: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T02:00:08.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:08 smithi033 bash[21389]: audit 2024-03-10T02:00:07.825889+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:08.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:08 smithi033 bash[21389]: audit 2024-03-10T02:00:07.831532+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:08.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:08 smithi033 bash[21389]: audit 2024-03-10T02:00:07.861859+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:00:08.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:08 smithi033 bash[21389]: audit 2024-03-10T02:00:07.864162+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:00:08.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:08 smithi033 bash[21389]: audit 2024-03-10T02:00:07.864813+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:00:08.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:08 smithi033 bash[21389]: audit 2024-03-10T02:00:07.871258+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:09.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:08 smithi160 bash[22106]: audit 2024-03-10T02:00:07.825889+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:09.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:08 smithi160 bash[22106]: audit 2024-03-10T02:00:07.831532+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:09.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:08 smithi160 bash[22106]: audit 2024-03-10T02:00:07.861859+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:00:09.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:08 smithi160 bash[22106]: audit 2024-03-10T02:00:07.864162+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:00:09.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:08 smithi160 bash[22106]: audit 2024-03-10T02:00:07.864813+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:00:09.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:08 smithi160 bash[22106]: audit 2024-03-10T02:00:07.871258+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:09.298 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:08 smithi066 bash[22181]: audit 2024-03-10T02:00:07.825889+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:09.299 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:08 smithi066 bash[22181]: audit 2024-03-10T02:00:07.831532+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:09.299 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:08 smithi066 bash[22181]: audit 2024-03-10T02:00:07.861859+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:00:09.299 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:08 smithi066 bash[22181]: audit 2024-03-10T02:00:07.864162+0000 mon.a (mon.0) 404 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:00:09.299 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:08 smithi066 bash[22181]: audit 2024-03-10T02:00:07.864813+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:00:09.299 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:08 smithi066 bash[22181]: audit 2024-03-10T02:00:07.871258+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:10.298 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:09 smithi066 bash[22181]: cluster 2024-03-10T02:00:08.249938+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T02:00:10.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:09 smithi033 bash[21389]: cluster 2024-03-10T02:00:08.249938+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T02:00:10.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:09 smithi160 bash[22106]: cluster 2024-03-10T02:00:08.249938+0000 mgr.a (mgr.14152) 142 : cluster [DBG] pgmap v79: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T02:00:11.256 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:10 smithi066 bash[22181]: cluster 2024-03-10T02:00:10.250320+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T02:00:11.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:10 smithi033 bash[21389]: cluster 2024-03-10T02:00:10.250320+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T02:00:11.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:10 smithi160 bash[22106]: cluster 2024-03-10T02:00:10.250320+0000 mgr.a (mgr.14152) 143 : cluster [DBG] pgmap v80: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T02:00:13.553 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:13 smithi066 bash[22181]: cluster 2024-03-10T02:00:12.250761+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T02:00:13.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:13 smithi033 bash[21389]: cluster 2024-03-10T02:00:12.250761+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T02:00:13.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:13 smithi160 bash[22106]: cluster 2024-03-10T02:00:12.250761+0000 mgr.a (mgr.14152) 144 : cluster [DBG] pgmap v81: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T02:00:14.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:14 smithi033 bash[21389]: audit 2024-03-10T02:00:14.149846+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.33:6802/2687182495,v1:172.21.15.33:6803/2687182495]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-10T02:00:14.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:14 smithi160 bash[22106]: audit 2024-03-10T02:00:14.149846+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.33:6802/2687182495,v1:172.21.15.33:6803/2687182495]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-10T02:00:14.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:14 smithi066 bash[22181]: audit 2024-03-10T02:00:14.149846+0000 mon.a (mon.0) 407 : audit [INF] from='osd.0 [v2:172.21.15.33:6802/2687182495,v1:172.21.15.33:6803/2687182495]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-03-10T02:00:15.576 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:15 smithi033 bash[21389]: cluster 2024-03-10T02:00:14.251119+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T02:00:15.576 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:15 smithi033 bash[21389]: audit 2024-03-10T02:00:14.315301+0000 mon.a (mon.0) 408 : audit [INF] from='osd.0 [v2:172.21.15.33:6802/2687182495,v1:172.21.15.33:6803/2687182495]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-10T02:00:15.576 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:15 smithi033 bash[21389]: cluster 2024-03-10T02:00:14.319914+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-10T02:00:15.576 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:15 smithi033 bash[21389]: audit 2024-03-10T02:00:14.320410+0000 mon.a (mon.0) 410 : audit [INF] from='osd.0 [v2:172.21.15.33:6802/2687182495,v1:172.21.15.33:6803/2687182495]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi033", "root=default"]}]: dispatch 2024-03-10T02:00:15.576 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:15 smithi033 bash[21389]: audit 2024-03-10T02:00:14.320971+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T02:00:15.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:15 smithi160 bash[22106]: cluster 2024-03-10T02:00:14.251119+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T02:00:15.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:15 smithi160 bash[22106]: audit 2024-03-10T02:00:14.315301+0000 mon.a (mon.0) 408 : audit [INF] from='osd.0 [v2:172.21.15.33:6802/2687182495,v1:172.21.15.33:6803/2687182495]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-10T02:00:15.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:15 smithi160 bash[22106]: cluster 2024-03-10T02:00:14.319914+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-10T02:00:15.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:15 smithi160 bash[22106]: audit 2024-03-10T02:00:14.320410+0000 mon.a (mon.0) 410 : audit [INF] from='osd.0 [v2:172.21.15.33:6802/2687182495,v1:172.21.15.33:6803/2687182495]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi033", "root=default"]}]: dispatch 2024-03-10T02:00:15.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:15 smithi160 bash[22106]: audit 2024-03-10T02:00:14.320971+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T02:00:15.606 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:15 smithi066 bash[22181]: cluster 2024-03-10T02:00:14.251119+0000 mgr.a (mgr.14152) 145 : cluster [DBG] pgmap v82: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-03-10T02:00:15.606 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:15 smithi066 bash[22181]: audit 2024-03-10T02:00:14.315301+0000 mon.a (mon.0) 408 : audit [INF] from='osd.0 [v2:172.21.15.33:6802/2687182495,v1:172.21.15.33:6803/2687182495]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-03-10T02:00:15.606 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:15 smithi066 bash[22181]: cluster 2024-03-10T02:00:14.319914+0000 mon.a (mon.0) 409 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-03-10T02:00:15.606 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:15 smithi066 bash[22181]: audit 2024-03-10T02:00:14.320410+0000 mon.a (mon.0) 410 : audit [INF] from='osd.0 [v2:172.21.15.33:6802/2687182495,v1:172.21.15.33:6803/2687182495]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi033", "root=default"]}]: dispatch 2024-03-10T02:00:15.606 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:15 smithi066 bash[22181]: audit 2024-03-10T02:00:14.320971+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T02:00:16.512 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:16 smithi033 bash[21389]: audit 2024-03-10T02:00:15.316981+0000 mon.a (mon.0) 412 : audit [INF] from='osd.0 [v2:172.21.15.33:6802/2687182495,v1:172.21.15.33:6803/2687182495]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi033", "root=default"]}]': finished 2024-03-10T02:00:16.513 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:16 smithi033 bash[21389]: cluster 2024-03-10T02:00:15.320148+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-10T02:00:16.513 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:16 smithi033 bash[21389]: audit 2024-03-10T02:00:15.321109+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T02:00:16.513 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:16 smithi033 bash[21389]: audit 2024-03-10T02:00:15.326456+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T02:00:16.513 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:16 smithi033 bash[21389]: audit 2024-03-10T02:00:15.596191+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:16.513 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:16 smithi033 bash[21389]: audit 2024-03-10T02:00:15.600610+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:16.513 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:16 smithi033 bash[21389]: audit 2024-03-10T02:00:15.606181+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:16.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:16 smithi160 bash[22106]: audit 2024-03-10T02:00:15.316981+0000 mon.a (mon.0) 412 : audit [INF] from='osd.0 [v2:172.21.15.33:6802/2687182495,v1:172.21.15.33:6803/2687182495]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi033", "root=default"]}]': finished 2024-03-10T02:00:16.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:16 smithi160 bash[22106]: cluster 2024-03-10T02:00:15.320148+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-10T02:00:16.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:16 smithi160 bash[22106]: audit 2024-03-10T02:00:15.321109+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T02:00:16.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:16 smithi160 bash[22106]: audit 2024-03-10T02:00:15.326456+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T02:00:16.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:16 smithi160 bash[22106]: audit 2024-03-10T02:00:15.596191+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:16.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:16 smithi160 bash[22106]: audit 2024-03-10T02:00:15.600610+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:16.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:16 smithi160 bash[22106]: audit 2024-03-10T02:00:15.606181+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:16.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:16 smithi066 bash[22181]: audit 2024-03-10T02:00:15.316981+0000 mon.a (mon.0) 412 : audit [INF] from='osd.0 [v2:172.21.15.33:6802/2687182495,v1:172.21.15.33:6803/2687182495]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi033", "root=default"]}]': finished 2024-03-10T02:00:16.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:16 smithi066 bash[22181]: cluster 2024-03-10T02:00:15.320148+0000 mon.a (mon.0) 413 : cluster [DBG] osdmap e7: 1 total, 0 up, 1 in 2024-03-10T02:00:16.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:16 smithi066 bash[22181]: audit 2024-03-10T02:00:15.321109+0000 mon.a (mon.0) 414 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T02:00:16.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:16 smithi066 bash[22181]: audit 2024-03-10T02:00:15.326456+0000 mon.a (mon.0) 415 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T02:00:16.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:16 smithi066 bash[22181]: audit 2024-03-10T02:00:15.596191+0000 mon.a (mon.0) 416 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:16.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:16 smithi066 bash[22181]: audit 2024-03-10T02:00:15.600610+0000 mon.a (mon.0) 417 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:16.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:16 smithi066 bash[22181]: audit 2024-03-10T02:00:15.606181+0000 mon.a (mon.0) 418 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:17.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:17 smithi033 bash[21389]: cluster 2024-03-10T02:00:15.108030+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-10T02:00:17.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:17 smithi033 bash[21389]: cluster 2024-03-10T02:00:15.108157+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-10T02:00:17.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:17 smithi033 bash[21389]: cluster 2024-03-10T02:00:16.251394+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-10T02:00:17.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:17 smithi033 bash[21389]: cluster 2024-03-10T02:00:16.327190+0000 mon.a (mon.0) 419 : cluster [INF] osd.0 [v2:172.21.15.33:6802/2687182495,v1:172.21.15.33:6803/2687182495] boot 2024-03-10T02:00:17.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:17 smithi033 bash[21389]: cluster 2024-03-10T02:00:16.327224+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-10T02:00:17.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:17 smithi033 bash[21389]: audit 2024-03-10T02:00:16.328029+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T02:00:17.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:17 smithi160 bash[22106]: cluster 2024-03-10T02:00:15.108030+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-10T02:00:17.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:17 smithi160 bash[22106]: cluster 2024-03-10T02:00:15.108157+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-10T02:00:17.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:17 smithi160 bash[22106]: cluster 2024-03-10T02:00:16.251394+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-10T02:00:17.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:17 smithi160 bash[22106]: cluster 2024-03-10T02:00:16.327190+0000 mon.a (mon.0) 419 : cluster [INF] osd.0 [v2:172.21.15.33:6802/2687182495,v1:172.21.15.33:6803/2687182495] boot 2024-03-10T02:00:17.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:17 smithi160 bash[22106]: cluster 2024-03-10T02:00:16.327224+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-10T02:00:17.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:17 smithi160 bash[22106]: audit 2024-03-10T02:00:16.328029+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T02:00:17.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:17 smithi066 bash[22181]: cluster 2024-03-10T02:00:15.108030+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-10T02:00:17.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:17 smithi066 bash[22181]: cluster 2024-03-10T02:00:15.108157+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-10T02:00:17.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:17 smithi066 bash[22181]: cluster 2024-03-10T02:00:16.251394+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-10T02:00:17.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:17 smithi066 bash[22181]: cluster 2024-03-10T02:00:16.327190+0000 mon.a (mon.0) 419 : cluster [INF] osd.0 [v2:172.21.15.33:6802/2687182495,v1:172.21.15.33:6803/2687182495] boot 2024-03-10T02:00:17.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:17 smithi066 bash[22181]: cluster 2024-03-10T02:00:16.327224+0000 mon.a (mon.0) 420 : cluster [DBG] osdmap e8: 1 total, 1 up, 1 in 2024-03-10T02:00:17.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:17 smithi066 bash[22181]: audit 2024-03-10T02:00:16.328029+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T02:00:18.930 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:18 smithi160 bash[22106]: cluster 2024-03-10T02:00:17.617079+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-10T02:00:18.930 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:18 smithi160 bash[22106]: audit 2024-03-10T02:00:17.862820+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:18.931 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:18 smithi160 bash[22106]: audit 2024-03-10T02:00:17.870605+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:18.931 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:18 smithi160 bash[22106]: audit 2024-03-10T02:00:17.879858+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:18.931 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:18 smithi160 bash[22106]: audit 2024-03-10T02:00:17.908342+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:00:18.931 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:18 smithi160 bash[22106]: audit 2024-03-10T02:00:17.911033+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:00:18.931 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:18 smithi160 bash[22106]: audit 2024-03-10T02:00:17.911823+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:00:18.931 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:18 smithi160 bash[22106]: audit 2024-03-10T02:00:17.919104+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:18.964 INFO:teuthology.orchestra.run.smithi033.stdout:Created osd(s) 0 on host 'smithi033' 2024-03-10T02:00:18.982 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:18 smithi033 bash[21389]: cluster 2024-03-10T02:00:17.617079+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-10T02:00:18.983 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:18 smithi033 bash[21389]: audit 2024-03-10T02:00:17.862820+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:18.983 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:18 smithi033 bash[21389]: audit 2024-03-10T02:00:17.870605+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:18.983 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:18 smithi033 bash[21389]: audit 2024-03-10T02:00:17.879858+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:18.983 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:18 smithi033 bash[21389]: audit 2024-03-10T02:00:17.908342+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:00:18.983 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:18 smithi033 bash[21389]: audit 2024-03-10T02:00:17.911033+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:00:18.983 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:18 smithi033 bash[21389]: audit 2024-03-10T02:00:17.911823+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:00:18.983 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:18 smithi033 bash[21389]: audit 2024-03-10T02:00:17.919104+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:19.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:18 smithi066 bash[22181]: cluster 2024-03-10T02:00:17.617079+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e9: 1 total, 1 up, 1 in 2024-03-10T02:00:19.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:18 smithi066 bash[22181]: audit 2024-03-10T02:00:17.862820+0000 mon.a (mon.0) 423 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:19.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:18 smithi066 bash[22181]: audit 2024-03-10T02:00:17.870605+0000 mon.a (mon.0) 424 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:19.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:18 smithi066 bash[22181]: audit 2024-03-10T02:00:17.879858+0000 mon.a (mon.0) 425 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:19.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:18 smithi066 bash[22181]: audit 2024-03-10T02:00:17.908342+0000 mon.a (mon.0) 426 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:00:19.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:18 smithi066 bash[22181]: audit 2024-03-10T02:00:17.911033+0000 mon.a (mon.0) 427 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:00:19.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:18 smithi066 bash[22181]: audit 2024-03-10T02:00:17.911823+0000 mon.a (mon.0) 428 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:00:19.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:18 smithi066 bash[22181]: audit 2024-03-10T02:00:17.919104+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:19.596 DEBUG:teuthology.orchestra.run.smithi033:osd.0> sudo journalctl -f -n 0 -u ceph-1bb78214-de81-11ee-95c7-87774f69a715@osd.0.service 2024-03-10T02:00:19.599 INFO:tasks.cephadm:Deploying osd.1 on smithi066 with /dev/vg_nvme/lv_4... 2024-03-10T02:00:19.599 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-10T02:00:19.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:19 smithi033 bash[21389]: cluster 2024-03-10T02:00:17.913530+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:19.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:19 smithi033 bash[21389]: cluster 2024-03-10T02:00:18.876314+0000 mon.a (mon.0) 430 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-10T02:00:19.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:19 smithi033 bash[21389]: audit 2024-03-10T02:00:18.906329+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:19.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:19 smithi033 bash[21389]: audit 2024-03-10T02:00:18.916075+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:19.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:19 smithi033 bash[21389]: audit 2024-03-10T02:00:18.935903+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:00:19.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:19 smithi033 bash[21389]: audit 2024-03-10T02:00:18.941174+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi033", "name": "osd_memory_target"}]: dispatch 2024-03-10T02:00:19.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:19 smithi033 bash[21389]: audit 2024-03-10T02:00:18.943079+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:00:19.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:19 smithi033 bash[21389]: audit 2024-03-10T02:00:18.944865+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:00:19.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:19 smithi033 bash[21389]: audit 2024-03-10T02:00:18.955428+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:19.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:19 smithi160 bash[22106]: cluster 2024-03-10T02:00:17.913530+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:19.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:19 smithi160 bash[22106]: cluster 2024-03-10T02:00:18.876314+0000 mon.a (mon.0) 430 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-10T02:00:19.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:19 smithi160 bash[22106]: audit 2024-03-10T02:00:18.906329+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:19.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:19 smithi160 bash[22106]: audit 2024-03-10T02:00:18.916075+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:19.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:19 smithi160 bash[22106]: audit 2024-03-10T02:00:18.935903+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:00:19.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:19 smithi160 bash[22106]: audit 2024-03-10T02:00:18.941174+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi033", "name": "osd_memory_target"}]: dispatch 2024-03-10T02:00:19.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:19 smithi160 bash[22106]: audit 2024-03-10T02:00:18.943079+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:00:19.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:19 smithi160 bash[22106]: audit 2024-03-10T02:00:18.944865+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:00:19.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:19 smithi160 bash[22106]: audit 2024-03-10T02:00:18.955428+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:20.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:19 smithi066 bash[22181]: cluster 2024-03-10T02:00:17.913530+0000 mgr.a (mgr.14152) 147 : cluster [DBG] pgmap v88: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:20.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:19 smithi066 bash[22181]: cluster 2024-03-10T02:00:18.876314+0000 mon.a (mon.0) 430 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-10T02:00:20.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:19 smithi066 bash[22181]: audit 2024-03-10T02:00:18.906329+0000 mon.a (mon.0) 431 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:20.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:19 smithi066 bash[22181]: audit 2024-03-10T02:00:18.916075+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:20.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:19 smithi066 bash[22181]: audit 2024-03-10T02:00:18.935903+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:00:20.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:19 smithi066 bash[22181]: audit 2024-03-10T02:00:18.941174+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi033", "name": "osd_memory_target"}]: dispatch 2024-03-10T02:00:20.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:19 smithi066 bash[22181]: audit 2024-03-10T02:00:18.943079+0000 mon.a (mon.0) 435 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:00:20.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:19 smithi066 bash[22181]: audit 2024-03-10T02:00:18.944865+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:00:20.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:19 smithi066 bash[22181]: audit 2024-03-10T02:00:18.955428+0000 mon.a (mon.0) 437 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:20.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:20 smithi160 bash[22106]: cluster 2024-03-10T02:00:18.948440+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:20.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:20 smithi160 bash[22106]: cluster 2024-03-10T02:00:18.948767+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:21.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:20 smithi066 bash[22181]: cluster 2024-03-10T02:00:18.948440+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:21.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:20 smithi066 bash[22181]: cluster 2024-03-10T02:00:18.948767+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:21.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:20 smithi033 bash[21389]: cluster 2024-03-10T02:00:18.948440+0000 mgr.a (mgr.14152) 148 : cluster [DBG] pgmap v89: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:21.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:20 smithi033 bash[21389]: cluster 2024-03-10T02:00:18.948767+0000 mgr.a (mgr.14152) 149 : cluster [DBG] pgmap v90: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:23.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:22 smithi066 bash[22181]: cluster 2024-03-10T02:00:20.949221+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:23.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:22 smithi033 bash[21389]: cluster 2024-03-10T02:00:20.949221+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:23.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:22 smithi160 bash[22106]: cluster 2024-03-10T02:00:20.949221+0000 mgr.a (mgr.14152) 150 : cluster [DBG] pgmap v91: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:24.316 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.b/config 2024-03-10T02:00:24.972 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:24 smithi160 bash[22106]: cluster 2024-03-10T02:00:22.949732+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:24.973 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:24 smithi160 bash[22106]: audit 2024-03-10T02:00:24.295342+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:24.973 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:24 smithi160 bash[22106]: audit 2024-03-10T02:00:24.300556+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:24.973 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:24 smithi160 bash[22106]: audit 2024-03-10T02:00:24.306673+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:24.973 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:24 smithi160 bash[22106]: audit 2024-03-10T02:00:24.335539+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:00:24.973 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:24 smithi160 bash[22106]: audit 2024-03-10T02:00:24.338848+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:00:24.973 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:24 smithi160 bash[22106]: audit 2024-03-10T02:00:24.339805+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:00:24.973 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:24 smithi160 bash[22106]: audit 2024-03-10T02:00:24.348850+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:25.036 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:24 smithi066 bash[22181]: cluster 2024-03-10T02:00:22.949732+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:25.036 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:24 smithi066 bash[22181]: audit 2024-03-10T02:00:24.295342+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:25.036 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:24 smithi066 bash[22181]: audit 2024-03-10T02:00:24.300556+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:25.036 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:24 smithi066 bash[22181]: audit 2024-03-10T02:00:24.306673+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:25.036 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:24 smithi066 bash[22181]: audit 2024-03-10T02:00:24.335539+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:00:25.037 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:24 smithi066 bash[22181]: audit 2024-03-10T02:00:24.338848+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:00:25.037 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:24 smithi066 bash[22181]: audit 2024-03-10T02:00:24.339805+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:00:25.037 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:24 smithi066 bash[22181]: audit 2024-03-10T02:00:24.348850+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:25.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:24 smithi033 bash[21389]: cluster 2024-03-10T02:00:22.949732+0000 mgr.a (mgr.14152) 151 : cluster [DBG] pgmap v92: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:25.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:24 smithi033 bash[21389]: audit 2024-03-10T02:00:24.295342+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:25.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:24 smithi033 bash[21389]: audit 2024-03-10T02:00:24.300556+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:25.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:24 smithi033 bash[21389]: audit 2024-03-10T02:00:24.306673+0000 mon.a (mon.0) 440 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:25.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:24 smithi033 bash[21389]: audit 2024-03-10T02:00:24.335539+0000 mon.a (mon.0) 441 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:00:25.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:24 smithi033 bash[21389]: audit 2024-03-10T02:00:24.338848+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:00:25.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:24 smithi033 bash[21389]: audit 2024-03-10T02:00:24.339805+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:00:25.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:24 smithi033 bash[21389]: audit 2024-03-10T02:00:24.348850+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:26.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:25 smithi066 bash[22181]: cluster 2024-03-10T02:00:24.341775+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:26.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:25 smithi066 bash[22181]: audit 2024-03-10T02:00:24.951229+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:26.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:25 smithi066 bash[22181]: audit 2024-03-10T02:00:24.960738+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:26.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:25 smithi066 bash[22181]: audit 2024-03-10T02:00:24.971913+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:26.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:25 smithi066 bash[22181]: cluster 2024-03-10T02:00:25.305558+0000 mon.a (mon.0) 448 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-10T02:00:26.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:25 smithi066 bash[22181]: cluster 2024-03-10T02:00:25.305612+0000 mon.a (mon.0) 449 : cluster [INF] Cluster is now healthy 2024-03-10T02:00:26.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:25 smithi033 bash[21389]: cluster 2024-03-10T02:00:24.341775+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:26.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:25 smithi033 bash[21389]: audit 2024-03-10T02:00:24.951229+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:26.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:25 smithi033 bash[21389]: audit 2024-03-10T02:00:24.960738+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:26.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:25 smithi033 bash[21389]: audit 2024-03-10T02:00:24.971913+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:26.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:25 smithi033 bash[21389]: cluster 2024-03-10T02:00:25.305558+0000 mon.a (mon.0) 448 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-10T02:00:26.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:25 smithi033 bash[21389]: cluster 2024-03-10T02:00:25.305612+0000 mon.a (mon.0) 449 : cluster [INF] Cluster is now healthy 2024-03-10T02:00:26.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:25 smithi160 bash[22106]: cluster 2024-03-10T02:00:24.341775+0000 mgr.a (mgr.14152) 152 : cluster [DBG] pgmap v93: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:26.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:25 smithi160 bash[22106]: audit 2024-03-10T02:00:24.951229+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:26.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:25 smithi160 bash[22106]: audit 2024-03-10T02:00:24.960738+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:26.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:25 smithi160 bash[22106]: audit 2024-03-10T02:00:24.971913+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:26.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:25 smithi160 bash[22106]: cluster 2024-03-10T02:00:25.305558+0000 mon.a (mon.0) 448 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-10T02:00:26.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:25 smithi160 bash[22106]: cluster 2024-03-10T02:00:25.305612+0000 mon.a (mon.0) 449 : cluster [INF] Cluster is now healthy 2024-03-10T02:00:27.183 INFO:teuthology.orchestra.run.smithi066.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-10T02:00:27.183 INFO:teuthology.orchestra.run.smithi066.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-10T02:00:27.183 INFO:teuthology.orchestra.run.smithi066.stderr: stderr: 10+0 records in 2024-03-10T02:00:27.184 INFO:teuthology.orchestra.run.smithi066.stderr:10+0 records out 2024-03-10T02:00:27.184 INFO:teuthology.orchestra.run.smithi066.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0137405 s, 763 MB/s 2024-03-10T02:00:27.184 INFO:teuthology.orchestra.run.smithi066.stderr:--> Zapping successful for: 2024-03-10T02:00:27.782 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph orch daemon add osd smithi066:vg_nvme/lv_4 2024-03-10T02:00:28.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:27 smithi066 bash[22181]: cluster 2024-03-10T02:00:26.342235+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:28.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:27 smithi033 bash[21389]: cluster 2024-03-10T02:00:26.342235+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:28.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:27 smithi160 bash[22106]: cluster 2024-03-10T02:00:26.342235+0000 mgr.a (mgr.14152) 153 : cluster [DBG] pgmap v94: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:30.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:29 smithi066 bash[22181]: cluster 2024-03-10T02:00:28.342795+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:30.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:29 smithi033 bash[21389]: cluster 2024-03-10T02:00:28.342795+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:30.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:29 smithi160 bash[22106]: cluster 2024-03-10T02:00:28.342795+0000 mgr.a (mgr.14152) 154 : cluster [DBG] pgmap v95: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:31.938 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:31 smithi033 bash[21389]: cluster 2024-03-10T02:00:30.343374+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:32.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:31 smithi066 bash[22181]: cluster 2024-03-10T02:00:30.343374+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:32.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:31 smithi160 bash[22106]: cluster 2024-03-10T02:00:30.343374+0000 mgr.a (mgr.14152) 155 : cluster [DBG] pgmap v96: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:33.525 INFO:teuthology.orchestra.run.smithi066.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.b/config 2024-03-10T02:00:33.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:33 smithi066 bash[22181]: cluster 2024-03-10T02:00:32.343977+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:33.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:33 smithi033 bash[21389]: cluster 2024-03-10T02:00:32.343977+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:34.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:33 smithi160 bash[22106]: cluster 2024-03-10T02:00:32.343977+0000 mgr.a (mgr.14152) 156 : cluster [DBG] pgmap v97: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:36.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:35 smithi066 bash[22181]: cluster 2024-03-10T02:00:34.344323+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:36.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:35 smithi033 bash[21389]: cluster 2024-03-10T02:00:34.344323+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:36.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:35 smithi160 bash[22106]: cluster 2024-03-10T02:00:34.344323+0000 mgr.a (mgr.14152) 157 : cluster [DBG] pgmap v98: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:37.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:36 smithi066 bash[22181]: audit 2024-03-10T02:00:35.723989+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:37.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:36 smithi066 bash[22181]: audit 2024-03-10T02:00:35.731847+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:37.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:36 smithi066 bash[22181]: audit 2024-03-10T02:00:35.741607+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:37.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:36 smithi066 bash[22181]: audit 2024-03-10T02:00:35.993466+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-10T02:00:37.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:36 smithi066 bash[22181]: audit 2024-03-10T02:00:36.000111+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-10T02:00:37.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:36 smithi066 bash[22181]: audit 2024-03-10T02:00:36.001913+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:00:37.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:36 smithi033 bash[21389]: audit 2024-03-10T02:00:35.723989+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:37.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:36 smithi033 bash[21389]: audit 2024-03-10T02:00:35.731847+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:37.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:36 smithi033 bash[21389]: audit 2024-03-10T02:00:35.741607+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:37.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:36 smithi033 bash[21389]: audit 2024-03-10T02:00:35.993466+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-10T02:00:37.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:36 smithi033 bash[21389]: audit 2024-03-10T02:00:36.000111+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-10T02:00:37.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:36 smithi033 bash[21389]: audit 2024-03-10T02:00:36.001913+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:00:37.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:36 smithi160 bash[22106]: audit 2024-03-10T02:00:35.723989+0000 mon.a (mon.0) 450 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:37.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:36 smithi160 bash[22106]: audit 2024-03-10T02:00:35.731847+0000 mon.a (mon.0) 451 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:37.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:36 smithi160 bash[22106]: audit 2024-03-10T02:00:35.741607+0000 mon.a (mon.0) 452 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:37.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:36 smithi160 bash[22106]: audit 2024-03-10T02:00:35.993466+0000 mon.a (mon.0) 453 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-10T02:00:37.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:36 smithi160 bash[22106]: audit 2024-03-10T02:00:36.000111+0000 mon.a (mon.0) 454 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-10T02:00:37.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:36 smithi160 bash[22106]: audit 2024-03-10T02:00:36.001913+0000 mon.a (mon.0) 455 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:00:38.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:37 smithi066 bash[22181]: audit 2024-03-10T02:00:35.985186+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi066:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T02:00:38.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:37 smithi066 bash[22181]: cluster 2024-03-10T02:00:36.344737+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:38.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:37 smithi033 bash[21389]: audit 2024-03-10T02:00:35.985186+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi066:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T02:00:38.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:37 smithi033 bash[21389]: cluster 2024-03-10T02:00:36.344737+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:38.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:37 smithi160 bash[22106]: audit 2024-03-10T02:00:35.985186+0000 mgr.a (mgr.14152) 158 : audit [DBG] from='client.24128 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi066:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T02:00:38.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:37 smithi160 bash[22106]: cluster 2024-03-10T02:00:36.344737+0000 mgr.a (mgr.14152) 159 : cluster [DBG] pgmap v99: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:39.864 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:39 smithi160 bash[22106]: cluster 2024-03-10T02:00:38.345218+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:40.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:39 smithi066 bash[22181]: cluster 2024-03-10T02:00:38.345218+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:40.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:39 smithi033 bash[21389]: cluster 2024-03-10T02:00:38.345218+0000 mgr.a (mgr.14152) 160 : cluster [DBG] pgmap v100: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:42.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:41 smithi066 bash[22181]: cluster 2024-03-10T02:00:40.345659+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:42.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:41 smithi033 bash[21389]: cluster 2024-03-10T02:00:40.345659+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:42.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:41 smithi160 bash[22106]: cluster 2024-03-10T02:00:40.345659+0000 mgr.a (mgr.14152) 161 : cluster [DBG] pgmap v101: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:44.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:43 smithi066 bash[22181]: cluster 2024-03-10T02:00:42.346118+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:44.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:43 smithi066 bash[22181]: audit 2024-03-10T02:00:42.911458+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:44.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:43 smithi066 bash[22181]: audit 2024-03-10T02:00:42.916811+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:44.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:43 smithi066 bash[22181]: audit 2024-03-10T02:00:42.923201+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:44.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:43 smithi033 bash[21389]: cluster 2024-03-10T02:00:42.346118+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:44.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:43 smithi033 bash[21389]: audit 2024-03-10T02:00:42.911458+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:44.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:43 smithi033 bash[21389]: audit 2024-03-10T02:00:42.916811+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:44.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:43 smithi033 bash[21389]: audit 2024-03-10T02:00:42.923201+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:44.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:43 smithi160 bash[22106]: cluster 2024-03-10T02:00:42.346118+0000 mgr.a (mgr.14152) 162 : cluster [DBG] pgmap v102: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:44.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:43 smithi160 bash[22106]: audit 2024-03-10T02:00:42.911458+0000 mon.a (mon.0) 456 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:44.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:43 smithi160 bash[22106]: audit 2024-03-10T02:00:42.916811+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:44.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:43 smithi160 bash[22106]: audit 2024-03-10T02:00:42.923201+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:45.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:44 smithi066 bash[22181]: audit 2024-03-10T02:00:44.088126+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.66:0/3063616951' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4533cdb5-e616-4224-8f9b-1daf4c9559c4"}]: dispatch 2024-03-10T02:00:45.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:44 smithi066 bash[22181]: audit 2024-03-10T02:00:44.091421+0000 mon.a (mon.0) 459 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4533cdb5-e616-4224-8f9b-1daf4c9559c4"}]: dispatch 2024-03-10T02:00:45.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:44 smithi066 bash[22181]: audit 2024-03-10T02:00:44.095670+0000 mon.a (mon.0) 460 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4533cdb5-e616-4224-8f9b-1daf4c9559c4"}]': finished 2024-03-10T02:00:45.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:44 smithi066 bash[22181]: cluster 2024-03-10T02:00:44.102795+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-10T02:00:45.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:44 smithi066 bash[22181]: audit 2024-03-10T02:00:44.103310+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T02:00:45.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:44 smithi033 bash[21389]: audit 2024-03-10T02:00:44.088126+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.66:0/3063616951' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4533cdb5-e616-4224-8f9b-1daf4c9559c4"}]: dispatch 2024-03-10T02:00:45.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:44 smithi033 bash[21389]: audit 2024-03-10T02:00:44.091421+0000 mon.a (mon.0) 459 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4533cdb5-e616-4224-8f9b-1daf4c9559c4"}]: dispatch 2024-03-10T02:00:45.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:44 smithi033 bash[21389]: audit 2024-03-10T02:00:44.095670+0000 mon.a (mon.0) 460 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4533cdb5-e616-4224-8f9b-1daf4c9559c4"}]': finished 2024-03-10T02:00:45.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:44 smithi033 bash[21389]: cluster 2024-03-10T02:00:44.102795+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-10T02:00:45.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:44 smithi033 bash[21389]: audit 2024-03-10T02:00:44.103310+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T02:00:45.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:44 smithi160 bash[22106]: audit 2024-03-10T02:00:44.088126+0000 mon.b (mon.2) 7 : audit [INF] from='client.? 172.21.15.66:0/3063616951' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4533cdb5-e616-4224-8f9b-1daf4c9559c4"}]: dispatch 2024-03-10T02:00:45.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:44 smithi160 bash[22106]: audit 2024-03-10T02:00:44.091421+0000 mon.a (mon.0) 459 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "4533cdb5-e616-4224-8f9b-1daf4c9559c4"}]: dispatch 2024-03-10T02:00:45.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:44 smithi160 bash[22106]: audit 2024-03-10T02:00:44.095670+0000 mon.a (mon.0) 460 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "4533cdb5-e616-4224-8f9b-1daf4c9559c4"}]': finished 2024-03-10T02:00:45.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:44 smithi160 bash[22106]: cluster 2024-03-10T02:00:44.102795+0000 mon.a (mon.0) 461 : cluster [DBG] osdmap e10: 2 total, 1 up, 2 in 2024-03-10T02:00:45.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:44 smithi160 bash[22106]: audit 2024-03-10T02:00:44.103310+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T02:00:46.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:45 smithi066 bash[22181]: cluster 2024-03-10T02:00:44.346528+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:46.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:45 smithi066 bash[22181]: audit 2024-03-10T02:00:44.845560+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.66:0/593770911' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-10T02:00:46.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:45 smithi066 bash[22181]: audit 2024-03-10T02:00:45.183715+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:46.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:45 smithi066 bash[22181]: audit 2024-03-10T02:00:45.193365+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:46.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:45 smithi066 bash[22181]: audit 2024-03-10T02:00:45.203708+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:46.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:45 smithi033 bash[21389]: cluster 2024-03-10T02:00:44.346528+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:46.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:45 smithi033 bash[21389]: audit 2024-03-10T02:00:44.845560+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.66:0/593770911' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-10T02:00:46.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:45 smithi033 bash[21389]: audit 2024-03-10T02:00:45.183715+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:46.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:45 smithi033 bash[21389]: audit 2024-03-10T02:00:45.193365+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:46.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:45 smithi033 bash[21389]: audit 2024-03-10T02:00:45.203708+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:46.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:45 smithi160 bash[22106]: cluster 2024-03-10T02:00:44.346528+0000 mgr.a (mgr.14152) 163 : cluster [DBG] pgmap v104: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:46.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:45 smithi160 bash[22106]: audit 2024-03-10T02:00:44.845560+0000 mon.b (mon.2) 8 : audit [DBG] from='client.? 172.21.15.66:0/593770911' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-10T02:00:46.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:45 smithi160 bash[22106]: audit 2024-03-10T02:00:45.183715+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:46.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:45 smithi160 bash[22106]: audit 2024-03-10T02:00:45.193365+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:46.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:45 smithi160 bash[22106]: audit 2024-03-10T02:00:45.203708+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:48.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:47 smithi066 bash[22181]: cluster 2024-03-10T02:00:46.346979+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:48.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:47 smithi033 bash[21389]: cluster 2024-03-10T02:00:46.346979+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:48.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:47 smithi160 bash[22106]: cluster 2024-03-10T02:00:46.346979+0000 mgr.a (mgr.14152) 164 : cluster [DBG] pgmap v105: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:50.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:49 smithi066 bash[22181]: cluster 2024-03-10T02:00:48.347434+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:50.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:49 smithi033 bash[21389]: cluster 2024-03-10T02:00:48.347434+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:50.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:49 smithi160 bash[22106]: cluster 2024-03-10T02:00:48.347434+0000 mgr.a (mgr.14152) 165 : cluster [DBG] pgmap v106: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:52.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:51 smithi066 bash[22181]: cluster 2024-03-10T02:00:50.347826+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:52.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:51 smithi033 bash[21389]: cluster 2024-03-10T02:00:50.347826+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:52.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:51 smithi160 bash[22106]: cluster 2024-03-10T02:00:50.347826+0000 mgr.a (mgr.14152) 166 : cluster [DBG] pgmap v107: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:54.061 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:53 smithi066 bash[22181]: cluster 2024-03-10T02:00:52.348395+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:54.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:53 smithi033 bash[21389]: cluster 2024-03-10T02:00:52.348395+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:54.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:53 smithi160 bash[22106]: cluster 2024-03-10T02:00:52.348395+0000 mgr.a (mgr.14152) 167 : cluster [DBG] pgmap v108: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:56.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:55 smithi066 bash[22181]: cluster 2024-03-10T02:00:54.348889+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:56.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:55 smithi033 bash[21389]: cluster 2024-03-10T02:00:54.348889+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:56.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:55 smithi160 bash[22106]: cluster 2024-03-10T02:00:54.348889+0000 mgr.a (mgr.14152) 168 : cluster [DBG] pgmap v109: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:57.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:56 smithi066 bash[22181]: audit 2024-03-10T02:00:55.922768+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:57.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:56 smithi066 bash[22181]: audit 2024-03-10T02:00:55.931399+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:57.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:56 smithi066 bash[22181]: cephadm 2024-03-10T02:00:55.934804+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Detected new or changed devices on smithi066 2024-03-10T02:00:57.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:56 smithi066 bash[22181]: audit 2024-03-10T02:00:55.941804+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:57.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:56 smithi066 bash[22181]: cluster 2024-03-10T02:00:56.349414+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:57.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:56 smithi033 bash[21389]: audit 2024-03-10T02:00:55.922768+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:57.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:56 smithi033 bash[21389]: audit 2024-03-10T02:00:55.931399+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:57.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:56 smithi033 bash[21389]: cephadm 2024-03-10T02:00:55.934804+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Detected new or changed devices on smithi066 2024-03-10T02:00:57.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:56 smithi033 bash[21389]: audit 2024-03-10T02:00:55.941804+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:57.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:56 smithi033 bash[21389]: cluster 2024-03-10T02:00:56.349414+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:57.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:56 smithi160 bash[22106]: audit 2024-03-10T02:00:55.922768+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:57.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:56 smithi160 bash[22106]: audit 2024-03-10T02:00:55.931399+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:57.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:56 smithi160 bash[22106]: cephadm 2024-03-10T02:00:55.934804+0000 mgr.a (mgr.14152) 169 : cephadm [INF] Detected new or changed devices on smithi066 2024-03-10T02:00:57.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:56 smithi160 bash[22106]: audit 2024-03-10T02:00:55.941804+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:00:57.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:56 smithi160 bash[22106]: cluster 2024-03-10T02:00:56.349414+0000 mgr.a (mgr.14152) 170 : cluster [DBG] pgmap v110: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:58.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:57 smithi066 bash[22181]: audit 2024-03-10T02:00:57.256859+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-10T02:00:58.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:57 smithi066 bash[22181]: audit 2024-03-10T02:00:57.258582+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:00:58.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:57 smithi066 bash[22181]: cephadm 2024-03-10T02:00:57.260135+0000 mgr.a (mgr.14152) 171 : cephadm [INF] Deploying daemon osd.1 on smithi066 2024-03-10T02:00:58.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:57 smithi033 bash[21389]: audit 2024-03-10T02:00:57.256859+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-10T02:00:58.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:57 smithi033 bash[21389]: audit 2024-03-10T02:00:57.258582+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:00:58.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:57 smithi033 bash[21389]: cephadm 2024-03-10T02:00:57.260135+0000 mgr.a (mgr.14152) 171 : cephadm [INF] Deploying daemon osd.1 on smithi066 2024-03-10T02:00:58.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:57 smithi160 bash[22106]: audit 2024-03-10T02:00:57.256859+0000 mon.a (mon.0) 469 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-03-10T02:00:58.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:57 smithi160 bash[22106]: audit 2024-03-10T02:00:57.258582+0000 mon.a (mon.0) 470 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:00:58.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:57 smithi160 bash[22106]: cephadm 2024-03-10T02:00:57.260135+0000 mgr.a (mgr.14152) 171 : cephadm [INF] Deploying daemon osd.1 on smithi066 2024-03-10T02:00:59.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:00:58 smithi066 bash[22181]: cluster 2024-03-10T02:00:58.349883+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:59.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:00:58 smithi160 bash[22106]: cluster 2024-03-10T02:00:58.349883+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:00:59.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:00:58 smithi033 bash[21389]: cluster 2024-03-10T02:00:58.349883+0000 mgr.a (mgr.14152) 172 : cluster [DBG] pgmap v111: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:01:01.010 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:01:00 smithi066 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:01:01.010 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:00 smithi066 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:01:01.286 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:01 smithi066 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:01:01.286 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:01:01 smithi066 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:01:01.553 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:01 smithi066 bash[22181]: cluster 2024-03-10T02:01:00.350348+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:01:01.553 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:01 smithi066 bash[22181]: audit 2024-03-10T02:01:01.291581+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:01.553 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:01 smithi066 bash[22181]: audit 2024-03-10T02:01:01.301465+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:01.553 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:01 smithi066 bash[22181]: audit 2024-03-10T02:01:01.319577+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:01:01.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:01 smithi066 bash[22181]: audit 2024-03-10T02:01:01.327035+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:01:01.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:01 smithi066 bash[22181]: audit 2024-03-10T02:01:01.329127+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:01:01.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:01 smithi066 bash[22181]: audit 2024-03-10T02:01:01.338077+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:01.708 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:01 smithi160 bash[22106]: cluster 2024-03-10T02:01:00.350348+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:01:01.708 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:01 smithi160 bash[22106]: audit 2024-03-10T02:01:01.291581+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:01.708 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:01 smithi160 bash[22106]: audit 2024-03-10T02:01:01.301465+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:01.708 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:01 smithi160 bash[22106]: audit 2024-03-10T02:01:01.319577+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:01:01.708 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:01 smithi160 bash[22106]: audit 2024-03-10T02:01:01.327035+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:01:01.708 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:01 smithi160 bash[22106]: audit 2024-03-10T02:01:01.329127+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:01:01.708 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:01 smithi160 bash[22106]: audit 2024-03-10T02:01:01.338077+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:01.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:01 smithi033 bash[21389]: cluster 2024-03-10T02:01:00.350348+0000 mgr.a (mgr.14152) 173 : cluster [DBG] pgmap v112: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:01:01.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:01 smithi033 bash[21389]: audit 2024-03-10T02:01:01.291581+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:01.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:01 smithi033 bash[21389]: audit 2024-03-10T02:01:01.301465+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:01.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:01 smithi033 bash[21389]: audit 2024-03-10T02:01:01.319577+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:01:01.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:01 smithi033 bash[21389]: audit 2024-03-10T02:01:01.327035+0000 mon.a (mon.0) 474 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:01:01.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:01 smithi033 bash[21389]: audit 2024-03-10T02:01:01.329127+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:01:01.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:01 smithi033 bash[21389]: audit 2024-03-10T02:01:01.338077+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:03.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:03 smithi066 bash[22181]: cluster 2024-03-10T02:01:02.350791+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:01:03.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:03 smithi066 bash[22181]: audit 2024-03-10T02:01:03.132578+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:03.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:03 smithi066 bash[22181]: audit 2024-03-10T02:01:03.142642+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:03.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:03 smithi066 bash[22181]: audit 2024-03-10T02:01:03.153900+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:03.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:03 smithi033 bash[21389]: cluster 2024-03-10T02:01:02.350791+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:01:03.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:03 smithi033 bash[21389]: audit 2024-03-10T02:01:03.132578+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:03.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:03 smithi033 bash[21389]: audit 2024-03-10T02:01:03.142642+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:03.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:03 smithi033 bash[21389]: audit 2024-03-10T02:01:03.153900+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:03.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:03 smithi160 bash[22106]: cluster 2024-03-10T02:01:02.350791+0000 mgr.a (mgr.14152) 174 : cluster [DBG] pgmap v113: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:01:03.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:03 smithi160 bash[22106]: audit 2024-03-10T02:01:03.132578+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:03.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:03 smithi160 bash[22106]: audit 2024-03-10T02:01:03.142642+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:03.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:03 smithi160 bash[22106]: audit 2024-03-10T02:01:03.153900+0000 mon.a (mon.0) 479 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:05.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:05 smithi160 bash[22106]: cluster 2024-03-10T02:01:04.351266+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:01:05.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:05 smithi160 bash[22106]: audit 2024-03-10T02:01:05.373245+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:05.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:05 smithi160 bash[22106]: audit 2024-03-10T02:01:05.382782+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:05.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:05 smithi160 bash[22106]: audit 2024-03-10T02:01:05.393244+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:05.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:05 smithi066 bash[22181]: cluster 2024-03-10T02:01:04.351266+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:01:05.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:05 smithi066 bash[22181]: audit 2024-03-10T02:01:05.373245+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:05.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:05 smithi066 bash[22181]: audit 2024-03-10T02:01:05.382782+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:05.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:05 smithi066 bash[22181]: audit 2024-03-10T02:01:05.393244+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:05.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:05 smithi033 bash[21389]: cluster 2024-03-10T02:01:04.351266+0000 mgr.a (mgr.14152) 175 : cluster [DBG] pgmap v114: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:01:05.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:05 smithi033 bash[21389]: audit 2024-03-10T02:01:05.373245+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:05.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:05 smithi033 bash[21389]: audit 2024-03-10T02:01:05.382782+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:05.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:05 smithi033 bash[21389]: audit 2024-03-10T02:01:05.393244+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:07.722 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:07 smithi066 bash[22181]: cluster 2024-03-10T02:01:06.351865+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:01:07.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:07 smithi033 bash[21389]: cluster 2024-03-10T02:01:06.351865+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:01:07.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:07 smithi160 bash[22106]: cluster 2024-03-10T02:01:06.351865+0000 mgr.a (mgr.14152) 176 : cluster [DBG] pgmap v115: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:01:08.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:08 smithi066 bash[22181]: audit 2024-03-10T02:01:07.726183+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.66:6800/1624728043,v1:172.21.15.66:6801/1624728043]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-10T02:01:08.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:08 smithi066 bash[22181]: audit 2024-03-10T02:01:07.729745+0000 mon.a (mon.0) 483 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-10T02:01:08.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:08 smithi033 bash[21389]: audit 2024-03-10T02:01:07.726183+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.66:6800/1624728043,v1:172.21.15.66:6801/1624728043]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-10T02:01:08.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:08 smithi033 bash[21389]: audit 2024-03-10T02:01:07.729745+0000 mon.a (mon.0) 483 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-10T02:01:08.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:08 smithi160 bash[22106]: audit 2024-03-10T02:01:07.726183+0000 mon.b (mon.2) 9 : audit [INF] from='osd.1 [v2:172.21.15.66:6800/1624728043,v1:172.21.15.66:6801/1624728043]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-10T02:01:08.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:08 smithi160 bash[22106]: audit 2024-03-10T02:01:07.729745+0000 mon.a (mon.0) 483 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-03-10T02:01:09.754 INFO:teuthology.orchestra.run.smithi066.stdout:Created osd(s) 1 on host 'smithi066' 2024-03-10T02:01:09.772 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:09 smithi066 bash[22181]: cluster 2024-03-10T02:01:08.352413+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:01:09.772 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:09 smithi066 bash[22181]: audit 2024-03-10T02:01:08.429357+0000 mon.a (mon.0) 484 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-10T02:01:09.772 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:09 smithi066 bash[22181]: audit 2024-03-10T02:01:08.433208+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.66:6800/1624728043,v1:172.21.15.66:6801/1624728043]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-03-10T02:01:09.772 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:09 smithi066 bash[22181]: cluster 2024-03-10T02:01:08.435408+0000 mon.a (mon.0) 485 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-10T02:01:09.772 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:09 smithi066 bash[22181]: audit 2024-03-10T02:01:08.435955+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T02:01:09.772 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:09 smithi066 bash[22181]: audit 2024-03-10T02:01:08.437577+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-03-10T02:01:09.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:09 smithi033 bash[21389]: cluster 2024-03-10T02:01:08.352413+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:01:09.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:09 smithi033 bash[21389]: audit 2024-03-10T02:01:08.429357+0000 mon.a (mon.0) 484 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-10T02:01:09.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:09 smithi033 bash[21389]: audit 2024-03-10T02:01:08.433208+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.66:6800/1624728043,v1:172.21.15.66:6801/1624728043]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-03-10T02:01:09.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:09 smithi033 bash[21389]: cluster 2024-03-10T02:01:08.435408+0000 mon.a (mon.0) 485 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-10T02:01:09.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:09 smithi033 bash[21389]: audit 2024-03-10T02:01:08.435955+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T02:01:09.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:09 smithi033 bash[21389]: audit 2024-03-10T02:01:08.437577+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-03-10T02:01:09.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:09 smithi160 bash[22106]: cluster 2024-03-10T02:01:08.352413+0000 mgr.a (mgr.14152) 177 : cluster [DBG] pgmap v116: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:01:09.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:09 smithi160 bash[22106]: audit 2024-03-10T02:01:08.429357+0000 mon.a (mon.0) 484 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-03-10T02:01:09.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:09 smithi160 bash[22106]: audit 2024-03-10T02:01:08.433208+0000 mon.b (mon.2) 10 : audit [INF] from='osd.1 [v2:172.21.15.66:6800/1624728043,v1:172.21.15.66:6801/1624728043]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-03-10T02:01:09.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:09 smithi160 bash[22106]: cluster 2024-03-10T02:01:08.435408+0000 mon.a (mon.0) 485 : cluster [DBG] osdmap e11: 2 total, 1 up, 2 in 2024-03-10T02:01:09.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:09 smithi160 bash[22106]: audit 2024-03-10T02:01:08.435955+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T02:01:09.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:09 smithi160 bash[22106]: audit 2024-03-10T02:01:08.437577+0000 mon.a (mon.0) 487 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]: dispatch 2024-03-10T02:01:10.368 DEBUG:teuthology.orchestra.run.smithi066:osd.1> sudo journalctl -f -n 0 -u ceph-1bb78214-de81-11ee-95c7-87774f69a715@osd.1.service 2024-03-10T02:01:10.371 INFO:tasks.cephadm:Deploying osd.2 on smithi160 with /dev/vg_nvme/lv_4... 2024-03-10T02:01:10.371 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-03-10T02:01:10.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:10 smithi066 bash[22181]: audit 2024-03-10T02:01:09.431764+0000 mon.a (mon.0) 488 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]': finished 2024-03-10T02:01:10.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:10 smithi066 bash[22181]: cluster 2024-03-10T02:01:09.437086+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-10T02:01:10.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:10 smithi066 bash[22181]: audit 2024-03-10T02:01:09.437981+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T02:01:10.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:10 smithi066 bash[22181]: audit 2024-03-10T02:01:09.445548+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T02:01:10.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:10 smithi066 bash[22181]: audit 2024-03-10T02:01:09.724214+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:10.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:10 smithi066 bash[22181]: audit 2024-03-10T02:01:09.728606+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:01:10.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:10 smithi066 bash[22181]: audit 2024-03-10T02:01:09.733498+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:10.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:10 smithi066 bash[22181]: audit 2024-03-10T02:01:09.739018+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-10T02:01:10.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:10 smithi066 bash[22181]: cephadm 2024-03-10T02:01:09.740386+0000 mgr.a (mgr.14152) 178 : cephadm [INF] Adjusting osd_memory_target on smithi066 to 16241M 2024-03-10T02:01:10.805 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:10 smithi066 bash[22181]: audit 2024-03-10T02:01:09.746592+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:10.805 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:10 smithi066 bash[22181]: audit 2024-03-10T02:01:09.750655+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:01:10.805 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:10 smithi066 bash[22181]: audit 2024-03-10T02:01:09.752441+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:01:10.805 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:10 smithi066 bash[22181]: audit 2024-03-10T02:01:09.762583+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:10.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:10 smithi033 bash[21389]: audit 2024-03-10T02:01:09.431764+0000 mon.a (mon.0) 488 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]': finished 2024-03-10T02:01:10.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:10 smithi033 bash[21389]: cluster 2024-03-10T02:01:09.437086+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-10T02:01:10.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:10 smithi033 bash[21389]: audit 2024-03-10T02:01:09.437981+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T02:01:10.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:10 smithi033 bash[21389]: audit 2024-03-10T02:01:09.445548+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T02:01:10.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:10 smithi033 bash[21389]: audit 2024-03-10T02:01:09.724214+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:10.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:10 smithi033 bash[21389]: audit 2024-03-10T02:01:09.728606+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:01:10.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:10 smithi033 bash[21389]: audit 2024-03-10T02:01:09.733498+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:10.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:10 smithi033 bash[21389]: audit 2024-03-10T02:01:09.739018+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-10T02:01:10.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:10 smithi033 bash[21389]: cephadm 2024-03-10T02:01:09.740386+0000 mgr.a (mgr.14152) 178 : cephadm [INF] Adjusting osd_memory_target on smithi066 to 16241M 2024-03-10T02:01:10.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:10 smithi033 bash[21389]: audit 2024-03-10T02:01:09.746592+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:10.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:10 smithi033 bash[21389]: audit 2024-03-10T02:01:09.750655+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:01:10.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:10 smithi033 bash[21389]: audit 2024-03-10T02:01:09.752441+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:01:10.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:10 smithi033 bash[21389]: audit 2024-03-10T02:01:09.762583+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:10.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:10 smithi160 bash[22106]: audit 2024-03-10T02:01:09.431764+0000 mon.a (mon.0) 488 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi066", "root=default"]}]': finished 2024-03-10T02:01:10.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:10 smithi160 bash[22106]: cluster 2024-03-10T02:01:09.437086+0000 mon.a (mon.0) 489 : cluster [DBG] osdmap e12: 2 total, 1 up, 2 in 2024-03-10T02:01:10.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:10 smithi160 bash[22106]: audit 2024-03-10T02:01:09.437981+0000 mon.a (mon.0) 490 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T02:01:10.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:10 smithi160 bash[22106]: audit 2024-03-10T02:01:09.445548+0000 mon.a (mon.0) 491 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T02:01:10.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:10 smithi160 bash[22106]: audit 2024-03-10T02:01:09.724214+0000 mon.a (mon.0) 492 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:10.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:10 smithi160 bash[22106]: audit 2024-03-10T02:01:09.728606+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:01:10.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:10 smithi160 bash[22106]: audit 2024-03-10T02:01:09.733498+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:10.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:10 smithi160 bash[22106]: audit 2024-03-10T02:01:09.739018+0000 mon.a (mon.0) 495 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-03-10T02:01:10.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:10 smithi160 bash[22106]: cephadm 2024-03-10T02:01:09.740386+0000 mgr.a (mgr.14152) 178 : cephadm [INF] Adjusting osd_memory_target on smithi066 to 16241M 2024-03-10T02:01:10.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:10 smithi160 bash[22106]: audit 2024-03-10T02:01:09.746592+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:10.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:10 smithi160 bash[22106]: audit 2024-03-10T02:01:09.750655+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:01:10.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:10 smithi160 bash[22106]: audit 2024-03-10T02:01:09.752441+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:01:10.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:10 smithi160 bash[22106]: audit 2024-03-10T02:01:09.762583+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:11.553 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:11 smithi066 bash[22181]: cluster 2024-03-10T02:01:08.744023+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-10T02:01:11.553 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:11 smithi066 bash[22181]: cluster 2024-03-10T02:01:08.744090+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-10T02:01:11.553 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:11 smithi066 bash[22181]: cluster 2024-03-10T02:01:10.352871+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:01:11.553 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:11 smithi066 bash[22181]: audit 2024-03-10T02:01:10.450465+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T02:01:11.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:11 smithi066 bash[22181]: cluster 2024-03-10T02:01:10.456673+0000 mon.a (mon.0) 501 : cluster [INF] osd.1 [v2:172.21.15.66:6800/1624728043,v1:172.21.15.66:6801/1624728043] boot 2024-03-10T02:01:11.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:11 smithi066 bash[22181]: cluster 2024-03-10T02:01:10.456757+0000 mon.a (mon.0) 502 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-10T02:01:11.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:11 smithi066 bash[22181]: audit 2024-03-10T02:01:10.457665+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T02:01:11.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:11 smithi033 bash[21389]: cluster 2024-03-10T02:01:08.744023+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-10T02:01:11.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:11 smithi033 bash[21389]: cluster 2024-03-10T02:01:08.744090+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-10T02:01:11.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:11 smithi033 bash[21389]: cluster 2024-03-10T02:01:10.352871+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:01:11.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:11 smithi033 bash[21389]: audit 2024-03-10T02:01:10.450465+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T02:01:11.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:11 smithi033 bash[21389]: cluster 2024-03-10T02:01:10.456673+0000 mon.a (mon.0) 501 : cluster [INF] osd.1 [v2:172.21.15.66:6800/1624728043,v1:172.21.15.66:6801/1624728043] boot 2024-03-10T02:01:11.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:11 smithi033 bash[21389]: cluster 2024-03-10T02:01:10.456757+0000 mon.a (mon.0) 502 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-10T02:01:11.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:11 smithi033 bash[21389]: audit 2024-03-10T02:01:10.457665+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T02:01:11.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:11 smithi160 bash[22106]: cluster 2024-03-10T02:01:08.744023+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-10T02:01:11.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:11 smithi160 bash[22106]: cluster 2024-03-10T02:01:08.744090+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-10T02:01:11.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:11 smithi160 bash[22106]: cluster 2024-03-10T02:01:10.352871+0000 mgr.a (mgr.14152) 179 : cluster [DBG] pgmap v119: 0 pgs: ; 0 B data, 26 MiB used, 89 GiB / 89 GiB avail 2024-03-10T02:01:11.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:11 smithi160 bash[22106]: audit 2024-03-10T02:01:10.450465+0000 mon.a (mon.0) 500 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T02:01:11.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:11 smithi160 bash[22106]: cluster 2024-03-10T02:01:10.456673+0000 mon.a (mon.0) 501 : cluster [INF] osd.1 [v2:172.21.15.66:6800/1624728043,v1:172.21.15.66:6801/1624728043] boot 2024-03-10T02:01:11.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:11 smithi160 bash[22106]: cluster 2024-03-10T02:01:10.456757+0000 mon.a (mon.0) 502 : cluster [DBG] osdmap e13: 2 total, 2 up, 2 in 2024-03-10T02:01:11.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:11 smithi160 bash[22106]: audit 2024-03-10T02:01:10.457665+0000 mon.a (mon.0) 503 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T02:01:12.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:12 smithi033 bash[21389]: cluster 2024-03-10T02:01:11.455969+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-10T02:01:12.724 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:12 smithi066 bash[22181]: cluster 2024-03-10T02:01:11.455969+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-10T02:01:12.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:12 smithi160 bash[22106]: cluster 2024-03-10T02:01:11.455969+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e14: 2 total, 2 up, 2 in 2024-03-10T02:01:13.771 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:13 smithi033 bash[21389]: cluster 2024-03-10T02:01:12.353229+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:13.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:13 smithi066 bash[22181]: cluster 2024-03-10T02:01:12.353229+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:13.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:13 smithi160 bash[22106]: cluster 2024-03-10T02:01:12.353229+0000 mgr.a (mgr.14152) 180 : cluster [DBG] pgmap v122: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:14.073 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.c/config 2024-03-10T02:01:15.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:15 smithi066 bash[22181]: cluster 2024-03-10T02:01:14.353606+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:15.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:15 smithi033 bash[21389]: cluster 2024-03-10T02:01:14.353606+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:15.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:15 smithi160 bash[22106]: cluster 2024-03-10T02:01:14.353606+0000 mgr.a (mgr.14152) 181 : cluster [DBG] pgmap v123: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:16.666 INFO:teuthology.orchestra.run.smithi160.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-03-10T02:01:16.666 INFO:teuthology.orchestra.run.smithi160.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-03-10T02:01:16.666 INFO:teuthology.orchestra.run.smithi160.stderr: stderr: 10+0 records in 2024-03-10T02:01:16.666 INFO:teuthology.orchestra.run.smithi160.stderr:10+0 records out 2024-03-10T02:01:16.666 INFO:teuthology.orchestra.run.smithi160.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0119314 s, 879 MB/s 2024-03-10T02:01:16.666 INFO:teuthology.orchestra.run.smithi160.stderr:--> Zapping successful for: 2024-03-10T02:01:17.200 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph orch daemon add osd smithi160:vg_nvme/lv_4 2024-03-10T02:01:17.553 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:17 smithi066 bash[22181]: audit 2024-03-10T02:01:16.157119+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:17.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:17 smithi066 bash[22181]: audit 2024-03-10T02:01:16.165550+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:17.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:17 smithi066 bash[22181]: audit 2024-03-10T02:01:16.185694+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:17.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:17 smithi066 bash[22181]: audit 2024-03-10T02:01:16.200290+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:01:17.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:17 smithi066 bash[22181]: audit 2024-03-10T02:01:16.206075+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:01:17.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:17 smithi066 bash[22181]: audit 2024-03-10T02:01:16.207906+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:01:17.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:17 smithi066 bash[22181]: cluster 2024-03-10T02:01:16.211805+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:17.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:17 smithi066 bash[22181]: audit 2024-03-10T02:01:16.218707+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:17.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:17 smithi033 bash[21389]: audit 2024-03-10T02:01:16.157119+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:17.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:17 smithi033 bash[21389]: audit 2024-03-10T02:01:16.165550+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:17.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:17 smithi033 bash[21389]: audit 2024-03-10T02:01:16.185694+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:17.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:17 smithi033 bash[21389]: audit 2024-03-10T02:01:16.200290+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:01:17.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:17 smithi033 bash[21389]: audit 2024-03-10T02:01:16.206075+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:01:17.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:17 smithi033 bash[21389]: audit 2024-03-10T02:01:16.207906+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:01:17.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:17 smithi033 bash[21389]: cluster 2024-03-10T02:01:16.211805+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:17.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:17 smithi033 bash[21389]: audit 2024-03-10T02:01:16.218707+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:17.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:17 smithi160 bash[22106]: audit 2024-03-10T02:01:16.157119+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:17.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:17 smithi160 bash[22106]: audit 2024-03-10T02:01:16.165550+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:17.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:17 smithi160 bash[22106]: audit 2024-03-10T02:01:16.185694+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:17.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:17 smithi160 bash[22106]: audit 2024-03-10T02:01:16.200290+0000 mon.a (mon.0) 508 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:01:17.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:17 smithi160 bash[22106]: audit 2024-03-10T02:01:16.206075+0000 mon.a (mon.0) 509 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:01:17.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:17 smithi160 bash[22106]: audit 2024-03-10T02:01:16.207906+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:01:17.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:17 smithi160 bash[22106]: cluster 2024-03-10T02:01:16.211805+0000 mgr.a (mgr.14152) 182 : cluster [DBG] pgmap v124: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:17.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:17 smithi160 bash[22106]: audit 2024-03-10T02:01:16.218707+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:18.553 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:18 smithi066 bash[22181]: cluster 2024-03-10T02:01:17.181836+0000 mon.a (mon.0) 512 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-10T02:01:18.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:18 smithi033 bash[21389]: cluster 2024-03-10T02:01:17.181836+0000 mon.a (mon.0) 512 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-10T02:01:18.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:18 smithi160 bash[22106]: cluster 2024-03-10T02:01:17.181836+0000 mon.a (mon.0) 512 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-10T02:01:19.540 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:19 smithi066 bash[22181]: cluster 2024-03-10T02:01:18.212375+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:19.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:19 smithi033 bash[21389]: cluster 2024-03-10T02:01:18.212375+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:19.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:19 smithi160 bash[22106]: cluster 2024-03-10T02:01:18.212375+0000 mgr.a (mgr.14152) 183 : cluster [DBG] pgmap v125: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:20.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:20 smithi160 bash[22106]: audit 2024-03-10T02:01:19.519979+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:20.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:20 smithi160 bash[22106]: audit 2024-03-10T02:01:19.529130+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:20.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:20 smithi160 bash[22106]: audit 2024-03-10T02:01:19.540044+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:20.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:20 smithi160 bash[22106]: audit 2024-03-10T02:01:19.548274+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:01:20.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:20 smithi160 bash[22106]: audit 2024-03-10T02:01:19.554054+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:01:20.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:20 smithi160 bash[22106]: audit 2024-03-10T02:01:19.556000+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:01:20.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:20 smithi160 bash[22106]: cluster 2024-03-10T02:01:19.559517+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:20.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:20 smithi160 bash[22106]: audit 2024-03-10T02:01:19.566249+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:20.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:20 smithi066 bash[22181]: audit 2024-03-10T02:01:19.519979+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:20.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:20 smithi066 bash[22181]: audit 2024-03-10T02:01:19.529130+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:20.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:20 smithi066 bash[22181]: audit 2024-03-10T02:01:19.540044+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:20.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:20 smithi066 bash[22181]: audit 2024-03-10T02:01:19.548274+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:01:20.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:20 smithi066 bash[22181]: audit 2024-03-10T02:01:19.554054+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:01:20.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:20 smithi066 bash[22181]: audit 2024-03-10T02:01:19.556000+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:01:20.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:20 smithi066 bash[22181]: cluster 2024-03-10T02:01:19.559517+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:20.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:20 smithi066 bash[22181]: audit 2024-03-10T02:01:19.566249+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:20.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:20 smithi033 bash[21389]: audit 2024-03-10T02:01:19.519979+0000 mon.a (mon.0) 513 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:20.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:20 smithi033 bash[21389]: audit 2024-03-10T02:01:19.529130+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:20.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:20 smithi033 bash[21389]: audit 2024-03-10T02:01:19.540044+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:20.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:20 smithi033 bash[21389]: audit 2024-03-10T02:01:19.548274+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:01:20.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:20 smithi033 bash[21389]: audit 2024-03-10T02:01:19.554054+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:01:20.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:20 smithi033 bash[21389]: audit 2024-03-10T02:01:19.556000+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:01:20.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:20 smithi033 bash[21389]: cluster 2024-03-10T02:01:19.559517+0000 mgr.a (mgr.14152) 184 : cluster [DBG] pgmap v126: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:20.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:20 smithi033 bash[21389]: audit 2024-03-10T02:01:19.566249+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:21.171 INFO:teuthology.orchestra.run.smithi160.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.c/config 2024-03-10T02:01:21.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:21 smithi066 bash[22181]: cluster 2024-03-10T02:01:20.536532+0000 mon.a (mon.0) 520 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-10T02:01:21.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:21 smithi066 bash[22181]: cluster 2024-03-10T02:01:20.536586+0000 mon.a (mon.0) 521 : cluster [INF] Cluster is now healthy 2024-03-10T02:01:21.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:21 smithi033 bash[21389]: cluster 2024-03-10T02:01:20.536532+0000 mon.a (mon.0) 520 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-10T02:01:21.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:21 smithi033 bash[21389]: cluster 2024-03-10T02:01:20.536586+0000 mon.a (mon.0) 521 : cluster [INF] Cluster is now healthy 2024-03-10T02:01:21.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:21 smithi160 bash[22106]: cluster 2024-03-10T02:01:20.536532+0000 mon.a (mon.0) 520 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-10T02:01:21.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:21 smithi160 bash[22106]: cluster 2024-03-10T02:01:20.536586+0000 mon.a (mon.0) 521 : cluster [INF] Cluster is now healthy 2024-03-10T02:01:22.596 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:22 smithi160 bash[22106]: cluster 2024-03-10T02:01:21.559935+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:22.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:22 smithi066 bash[22181]: cluster 2024-03-10T02:01:21.559935+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:22.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:22 smithi033 bash[21389]: cluster 2024-03-10T02:01:21.559935+0000 mgr.a (mgr.14152) 185 : cluster [DBG] pgmap v127: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:24.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:24 smithi066 bash[22181]: audit 2024-03-10T02:01:23.371519+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:24.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:24 smithi066 bash[22181]: audit 2024-03-10T02:01:23.380617+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:24.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:24 smithi066 bash[22181]: audit 2024-03-10T02:01:23.391057+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:24.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:24 smithi066 bash[22181]: cluster 2024-03-10T02:01:23.560408+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:24.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:24 smithi066 bash[22181]: audit 2024-03-10T02:01:24.013611+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-10T02:01:24.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:24 smithi066 bash[22181]: audit 2024-03-10T02:01:24.020478+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-10T02:01:24.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:24 smithi066 bash[22181]: audit 2024-03-10T02:01:24.022324+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:01:24.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:24 smithi033 bash[21389]: audit 2024-03-10T02:01:23.371519+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:24.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:24 smithi033 bash[21389]: audit 2024-03-10T02:01:23.380617+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:24.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:24 smithi033 bash[21389]: audit 2024-03-10T02:01:23.391057+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:24.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:24 smithi033 bash[21389]: cluster 2024-03-10T02:01:23.560408+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:24.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:24 smithi033 bash[21389]: audit 2024-03-10T02:01:24.013611+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-10T02:01:24.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:24 smithi033 bash[21389]: audit 2024-03-10T02:01:24.020478+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-10T02:01:24.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:24 smithi033 bash[21389]: audit 2024-03-10T02:01:24.022324+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:01:24.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:24 smithi160 bash[22106]: audit 2024-03-10T02:01:23.371519+0000 mon.a (mon.0) 522 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:24.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:24 smithi160 bash[22106]: audit 2024-03-10T02:01:23.380617+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:24.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:24 smithi160 bash[22106]: audit 2024-03-10T02:01:23.391057+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:24.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:24 smithi160 bash[22106]: cluster 2024-03-10T02:01:23.560408+0000 mgr.a (mgr.14152) 186 : cluster [DBG] pgmap v128: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:24.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:24 smithi160 bash[22106]: audit 2024-03-10T02:01:24.013611+0000 mon.a (mon.0) 525 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-03-10T02:01:24.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:24 smithi160 bash[22106]: audit 2024-03-10T02:01:24.020478+0000 mon.a (mon.0) 526 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-03-10T02:01:24.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:24 smithi160 bash[22106]: audit 2024-03-10T02:01:24.022324+0000 mon.a (mon.0) 527 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:01:25.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:25 smithi066 bash[22181]: audit 2024-03-10T02:01:24.006020+0000 mgr.a (mgr.14152) 187 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T02:01:25.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:25 smithi033 bash[21389]: audit 2024-03-10T02:01:24.006020+0000 mgr.a (mgr.14152) 187 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T02:01:25.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:25 smithi160 bash[22106]: audit 2024-03-10T02:01:24.006020+0000 mgr.a (mgr.14152) 187 : audit [DBG] from='client.24145 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi160:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T02:01:26.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:26 smithi160 bash[22106]: cluster 2024-03-10T02:01:25.560875+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:26.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:26 smithi160 bash[22106]: audit 2024-03-10T02:01:25.599148+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:26.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:26 smithi160 bash[22106]: audit 2024-03-10T02:01:25.607367+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:26.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:26 smithi160 bash[22106]: audit 2024-03-10T02:01:25.617529+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:27.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:26 smithi066 bash[22181]: cluster 2024-03-10T02:01:25.560875+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:27.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:26 smithi066 bash[22181]: audit 2024-03-10T02:01:25.599148+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:27.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:26 smithi066 bash[22181]: audit 2024-03-10T02:01:25.607367+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:27.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:26 smithi066 bash[22181]: audit 2024-03-10T02:01:25.617529+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:27.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:26 smithi033 bash[21389]: cluster 2024-03-10T02:01:25.560875+0000 mgr.a (mgr.14152) 188 : cluster [DBG] pgmap v129: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:27.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:26 smithi033 bash[21389]: audit 2024-03-10T02:01:25.599148+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:27.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:26 smithi033 bash[21389]: audit 2024-03-10T02:01:25.607367+0000 mon.a (mon.0) 529 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:27.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:26 smithi033 bash[21389]: audit 2024-03-10T02:01:25.617529+0000 mon.a (mon.0) 530 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:28.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:28 smithi160 bash[22106]: cluster 2024-03-10T02:01:27.561306+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:29.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:28 smithi066 bash[22181]: cluster 2024-03-10T02:01:27.561306+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:29.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:28 smithi033 bash[21389]: cluster 2024-03-10T02:01:27.561306+0000 mgr.a (mgr.14152) 189 : cluster [DBG] pgmap v130: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:30.951 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:30 smithi160 bash[22106]: cluster 2024-03-10T02:01:29.561768+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:31.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:30 smithi066 bash[22181]: cluster 2024-03-10T02:01:29.561768+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:31.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:30 smithi033 bash[21389]: cluster 2024-03-10T02:01:29.561768+0000 mgr.a (mgr.14152) 190 : cluster [DBG] pgmap v131: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:33.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:32 smithi066 bash[22181]: cluster 2024-03-10T02:01:31.562239+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:33.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:32 smithi066 bash[22181]: audit 2024-03-10T02:01:31.815388+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.160:0/2289235880' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "087e1c30-35d3-4995-9b14-f3dd396d8c12"}]: dispatch 2024-03-10T02:01:33.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:32 smithi066 bash[22181]: audit 2024-03-10T02:01:31.817414+0000 mon.a (mon.0) 531 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "087e1c30-35d3-4995-9b14-f3dd396d8c12"}]: dispatch 2024-03-10T02:01:33.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:32 smithi066 bash[22181]: audit 2024-03-10T02:01:31.820795+0000 mon.a (mon.0) 532 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "087e1c30-35d3-4995-9b14-f3dd396d8c12"}]': finished 2024-03-10T02:01:33.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:32 smithi066 bash[22181]: cluster 2024-03-10T02:01:31.825407+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-10T02:01:33.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:32 smithi066 bash[22181]: audit 2024-03-10T02:01:31.826001+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T02:01:33.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:32 smithi066 bash[22181]: audit 2024-03-10T02:01:32.521113+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.160:0/2918943486' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-10T02:01:33.090 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:32 smithi033 bash[21389]: cluster 2024-03-10T02:01:31.562239+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:33.091 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:32 smithi033 bash[21389]: audit 2024-03-10T02:01:31.815388+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.160:0/2289235880' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "087e1c30-35d3-4995-9b14-f3dd396d8c12"}]: dispatch 2024-03-10T02:01:33.091 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:32 smithi033 bash[21389]: audit 2024-03-10T02:01:31.817414+0000 mon.a (mon.0) 531 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "087e1c30-35d3-4995-9b14-f3dd396d8c12"}]: dispatch 2024-03-10T02:01:33.091 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:32 smithi033 bash[21389]: audit 2024-03-10T02:01:31.820795+0000 mon.a (mon.0) 532 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "087e1c30-35d3-4995-9b14-f3dd396d8c12"}]': finished 2024-03-10T02:01:33.091 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:32 smithi033 bash[21389]: cluster 2024-03-10T02:01:31.825407+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-10T02:01:33.091 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:32 smithi033 bash[21389]: audit 2024-03-10T02:01:31.826001+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T02:01:33.091 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:32 smithi033 bash[21389]: audit 2024-03-10T02:01:32.521113+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.160:0/2918943486' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-10T02:01:33.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:32 smithi160 bash[22106]: cluster 2024-03-10T02:01:31.562239+0000 mgr.a (mgr.14152) 191 : cluster [DBG] pgmap v132: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:33.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:32 smithi160 bash[22106]: audit 2024-03-10T02:01:31.815388+0000 mon.c (mon.1) 4 : audit [INF] from='client.? 172.21.15.160:0/2289235880' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "087e1c30-35d3-4995-9b14-f3dd396d8c12"}]: dispatch 2024-03-10T02:01:33.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:32 smithi160 bash[22106]: audit 2024-03-10T02:01:31.817414+0000 mon.a (mon.0) 531 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "087e1c30-35d3-4995-9b14-f3dd396d8c12"}]: dispatch 2024-03-10T02:01:33.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:32 smithi160 bash[22106]: audit 2024-03-10T02:01:31.820795+0000 mon.a (mon.0) 532 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "087e1c30-35d3-4995-9b14-f3dd396d8c12"}]': finished 2024-03-10T02:01:33.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:32 smithi160 bash[22106]: cluster 2024-03-10T02:01:31.825407+0000 mon.a (mon.0) 533 : cluster [DBG] osdmap e15: 3 total, 2 up, 3 in 2024-03-10T02:01:33.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:32 smithi160 bash[22106]: audit 2024-03-10T02:01:31.826001+0000 mon.a (mon.0) 534 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T02:01:33.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:32 smithi160 bash[22106]: audit 2024-03-10T02:01:32.521113+0000 mon.c (mon.1) 5 : audit [DBG] from='client.? 172.21.15.160:0/2918943486' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-03-10T02:01:34.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:34 smithi033 bash[21389]: cluster 2024-03-10T02:01:33.562753+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:34.976 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:34 smithi160 bash[22106]: cluster 2024-03-10T02:01:33.562753+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:35.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:34 smithi066 bash[22181]: cluster 2024-03-10T02:01:33.562753+0000 mgr.a (mgr.14152) 192 : cluster [DBG] pgmap v134: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:37.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:36 smithi066 bash[22181]: cluster 2024-03-10T02:01:35.563248+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:37.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:36 smithi033 bash[21389]: cluster 2024-03-10T02:01:35.563248+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:37.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:36 smithi160 bash[22106]: cluster 2024-03-10T02:01:35.563248+0000 mgr.a (mgr.14152) 193 : cluster [DBG] pgmap v135: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:39.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:38 smithi066 bash[22181]: cluster 2024-03-10T02:01:37.563768+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:39.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:38 smithi066 bash[22181]: audit 2024-03-10T02:01:38.124260+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:39.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:38 smithi066 bash[22181]: audit 2024-03-10T02:01:38.133570+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:39.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:38 smithi066 bash[22181]: audit 2024-03-10T02:01:38.144156+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:39.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:38 smithi033 bash[21389]: cluster 2024-03-10T02:01:37.563768+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:39.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:38 smithi033 bash[21389]: audit 2024-03-10T02:01:38.124260+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:39.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:38 smithi033 bash[21389]: audit 2024-03-10T02:01:38.133570+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:39.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:38 smithi033 bash[21389]: audit 2024-03-10T02:01:38.144156+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:39.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:38 smithi160 bash[22106]: cluster 2024-03-10T02:01:37.563768+0000 mgr.a (mgr.14152) 194 : cluster [DBG] pgmap v136: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:39.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:38 smithi160 bash[22106]: audit 2024-03-10T02:01:38.124260+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:39.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:38 smithi160 bash[22106]: audit 2024-03-10T02:01:38.133570+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:39.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:38 smithi160 bash[22106]: audit 2024-03-10T02:01:38.144156+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:40.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:40 smithi033 bash[21389]: cluster 2024-03-10T02:01:39.564252+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:40.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:40 smithi160 bash[22106]: cluster 2024-03-10T02:01:39.564252+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:41.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:40 smithi066 bash[22181]: cluster 2024-03-10T02:01:39.564252+0000 mgr.a (mgr.14152) 195 : cluster [DBG] pgmap v137: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:42.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:42 smithi160 bash[22106]: cluster 2024-03-10T02:01:41.564732+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:43.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:42 smithi066 bash[22181]: cluster 2024-03-10T02:01:41.564732+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:43.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:42 smithi033 bash[21389]: cluster 2024-03-10T02:01:41.564732+0000 mgr.a (mgr.14152) 196 : cluster [DBG] pgmap v138: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:44.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:44 smithi033 bash[21389]: cluster 2024-03-10T02:01:43.565150+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:44.849 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:44 smithi033 bash[21389]: audit 2024-03-10T02:01:43.595672+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:44.849 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:44 smithi033 bash[21389]: audit 2024-03-10T02:01:43.602371+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:44.849 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:44 smithi033 bash[21389]: audit 2024-03-10T02:01:43.611834+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:44.870 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:44 smithi160 bash[22106]: cluster 2024-03-10T02:01:43.565150+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:44.870 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:44 smithi160 bash[22106]: audit 2024-03-10T02:01:43.595672+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:44.870 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:44 smithi160 bash[22106]: audit 2024-03-10T02:01:43.602371+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:44.870 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:44 smithi160 bash[22106]: audit 2024-03-10T02:01:43.611834+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:45.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:44 smithi066 bash[22181]: cluster 2024-03-10T02:01:43.565150+0000 mgr.a (mgr.14152) 197 : cluster [DBG] pgmap v139: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:45.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:44 smithi066 bash[22181]: audit 2024-03-10T02:01:43.595672+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:45.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:44 smithi066 bash[22181]: audit 2024-03-10T02:01:43.602371+0000 mon.a (mon.0) 539 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:45.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:44 smithi066 bash[22181]: audit 2024-03-10T02:01:43.611834+0000 mon.a (mon.0) 540 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:47.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:46 smithi066 bash[22181]: cluster 2024-03-10T02:01:45.565574+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:47.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:46 smithi066 bash[22181]: audit 2024-03-10T02:01:45.744991+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:47.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:46 smithi066 bash[22181]: audit 2024-03-10T02:01:45.753088+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:47.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:46 smithi066 bash[22181]: cephadm 2024-03-10T02:01:45.756320+0000 mgr.a (mgr.14152) 199 : cephadm [INF] Detected new or changed devices on smithi160 2024-03-10T02:01:47.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:46 smithi066 bash[22181]: audit 2024-03-10T02:01:45.763759+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:47.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:46 smithi066 bash[22181]: audit 2024-03-10T02:01:46.669772+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-10T02:01:47.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:46 smithi066 bash[22181]: audit 2024-03-10T02:01:46.671491+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:01:47.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:46 smithi033 bash[21389]: cluster 2024-03-10T02:01:45.565574+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:47.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:46 smithi033 bash[21389]: audit 2024-03-10T02:01:45.744991+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:47.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:46 smithi033 bash[21389]: audit 2024-03-10T02:01:45.753088+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:47.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:46 smithi033 bash[21389]: cephadm 2024-03-10T02:01:45.756320+0000 mgr.a (mgr.14152) 199 : cephadm [INF] Detected new or changed devices on smithi160 2024-03-10T02:01:47.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:46 smithi033 bash[21389]: audit 2024-03-10T02:01:45.763759+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:47.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:46 smithi033 bash[21389]: audit 2024-03-10T02:01:46.669772+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-10T02:01:47.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:46 smithi033 bash[21389]: audit 2024-03-10T02:01:46.671491+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:01:47.098 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:46 smithi160 bash[22106]: cluster 2024-03-10T02:01:45.565574+0000 mgr.a (mgr.14152) 198 : cluster [DBG] pgmap v140: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:47.098 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:46 smithi160 bash[22106]: audit 2024-03-10T02:01:45.744991+0000 mon.a (mon.0) 541 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:47.098 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:46 smithi160 bash[22106]: audit 2024-03-10T02:01:45.753088+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:47.098 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:46 smithi160 bash[22106]: cephadm 2024-03-10T02:01:45.756320+0000 mgr.a (mgr.14152) 199 : cephadm [INF] Detected new or changed devices on smithi160 2024-03-10T02:01:47.098 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:46 smithi160 bash[22106]: audit 2024-03-10T02:01:45.763759+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:47.098 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:46 smithi160 bash[22106]: audit 2024-03-10T02:01:46.669772+0000 mon.a (mon.0) 544 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-03-10T02:01:47.098 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:46 smithi160 bash[22106]: audit 2024-03-10T02:01:46.671491+0000 mon.a (mon.0) 545 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:01:48.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:47 smithi066 bash[22181]: cephadm 2024-03-10T02:01:46.673004+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi160 2024-03-10T02:01:48.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:47 smithi033 bash[21389]: cephadm 2024-03-10T02:01:46.673004+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi160 2024-03-10T02:01:48.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:47 smithi160 bash[22106]: cephadm 2024-03-10T02:01:46.673004+0000 mgr.a (mgr.14152) 200 : cephadm [INF] Deploying daemon osd.2 on smithi160 2024-03-10T02:01:49.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:48 smithi066 bash[22181]: cluster 2024-03-10T02:01:47.566045+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:49.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:48 smithi033 bash[21389]: cluster 2024-03-10T02:01:47.566045+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:49.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:48 smithi160 bash[22106]: cluster 2024-03-10T02:01:47.566045+0000 mgr.a (mgr.14152) 201 : cluster [DBG] pgmap v141: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:50.542 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:50 smithi160 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:01:50.818 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:50 smithi160 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:01:50.818 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:50 smithi160 bash[22106]: cluster 2024-03-10T02:01:49.566615+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:51.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:50 smithi066 bash[22181]: cluster 2024-03-10T02:01:49.566615+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:51.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:50 smithi033 bash[21389]: cluster 2024-03-10T02:01:49.566615+0000 mgr.a (mgr.14152) 202 : cluster [DBG] pgmap v142: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:51.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:51 smithi160 bash[22106]: audit 2024-03-10T02:01:50.823445+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:51.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:51 smithi160 bash[22106]: audit 2024-03-10T02:01:50.824474+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:01:51.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:51 smithi160 bash[22106]: audit 2024-03-10T02:01:50.833263+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:51.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:51 smithi160 bash[22106]: audit 2024-03-10T02:01:50.834203+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:01:51.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:51 smithi160 bash[22106]: audit 2024-03-10T02:01:50.837514+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:01:51.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:51 smithi160 bash[22106]: audit 2024-03-10T02:01:50.851017+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:52.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:51 smithi066 bash[22181]: audit 2024-03-10T02:01:50.823445+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:52.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:51 smithi066 bash[22181]: audit 2024-03-10T02:01:50.824474+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:01:52.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:51 smithi066 bash[22181]: audit 2024-03-10T02:01:50.833263+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:52.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:51 smithi066 bash[22181]: audit 2024-03-10T02:01:50.834203+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:01:52.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:51 smithi066 bash[22181]: audit 2024-03-10T02:01:50.837514+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:01:52.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:51 smithi066 bash[22181]: audit 2024-03-10T02:01:50.851017+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:52.099 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:51 smithi033 bash[21389]: audit 2024-03-10T02:01:50.823445+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:52.099 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:51 smithi033 bash[21389]: audit 2024-03-10T02:01:50.824474+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:01:52.100 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:51 smithi033 bash[21389]: audit 2024-03-10T02:01:50.833263+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:52.100 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:51 smithi033 bash[21389]: audit 2024-03-10T02:01:50.834203+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:01:52.100 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:51 smithi033 bash[21389]: audit 2024-03-10T02:01:50.837514+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:01:52.100 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:51 smithi033 bash[21389]: audit 2024-03-10T02:01:50.851017+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:53.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:52 smithi066 bash[22181]: cluster 2024-03-10T02:01:51.567221+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:53.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:52 smithi160 bash[22106]: cluster 2024-03-10T02:01:51.567221+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:53.202 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:52 smithi033 bash[21389]: cluster 2024-03-10T02:01:51.567221+0000 mgr.a (mgr.14152) 203 : cluster [DBG] pgmap v143: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:55.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:54 smithi066 bash[22181]: cluster 2024-03-10T02:01:53.567846+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:55.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:54 smithi033 bash[21389]: cluster 2024-03-10T02:01:53.567846+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:55.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:54 smithi160 bash[22106]: cluster 2024-03-10T02:01:53.567846+0000 mgr.a (mgr.14152) 204 : cluster [DBG] pgmap v144: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:57.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:56 smithi066 bash[22181]: cluster 2024-03-10T02:01:55.568198+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:57.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:56 smithi033 bash[21389]: cluster 2024-03-10T02:01:55.568198+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:57.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:56 smithi160 bash[22106]: cluster 2024-03-10T02:01:55.568198+0000 mgr.a (mgr.14152) 205 : cluster [DBG] pgmap v145: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:58.187 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:57 smithi160 bash[22106]: audit 2024-03-10T02:01:57.066815+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.160:6800/1582818110,v1:172.21.15.160:6801/1582818110]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-10T02:01:58.187 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:57 smithi160 bash[22106]: audit 2024-03-10T02:01:57.068785+0000 mon.a (mon.0) 552 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-10T02:01:58.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:57 smithi066 bash[22181]: audit 2024-03-10T02:01:57.066815+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.160:6800/1582818110,v1:172.21.15.160:6801/1582818110]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-10T02:01:58.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:57 smithi066 bash[22181]: audit 2024-03-10T02:01:57.068785+0000 mon.a (mon.0) 552 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-10T02:01:58.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:57 smithi033 bash[21389]: audit 2024-03-10T02:01:57.066815+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.160:6800/1582818110,v1:172.21.15.160:6801/1582818110]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-10T02:01:58.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:57 smithi033 bash[21389]: audit 2024-03-10T02:01:57.068785+0000 mon.a (mon.0) 552 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-03-10T02:01:59.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:58 smithi066 bash[22181]: cluster 2024-03-10T02:01:57.568655+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:59.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:58 smithi066 bash[22181]: audit 2024-03-10T02:01:57.867526+0000 mon.a (mon.0) 553 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-10T02:01:59.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:58 smithi066 bash[22181]: audit 2024-03-10T02:01:57.871983+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.160:6800/1582818110,v1:172.21.15.160:6801/1582818110]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-03-10T02:01:59.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:58 smithi066 bash[22181]: cluster 2024-03-10T02:01:57.872279+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-10T02:01:59.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:58 smithi066 bash[22181]: audit 2024-03-10T02:01:57.872847+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T02:01:59.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:58 smithi066 bash[22181]: audit 2024-03-10T02:01:57.874106+0000 mon.a (mon.0) 556 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-03-10T02:01:59.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:58 smithi066 bash[22181]: audit 2024-03-10T02:01:58.362404+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:59.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:58 smithi066 bash[22181]: audit 2024-03-10T02:01:58.371392+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:59.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:58 smithi066 bash[22181]: audit 2024-03-10T02:01:58.381688+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:59.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:58 smithi033 bash[21389]: cluster 2024-03-10T02:01:57.568655+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:59.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:58 smithi033 bash[21389]: audit 2024-03-10T02:01:57.867526+0000 mon.a (mon.0) 553 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-10T02:01:59.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:58 smithi033 bash[21389]: audit 2024-03-10T02:01:57.871983+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.160:6800/1582818110,v1:172.21.15.160:6801/1582818110]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-03-10T02:01:59.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:58 smithi033 bash[21389]: cluster 2024-03-10T02:01:57.872279+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-10T02:01:59.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:58 smithi033 bash[21389]: audit 2024-03-10T02:01:57.872847+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T02:01:59.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:58 smithi033 bash[21389]: audit 2024-03-10T02:01:57.874106+0000 mon.a (mon.0) 556 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-03-10T02:01:59.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:58 smithi033 bash[21389]: audit 2024-03-10T02:01:58.362404+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:59.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:58 smithi033 bash[21389]: audit 2024-03-10T02:01:58.371392+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:59.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:58 smithi033 bash[21389]: audit 2024-03-10T02:01:58.381688+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:59.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:58 smithi160 bash[22106]: cluster 2024-03-10T02:01:57.568655+0000 mgr.a (mgr.14152) 206 : cluster [DBG] pgmap v146: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:01:59.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:58 smithi160 bash[22106]: audit 2024-03-10T02:01:57.867526+0000 mon.a (mon.0) 553 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-03-10T02:01:59.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:58 smithi160 bash[22106]: audit 2024-03-10T02:01:57.871983+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.160:6800/1582818110,v1:172.21.15.160:6801/1582818110]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-03-10T02:01:59.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:58 smithi160 bash[22106]: cluster 2024-03-10T02:01:57.872279+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e16: 3 total, 2 up, 3 in 2024-03-10T02:01:59.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:58 smithi160 bash[22106]: audit 2024-03-10T02:01:57.872847+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T02:01:59.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:58 smithi160 bash[22106]: audit 2024-03-10T02:01:57.874106+0000 mon.a (mon.0) 556 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]: dispatch 2024-03-10T02:01:59.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:58 smithi160 bash[22106]: audit 2024-03-10T02:01:58.362404+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:59.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:58 smithi160 bash[22106]: audit 2024-03-10T02:01:58.371392+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:01:59.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:58 smithi160 bash[22106]: audit 2024-03-10T02:01:58.381688+0000 mon.a (mon.0) 559 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:00.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:59 smithi160 bash[22106]: audit 2024-03-10T02:01:58.870140+0000 mon.a (mon.0) 560 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-03-10T02:02:00.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:59 smithi160 bash[22106]: cluster 2024-03-10T02:01:58.875482+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-10T02:02:00.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:59 smithi160 bash[22106]: audit 2024-03-10T02:01:58.876348+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T02:02:00.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:01:59 smithi160 bash[22106]: audit 2024-03-10T02:01:58.886510+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T02:02:00.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:59 smithi066 bash[22181]: audit 2024-03-10T02:01:58.870140+0000 mon.a (mon.0) 560 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-03-10T02:02:00.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:59 smithi066 bash[22181]: cluster 2024-03-10T02:01:58.875482+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-10T02:02:00.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:59 smithi066 bash[22181]: audit 2024-03-10T02:01:58.876348+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T02:02:00.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:01:59 smithi066 bash[22181]: audit 2024-03-10T02:01:58.886510+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T02:02:00.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:59 smithi033 bash[21389]: audit 2024-03-10T02:01:58.870140+0000 mon.a (mon.0) 560 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi160", "root=default"]}]': finished 2024-03-10T02:02:00.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:59 smithi033 bash[21389]: cluster 2024-03-10T02:01:58.875482+0000 mon.a (mon.0) 561 : cluster [DBG] osdmap e17: 3 total, 2 up, 3 in 2024-03-10T02:02:00.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:59 smithi033 bash[21389]: audit 2024-03-10T02:01:58.876348+0000 mon.a (mon.0) 562 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T02:02:00.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:01:59 smithi033 bash[21389]: audit 2024-03-10T02:01:58.886510+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T02:02:00.986 INFO:teuthology.orchestra.run.smithi160.stdout:Created osd(s) 2 on host 'smithi160' 2024-03-10T02:02:01.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:00 smithi160 bash[22106]: cluster 2024-03-10T02:01:58.107979+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-10T02:02:01.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:00 smithi160 bash[22106]: cluster 2024-03-10T02:01:58.108099+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-10T02:02:01.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:00 smithi160 bash[22106]: cluster 2024-03-10T02:01:59.569125+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:02:01.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:00 smithi160 bash[22106]: audit 2024-03-10T02:01:59.879389+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T02:02:01.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:00 smithi160 bash[22106]: cluster 2024-03-10T02:01:59.888049+0000 mon.a (mon.0) 565 : cluster [INF] osd.2 [v2:172.21.15.160:6800/1582818110,v1:172.21.15.160:6801/1582818110] boot 2024-03-10T02:02:01.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:00 smithi160 bash[22106]: cluster 2024-03-10T02:01:59.888174+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-10T02:02:01.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:00 smithi160 bash[22106]: audit 2024-03-10T02:01:59.888908+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T02:02:01.147 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:00 smithi033 bash[21389]: cluster 2024-03-10T02:01:58.107979+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-10T02:02:01.147 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:00 smithi033 bash[21389]: cluster 2024-03-10T02:01:58.108099+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-10T02:02:01.148 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:00 smithi033 bash[21389]: cluster 2024-03-10T02:01:59.569125+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:02:01.148 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:00 smithi033 bash[21389]: audit 2024-03-10T02:01:59.879389+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T02:02:01.148 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:00 smithi033 bash[21389]: cluster 2024-03-10T02:01:59.888049+0000 mon.a (mon.0) 565 : cluster [INF] osd.2 [v2:172.21.15.160:6800/1582818110,v1:172.21.15.160:6801/1582818110] boot 2024-03-10T02:02:01.148 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:00 smithi033 bash[21389]: cluster 2024-03-10T02:01:59.888174+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-10T02:02:01.148 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:00 smithi033 bash[21389]: audit 2024-03-10T02:01:59.888908+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T02:02:01.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:00 smithi066 bash[22181]: cluster 2024-03-10T02:01:58.107979+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-03-10T02:02:01.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:00 smithi066 bash[22181]: cluster 2024-03-10T02:01:58.108099+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-03-10T02:02:01.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:00 smithi066 bash[22181]: cluster 2024-03-10T02:01:59.569125+0000 mgr.a (mgr.14152) 207 : cluster [DBG] pgmap v149: 0 pgs: ; 0 B data, 53 MiB used, 179 GiB / 179 GiB avail 2024-03-10T02:02:01.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:00 smithi066 bash[22181]: audit 2024-03-10T02:01:59.879389+0000 mon.a (mon.0) 564 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T02:02:01.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:00 smithi066 bash[22181]: cluster 2024-03-10T02:01:59.888049+0000 mon.a (mon.0) 565 : cluster [INF] osd.2 [v2:172.21.15.160:6800/1582818110,v1:172.21.15.160:6801/1582818110] boot 2024-03-10T02:02:01.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:00 smithi066 bash[22181]: cluster 2024-03-10T02:01:59.888174+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e18: 3 total, 3 up, 3 in 2024-03-10T02:02:01.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:00 smithi066 bash[22181]: audit 2024-03-10T02:01:59.888908+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T02:02:02.039 DEBUG:teuthology.orchestra.run.smithi160:osd.2> sudo journalctl -f -n 0 -u ceph-1bb78214-de81-11ee-95c7-87774f69a715@osd.2.service 2024-03-10T02:02:02.042 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2024-03-10T02:02:02.042 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph osd stat -f json 2024-03-10T02:02:02.182 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:01 smithi160 bash[22106]: audit 2024-03-10T02:02:00.440645+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' 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-10T02:02:02.183 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:01 smithi160 bash[22106]: audit 2024-03-10T02:02:00.906179+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' 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-10T02:02:02.183 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:01 smithi160 bash[22106]: cluster 2024-03-10T02:02:00.908169+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-10T02:02:02.183 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:01 smithi160 bash[22106]: audit 2024-03-10T02:02:00.909360+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-10T02:02:02.183 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:01 smithi160 bash[22106]: audit 2024-03-10T02:02:00.930599+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:02.183 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:01 smithi160 bash[22106]: audit 2024-03-10T02:02:00.933748+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:02:02.183 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:01 smithi160 bash[22106]: audit 2024-03-10T02:02:00.939319+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:02.183 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:01 smithi160 bash[22106]: audit 2024-03-10T02:02:00.940248+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-10T02:02:02.183 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:01 smithi160 bash[22106]: cephadm 2024-03-10T02:02:00.941647+0000 mgr.a (mgr.14152) 208 : cephadm [INF] Adjusting osd_memory_target on smithi160 to 20337M 2024-03-10T02:02:02.183 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:01 smithi160 bash[22106]: audit 2024-03-10T02:02:00.947728+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:02.183 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:01 smithi160 bash[22106]: audit 2024-03-10T02:02:00.951462+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:02:02.183 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:01 smithi160 bash[22106]: audit 2024-03-10T02:02:00.952701+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:02:02.184 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:01 smithi160 bash[22106]: audit 2024-03-10T02:02:00.960407+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:02.184 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:01 smithi160 bash[22106]: cluster 2024-03-10T02:02:01.569700+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v152: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:02.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:01 smithi066 bash[22181]: audit 2024-03-10T02:02:00.440645+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' 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-10T02:02:02.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:01 smithi066 bash[22181]: audit 2024-03-10T02:02:00.906179+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' 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-10T02:02:02.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:01 smithi066 bash[22181]: cluster 2024-03-10T02:02:00.908169+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-10T02:02:02.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:01 smithi066 bash[22181]: audit 2024-03-10T02:02:00.909360+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-10T02:02:02.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:01 smithi066 bash[22181]: audit 2024-03-10T02:02:00.930599+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:02.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:01 smithi066 bash[22181]: audit 2024-03-10T02:02:00.933748+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:02:02.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:01 smithi066 bash[22181]: audit 2024-03-10T02:02:00.939319+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:02.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:01 smithi066 bash[22181]: audit 2024-03-10T02:02:00.940248+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-10T02:02:02.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:01 smithi066 bash[22181]: cephadm 2024-03-10T02:02:00.941647+0000 mgr.a (mgr.14152) 208 : cephadm [INF] Adjusting osd_memory_target on smithi160 to 20337M 2024-03-10T02:02:02.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:01 smithi066 bash[22181]: audit 2024-03-10T02:02:00.947728+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:02.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:01 smithi066 bash[22181]: audit 2024-03-10T02:02:00.951462+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:02:02.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:01 smithi066 bash[22181]: audit 2024-03-10T02:02:00.952701+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:02:02.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:01 smithi066 bash[22181]: audit 2024-03-10T02:02:00.960407+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:02.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:01 smithi066 bash[22181]: cluster 2024-03-10T02:02:01.569700+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v152: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:02.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:01 smithi033 bash[21389]: audit 2024-03-10T02:02:00.440645+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' 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-10T02:02:02.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:01 smithi033 bash[21389]: audit 2024-03-10T02:02:00.906179+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' 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-10T02:02:02.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:01 smithi033 bash[21389]: cluster 2024-03-10T02:02:00.908169+0000 mon.a (mon.0) 570 : cluster [DBG] osdmap e19: 3 total, 3 up, 3 in 2024-03-10T02:02:02.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:01 smithi033 bash[21389]: audit 2024-03-10T02:02:00.909360+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2024-03-10T02:02:02.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:01 smithi033 bash[21389]: audit 2024-03-10T02:02:00.930599+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:02.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:01 smithi033 bash[21389]: audit 2024-03-10T02:02:00.933748+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:02:02.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:01 smithi033 bash[21389]: audit 2024-03-10T02:02:00.939319+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:02.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:01 smithi033 bash[21389]: audit 2024-03-10T02:02:00.940248+0000 mon.a (mon.0) 575 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-03-10T02:02:02.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:01 smithi033 bash[21389]: cephadm 2024-03-10T02:02:00.941647+0000 mgr.a (mgr.14152) 208 : cephadm [INF] Adjusting osd_memory_target on smithi160 to 20337M 2024-03-10T02:02:02.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:01 smithi033 bash[21389]: audit 2024-03-10T02:02:00.947728+0000 mon.a (mon.0) 576 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:02.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:01 smithi033 bash[21389]: audit 2024-03-10T02:02:00.951462+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:02:02.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:01 smithi033 bash[21389]: audit 2024-03-10T02:02:00.952701+0000 mon.a (mon.0) 578 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:02:02.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:01 smithi033 bash[21389]: audit 2024-03-10T02:02:00.960407+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:02.348 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:01 smithi033 bash[21389]: cluster 2024-03-10T02:02:01.569700+0000 mgr.a (mgr.14152) 209 : cluster [DBG] pgmap v152: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:03.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:02 smithi066 bash[22181]: audit 2024-03-10T02:02:01.910823+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-10T02:02:03.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:02 smithi066 bash[22181]: cluster 2024-03-10T02:02:01.915871+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-10T02:02:03.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:02 smithi066 bash[22181]: cluster 2024-03-10T02:02:01.957169+0000 mon.a (mon.0) 582 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-10T02:02:03.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:02 smithi033 bash[21389]: audit 2024-03-10T02:02:01.910823+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-10T02:02:03.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:02 smithi033 bash[21389]: cluster 2024-03-10T02:02:01.915871+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-10T02:02:03.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:02 smithi033 bash[21389]: cluster 2024-03-10T02:02:01.957169+0000 mon.a (mon.0) 582 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-10T02:02:03.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:02 smithi160 bash[22106]: audit 2024-03-10T02:02:01.910823+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2024-03-10T02:02:03.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:02 smithi160 bash[22106]: cluster 2024-03-10T02:02:01.915871+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e20: 3 total, 3 up, 3 in 2024-03-10T02:02:03.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:02 smithi160 bash[22106]: cluster 2024-03-10T02:02:01.957169+0000 mon.a (mon.0) 582 : cluster [WRN] Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2024-03-10T02:02:04.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:03 smithi033 bash[21389]: cluster 2024-03-10T02:02:02.919489+0000 mon.a (mon.0) 583 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-10T02:02:04.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:03 smithi033 bash[21389]: cluster 2024-03-10T02:02:02.971402+0000 mon.a (mon.0) 584 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-10T02:02:04.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:03 smithi033 bash[21389]: audit 2024-03-10T02:02:03.072764+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:04.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:03 smithi033 bash[21389]: cluster 2024-03-10T02:02:03.570209+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v155: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:04.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:03 smithi033 bash[21389]: audit 2024-03-10T02:02:03.823668+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:04.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:03 smithi033 bash[21389]: audit 2024-03-10T02:02:03.832228+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:04.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:03 smithi033 bash[21389]: audit 2024-03-10T02:02:03.842658+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:04.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:03 smithi160 bash[22106]: cluster 2024-03-10T02:02:02.919489+0000 mon.a (mon.0) 583 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-10T02:02:04.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:03 smithi160 bash[22106]: cluster 2024-03-10T02:02:02.971402+0000 mon.a (mon.0) 584 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-10T02:02:04.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:03 smithi160 bash[22106]: audit 2024-03-10T02:02:03.072764+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:04.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:03 smithi160 bash[22106]: cluster 2024-03-10T02:02:03.570209+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v155: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:04.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:03 smithi160 bash[22106]: audit 2024-03-10T02:02:03.823668+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:04.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:03 smithi160 bash[22106]: audit 2024-03-10T02:02:03.832228+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:04.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:03 smithi160 bash[22106]: audit 2024-03-10T02:02:03.842658+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:04.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:03 smithi066 bash[22181]: cluster 2024-03-10T02:02:02.919489+0000 mon.a (mon.0) 583 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-03-10T02:02:04.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:03 smithi066 bash[22181]: cluster 2024-03-10T02:02:02.971402+0000 mon.a (mon.0) 584 : cluster [DBG] mgrmap e15: a(active, since 4m), standbys: b 2024-03-10T02:02:04.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:03 smithi066 bash[22181]: audit 2024-03-10T02:02:03.072764+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:04.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:03 smithi066 bash[22181]: cluster 2024-03-10T02:02:03.570209+0000 mgr.a (mgr.14152) 210 : cluster [DBG] pgmap v155: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:04.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:03 smithi066 bash[22181]: audit 2024-03-10T02:02:03.823668+0000 mon.a (mon.0) 586 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:04.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:03 smithi066 bash[22181]: audit 2024-03-10T02:02:03.832228+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:04.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:03 smithi066 bash[22181]: audit 2024-03-10T02:02:03.842658+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:06.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:05 smithi066 bash[22181]: audit 2024-03-10T02:02:04.033770+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:06.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:05 smithi066 bash[22181]: cluster 2024-03-10T02:02:04.068947+0000 mon.a (mon.0) 590 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-10T02:02:06.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:05 smithi066 bash[22181]: cluster 2024-03-10T02:02:04.069010+0000 mon.a (mon.0) 591 : cluster [INF] Cluster is now healthy 2024-03-10T02:02:06.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:05 smithi066 bash[22181]: audit 2024-03-10T02:02:04.967834+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:06.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:05 smithi066 bash[22181]: audit 2024-03-10T02:02:04.970784+0000 mon.a (mon.0) 593 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-10T02:02:06.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:05 smithi033 bash[21389]: audit 2024-03-10T02:02:04.033770+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:06.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:05 smithi033 bash[21389]: cluster 2024-03-10T02:02:04.068947+0000 mon.a (mon.0) 590 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-10T02:02:06.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:05 smithi033 bash[21389]: cluster 2024-03-10T02:02:04.069010+0000 mon.a (mon.0) 591 : cluster [INF] Cluster is now healthy 2024-03-10T02:02:06.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:05 smithi033 bash[21389]: audit 2024-03-10T02:02:04.967834+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:06.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:05 smithi033 bash[21389]: audit 2024-03-10T02:02:04.970784+0000 mon.a (mon.0) 593 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-10T02:02:06.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:05 smithi160 bash[22106]: audit 2024-03-10T02:02:04.033770+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:06.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:05 smithi160 bash[22106]: cluster 2024-03-10T02:02:04.068947+0000 mon.a (mon.0) 590 : cluster [INF] Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2024-03-10T02:02:06.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:05 smithi160 bash[22106]: cluster 2024-03-10T02:02:04.069010+0000 mon.a (mon.0) 591 : cluster [INF] Cluster is now healthy 2024-03-10T02:02:06.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:05 smithi160 bash[22106]: audit 2024-03-10T02:02:04.967834+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:06.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:05 smithi160 bash[22106]: audit 2024-03-10T02:02:04.970784+0000 mon.a (mon.0) 593 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-10T02:02:06.773 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T02:02:08.037 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:07 smithi033 bash[21389]: cluster 2024-03-10T02:02:05.570701+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v156: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:08.037 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:07 smithi033 bash[21389]: audit 2024-03-10T02:02:05.917170+0000 mon.a (mon.0) 594 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-10T02:02:08.037 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:07 smithi033 bash[21389]: audit 2024-03-10T02:02:05.918583+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T02:02:08.037 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:07 smithi033 bash[21389]: audit 2024-03-10T02:02:05.918756+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T02:02:08.037 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:07 smithi033 bash[21389]: audit 2024-03-10T02:02:05.918927+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T02:02:08.037 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:07 smithi033 bash[21389]: audit 2024-03-10T02:02:05.926621+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-10T02:02:08.037 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:07 smithi033 bash[21389]: audit 2024-03-10T02:02:05.928371+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T02:02:08.037 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:07 smithi033 bash[21389]: audit 2024-03-10T02:02:05.928830+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T02:02:08.037 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:07 smithi033 bash[21389]: audit 2024-03-10T02:02:05.929229+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T02:02:08.037 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:07 smithi033 bash[21389]: audit 2024-03-10T02:02:06.838969+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-10T02:02:08.037 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:07 smithi033 bash[21389]: audit 2024-03-10T02:02:06.844040+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:08.037 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:07 smithi033 bash[21389]: audit 2024-03-10T02:02:06.847384+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T02:02:08.038 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:07 smithi033 bash[21389]: audit 2024-03-10T02:02:06.852750+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T02:02:08.038 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:07 smithi033 bash[21389]: audit 2024-03-10T02:02:06.853388+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T02:02:08.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:07 smithi066 bash[22181]: cluster 2024-03-10T02:02:05.570701+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v156: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:08.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:07 smithi066 bash[22181]: audit 2024-03-10T02:02:05.917170+0000 mon.a (mon.0) 594 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-10T02:02:08.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:07 smithi066 bash[22181]: audit 2024-03-10T02:02:05.918583+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T02:02:08.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:07 smithi066 bash[22181]: audit 2024-03-10T02:02:05.918756+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T02:02:08.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:07 smithi066 bash[22181]: audit 2024-03-10T02:02:05.918927+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T02:02:08.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:07 smithi066 bash[22181]: audit 2024-03-10T02:02:05.926621+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-10T02:02:08.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:07 smithi066 bash[22181]: audit 2024-03-10T02:02:05.928371+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T02:02:08.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:07 smithi066 bash[22181]: audit 2024-03-10T02:02:05.928830+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T02:02:08.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:07 smithi066 bash[22181]: audit 2024-03-10T02:02:05.929229+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T02:02:08.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:07 smithi066 bash[22181]: audit 2024-03-10T02:02:06.838969+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-10T02:02:08.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:07 smithi066 bash[22181]: audit 2024-03-10T02:02:06.844040+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:08.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:07 smithi066 bash[22181]: audit 2024-03-10T02:02:06.847384+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T02:02:08.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:07 smithi066 bash[22181]: audit 2024-03-10T02:02:06.852750+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T02:02:08.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:07 smithi066 bash[22181]: audit 2024-03-10T02:02:06.853388+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T02:02:08.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:07 smithi160 bash[22106]: cluster 2024-03-10T02:02:05.570701+0000 mgr.a (mgr.14152) 211 : cluster [DBG] pgmap v156: 1 pgs: 1 creating+peering; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:08.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:07 smithi160 bash[22106]: audit 2024-03-10T02:02:05.917170+0000 mon.a (mon.0) 594 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-10T02:02:08.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:07 smithi160 bash[22106]: audit 2024-03-10T02:02:05.918583+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T02:02:08.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:07 smithi160 bash[22106]: audit 2024-03-10T02:02:05.918756+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T02:02:08.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:07 smithi160 bash[22106]: audit 2024-03-10T02:02:05.918927+0000 mon.a (mon.0) 597 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T02:02:08.104 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:07 smithi160 bash[22106]: audit 2024-03-10T02:02:05.926621+0000 mon.c (mon.1) 8 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-10T02:02:08.104 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:07 smithi160 bash[22106]: audit 2024-03-10T02:02:05.928371+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T02:02:08.104 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:07 smithi160 bash[22106]: audit 2024-03-10T02:02:05.928830+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T02:02:08.104 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:07 smithi160 bash[22106]: audit 2024-03-10T02:02:05.929229+0000 mon.a (mon.0) 600 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T02:02:08.104 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:07 smithi160 bash[22106]: audit 2024-03-10T02:02:06.838969+0000 mon.c (mon.1) 9 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-10T02:02:08.104 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:07 smithi160 bash[22106]: audit 2024-03-10T02:02:06.844040+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:08.104 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:07 smithi160 bash[22106]: audit 2024-03-10T02:02:06.847384+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T02:02:08.104 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:07 smithi160 bash[22106]: audit 2024-03-10T02:02:06.852750+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T02:02:08.104 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:07 smithi160 bash[22106]: audit 2024-03-10T02:02:06.853388+0000 mon.a (mon.0) 604 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T02:02:08.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:08 smithi033 bash[21389]: audit 2024-03-10T02:02:06.844244+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-10T02:02:08.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:08 smithi033 bash[21389]: cluster 2024-03-10T02:02:07.571269+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:08.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:08 smithi033 bash[21389]: audit 2024-03-10T02:02:07.768356+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-10T02:02:08.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:08 smithi033 bash[21389]: audit 2024-03-10T02:02:07.777474+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:08.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:08 smithi033 bash[21389]: audit 2024-03-10T02:02:07.791819+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:08.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:08 smithi033 bash[21389]: audit 2024-03-10T02:02:07.795326+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:02:08.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:08 smithi033 bash[21389]: audit 2024-03-10T02:02:07.798222+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:02:08.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:08 smithi033 bash[21389]: audit 2024-03-10T02:02:07.798995+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:02:08.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:08 smithi033 bash[21389]: cluster 2024-03-10T02:02:07.800773+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:08.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:08 smithi033 bash[21389]: audit 2024-03-10T02:02:07.806171+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:08.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:08 smithi033 bash[21389]: cluster 2024-03-10T02:02:07.847887+0000 mon.a (mon.0) 611 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-10T02:02:09.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:08 smithi066 bash[22181]: audit 2024-03-10T02:02:06.844244+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-10T02:02:09.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:08 smithi066 bash[22181]: cluster 2024-03-10T02:02:07.571269+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:09.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:08 smithi066 bash[22181]: audit 2024-03-10T02:02:07.768356+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-10T02:02:09.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:08 smithi066 bash[22181]: audit 2024-03-10T02:02:07.777474+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:09.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:08 smithi066 bash[22181]: audit 2024-03-10T02:02:07.791819+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:09.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:08 smithi066 bash[22181]: audit 2024-03-10T02:02:07.795326+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:02:09.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:08 smithi066 bash[22181]: audit 2024-03-10T02:02:07.798222+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:02:09.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:08 smithi066 bash[22181]: audit 2024-03-10T02:02:07.798995+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:02:09.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:08 smithi066 bash[22181]: cluster 2024-03-10T02:02:07.800773+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:09.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:08 smithi066 bash[22181]: audit 2024-03-10T02:02:07.806171+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:09.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:08 smithi066 bash[22181]: cluster 2024-03-10T02:02:07.847887+0000 mon.a (mon.0) 611 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-10T02:02:09.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:08 smithi160 bash[22106]: audit 2024-03-10T02:02:06.844244+0000 mon.b (mon.2) 11 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-03-10T02:02:09.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:08 smithi160 bash[22106]: cluster 2024-03-10T02:02:07.571269+0000 mgr.a (mgr.14152) 212 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:09.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:08 smithi160 bash[22106]: audit 2024-03-10T02:02:07.768356+0000 mon.b (mon.2) 12 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-03-10T02:02:09.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:08 smithi160 bash[22106]: audit 2024-03-10T02:02:07.777474+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:09.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:08 smithi160 bash[22106]: audit 2024-03-10T02:02:07.791819+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:09.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:08 smithi160 bash[22106]: audit 2024-03-10T02:02:07.795326+0000 mon.a (mon.0) 607 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:02:09.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:08 smithi160 bash[22106]: audit 2024-03-10T02:02:07.798222+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:02:09.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:08 smithi160 bash[22106]: audit 2024-03-10T02:02:07.798995+0000 mon.a (mon.0) 609 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:02:09.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:08 smithi160 bash[22106]: cluster 2024-03-10T02:02:07.800773+0000 mgr.a (mgr.14152) 213 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:09.104 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:08 smithi160 bash[22106]: audit 2024-03-10T02:02:07.806171+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:09.104 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:08 smithi160 bash[22106]: cluster 2024-03-10T02:02:07.847887+0000 mon.a (mon.0) 611 : cluster [WRN] Health check failed: 1 stray daemon(s) not managed by cephadm (CEPHADM_STRAY_DAEMON) 2024-03-10T02:02:09.679 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-03-10T02:02:10.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:09 smithi066 bash[22181]: audit 2024-03-10T02:02:09.680726+0000 mon.a (mon.0) 612 : audit [DBG] from='client.? 172.21.15.33:0/838353614' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-10T02:02:10.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:09 smithi033 bash[21389]: audit 2024-03-10T02:02:09.680726+0000 mon.a (mon.0) 612 : audit [DBG] from='client.? 172.21.15.33:0/838353614' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-10T02:02:10.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:09 smithi160 bash[22106]: audit 2024-03-10T02:02:09.680726+0000 mon.a (mon.0) 612 : audit [DBG] from='client.? 172.21.15.33:0/838353614' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-03-10T02:02:10.436 INFO:teuthology.orchestra.run.smithi033.stdout:{"epoch":21,"num_osds":3,"num_up_osds":3,"osd_up_since":1710036119,"num_in_osds":3,"osd_in_since":1710036091,"num_remapped_pgs":0} 2024-03-10T02:02:10.437 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph osd dump --format=json 2024-03-10T02:02:11.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:10 smithi066 bash[22181]: cluster 2024-03-10T02:02:09.801260+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:11.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:10 smithi033 bash[21389]: cluster 2024-03-10T02:02:09.801260+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:11.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:10 smithi160 bash[22106]: cluster 2024-03-10T02:02:09.801260+0000 mgr.a (mgr.14152) 214 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:13.125 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:12 smithi066 bash[22181]: cluster 2024-03-10T02:02:11.801829+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 62 KiB/s wr, 5 op/s 2024-03-10T02:02:13.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:12 smithi033 bash[21389]: cluster 2024-03-10T02:02:11.801829+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 62 KiB/s wr, 5 op/s 2024-03-10T02:02:13.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:12 smithi160 bash[22106]: cluster 2024-03-10T02:02:11.801829+0000 mgr.a (mgr.14152) 215 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 2.1 KiB/s rd, 62 KiB/s wr, 5 op/s 2024-03-10T02:02:14.700 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:14 smithi033 bash[21389]: audit 2024-03-10T02:02:13.388827+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:14.700 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:14 smithi033 bash[21389]: audit 2024-03-10T02:02:13.397473+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:14.700 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:14 smithi033 bash[21389]: audit 2024-03-10T02:02:13.407931+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:14.701 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:14 smithi033 bash[21389]: audit 2024-03-10T02:02:13.418776+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:02:14.701 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:14 smithi033 bash[21389]: audit 2024-03-10T02:02:13.424629+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:02:14.701 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:14 smithi033 bash[21389]: audit 2024-03-10T02:02:13.426582+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:02:14.701 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:14 smithi033 bash[21389]: cluster 2024-03-10T02:02:13.430090+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 45 KiB/s wr, 4 op/s 2024-03-10T02:02:14.701 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:14 smithi033 bash[21389]: audit 2024-03-10T02:02:13.437138+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:14.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:14 smithi066 bash[22181]: audit 2024-03-10T02:02:13.388827+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:14.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:14 smithi066 bash[22181]: audit 2024-03-10T02:02:13.397473+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:14.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:14 smithi066 bash[22181]: audit 2024-03-10T02:02:13.407931+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:14.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:14 smithi066 bash[22181]: audit 2024-03-10T02:02:13.418776+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:02:14.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:14 smithi066 bash[22181]: audit 2024-03-10T02:02:13.424629+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:02:14.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:14 smithi066 bash[22181]: audit 2024-03-10T02:02:13.426582+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:02:14.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:14 smithi066 bash[22181]: cluster 2024-03-10T02:02:13.430090+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 45 KiB/s wr, 4 op/s 2024-03-10T02:02:14.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:14 smithi066 bash[22181]: audit 2024-03-10T02:02:13.437138+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:14.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:14 smithi160 bash[22106]: audit 2024-03-10T02:02:13.388827+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:14.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:14 smithi160 bash[22106]: audit 2024-03-10T02:02:13.397473+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:14.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:14 smithi160 bash[22106]: audit 2024-03-10T02:02:13.407931+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:14.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:14 smithi160 bash[22106]: audit 2024-03-10T02:02:13.418776+0000 mon.a (mon.0) 616 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:02:14.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:14 smithi160 bash[22106]: audit 2024-03-10T02:02:13.424629+0000 mon.a (mon.0) 617 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:02:14.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:14 smithi160 bash[22106]: audit 2024-03-10T02:02:13.426582+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:02:14.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:14 smithi160 bash[22106]: cluster 2024-03-10T02:02:13.430090+0000 mgr.a (mgr.14152) 216 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.5 KiB/s rd, 45 KiB/s wr, 4 op/s 2024-03-10T02:02:14.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:14 smithi160 bash[22106]: audit 2024-03-10T02:02:13.437138+0000 mon.a (mon.0) 619 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:15.165 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T02:02:15.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:15 smithi066 bash[22181]: cluster 2024-03-10T02:02:14.404399+0000 mon.a (mon.0) 620 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-10T02:02:15.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:15 smithi066 bash[22181]: cluster 2024-03-10T02:02:14.404479+0000 mon.a (mon.0) 621 : cluster [INF] Cluster is now healthy 2024-03-10T02:02:15.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:15 smithi033 bash[21389]: cluster 2024-03-10T02:02:14.404399+0000 mon.a (mon.0) 620 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-10T02:02:15.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:15 smithi033 bash[21389]: cluster 2024-03-10T02:02:14.404479+0000 mon.a (mon.0) 621 : cluster [INF] Cluster is now healthy 2024-03-10T02:02:15.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:15 smithi160 bash[22106]: cluster 2024-03-10T02:02:14.404399+0000 mon.a (mon.0) 620 : cluster [INF] Health check cleared: CEPHADM_STRAY_DAEMON (was: 1 stray daemon(s) not managed by cephadm) 2024-03-10T02:02:15.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:15 smithi160 bash[22106]: cluster 2024-03-10T02:02:14.404479+0000 mon.a (mon.0) 621 : cluster [INF] Cluster is now healthy 2024-03-10T02:02:16.665 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:16 smithi033 bash[21389]: cluster 2024-03-10T02:02:15.430678+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 3 op/s 2024-03-10T02:02:16.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:16 smithi066 bash[22181]: cluster 2024-03-10T02:02:15.430678+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 3 op/s 2024-03-10T02:02:16.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:16 smithi160 bash[22106]: cluster 2024-03-10T02:02:15.430678+0000 mgr.a (mgr.14152) 217 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 1.1 KiB/s rd, 33 KiB/s wr, 3 op/s 2024-03-10T02:02:18.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:18 smithi066 bash[22181]: cluster 2024-03-10T02:02:17.431114+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 934 B/s rd, 27 KiB/s wr, 2 op/s 2024-03-10T02:02:18.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:18 smithi033 bash[21389]: cluster 2024-03-10T02:02:17.431114+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 934 B/s rd, 27 KiB/s wr, 2 op/s 2024-03-10T02:02:18.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:18 smithi160 bash[22106]: cluster 2024-03-10T02:02:17.431114+0000 mgr.a (mgr.14152) 218 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 934 B/s rd, 27 KiB/s wr, 2 op/s 2024-03-10T02:02:19.303 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-03-10T02:02:19.304 INFO:teuthology.orchestra.run.smithi033.stdout:{"epoch":21,"fsid":"1bb78214-de81-11ee-95c7-87774f69a715","created":"2024-03-10T01:56:13.403582+0000","modified":"2024-03-10T02:02:02.910726+0000","last_up_change":"2024-03-10T02:01:59.879671+0000","last_in_change":"2024-03-10T02:01:31.818365+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-10T02:02:00.896376+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":"560cf513-428f-47f8-9f3b-9d072461f098","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.33:6802","nonce":2687182495},{"type":"v1","addr":"172.21.15.33:6803","nonce":2687182495}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.33:6804","nonce":2687182495},{"type":"v1","addr":"172.21.15.33:6805","nonce":2687182495}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.33:6808","nonce":2687182495},{"type":"v1","addr":"172.21.15.33:6809","nonce":2687182495}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.33:6806","nonce":2687182495},{"type":"v1","addr":"172.21.15.33:6807","nonce":2687182495}]},"public_addr":"172.21.15.33:6803/2687182495","cluster_addr":"172.21.15.33:6805/2687182495","heartbeat_back_addr":"172.21.15.33:6809/2687182495","heartbeat_front_addr":"172.21.15.33:6807/2687182495","state":["exists","up"]},{"osd":1,"uuid":"4533cdb5-e616-4224-8f9b-1daf4c9559c4","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.66:6800","nonce":1624728043},{"type":"v1","addr":"172.21.15.66:6801","nonce":1624728043}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6802","nonce":1624728043},{"type":"v1","addr":"172.21.15.66:6803","nonce":1624728043}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6806","nonce":1624728043},{"type":"v1","addr":"172.21.15.66:6807","nonce":1624728043}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6804","nonce":1624728043},{"type":"v1","addr":"172.21.15.66:6805","nonce":1624728043}]},"public_addr":"172.21.15.66:6801/1624728043","cluster_addr":"172.21.15.66:6803/1624728043","heartbeat_back_addr":"172.21.15.66:6807/1624728043","heartbeat_front_addr":"172.21.15.66:6805/1624728043","state":["exists","up"]},{"osd":2,"uuid":"087e1c30-35d3-4995-9b14-f3dd396d8c12","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.160:6800","nonce":1582818110},{"type":"v1","addr":"172.21.15.160:6801","nonce":1582818110}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":1582818110},{"type":"v1","addr":"172.21.15.160:6803","nonce":1582818110}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":1582818110},{"type":"v1","addr":"172.21.15.160:6807","nonce":1582818110}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":1582818110},{"type":"v1","addr":"172.21.15.160:6805","nonce":1582818110}]},"public_addr":"172.21.15.160:6801/1582818110","cluster_addr":"172.21.15.160:6803/1582818110","heartbeat_back_addr":"172.21.15.160:6807/1582818110","heartbeat_front_addr":"172.21.15.160:6805/1582818110","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-10T02:00:15.108163+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-10T02:01:08.744093+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-10T02:01:58.108103+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.33:0/3082968953":"2024-03-11T01:57:20.204899+0000","172.21.15.33:0/449236334":"2024-03-11T01:57:20.204899+0000","172.21.15.33:6801/1029347639":"2024-03-11T01:57:20.204899+0000","172.21.15.33:6800/1029347639":"2024-03-11T01:57:20.204899+0000","172.21.15.33:0/4102635164":"2024-03-11T01:56:45.300915+0000","172.21.15.33:6800/4224216896":"2024-03-11T01:56:45.300915+0000","172.21.15.33:0/2078565409":"2024-03-11T01:57:20.204899+0000","172.21.15.33:0/2929582888":"2024-03-11T01:56:45.300915+0000","172.21.15.33:6801/4224216896":"2024-03-11T01:56:45.300915+0000","172.21.15.33:0/2461468127":"2024-03-11T01:56:45.300915+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-10T02:02:19.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:19 smithi033 bash[21389]: audit 2024-03-10T02:02:18.598938+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:19.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:19 smithi033 bash[21389]: audit 2024-03-10T02:02:18.608107+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:19.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:19 smithi033 bash[21389]: audit 2024-03-10T02:02:18.618706+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:19.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:19 smithi033 bash[21389]: audit 2024-03-10T02:02:19.304229+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.33:0/3320796710' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-10T02:02:19.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:19 smithi160 bash[22106]: audit 2024-03-10T02:02:18.598938+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:19.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:19 smithi160 bash[22106]: audit 2024-03-10T02:02:18.608107+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:19.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:19 smithi160 bash[22106]: audit 2024-03-10T02:02:18.618706+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:19.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:19 smithi160 bash[22106]: audit 2024-03-10T02:02:19.304229+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.33:0/3320796710' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-10T02:02:20.029 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2024-03-10T02:02:00.896376+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-10T02:02:20.030 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph osd pool get .mgr pg_num 2024-03-10T02:02:20.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:19 smithi066 bash[22181]: audit 2024-03-10T02:02:18.598938+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:20.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:19 smithi066 bash[22181]: audit 2024-03-10T02:02:18.608107+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:20.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:19 smithi066 bash[22181]: audit 2024-03-10T02:02:18.618706+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:20.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:19 smithi066 bash[22181]: audit 2024-03-10T02:02:19.304229+0000 mon.a (mon.0) 625 : audit [DBG] from='client.? 172.21.15.33:0/3320796710' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-10T02:02:21.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:20 smithi066 bash[22181]: cluster 2024-03-10T02:02:19.431562+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 792 B/s rd, 23 KiB/s wr, 2 op/s 2024-03-10T02:02:21.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:20 smithi033 bash[21389]: cluster 2024-03-10T02:02:19.431562+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 792 B/s rd, 23 KiB/s wr, 2 op/s 2024-03-10T02:02:21.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:20 smithi160 bash[22106]: cluster 2024-03-10T02:02:19.431562+0000 mgr.a (mgr.14152) 219 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 792 B/s rd, 23 KiB/s wr, 2 op/s 2024-03-10T02:02:23.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:22 smithi066 bash[22181]: cluster 2024-03-10T02:02:21.432088+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 792 B/s rd, 23 KiB/s wr, 2 op/s 2024-03-10T02:02:23.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:22 smithi033 bash[21389]: cluster 2024-03-10T02:02:21.432088+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 792 B/s rd, 23 KiB/s wr, 2 op/s 2024-03-10T02:02:23.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:22 smithi160 bash[22106]: cluster 2024-03-10T02:02:21.432088+0000 mgr.a (mgr.14152) 220 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail; 792 B/s rd, 23 KiB/s wr, 2 op/s 2024-03-10T02:02:24.727 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T02:02:25.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:24 smithi066 bash[22181]: cluster 2024-03-10T02:02:23.432656+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:25.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:24 smithi066 bash[22181]: audit 2024-03-10T02:02:24.017719+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:25.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:24 smithi066 bash[22181]: audit 2024-03-10T02:02:24.025026+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:25.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:24 smithi066 bash[22181]: audit 2024-03-10T02:02:24.034781+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:25.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:24 smithi033 bash[21389]: cluster 2024-03-10T02:02:23.432656+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:25.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:24 smithi033 bash[21389]: audit 2024-03-10T02:02:24.017719+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:25.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:24 smithi033 bash[21389]: audit 2024-03-10T02:02:24.025026+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:25.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:24 smithi033 bash[21389]: audit 2024-03-10T02:02:24.034781+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:25.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:24 smithi160 bash[22106]: cluster 2024-03-10T02:02:23.432656+0000 mgr.a (mgr.14152) 221 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:25.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:24 smithi160 bash[22106]: audit 2024-03-10T02:02:24.017719+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:25.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:24 smithi160 bash[22106]: audit 2024-03-10T02:02:24.025026+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:25.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:24 smithi160 bash[22106]: audit 2024-03-10T02:02:24.034781+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:26.966 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:26 smithi033 bash[21389]: cluster 2024-03-10T02:02:25.433178+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:27.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:26 smithi066 bash[22181]: cluster 2024-03-10T02:02:25.433178+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:27.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:26 smithi160 bash[22106]: cluster 2024-03-10T02:02:25.433178+0000 mgr.a (mgr.14152) 222 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:27.328 INFO:teuthology.orchestra.run.smithi033.stdout:pg_num: 1 2024-03-10T02:02:27.988 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:27 smithi033 bash[21389]: audit 2024-03-10T02:02:27.330404+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.33:0/2916815823' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-10T02:02:27.990 INFO:tasks.cephadm:Setting up client nodes... 2024-03-10T02:02:27.990 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-03-10T02:02:27.990 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-03-10T02:02:27.990 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph mgr dump --format=json 2024-03-10T02:02:28.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:27 smithi066 bash[22181]: audit 2024-03-10T02:02:27.330404+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.33:0/2916815823' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-10T02:02:28.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:27 smithi160 bash[22106]: audit 2024-03-10T02:02:27.330404+0000 mon.a (mon.0) 629 : audit [DBG] from='client.? 172.21.15.33:0/2916815823' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2024-03-10T02:02:29.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:28 smithi066 bash[22181]: cluster 2024-03-10T02:02:27.433719+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:29.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:28 smithi033 bash[21389]: cluster 2024-03-10T02:02:27.433719+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:29.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:28 smithi160 bash[22106]: cluster 2024-03-10T02:02:27.433719+0000 mgr.a (mgr.14152) 223 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:31.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:30 smithi066 bash[22181]: cluster 2024-03-10T02:02:29.434241+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:31.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:30 smithi033 bash[21389]: cluster 2024-03-10T02:02:29.434241+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:31.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:30 smithi160 bash[22106]: cluster 2024-03-10T02:02:29.434241+0000 mgr.a (mgr.14152) 224 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:32.721 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T02:02:32.997 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:32 smithi160 bash[22106]: cluster 2024-03-10T02:02:31.434761+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:33.007 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:32 smithi066 bash[22181]: cluster 2024-03-10T02:02:31.434761+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:33.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:32 smithi033 bash[21389]: cluster 2024-03-10T02:02:31.434761+0000 mgr.a (mgr.14152) 225 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:34.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:33 smithi066 bash[22181]: audit 2024-03-10T02:02:32.983439+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:34.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:33 smithi066 bash[22181]: audit 2024-03-10T02:02:32.989172+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:34.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:33 smithi066 bash[22181]: audit 2024-03-10T02:02:32.997169+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:34.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:33 smithi066 bash[22181]: cluster 2024-03-10T02:02:33.435281+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:34.328 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:33 smithi033 bash[21389]: audit 2024-03-10T02:02:32.983439+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:34.328 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:33 smithi033 bash[21389]: audit 2024-03-10T02:02:32.989172+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:34.329 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:33 smithi033 bash[21389]: audit 2024-03-10T02:02:32.997169+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:34.329 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:33 smithi033 bash[21389]: cluster 2024-03-10T02:02:33.435281+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:34.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:33 smithi160 bash[22106]: audit 2024-03-10T02:02:32.983439+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:34.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:33 smithi160 bash[22106]: audit 2024-03-10T02:02:32.989172+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:34.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:33 smithi160 bash[22106]: audit 2024-03-10T02:02:32.997169+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:34.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:33 smithi160 bash[22106]: cluster 2024-03-10T02:02:33.435281+0000 mgr.a (mgr.14152) 226 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:35.976 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-03-10T02:02:36.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:36 smithi066 bash[22181]: cluster 2024-03-10T02:02:35.435793+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:36.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:36 smithi066 bash[22181]: audit 2024-03-10T02:02:35.972142+0000 mon.a (mon.0) 633 : audit [DBG] from='client.? 172.21.15.33:0/84936931' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-10T02:02:36.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:36 smithi033 bash[21389]: cluster 2024-03-10T02:02:35.435793+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:36.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:36 smithi033 bash[21389]: audit 2024-03-10T02:02:35.972142+0000 mon.a (mon.0) 633 : audit [DBG] from='client.? 172.21.15.33:0/84936931' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-10T02:02:36.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:36 smithi160 bash[22106]: cluster 2024-03-10T02:02:35.435793+0000 mgr.a (mgr.14152) 227 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:36.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:36 smithi160 bash[22106]: audit 2024-03-10T02:02:35.972142+0000 mon.a (mon.0) 633 : audit [DBG] from='client.? 172.21.15.33:0/84936931' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-03-10T02:02:37.045 INFO:teuthology.orchestra.run.smithi033.stdout:{"epoch":15,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.33:6800","nonce":1942368226},{"type":"v1","addr":"172.21.15.33:6801","nonce":1942368226}]},"active_addr":"172.21.15.33:6801/1942368226","active_change":"2024-03-10T01:57:20.205126+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":[]},"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":[]},"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":[]},"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":[]},"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.33: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.33:0","nonce":2131139560}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.33:0","nonce":3091902987}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.33:0","nonce":380349107}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.33:0","nonce":3093126724}]}]} 2024-03-10T02:02:37.052 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-03-10T02:02:37.052 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-03-10T02:02:37.052 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph osd dump --format=json 2024-03-10T02:02:38.790 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:38 smithi033 bash[21389]: cluster 2024-03-10T02:02:37.436289+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:38.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:38 smithi066 bash[22181]: cluster 2024-03-10T02:02:37.436289+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:38.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:38 smithi160 bash[22106]: cluster 2024-03-10T02:02:37.436289+0000 mgr.a (mgr.14152) 228 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:40.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:39 smithi033 bash[21389]: audit 2024-03-10T02:02:38.834401+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:40.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:39 smithi033 bash[21389]: audit 2024-03-10T02:02:38.844402+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:40.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:39 smithi033 bash[21389]: audit 2024-03-10T02:02:38.855987+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:40.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:39 smithi160 bash[22106]: audit 2024-03-10T02:02:38.834401+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:40.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:39 smithi160 bash[22106]: audit 2024-03-10T02:02:38.844402+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:40.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:39 smithi160 bash[22106]: audit 2024-03-10T02:02:38.855987+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:40.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:39 smithi066 bash[22181]: audit 2024-03-10T02:02:38.834401+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:40.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:39 smithi066 bash[22181]: audit 2024-03-10T02:02:38.844402+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:40.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:39 smithi066 bash[22181]: audit 2024-03-10T02:02:38.855987+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:41.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:40 smithi066 bash[22181]: cluster 2024-03-10T02:02:39.436768+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:41.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:40 smithi033 bash[21389]: cluster 2024-03-10T02:02:39.436768+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:41.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:40 smithi160 bash[22106]: cluster 2024-03-10T02:02:39.436768+0000 mgr.a (mgr.14152) 229 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:41.768 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T02:02:43.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:42 smithi066 bash[22181]: cluster 2024-03-10T02:02:41.437297+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:43.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:42 smithi033 bash[21389]: cluster 2024-03-10T02:02:41.437297+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:43.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:42 smithi160 bash[22106]: cluster 2024-03-10T02:02:41.437297+0000 mgr.a (mgr.14152) 230 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:44.453 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-03-10T02:02:44.454 INFO:teuthology.orchestra.run.smithi033.stdout:{"epoch":21,"fsid":"1bb78214-de81-11ee-95c7-87774f69a715","created":"2024-03-10T01:56:13.403582+0000","modified":"2024-03-10T02:02:02.910726+0000","last_up_change":"2024-03-10T02:01:59.879671+0000","last_in_change":"2024-03-10T02:01:31.818365+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-10T02:02:00.896376+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":"560cf513-428f-47f8-9f3b-9d072461f098","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.33:6802","nonce":2687182495},{"type":"v1","addr":"172.21.15.33:6803","nonce":2687182495}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.33:6804","nonce":2687182495},{"type":"v1","addr":"172.21.15.33:6805","nonce":2687182495}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.33:6808","nonce":2687182495},{"type":"v1","addr":"172.21.15.33:6809","nonce":2687182495}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.33:6806","nonce":2687182495},{"type":"v1","addr":"172.21.15.33:6807","nonce":2687182495}]},"public_addr":"172.21.15.33:6803/2687182495","cluster_addr":"172.21.15.33:6805/2687182495","heartbeat_back_addr":"172.21.15.33:6809/2687182495","heartbeat_front_addr":"172.21.15.33:6807/2687182495","state":["exists","up"]},{"osd":1,"uuid":"4533cdb5-e616-4224-8f9b-1daf4c9559c4","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.66:6800","nonce":1624728043},{"type":"v1","addr":"172.21.15.66:6801","nonce":1624728043}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6802","nonce":1624728043},{"type":"v1","addr":"172.21.15.66:6803","nonce":1624728043}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6806","nonce":1624728043},{"type":"v1","addr":"172.21.15.66:6807","nonce":1624728043}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6804","nonce":1624728043},{"type":"v1","addr":"172.21.15.66:6805","nonce":1624728043}]},"public_addr":"172.21.15.66:6801/1624728043","cluster_addr":"172.21.15.66:6803/1624728043","heartbeat_back_addr":"172.21.15.66:6807/1624728043","heartbeat_front_addr":"172.21.15.66:6805/1624728043","state":["exists","up"]},{"osd":2,"uuid":"087e1c30-35d3-4995-9b14-f3dd396d8c12","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.160:6800","nonce":1582818110},{"type":"v1","addr":"172.21.15.160:6801","nonce":1582818110}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":1582818110},{"type":"v1","addr":"172.21.15.160:6803","nonce":1582818110}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":1582818110},{"type":"v1","addr":"172.21.15.160:6807","nonce":1582818110}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":1582818110},{"type":"v1","addr":"172.21.15.160:6805","nonce":1582818110}]},"public_addr":"172.21.15.160:6801/1582818110","cluster_addr":"172.21.15.160:6803/1582818110","heartbeat_back_addr":"172.21.15.160:6807/1582818110","heartbeat_front_addr":"172.21.15.160:6805/1582818110","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-10T02:00:15.108163+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-10T02:01:08.744093+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-10T02:01:58.108103+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.33:0/3082968953":"2024-03-11T01:57:20.204899+0000","172.21.15.33:0/449236334":"2024-03-11T01:57:20.204899+0000","172.21.15.33:6801/1029347639":"2024-03-11T01:57:20.204899+0000","172.21.15.33:6800/1029347639":"2024-03-11T01:57:20.204899+0000","172.21.15.33:0/4102635164":"2024-03-11T01:56:45.300915+0000","172.21.15.33:6800/4224216896":"2024-03-11T01:56:45.300915+0000","172.21.15.33:0/2078565409":"2024-03-11T01:57:20.204899+0000","172.21.15.33:0/2929582888":"2024-03-11T01:56:45.300915+0000","172.21.15.33:6801/4224216896":"2024-03-11T01:56:45.300915+0000","172.21.15.33:0/2461468127":"2024-03-11T01:56:45.300915+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-10T02:02:45.152 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:44 smithi033 bash[21389]: cluster 2024-03-10T02:02:43.437871+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:45.152 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:44 smithi033 bash[21389]: audit 2024-03-10T02:02:44.155116+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:45.152 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:44 smithi033 bash[21389]: audit 2024-03-10T02:02:44.160236+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:45.152 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:44 smithi033 bash[21389]: audit 2024-03-10T02:02:44.165315+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:45.153 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:44 smithi033 bash[21389]: audit 2024-03-10T02:02:44.455014+0000 mon.a (mon.0) 640 : audit [DBG] from='client.? 172.21.15.33:0/2690860495' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-10T02:02:45.154 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-03-10T02:02:45.154 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph osd dump --format=json 2024-03-10T02:02:45.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:44 smithi066 bash[22181]: cluster 2024-03-10T02:02:43.437871+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:45.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:44 smithi066 bash[22181]: audit 2024-03-10T02:02:44.155116+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:45.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:44 smithi066 bash[22181]: audit 2024-03-10T02:02:44.160236+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:45.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:44 smithi066 bash[22181]: audit 2024-03-10T02:02:44.165315+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:45.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:44 smithi066 bash[22181]: audit 2024-03-10T02:02:44.455014+0000 mon.a (mon.0) 640 : audit [DBG] from='client.? 172.21.15.33:0/2690860495' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-10T02:02:45.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:44 smithi160 bash[22106]: cluster 2024-03-10T02:02:43.437871+0000 mgr.a (mgr.14152) 231 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:45.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:44 smithi160 bash[22106]: audit 2024-03-10T02:02:44.155116+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:45.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:44 smithi160 bash[22106]: audit 2024-03-10T02:02:44.160236+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:45.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:44 smithi160 bash[22106]: audit 2024-03-10T02:02:44.165315+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:45.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:44 smithi160 bash[22106]: audit 2024-03-10T02:02:44.455014+0000 mon.a (mon.0) 640 : audit [DBG] from='client.? 172.21.15.33:0/2690860495' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-10T02:02:47.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:46 smithi066 bash[22181]: cluster 2024-03-10T02:02:45.438346+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:47.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:46 smithi033 bash[21389]: cluster 2024-03-10T02:02:45.438346+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:47.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:46 smithi160 bash[22106]: cluster 2024-03-10T02:02:45.438346+0000 mgr.a (mgr.14152) 232 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:49.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:48 smithi066 bash[22181]: cluster 2024-03-10T02:02:47.438917+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:49.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:48 smithi033 bash[21389]: cluster 2024-03-10T02:02:47.438917+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:49.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:48 smithi160 bash[22106]: cluster 2024-03-10T02:02:47.438917+0000 mgr.a (mgr.14152) 233 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:49.879 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T02:02:51.029 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:50 smithi033 bash[21389]: cluster 2024-03-10T02:02:49.439396+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:51.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:50 smithi066 bash[22181]: cluster 2024-03-10T02:02:49.439396+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:51.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:50 smithi160 bash[22106]: cluster 2024-03-10T02:02:49.439396+0000 mgr.a (mgr.14152) 234 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:52.574 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-03-10T02:02:52.578 INFO:teuthology.orchestra.run.smithi033.stdout:{"epoch":21,"fsid":"1bb78214-de81-11ee-95c7-87774f69a715","created":"2024-03-10T01:56:13.403582+0000","modified":"2024-03-10T02:02:02.910726+0000","last_up_change":"2024-03-10T02:01:59.879671+0000","last_in_change":"2024-03-10T02:01:31.818365+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-10T02:02:00.896376+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":"560cf513-428f-47f8-9f3b-9d072461f098","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.33:6802","nonce":2687182495},{"type":"v1","addr":"172.21.15.33:6803","nonce":2687182495}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.33:6804","nonce":2687182495},{"type":"v1","addr":"172.21.15.33:6805","nonce":2687182495}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.33:6808","nonce":2687182495},{"type":"v1","addr":"172.21.15.33:6809","nonce":2687182495}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.33:6806","nonce":2687182495},{"type":"v1","addr":"172.21.15.33:6807","nonce":2687182495}]},"public_addr":"172.21.15.33:6803/2687182495","cluster_addr":"172.21.15.33:6805/2687182495","heartbeat_back_addr":"172.21.15.33:6809/2687182495","heartbeat_front_addr":"172.21.15.33:6807/2687182495","state":["exists","up"]},{"osd":1,"uuid":"4533cdb5-e616-4224-8f9b-1daf4c9559c4","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.66:6800","nonce":1624728043},{"type":"v1","addr":"172.21.15.66:6801","nonce":1624728043}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6802","nonce":1624728043},{"type":"v1","addr":"172.21.15.66:6803","nonce":1624728043}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6806","nonce":1624728043},{"type":"v1","addr":"172.21.15.66:6807","nonce":1624728043}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.66:6804","nonce":1624728043},{"type":"v1","addr":"172.21.15.66:6805","nonce":1624728043}]},"public_addr":"172.21.15.66:6801/1624728043","cluster_addr":"172.21.15.66:6803/1624728043","heartbeat_back_addr":"172.21.15.66:6807/1624728043","heartbeat_front_addr":"172.21.15.66:6805/1624728043","state":["exists","up"]},{"osd":2,"uuid":"087e1c30-35d3-4995-9b14-f3dd396d8c12","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.160:6800","nonce":1582818110},{"type":"v1","addr":"172.21.15.160:6801","nonce":1582818110}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6802","nonce":1582818110},{"type":"v1","addr":"172.21.15.160:6803","nonce":1582818110}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6806","nonce":1582818110},{"type":"v1","addr":"172.21.15.160:6807","nonce":1582818110}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.160:6804","nonce":1582818110},{"type":"v1","addr":"172.21.15.160:6805","nonce":1582818110}]},"public_addr":"172.21.15.160:6801/1582818110","cluster_addr":"172.21.15.160:6803/1582818110","heartbeat_back_addr":"172.21.15.160:6807/1582818110","heartbeat_front_addr":"172.21.15.160:6805/1582818110","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-10T02:00:15.108163+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-10T02:01:08.744093+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-10T02:01:58.108103+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.33:0/3082968953":"2024-03-11T01:57:20.204899+0000","172.21.15.33:0/449236334":"2024-03-11T01:57:20.204899+0000","172.21.15.33:6801/1029347639":"2024-03-11T01:57:20.204899+0000","172.21.15.33:6800/1029347639":"2024-03-11T01:57:20.204899+0000","172.21.15.33:0/4102635164":"2024-03-11T01:56:45.300915+0000","172.21.15.33:6800/4224216896":"2024-03-11T01:56:45.300915+0000","172.21.15.33:0/2078565409":"2024-03-11T01:57:20.204899+0000","172.21.15.33:0/2929582888":"2024-03-11T01:56:45.300915+0000","172.21.15.33:6801/4224216896":"2024-03-11T01:56:45.300915+0000","172.21.15.33:0/2461468127":"2024-03-11T01:56:45.300915+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-10T02:02:53.232 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:52 smithi160 bash[22106]: cluster 2024-03-10T02:02:51.439771+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:53.232 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:52 smithi160 bash[22106]: audit 2024-03-10T02:02:52.574766+0000 mon.a (mon.0) 641 : audit [DBG] from='client.? 172.21.15.33:0/1416928354' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-10T02:02:53.248 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:52 smithi033 bash[21389]: cluster 2024-03-10T02:02:51.439771+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:53.248 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:52 smithi033 bash[21389]: audit 2024-03-10T02:02:52.574766+0000 mon.a (mon.0) 641 : audit [DBG] from='client.? 172.21.15.33:0/1416928354' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-10T02:02:53.250 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-03-10T02:02:53.251 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-03-10T02:02:53.252 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-03-10T02:02:53.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:52 smithi066 bash[22181]: cluster 2024-03-10T02:02:51.439771+0000 mgr.a (mgr.14152) 235 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:53.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:52 smithi066 bash[22181]: audit 2024-03-10T02:02:52.574766+0000 mon.a (mon.0) 641 : audit [DBG] from='client.? 172.21.15.33:0/1416928354' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-03-10T02:02:54.530 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:54 smithi066 bash[22181]: audit 2024-03-10T02:02:53.210438+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:54.530 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:54 smithi066 bash[22181]: audit 2024-03-10T02:02:53.219845+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:54.530 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:54 smithi066 bash[22181]: audit 2024-03-10T02:02:53.231560+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:54.530 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:54 smithi066 bash[22181]: cluster 2024-03-10T02:02:53.440151+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:54.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:54 smithi033 bash[21389]: audit 2024-03-10T02:02:53.210438+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:54.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:54 smithi033 bash[21389]: audit 2024-03-10T02:02:53.219845+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:54.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:54 smithi033 bash[21389]: audit 2024-03-10T02:02:53.231560+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:54.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:54 smithi033 bash[21389]: cluster 2024-03-10T02:02:53.440151+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:54.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:54 smithi160 bash[22106]: audit 2024-03-10T02:02:53.210438+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:54.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:54 smithi160 bash[22106]: audit 2024-03-10T02:02:53.219845+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:54.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:54 smithi160 bash[22106]: audit 2024-03-10T02:02:53.231560+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:02:54.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:54 smithi160 bash[22106]: cluster 2024-03-10T02:02:53.440151+0000 mgr.a (mgr.14152) 236 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:56.771 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:56 smithi066 bash[22181]: cluster 2024-03-10T02:02:55.440755+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:56.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:56 smithi033 bash[21389]: cluster 2024-03-10T02:02:55.440755+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:56.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:56 smithi160 bash[22106]: cluster 2024-03-10T02:02:55.440755+0000 mgr.a (mgr.14152) 237 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:57.980 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T02:02:57.981 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T02:02:57.981 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T02:02:58.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:02:58 smithi066 bash[22181]: cluster 2024-03-10T02:02:57.441477+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:58.836 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:02:58 smithi033 bash[21389]: cluster 2024-03-10T02:02:57.441477+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:02:58.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:02:58 smithi160 bash[22106]: cluster 2024-03-10T02:02:57.441477+0000 mgr.a (mgr.14152) 238 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:00.153 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:00 smithi033 bash[21389]: audit 2024-03-10T02:02:59.071692+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:00.153 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:00 smithi033 bash[21389]: audit 2024-03-10T02:02:59.080977+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:00.153 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:00 smithi033 bash[21389]: audit 2024-03-10T02:02:59.091696+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:00.154 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:00 smithi033 bash[21389]: cluster 2024-03-10T02:02:59.442007+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:00.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:00 smithi160 bash[22106]: audit 2024-03-10T02:02:59.071692+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:00.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:00 smithi160 bash[22106]: audit 2024-03-10T02:02:59.080977+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:00.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:00 smithi160 bash[22106]: audit 2024-03-10T02:02:59.091696+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:00.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:00 smithi160 bash[22106]: cluster 2024-03-10T02:02:59.442007+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:00.553 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:00 smithi066 bash[22181]: audit 2024-03-10T02:02:59.071692+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:00.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:00 smithi066 bash[22181]: audit 2024-03-10T02:02:59.080977+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:00.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:00 smithi066 bash[22181]: audit 2024-03-10T02:02:59.091696+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:00.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:00 smithi066 bash[22181]: cluster 2024-03-10T02:02:59.442007+0000 mgr.a (mgr.14152) 239 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:02.669 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:02 smithi033 bash[21389]: cluster 2024-03-10T02:03:01.442443+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:02.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:02 smithi066 bash[22181]: cluster 2024-03-10T02:03:01.442443+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:02.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:02 smithi160 bash[22106]: cluster 2024-03-10T02:03:01.442443+0000 mgr.a (mgr.14152) 240 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:04.097 INFO:teuthology.orchestra.run.smithi033.stdout:77309411344 2024-03-10T02:03:04.098 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-03-10T02:03:04.314 INFO:teuthology.orchestra.run.smithi033.stdout:55834574874 2024-03-10T02:03:04.315 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-03-10T02:03:04.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:04 smithi160 bash[22106]: cluster 2024-03-10T02:03:03.443141+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:04.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:04 smithi160 bash[22106]: audit 2024-03-10T02:03:04.337038+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:04.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:04 smithi160 bash[22106]: audit 2024-03-10T02:03:04.342047+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:04.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:04 smithi160 bash[22106]: audit 2024-03-10T02:03:04.347336+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:04.662 INFO:teuthology.orchestra.run.smithi033.stdout:34359738405 2024-03-10T02:03:04.662 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-03-10T02:03:04.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:04 smithi066 bash[22181]: cluster 2024-03-10T02:03:03.443141+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:04.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:04 smithi066 bash[22181]: audit 2024-03-10T02:03:04.337038+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:04.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:04 smithi066 bash[22181]: audit 2024-03-10T02:03:04.342047+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:04.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:04 smithi066 bash[22181]: audit 2024-03-10T02:03:04.347336+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:04.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:04 smithi033 bash[21389]: cluster 2024-03-10T02:03:03.443141+0000 mgr.a (mgr.14152) 241 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:04.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:04 smithi033 bash[21389]: audit 2024-03-10T02:03:04.337038+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:04.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:04 smithi033 bash[21389]: audit 2024-03-10T02:03:04.342047+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:04.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:04 smithi033 bash[21389]: audit 2024-03-10T02:03:04.347336+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:06.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:06 smithi066 bash[22181]: cluster 2024-03-10T02:03:05.443688+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:06.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:06 smithi033 bash[21389]: cluster 2024-03-10T02:03:05.443688+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:06.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:06 smithi160 bash[22106]: cluster 2024-03-10T02:03:05.443688+0000 mgr.a (mgr.14152) 242 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:08.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:08 smithi066 bash[22181]: cluster 2024-03-10T02:03:07.444330+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:08.842 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T02:03:08.843 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T02:03:08.843 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T02:03:08.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:08 smithi033 bash[21389]: cluster 2024-03-10T02:03:07.444330+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:08.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:08 smithi160 bash[22106]: cluster 2024-03-10T02:03:07.444330+0000 mgr.a (mgr.14152) 243 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:10.564 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:10 smithi033 bash[21389]: cluster 2024-03-10T02:03:09.444873+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:10.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:10 smithi066 bash[22181]: cluster 2024-03-10T02:03:09.444873+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:10.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:10 smithi160 bash[22106]: cluster 2024-03-10T02:03:09.444873+0000 mgr.a (mgr.14152) 244 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:12.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:12 smithi066 bash[22181]: cluster 2024-03-10T02:03:11.445403+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:12.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:12 smithi033 bash[21389]: cluster 2024-03-10T02:03:11.445403+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:12.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:12 smithi160 bash[22106]: cluster 2024-03-10T02:03:11.445403+0000 mgr.a (mgr.14152) 245 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:13.656 INFO:teuthology.orchestra.run.smithi033.stdout:77309411346 2024-03-10T02:03:14.032 INFO:teuthology.orchestra.run.smithi033.stdout:34359738406 2024-03-10T02:03:14.056 INFO:teuthology.orchestra.run.smithi033.stdout:55834574875 2024-03-10T02:03:14.503 INFO:tasks.cephadm.ceph_manager.ceph:need seq 77309411344 got 77309411346 for osd.2 2024-03-10T02:03:14.504 DEBUG:teuthology.parallel:result is None 2024-03-10T02:03:14.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:14 smithi066 bash[22181]: audit 2024-03-10T02:03:13.426469+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:14.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:14 smithi066 bash[22181]: audit 2024-03-10T02:03:13.432778+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:14.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:14 smithi066 bash[22181]: audit 2024-03-10T02:03:13.442709+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:14.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:14 smithi066 bash[22181]: cluster 2024-03-10T02:03:13.445709+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:14.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:14 smithi066 bash[22181]: audit 2024-03-10T02:03:13.546255+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:03:14.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:14 smithi066 bash[22181]: audit 2024-03-10T02:03:13.551861+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:03:14.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:14 smithi066 bash[22181]: audit 2024-03-10T02:03:13.553489+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:03:14.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:14 smithi066 bash[22181]: audit 2024-03-10T02:03:13.564450+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:14.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:14 smithi066 bash[22181]: audit 2024-03-10T02:03:13.659011+0000 mon.a (mon.0) 658 : audit [DBG] from='client.? 172.21.15.33:0/3594133394' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-10T02:03:14.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:14 smithi066 bash[22181]: audit 2024-03-10T02:03:14.034771+0000 mon.a (mon.0) 659 : audit [DBG] from='client.? 172.21.15.33:0/228278069' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-10T02:03:14.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:14 smithi066 bash[22181]: audit 2024-03-10T02:03:14.058978+0000 mon.a (mon.0) 660 : audit [DBG] from='client.? 172.21.15.33:0/3282144308' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-10T02:03:14.793 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:14 smithi033 bash[21389]: audit 2024-03-10T02:03:13.426469+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:14.793 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:14 smithi033 bash[21389]: audit 2024-03-10T02:03:13.432778+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:14.793 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:14 smithi033 bash[21389]: audit 2024-03-10T02:03:13.442709+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:14.793 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:14 smithi033 bash[21389]: cluster 2024-03-10T02:03:13.445709+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:14.793 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:14 smithi033 bash[21389]: audit 2024-03-10T02:03:13.546255+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:03:14.793 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:14 smithi033 bash[21389]: audit 2024-03-10T02:03:13.551861+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:03:14.793 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:14 smithi033 bash[21389]: audit 2024-03-10T02:03:13.553489+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:03:14.793 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:14 smithi033 bash[21389]: audit 2024-03-10T02:03:13.564450+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:14.793 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:14 smithi033 bash[21389]: audit 2024-03-10T02:03:13.659011+0000 mon.a (mon.0) 658 : audit [DBG] from='client.? 172.21.15.33:0/3594133394' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-10T02:03:14.793 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:14 smithi033 bash[21389]: audit 2024-03-10T02:03:14.034771+0000 mon.a (mon.0) 659 : audit [DBG] from='client.? 172.21.15.33:0/228278069' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-10T02:03:14.793 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:14 smithi033 bash[21389]: audit 2024-03-10T02:03:14.058978+0000 mon.a (mon.0) 660 : audit [DBG] from='client.? 172.21.15.33:0/3282144308' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-10T02:03:14.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:14 smithi160 bash[22106]: audit 2024-03-10T02:03:13.426469+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:14.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:14 smithi160 bash[22106]: audit 2024-03-10T02:03:13.432778+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:14.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:14 smithi160 bash[22106]: audit 2024-03-10T02:03:13.442709+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:14.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:14 smithi160 bash[22106]: cluster 2024-03-10T02:03:13.445709+0000 mgr.a (mgr.14152) 246 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:14.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:14 smithi160 bash[22106]: audit 2024-03-10T02:03:13.546255+0000 mon.a (mon.0) 654 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:03:14.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:14 smithi160 bash[22106]: audit 2024-03-10T02:03:13.551861+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:03:14.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:14 smithi160 bash[22106]: audit 2024-03-10T02:03:13.553489+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:03:14.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:14 smithi160 bash[22106]: audit 2024-03-10T02:03:13.564450+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:14.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:14 smithi160 bash[22106]: audit 2024-03-10T02:03:13.659011+0000 mon.a (mon.0) 658 : audit [DBG] from='client.? 172.21.15.33:0/3594133394' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-03-10T02:03:14.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:14 smithi160 bash[22106]: audit 2024-03-10T02:03:14.034771+0000 mon.a (mon.0) 659 : audit [DBG] from='client.? 172.21.15.33:0/228278069' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-03-10T02:03:14.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:14 smithi160 bash[22106]: audit 2024-03-10T02:03:14.058978+0000 mon.a (mon.0) 660 : audit [DBG] from='client.? 172.21.15.33:0/3282144308' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-03-10T02:03:15.384 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738405 got 34359738406 for osd.0 2024-03-10T02:03:15.384 DEBUG:teuthology.parallel:result is None 2024-03-10T02:03:15.406 INFO:tasks.cephadm.ceph_manager.ceph:need seq 55834574874 got 55834574875 for osd.1 2024-03-10T02:03:15.406 DEBUG:teuthology.parallel:result is None 2024-03-10T02:03:15.406 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-03-10T02:03:15.407 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph pg dump --format=json 2024-03-10T02:03:16.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:16 smithi033 bash[21389]: cluster 2024-03-10T02:03:15.446086+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:16.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:16 smithi066 bash[22181]: cluster 2024-03-10T02:03:15.446086+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:16.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:16 smithi160 bash[22106]: cluster 2024-03-10T02:03:15.446086+0000 mgr.a (mgr.14152) 247 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:18.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:18 smithi066 bash[22181]: cluster 2024-03-10T02:03:17.446712+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:18.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:18 smithi033 bash[21389]: cluster 2024-03-10T02:03:17.446712+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:18.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:18 smithi160 bash[22106]: cluster 2024-03-10T02:03:17.446712+0000 mgr.a (mgr.14152) 248 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:20.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:20 smithi033 bash[21389]: audit 2024-03-10T02:03:19.308166+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:20.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:20 smithi033 bash[21389]: audit 2024-03-10T02:03:19.315004+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:20.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:20 smithi033 bash[21389]: audit 2024-03-10T02:03:19.324414+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:20.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:20 smithi033 bash[21389]: cluster 2024-03-10T02:03:19.447245+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:20.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:20 smithi160 bash[22106]: audit 2024-03-10T02:03:19.308166+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:20.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:20 smithi160 bash[22106]: audit 2024-03-10T02:03:19.315004+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:20.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:20 smithi160 bash[22106]: audit 2024-03-10T02:03:19.324414+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:20.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:20 smithi160 bash[22106]: cluster 2024-03-10T02:03:19.447245+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:20.798 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T02:03:20.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:20 smithi066 bash[22181]: audit 2024-03-10T02:03:19.308166+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:20.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:20 smithi066 bash[22181]: audit 2024-03-10T02:03:19.315004+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:20.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:20 smithi066 bash[22181]: audit 2024-03-10T02:03:19.324414+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:20.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:20 smithi066 bash[22181]: cluster 2024-03-10T02:03:19.447245+0000 mgr.a (mgr.14152) 249 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:22.785 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:22 smithi160 bash[22106]: cluster 2024-03-10T02:03:21.447824+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:22.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:22 smithi066 bash[22181]: cluster 2024-03-10T02:03:21.447824+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:22.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:22 smithi033 bash[21389]: cluster 2024-03-10T02:03:21.447824+0000 mgr.a (mgr.14152) 250 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:23.511 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-03-10T02:03:23.514 INFO:teuthology.orchestra.run.smithi033.stderr:dumped all 2024-03-10T02:03:24.152 INFO:teuthology.orchestra.run.smithi033.stdout:{"pg_ready":true,"pg_map":{"version":196,"stamp":"2024-03-10T02:03:23.448154+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":84564,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150892,"statfs":{"total":287985106944,"available":287898513408,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4784,"internal_metadata":82963792},"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.002999"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-03-10T02:02:07.787200+0000","last_change":"2024-03-10T02:02:01.914962+0000","last_active":"2024-03-10T02:02:07.787200+0000","last_peered":"2024-03-10T02:02:07.787200+0000","last_clean":"2024-03-10T02:02:07.787200+0000","last_became_active":"2024-03-10T02:02:01.914295+0000","last_became_peered":"2024-03-10T02:02:01.914295+0000","last_unstale":"2024-03-10T02:02:07.787200+0000","last_undegraded":"2024-03-10T02:02:07.787200+0000","last_fullsized":"2024-03-10T02:02:07.787200+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-10T02:02:00.896970+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-10T02:02:00.896970+0000","last_clean_scrub_stamp":"2024-03-10T02:02:00.896970+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-11T03:31:35.295904+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":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":[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":27772,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717380,"statfs":{"total":95995035648,"available":95966597120,"internally_reserved":0,"allocated":774144,"data_stored":645202,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":1595,"internal_metadata":27654597},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":13,"seq":55834574878,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":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":1594,"internal_metadata":27654598},"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-10T02:03:24.153 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph pg dump --format=json 2024-03-10T02:03:24.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:24 smithi066 bash[22181]: cluster 2024-03-10T02:03:23.448483+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:24.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:24 smithi066 bash[22181]: audit 2024-03-10T02:03:23.512221+0000 mgr.a (mgr.14152) 252 : audit [DBG] from='client.14337 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T02:03:24.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:24 smithi066 bash[22181]: audit 2024-03-10T02:03:24.465648+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:24.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:24 smithi066 bash[22181]: audit 2024-03-10T02:03:24.471256+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:24.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:24 smithi066 bash[22181]: audit 2024-03-10T02:03:24.479911+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:24.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:24 smithi033 bash[21389]: cluster 2024-03-10T02:03:23.448483+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:24.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:24 smithi033 bash[21389]: audit 2024-03-10T02:03:23.512221+0000 mgr.a (mgr.14152) 252 : audit [DBG] from='client.14337 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T02:03:24.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:24 smithi033 bash[21389]: audit 2024-03-10T02:03:24.465648+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:24.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:24 smithi033 bash[21389]: audit 2024-03-10T02:03:24.471256+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:24.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:24 smithi033 bash[21389]: audit 2024-03-10T02:03:24.479911+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:24.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:24 smithi160 bash[22106]: cluster 2024-03-10T02:03:23.448483+0000 mgr.a (mgr.14152) 251 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:24.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:24 smithi160 bash[22106]: audit 2024-03-10T02:03:23.512221+0000 mgr.a (mgr.14152) 252 : audit [DBG] from='client.14337 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T02:03:24.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:24 smithi160 bash[22106]: audit 2024-03-10T02:03:24.465648+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:24.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:24 smithi160 bash[22106]: audit 2024-03-10T02:03:24.471256+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:24.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:24 smithi160 bash[22106]: audit 2024-03-10T02:03:24.479911+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:26.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:26 smithi066 bash[22181]: cluster 2024-03-10T02:03:25.449129+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:26.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:26 smithi033 bash[21389]: cluster 2024-03-10T02:03:25.449129+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:26.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:26 smithi160 bash[22106]: cluster 2024-03-10T02:03:25.449129+0000 mgr.a (mgr.14152) 253 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:28.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:28 smithi066 bash[22181]: cluster 2024-03-10T02:03:27.449816+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:28.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:28 smithi033 bash[21389]: cluster 2024-03-10T02:03:27.449816+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:28.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:28 smithi160 bash[22106]: cluster 2024-03-10T02:03:27.449816+0000 mgr.a (mgr.14152) 254 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:28.881 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T02:03:30.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:30 smithi066 bash[22181]: cluster 2024-03-10T02:03:29.450478+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:30.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:30 smithi033 bash[21389]: cluster 2024-03-10T02:03:29.450478+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:30.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:30 smithi160 bash[22106]: cluster 2024-03-10T02:03:29.450478+0000 mgr.a (mgr.14152) 255 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:31.742 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-03-10T02:03:31.744 INFO:teuthology.orchestra.run.smithi033.stderr:dumped all 2024-03-10T02:03:32.357 INFO:teuthology.orchestra.run.smithi033.stdout:{"pg_ready":true,"pg_map":{"version":200,"stamp":"2024-03-10T02:03:31.450741+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":84564,"kb_used_data":2268,"kb_used_omap":4,"kb_used_meta":81019,"kb_avail":281150892,"statfs":{"total":287985106944,"available":287898513408,"internally_reserved":0,"allocated":2322432,"data_stored":1935606,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4784,"internal_metadata":82963792},"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.003727"},"pg_stats":[{"pgid":"1.0","version":"21'137","reported_seq":186,"reported_epoch":21,"state":"active+clean","last_fresh":"2024-03-10T02:02:07.787200+0000","last_change":"2024-03-10T02:02:01.914962+0000","last_active":"2024-03-10T02:02:07.787200+0000","last_peered":"2024-03-10T02:02:07.787200+0000","last_clean":"2024-03-10T02:02:07.787200+0000","last_became_active":"2024-03-10T02:02:01.914295+0000","last_became_peered":"2024-03-10T02:02:01.914295+0000","last_unstale":"2024-03-10T02:02:07.787200+0000","last_undegraded":"2024-03-10T02:02:07.787200+0000","last_fullsized":"2024-03-10T02:02:07.787200+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-10T02:02:00.896970+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-03-10T02:02:00.896970+0000","last_clean_scrub_stamp":"2024-03-10T02:02:00.896970+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-11T03:31:35.295904+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":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":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738410,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":27772,"kb_used_data":756,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93717380,"statfs":{"total":95995035648,"available":95966597120,"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":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":1594,"internal_metadata":27654598},"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-10T02:03:32.357 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-03-10T02:03:32.358 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-03-10T02:03:32.358 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-03-10T02:03:32.358 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- ceph health --format=json 2024-03-10T02:03:32.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:32 smithi066 bash[22181]: cluster 2024-03-10T02:03:31.450962+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:32.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:32 smithi066 bash[22181]: audit 2024-03-10T02:03:31.743234+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14343 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T02:03:32.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:32 smithi033 bash[21389]: cluster 2024-03-10T02:03:31.450962+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:32.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:32 smithi033 bash[21389]: audit 2024-03-10T02:03:31.743234+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14343 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T02:03:32.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:32 smithi160 bash[22106]: cluster 2024-03-10T02:03:31.450962+0000 mgr.a (mgr.14152) 256 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:32.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:32 smithi160 bash[22106]: audit 2024-03-10T02:03:31.743234+0000 mgr.a (mgr.14152) 257 : audit [DBG] from='client.14343 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T02:03:35.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:34 smithi066 bash[22181]: cluster 2024-03-10T02:03:33.451546+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:35.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:34 smithi066 bash[22181]: audit 2024-03-10T02:03:33.612835+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:35.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:34 smithi066 bash[22181]: audit 2024-03-10T02:03:33.621991+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:35.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:34 smithi066 bash[22181]: audit 2024-03-10T02:03:33.632369+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:35.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:34 smithi033 bash[21389]: cluster 2024-03-10T02:03:33.451546+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:35.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:34 smithi033 bash[21389]: audit 2024-03-10T02:03:33.612835+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:35.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:34 smithi033 bash[21389]: audit 2024-03-10T02:03:33.621991+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:35.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:34 smithi033 bash[21389]: audit 2024-03-10T02:03:33.632369+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:35.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:34 smithi160 bash[22106]: cluster 2024-03-10T02:03:33.451546+0000 mgr.a (mgr.14152) 258 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:35.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:34 smithi160 bash[22106]: audit 2024-03-10T02:03:33.612835+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:35.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:34 smithi160 bash[22106]: audit 2024-03-10T02:03:33.621991+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:35.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:34 smithi160 bash[22106]: audit 2024-03-10T02:03:33.632369+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:36.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:36 smithi066 bash[22181]: cluster 2024-03-10T02:03:35.452161+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:36.804 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:36 smithi033 bash[21389]: cluster 2024-03-10T02:03:35.452161+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:37.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:36 smithi160 bash[22106]: cluster 2024-03-10T02:03:35.452161+0000 mgr.a (mgr.14152) 259 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:37.213 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T02:03:38.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:38 smithi033 bash[21389]: cluster 2024-03-10T02:03:37.452886+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:38.955 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:38 smithi066 bash[22181]: cluster 2024-03-10T02:03:37.452886+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:39.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:38 smithi160 bash[22106]: cluster 2024-03-10T02:03:37.452886+0000 mgr.a (mgr.14152) 260 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:40.573 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-03-10T02:03:40.574 INFO:teuthology.orchestra.run.smithi033.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-03-10T02:03:40.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:40 smithi066 bash[22181]: cluster 2024-03-10T02:03:39.453551+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:40.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:40 smithi066 bash[22181]: audit 2024-03-10T02:03:39.538324+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:40.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:40 smithi066 bash[22181]: audit 2024-03-10T02:03:39.548536+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:40.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:40 smithi066 bash[22181]: audit 2024-03-10T02:03:39.560062+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:40.805 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:40 smithi033 bash[21389]: cluster 2024-03-10T02:03:39.453551+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:40.805 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:40 smithi033 bash[21389]: audit 2024-03-10T02:03:39.538324+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:40.805 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:40 smithi033 bash[21389]: audit 2024-03-10T02:03:39.548536+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:40.805 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:40 smithi033 bash[21389]: audit 2024-03-10T02:03:39.560062+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:40.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:40 smithi160 bash[22106]: cluster 2024-03-10T02:03:39.453551+0000 mgr.a (mgr.14152) 261 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:40.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:40 smithi160 bash[22106]: audit 2024-03-10T02:03:39.538324+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:40.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:40 smithi160 bash[22106]: audit 2024-03-10T02:03:39.548536+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:40.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:40 smithi160 bash[22106]: audit 2024-03-10T02:03:39.560062+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:41.262 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-03-10T02:03:41.263 INFO:tasks.cephadm:Setup complete, yielding 2024-03-10T02:03:41.263 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-03-10T02:03:41.274 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi033.front.sepia.ceph.com 2024-03-10T02:03:41.274 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:831bc188fa69f143bbba69ac76119e784500e8e3 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1bb78214-de81-11ee-95c7-87774f69a715 -- bash -c 'set -e 2024-03-10T02:03:41.274 DEBUG:teuthology.orchestra.run.smithi033:> set -x 2024-03-10T02:03:41.274 DEBUG:teuthology.orchestra.run.smithi033:> ceph orch apply node-exporter 2024-03-10T02:03:41.274 DEBUG:teuthology.orchestra.run.smithi033:> ceph orch apply grafana 2024-03-10T02:03:41.274 DEBUG:teuthology.orchestra.run.smithi033:> ceph orch apply alertmanager 2024-03-10T02:03:41.274 DEBUG:teuthology.orchestra.run.smithi033:> ceph orch apply prometheus 2024-03-10T02:03:41.274 DEBUG:teuthology.orchestra.run.smithi033:> sleep 240 2024-03-10T02:03:41.275 DEBUG:teuthology.orchestra.run.smithi033:> ceph orch ls 2024-03-10T02:03:41.275 DEBUG:teuthology.orchestra.run.smithi033:> ceph orch ps 2024-03-10T02:03:41.275 DEBUG:teuthology.orchestra.run.smithi033:> ceph orch host ls 2024-03-10T02:03:41.275 DEBUG:teuthology.orchestra.run.smithi033:> MON_DAEMON=$(ceph orch ps --daemon-type mon -f json | jq -r '"'"'last | .daemon_name'"'"') 2024-03-10T02:03:41.275 DEBUG:teuthology.orchestra.run.smithi033:> GRAFANA_HOST=$(ceph orch ps --daemon-type grafana -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-03-10T02:03:41.275 DEBUG:teuthology.orchestra.run.smithi033:> PROM_HOST=$(ceph orch ps --daemon-type prometheus -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-03-10T02:03:41.275 DEBUG:teuthology.orchestra.run.smithi033:> ALERTM_HOST=$(ceph orch ps --daemon-type alertmanager -f json | jq -e '"'"'.[]'"'"' | jq -r '"'"'.hostname'"'"') 2024-03-10T02:03:41.275 DEBUG:teuthology.orchestra.run.smithi033:> GRAFANA_IP=$(ceph orch host ls -f json | jq -r --arg GRAFANA_HOST "$GRAFANA_HOST" '"'"'.[] | select(.hostname==$GRAFANA_HOST) | .addr'"'"') 2024-03-10T02:03:41.275 DEBUG:teuthology.orchestra.run.smithi033:> PROM_IP=$(ceph orch host ls -f json | jq -r --arg PROM_HOST "$PROM_HOST" '"'"'.[] | select(.hostname==$PROM_HOST) | .addr'"'"') 2024-03-10T02:03:41.275 DEBUG:teuthology.orchestra.run.smithi033:> ALERTM_IP=$(ceph orch host ls -f json | jq -r --arg ALERTM_HOST "$ALERTM_HOST" '"'"'.[] | select(.hostname==$ALERTM_HOST) | .addr'"'"') 2024-03-10T02:03:41.275 DEBUG:teuthology.orchestra.run.smithi033:> # check each host node-exporter metrics endpoint is responsive 2024-03-10T02:03:41.275 DEBUG:teuthology.orchestra.run.smithi033:> ALL_HOST_IPS=$(ceph orch host ls -f json | jq -r '"'"'.[] | .addr'"'"') 2024-03-10T02:03:41.275 DEBUG:teuthology.orchestra.run.smithi033:> for ip in $ALL_HOST_IPS; do 2024-03-10T02:03:41.275 DEBUG:teuthology.orchestra.run.smithi033:> curl -s http://${ip}:9100/metric 2024-03-10T02:03:41.275 DEBUG:teuthology.orchestra.run.smithi033:> done 2024-03-10T02:03:41.276 DEBUG:teuthology.orchestra.run.smithi033:> # check grafana endpoints are responsive and database health is okay 2024-03-10T02:03:41.276 DEBUG:teuthology.orchestra.run.smithi033:> curl -k -s https://${GRAFANA_IP}:3000/api/health 2024-03-10T02:03:41.276 DEBUG:teuthology.orchestra.run.smithi033:> curl -k -s https://${GRAFANA_IP}:3000/api/health | jq -e '"'"'.database == "ok"'"'"' 2024-03-10T02:03:41.276 DEBUG:teuthology.orchestra.run.smithi033:> # stop mon daemon in order to trigger an alert 2024-03-10T02:03:41.276 DEBUG:teuthology.orchestra.run.smithi033:> ceph orch daemon stop $MON_DAEMON 2024-03-10T02:03:41.276 DEBUG:teuthology.orchestra.run.smithi033:> sleep 120 2024-03-10T02:03:41.276 DEBUG:teuthology.orchestra.run.smithi033:> # check prometheus endpoints are responsive and mon down alert is firing 2024-03-10T02:03:41.276 DEBUG:teuthology.orchestra.run.smithi033:> curl -s http://${PROM_IP}:9095/api/v1/status/config 2024-03-10T02:03:41.276 DEBUG:teuthology.orchestra.run.smithi033:> curl -s http://${PROM_IP}:9095/api/v1/status/config | jq -e '"'"'.status == "success"'"'"' 2024-03-10T02:03:41.276 DEBUG:teuthology.orchestra.run.smithi033:> curl -s http://${PROM_IP}:9095/api/v1/alerts 2024-03-10T02:03:41.276 DEBUG:teuthology.orchestra.run.smithi033:> curl -s http://${PROM_IP}:9095/api/v1/alerts | jq -e '"'"'.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"'"'"' 2024-03-10T02:03:41.276 DEBUG:teuthology.orchestra.run.smithi033:> # check alertmanager endpoints are responsive and mon down alert is active 2024-03-10T02:03:41.276 DEBUG:teuthology.orchestra.run.smithi033:> curl -s http://${ALERTM_IP}:9093/api/v1/status 2024-03-10T02:03:41.276 DEBUG:teuthology.orchestra.run.smithi033:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts 2024-03-10T02:03:41.276 DEBUG:teuthology.orchestra.run.smithi033:> curl -s http://${ALERTM_IP}:9093/api/v1/alerts | jq -e '"'"'.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"'"'"' 2024-03-10T02:03:41.277 DEBUG:teuthology.orchestra.run.smithi033:> ' 2024-03-10T02:03:41.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:41 smithi066 bash[22181]: audit 2024-03-10T02:03:40.575592+0000 mon.a (mon.0) 673 : audit [DBG] from='client.? 172.21.15.33:0/1980735531' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-10T02:03:41.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:41 smithi033 bash[21389]: audit 2024-03-10T02:03:40.575592+0000 mon.a (mon.0) 673 : audit [DBG] from='client.? 172.21.15.33:0/1980735531' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-10T02:03:41.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:41 smithi160 bash[22106]: audit 2024-03-10T02:03:40.575592+0000 mon.a (mon.0) 673 : audit [DBG] from='client.? 172.21.15.33:0/1980735531' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-03-10T02:03:42.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:42 smithi066 bash[22181]: cluster 2024-03-10T02:03:41.454209+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:42.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:42 smithi033 bash[21389]: cluster 2024-03-10T02:03:41.454209+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:42.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:42 smithi160 bash[22106]: cluster 2024-03-10T02:03:41.454209+0000 mgr.a (mgr.14152) 262 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:44.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:44 smithi066 bash[22181]: cluster 2024-03-10T02:03:43.454617+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:44.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:44 smithi033 bash[21389]: cluster 2024-03-10T02:03:43.454617+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:44.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:44 smithi160 bash[22106]: cluster 2024-03-10T02:03:43.454617+0000 mgr.a (mgr.14152) 263 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:45.431 INFO:teuthology.orchestra.run.smithi033.stderr:Inferring config /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/mon.a/config 2024-03-10T02:03:45.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:45 smithi033 bash[21389]: audit 2024-03-10T02:03:44.664226+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:45.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:45 smithi033 bash[21389]: audit 2024-03-10T02:03:44.670052+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:45.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:45 smithi033 bash[21389]: audit 2024-03-10T02:03:44.680038+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:45.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:45 smithi160 bash[22106]: audit 2024-03-10T02:03:44.664226+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:45.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:45 smithi160 bash[22106]: audit 2024-03-10T02:03:44.670052+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:45.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:45 smithi160 bash[22106]: audit 2024-03-10T02:03:44.680038+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:46.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:45 smithi066 bash[22181]: audit 2024-03-10T02:03:44.664226+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:46.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:45 smithi066 bash[22181]: audit 2024-03-10T02:03:44.670052+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:46.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:45 smithi066 bash[22181]: audit 2024-03-10T02:03:44.680038+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:47.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:46 smithi066 bash[22181]: cluster 2024-03-10T02:03:45.454999+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:47.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:46 smithi033 bash[21389]: cluster 2024-03-10T02:03:45.454999+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:47.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:46 smithi160 bash[22106]: cluster 2024-03-10T02:03:45.454999+0000 mgr.a (mgr.14152) 264 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:47.944 INFO:teuthology.orchestra.run.smithi033.stderr:+ ceph orch apply node-exporter 2024-03-10T02:03:48.300 INFO:teuthology.orchestra.run.smithi033.stdout:Scheduled node-exporter update... 2024-03-10T02:03:48.314 INFO:teuthology.orchestra.run.smithi033.stderr:+ ceph orch apply grafana 2024-03-10T02:03:48.661 INFO:teuthology.orchestra.run.smithi033.stdout:Scheduled grafana update... 2024-03-10T02:03:48.675 INFO:teuthology.orchestra.run.smithi033.stderr:+ ceph orch apply alertmanager 2024-03-10T02:03:48.961 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:48 smithi033 bash[21389]: cluster 2024-03-10T02:03:47.455524+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:48.961 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:48 smithi033 bash[21389]: audit 2024-03-10T02:03:48.301631+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:48.961 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:48 smithi033 bash[21389]: audit 2024-03-10T02:03:48.317438+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:03:48.962 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:48 smithi033 bash[21389]: audit 2024-03-10T02:03:48.320461+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:03:48.962 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:48 smithi033 bash[21389]: audit 2024-03-10T02:03:48.321349+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:03:48.962 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:48 smithi033 bash[21389]: audit 2024-03-10T02:03:48.327175+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:48.962 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:48 smithi033 bash[21389]: audit 2024-03-10T02:03:48.662863+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:49.039 INFO:teuthology.orchestra.run.smithi033.stdout:Scheduled alertmanager update... 2024-03-10T02:03:49.053 INFO:teuthology.orchestra.run.smithi033.stderr:+ ceph orch apply prometheus 2024-03-10T02:03:49.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:48 smithi066 bash[22181]: cluster 2024-03-10T02:03:47.455524+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:49.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:48 smithi066 bash[22181]: audit 2024-03-10T02:03:48.301631+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:49.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:48 smithi066 bash[22181]: audit 2024-03-10T02:03:48.317438+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:03:49.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:48 smithi066 bash[22181]: audit 2024-03-10T02:03:48.320461+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:03:49.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:48 smithi066 bash[22181]: audit 2024-03-10T02:03:48.321349+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:03:49.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:48 smithi066 bash[22181]: audit 2024-03-10T02:03:48.327175+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:49.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:48 smithi066 bash[22181]: audit 2024-03-10T02:03:48.662863+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:49.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:48 smithi160 bash[22106]: cluster 2024-03-10T02:03:47.455524+0000 mgr.a (mgr.14152) 265 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:49.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:48 smithi160 bash[22106]: audit 2024-03-10T02:03:48.301631+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:49.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:48 smithi160 bash[22106]: audit 2024-03-10T02:03:48.317438+0000 mon.a (mon.0) 678 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:03:49.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:48 smithi160 bash[22106]: audit 2024-03-10T02:03:48.320461+0000 mon.a (mon.0) 679 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:03:49.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:48 smithi160 bash[22106]: audit 2024-03-10T02:03:48.321349+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:03:49.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:48 smithi160 bash[22106]: audit 2024-03-10T02:03:48.327175+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:49.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:48 smithi160 bash[22106]: audit 2024-03-10T02:03:48.662863+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:49.275 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:48 smithi033 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:03:49.276 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:49 smithi033 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:03:49.276 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:03:48 smithi033 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:03:49.276 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:03:49 smithi033 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:03:49.276 INFO:journalctl@ceph.osd.0.smithi033.stdout:Mar 10 02:03:48 smithi033 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:03:49.276 INFO:journalctl@ceph.osd.0.smithi033.stdout:Mar 10 02:03:49 smithi033 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:03:49.403 INFO:teuthology.orchestra.run.smithi033.stdout:Scheduled prometheus update... 2024-03-10T02:03:49.415 INFO:teuthology.orchestra.run.smithi033.stderr:+ sleep 240 2024-03-10T02:03:50.032 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:49 smithi066 bash[22181]: audit 2024-03-10T02:03:48.296377+0000 mgr.a (mgr.14152) 266 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T02:03:50.033 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:49 smithi066 bash[22181]: cephadm 2024-03-10T02:03:48.297478+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Saving service node-exporter spec with placement * 2024-03-10T02:03:50.033 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:49 smithi066 bash[22181]: cephadm 2024-03-10T02:03:48.329886+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Deploying daemon node-exporter.smithi033 on smithi033 2024-03-10T02:03:50.033 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:49 smithi066 bash[22181]: audit 2024-03-10T02:03:48.651921+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T02:03:50.033 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:49 smithi066 bash[22181]: cephadm 2024-03-10T02:03:48.655122+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Saving service grafana spec with placement count:1 2024-03-10T02:03:50.033 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:49 smithi066 bash[22181]: audit 2024-03-10T02:03:49.040941+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:50.033 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:49 smithi066 bash[22181]: audit 2024-03-10T02:03:49.315073+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:50.033 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:49 smithi066 bash[22181]: audit 2024-03-10T02:03:49.321001+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:50.033 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:49 smithi066 bash[22181]: audit 2024-03-10T02:03:49.348440+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:50.033 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:49 smithi066 bash[22181]: audit 2024-03-10T02:03:49.404093+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:50.059 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:49 smithi033 bash[21389]: audit 2024-03-10T02:03:48.296377+0000 mgr.a (mgr.14152) 266 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T02:03:50.059 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:49 smithi033 bash[21389]: cephadm 2024-03-10T02:03:48.297478+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Saving service node-exporter spec with placement * 2024-03-10T02:03:50.060 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:49 smithi033 bash[21389]: cephadm 2024-03-10T02:03:48.329886+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Deploying daemon node-exporter.smithi033 on smithi033 2024-03-10T02:03:50.060 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:49 smithi033 bash[21389]: audit 2024-03-10T02:03:48.651921+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T02:03:50.060 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:49 smithi033 bash[21389]: cephadm 2024-03-10T02:03:48.655122+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Saving service grafana spec with placement count:1 2024-03-10T02:03:50.060 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:49 smithi033 bash[21389]: audit 2024-03-10T02:03:49.040941+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:50.060 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:49 smithi033 bash[21389]: audit 2024-03-10T02:03:49.315073+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:50.060 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:49 smithi033 bash[21389]: audit 2024-03-10T02:03:49.321001+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:50.060 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:49 smithi033 bash[21389]: audit 2024-03-10T02:03:49.348440+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:50.060 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:49 smithi033 bash[21389]: audit 2024-03-10T02:03:49.404093+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:50.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:49 smithi160 bash[22106]: audit 2024-03-10T02:03:48.296377+0000 mgr.a (mgr.14152) 266 : audit [DBG] from='client.14355 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T02:03:50.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:49 smithi160 bash[22106]: cephadm 2024-03-10T02:03:48.297478+0000 mgr.a (mgr.14152) 267 : cephadm [INF] Saving service node-exporter spec with placement * 2024-03-10T02:03:50.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:49 smithi160 bash[22106]: cephadm 2024-03-10T02:03:48.329886+0000 mgr.a (mgr.14152) 268 : cephadm [INF] Deploying daemon node-exporter.smithi033 on smithi033 2024-03-10T02:03:50.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:49 smithi160 bash[22106]: audit 2024-03-10T02:03:48.651921+0000 mgr.a (mgr.14152) 269 : audit [DBG] from='client.14361 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T02:03:50.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:49 smithi160 bash[22106]: cephadm 2024-03-10T02:03:48.655122+0000 mgr.a (mgr.14152) 270 : cephadm [INF] Saving service grafana spec with placement count:1 2024-03-10T02:03:50.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:49 smithi160 bash[22106]: audit 2024-03-10T02:03:49.040941+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:50.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:49 smithi160 bash[22106]: audit 2024-03-10T02:03:49.315073+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:50.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:49 smithi160 bash[22106]: audit 2024-03-10T02:03:49.321001+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:50.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:49 smithi160 bash[22106]: audit 2024-03-10T02:03:49.348440+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:50.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:49 smithi160 bash[22106]: audit 2024-03-10T02:03:49.404093+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:50.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:50 smithi066 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:03:50.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:50 smithi066 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:03:50.304 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 10 02:03:50 smithi066 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:03:50.304 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 10 02:03:50 smithi066 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:03:50.304 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:03:50 smithi066 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:03:50.304 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:03:50 smithi066 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:03:50.959 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:50 smithi033 bash[21389]: audit 2024-03-10T02:03:49.035370+0000 mgr.a (mgr.14152) 271 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T02:03:50.959 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:50 smithi033 bash[21389]: cephadm 2024-03-10T02:03:49.036766+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-03-10T02:03:50.959 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:50 smithi033 bash[21389]: cephadm 2024-03-10T02:03:49.349173+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Deploying daemon node-exporter.smithi066 on smithi066 2024-03-10T02:03:50.959 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:50 smithi033 bash[21389]: audit 2024-03-10T02:03:49.396844+0000 mgr.a (mgr.14152) 274 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T02:03:50.959 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:50 smithi033 bash[21389]: cephadm 2024-03-10T02:03:49.399768+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-03-10T02:03:50.959 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:50 smithi033 bash[21389]: cluster 2024-03-10T02:03:49.455935+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:50.959 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:50 smithi033 bash[21389]: audit 2024-03-10T02:03:50.398063+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:50.960 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:50 smithi033 bash[21389]: audit 2024-03-10T02:03:50.407455+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:50.960 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:50 smithi033 bash[21389]: audit 2024-03-10T02:03:50.419180+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:50.966 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:50 smithi160 bash[22106]: audit 2024-03-10T02:03:49.035370+0000 mgr.a (mgr.14152) 271 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T02:03:50.966 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:50 smithi160 bash[22106]: cephadm 2024-03-10T02:03:49.036766+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-03-10T02:03:50.966 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:50 smithi160 bash[22106]: cephadm 2024-03-10T02:03:49.349173+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Deploying daemon node-exporter.smithi066 on smithi066 2024-03-10T02:03:50.966 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:50 smithi160 bash[22106]: audit 2024-03-10T02:03:49.396844+0000 mgr.a (mgr.14152) 274 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T02:03:50.966 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:50 smithi160 bash[22106]: cephadm 2024-03-10T02:03:49.399768+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-03-10T02:03:50.966 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:50 smithi160 bash[22106]: cluster 2024-03-10T02:03:49.455935+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:50.967 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:50 smithi160 bash[22106]: audit 2024-03-10T02:03:50.398063+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:50.967 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:50 smithi160 bash[22106]: audit 2024-03-10T02:03:50.407455+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:50.967 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:50 smithi160 bash[22106]: audit 2024-03-10T02:03:50.419180+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:51.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:50 smithi066 bash[22181]: audit 2024-03-10T02:03:49.035370+0000 mgr.a (mgr.14152) 271 : audit [DBG] from='client.14367 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T02:03:51.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:50 smithi066 bash[22181]: cephadm 2024-03-10T02:03:49.036766+0000 mgr.a (mgr.14152) 272 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-03-10T02:03:51.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:50 smithi066 bash[22181]: cephadm 2024-03-10T02:03:49.349173+0000 mgr.a (mgr.14152) 273 : cephadm [INF] Deploying daemon node-exporter.smithi066 on smithi066 2024-03-10T02:03:51.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:50 smithi066 bash[22181]: audit 2024-03-10T02:03:49.396844+0000 mgr.a (mgr.14152) 274 : audit [DBG] from='client.14373 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T02:03:51.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:50 smithi066 bash[22181]: cephadm 2024-03-10T02:03:49.399768+0000 mgr.a (mgr.14152) 275 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-03-10T02:03:51.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:50 smithi066 bash[22181]: cluster 2024-03-10T02:03:49.455935+0000 mgr.a (mgr.14152) 276 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:51.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:50 smithi066 bash[22181]: audit 2024-03-10T02:03:50.398063+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:51.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:50 smithi066 bash[22181]: audit 2024-03-10T02:03:50.407455+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:51.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:50 smithi066 bash[22181]: audit 2024-03-10T02:03:50.419180+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:51.325 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:51 smithi160 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:03:51.325 INFO:journalctl@ceph.osd.2.smithi160.stdout:Mar 10 02:03:51 smithi160 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:03:51.326 INFO:journalctl@ceph.osd.2.smithi160.stdout:Mar 10 02:03:51 smithi160 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:03:51.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:51 smithi160 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:03:52.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:51 smithi066 bash[22181]: cephadm 2024-03-10T02:03:50.420662+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Deploying daemon node-exporter.smithi160 on smithi160 2024-03-10T02:03:52.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:51 smithi066 bash[22181]: audit 2024-03-10T02:03:51.463722+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:52.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:51 smithi066 bash[22181]: audit 2024-03-10T02:03:51.469594+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:52.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:51 smithi066 bash[22181]: audit 2024-03-10T02:03:51.491990+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:52.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:51 smithi066 bash[22181]: audit 2024-03-10T02:03:51.498300+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:52.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:51 smithi066 bash[22181]: audit 2024-03-10T02:03:51.600132+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:03:52.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:51 smithi066 bash[22181]: audit 2024-03-10T02:03:51.604199+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:03:52.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:51 smithi066 bash[22181]: audit 2024-03-10T02:03:51.605422+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:03:52.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:51 smithi066 bash[22181]: audit 2024-03-10T02:03:51.614578+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:52.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:51 smithi033 bash[21389]: cephadm 2024-03-10T02:03:50.420662+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Deploying daemon node-exporter.smithi160 on smithi160 2024-03-10T02:03:52.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:51 smithi033 bash[21389]: audit 2024-03-10T02:03:51.463722+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:52.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:51 smithi033 bash[21389]: audit 2024-03-10T02:03:51.469594+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:52.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:51 smithi033 bash[21389]: audit 2024-03-10T02:03:51.491990+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:52.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:51 smithi033 bash[21389]: audit 2024-03-10T02:03:51.498300+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:52.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:51 smithi033 bash[21389]: audit 2024-03-10T02:03:51.600132+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:03:52.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:51 smithi033 bash[21389]: audit 2024-03-10T02:03:51.604199+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:03:52.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:51 smithi033 bash[21389]: audit 2024-03-10T02:03:51.605422+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:03:52.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:51 smithi033 bash[21389]: audit 2024-03-10T02:03:51.614578+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:52.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:51 smithi160 bash[22106]: cephadm 2024-03-10T02:03:50.420662+0000 mgr.a (mgr.14152) 277 : cephadm [INF] Deploying daemon node-exporter.smithi160 on smithi160 2024-03-10T02:03:52.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:51 smithi160 bash[22106]: audit 2024-03-10T02:03:51.463722+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:52.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:51 smithi160 bash[22106]: audit 2024-03-10T02:03:51.469594+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:52.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:51 smithi160 bash[22106]: audit 2024-03-10T02:03:51.491990+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:52.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:51 smithi160 bash[22106]: audit 2024-03-10T02:03:51.498300+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:52.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:51 smithi160 bash[22106]: audit 2024-03-10T02:03:51.600132+0000 mon.a (mon.0) 695 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:03:52.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:51 smithi160 bash[22106]: audit 2024-03-10T02:03:51.604199+0000 mon.a (mon.0) 696 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:03:52.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:51 smithi160 bash[22106]: audit 2024-03-10T02:03:51.605422+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:03:52.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:51 smithi160 bash[22106]: audit 2024-03-10T02:03:51.614578+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:52.913 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:52 smithi066 bash[22181]: cluster 2024-03-10T02:03:51.456504+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:52.914 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:52 smithi066 bash[22181]: cephadm 2024-03-10T02:03:51.615192+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-10T02:03:52.914 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:52 smithi066 bash[22181]: audit 2024-03-10T02:03:51.713925+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:03:52.914 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:52 smithi066 bash[22181]: audit 2024-03-10T02:03:51.717522+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:03:52.914 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:52 smithi066 bash[22181]: audit 2024-03-10T02:03:51.718579+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:03:52.914 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:52 smithi066 bash[22181]: audit 2024-03-10T02:03:51.726792+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:52.914 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:52 smithi066 bash[22181]: cephadm 2024-03-10T02:03:51.727809+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-10T02:03:52.958 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:52 smithi160 bash[22106]: cluster 2024-03-10T02:03:51.456504+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:52.958 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:52 smithi160 bash[22106]: cephadm 2024-03-10T02:03:51.615192+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-10T02:03:52.958 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:52 smithi160 bash[22106]: audit 2024-03-10T02:03:51.713925+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:03:52.958 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:52 smithi160 bash[22106]: audit 2024-03-10T02:03:51.717522+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:03:52.958 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:52 smithi160 bash[22106]: audit 2024-03-10T02:03:51.718579+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:03:52.958 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:52 smithi160 bash[22106]: audit 2024-03-10T02:03:51.726792+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:52.959 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:52 smithi160 bash[22106]: cephadm 2024-03-10T02:03:51.727809+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-10T02:03:53.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:52 smithi033 bash[21389]: cluster 2024-03-10T02:03:51.456504+0000 mgr.a (mgr.14152) 278 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:53.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:52 smithi033 bash[21389]: cephadm 2024-03-10T02:03:51.615192+0000 mgr.a (mgr.14152) 279 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-10T02:03:53.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:52 smithi033 bash[21389]: audit 2024-03-10T02:03:51.713925+0000 mon.a (mon.0) 699 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:03:53.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:52 smithi033 bash[21389]: audit 2024-03-10T02:03:51.717522+0000 mon.a (mon.0) 700 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:03:53.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:52 smithi033 bash[21389]: audit 2024-03-10T02:03:51.718579+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:03:53.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:52 smithi033 bash[21389]: audit 2024-03-10T02:03:51.726792+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:53.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:52 smithi033 bash[21389]: cephadm 2024-03-10T02:03:51.727809+0000 mgr.a (mgr.14152) 280 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-10T02:03:55.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:54 smithi066 bash[22181]: cluster 2024-03-10T02:03:53.457069+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:55.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:54 smithi066 bash[22181]: audit 2024-03-10T02:03:53.814226+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:55.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:54 smithi033 bash[21389]: cluster 2024-03-10T02:03:53.457069+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:55.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:54 smithi033 bash[21389]: audit 2024-03-10T02:03:53.814226+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:55.300 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:54 smithi160 bash[22106]: cluster 2024-03-10T02:03:53.457069+0000 mgr.a (mgr.14152) 281 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:55.301 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:54 smithi160 bash[22106]: audit 2024-03-10T02:03:53.814226+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:56.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:56 smithi160 bash[22106]: audit 2024-03-10T02:03:55.358151+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:56.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:56 smithi160 bash[22106]: cluster 2024-03-10T02:03:55.457618+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:56.675 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:56 smithi033 bash[21389]: audit 2024-03-10T02:03:55.358151+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:56.675 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:56 smithi033 bash[21389]: cluster 2024-03-10T02:03:55.457618+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:56.794 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:56 smithi066 bash[22181]: audit 2024-03-10T02:03:55.358151+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:56.794 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:56 smithi066 bash[22181]: cluster 2024-03-10T02:03:55.457618+0000 mgr.a (mgr.14152) 282 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:57.700 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:57 smithi160 bash[22106]: audit 2024-03-10T02:03:56.383388+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:57.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:57 smithi066 bash[22181]: audit 2024-03-10T02:03:56.383388+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:57.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:57 smithi033 bash[21389]: audit 2024-03-10T02:03:56.383388+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:58.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:58 smithi160 bash[22106]: cluster 2024-03-10T02:03:57.458185+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:58.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:58 smithi160 bash[22106]: audit 2024-03-10T02:03:57.604377+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:58.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:03:58 smithi160 bash[22106]: audit 2024-03-10T02:03:57.700168+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:59.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:58 smithi066 bash[22181]: cluster 2024-03-10T02:03:57.458185+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:59.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:58 smithi066 bash[22181]: audit 2024-03-10T02:03:57.604377+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:59.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:03:58 smithi066 bash[22181]: audit 2024-03-10T02:03:57.700168+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:59.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:58 smithi033 bash[21389]: cluster 2024-03-10T02:03:57.458185+0000 mgr.a (mgr.14152) 283 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:03:59.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:58 smithi033 bash[21389]: audit 2024-03-10T02:03:57.604377+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:03:59.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:03:58 smithi033 bash[21389]: audit 2024-03-10T02:03:57.700168+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:00.965 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:00 smithi033 bash[21389]: cluster 2024-03-10T02:03:59.458699+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:00.965 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:00 smithi033 bash[21389]: audit 2024-03-10T02:03:59.657767+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:01.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:00 smithi066 bash[22181]: cluster 2024-03-10T02:03:59.458699+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:01.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:00 smithi066 bash[22181]: audit 2024-03-10T02:03:59.657767+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:01.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:00 smithi160 bash[22106]: cluster 2024-03-10T02:03:59.458699+0000 mgr.a (mgr.14152) 284 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:01.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:00 smithi160 bash[22106]: audit 2024-03-10T02:03:59.657767+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:02.553 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:02 smithi066 bash[22181]: audit 2024-03-10T02:04:01.260430+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:02.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:02 smithi066 bash[22181]: audit 2024-03-10T02:04:01.267759+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:02.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:02 smithi066 bash[22181]: audit 2024-03-10T02:04:01.274976+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:02.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:02 smithi066 bash[22181]: audit 2024-03-10T02:04:01.364631+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:02.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:02 smithi066 bash[22181]: audit 2024-03-10T02:04:01.373835+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:02.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:02 smithi066 bash[22181]: audit 2024-03-10T02:04:01.384498+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:02.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:02 smithi066 bash[22181]: cluster 2024-03-10T02:04:01.459178+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:02.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:02 smithi033 bash[21389]: audit 2024-03-10T02:04:01.260430+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:02.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:02 smithi033 bash[21389]: audit 2024-03-10T02:04:01.267759+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:02.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:02 smithi033 bash[21389]: audit 2024-03-10T02:04:01.274976+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:02.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:02 smithi033 bash[21389]: audit 2024-03-10T02:04:01.364631+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:02.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:02 smithi033 bash[21389]: audit 2024-03-10T02:04:01.373835+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:02.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:02 smithi033 bash[21389]: audit 2024-03-10T02:04:01.384498+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:02.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:02 smithi033 bash[21389]: cluster 2024-03-10T02:04:01.459178+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:02.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:02 smithi160 bash[22106]: audit 2024-03-10T02:04:01.260430+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:02.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:02 smithi160 bash[22106]: audit 2024-03-10T02:04:01.267759+0000 mon.a (mon.0) 710 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:02.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:02 smithi160 bash[22106]: audit 2024-03-10T02:04:01.274976+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:02.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:02 smithi160 bash[22106]: audit 2024-03-10T02:04:01.364631+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:02.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:02 smithi160 bash[22106]: audit 2024-03-10T02:04:01.373835+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:02.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:02 smithi160 bash[22106]: audit 2024-03-10T02:04:01.384498+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:02.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:02 smithi160 bash[22106]: cluster 2024-03-10T02:04:01.459178+0000 mgr.a (mgr.14152) 285 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:03.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:03 smithi066 bash[22181]: audit 2024-03-10T02:04:02.459467+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:03.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:03 smithi066 bash[22181]: audit 2024-03-10T02:04:02.468972+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:03.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:03 smithi066 bash[22181]: audit 2024-03-10T02:04:02.480776+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:03.805 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:03 smithi066 bash[22181]: audit 2024-03-10T02:04:02.517825+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:04:03.805 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:03 smithi066 bash[22181]: audit 2024-03-10T02:04:02.523640+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:04:03.805 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:03 smithi066 bash[22181]: audit 2024-03-10T02:04:02.525524+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:04:03.805 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:03 smithi066 bash[22181]: audit 2024-03-10T02:04:02.535857+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:03.805 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:03 smithi066 bash[22181]: cephadm 2024-03-10T02:04:02.584076+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-10T02:04:03.805 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:03 smithi066 bash[22181]: audit 2024-03-10T02:04:02.618628+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:03.805 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:03 smithi066 bash[22181]: audit 2024-03-10T02:04:02.625938+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:03.805 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:03 smithi066 bash[22181]: audit 2024-03-10T02:04:02.633321+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-10T02:04:03.806 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:03 smithi066 bash[22181]: audit 2024-03-10T02:04:02.634150+0000 mgr.a (mgr.14152) 287 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-10T02:04:03.806 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:03 smithi066 bash[22181]: audit 2024-03-10T02:04:02.641778+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:03.806 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:03 smithi066 bash[22181]: cephadm 2024-03-10T02:04:02.657934+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Deploying daemon grafana.smithi033 on smithi033 2024-03-10T02:04:03.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:03 smithi033 bash[21389]: audit 2024-03-10T02:04:02.459467+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:03.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:03 smithi033 bash[21389]: audit 2024-03-10T02:04:02.468972+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:03.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:03 smithi033 bash[21389]: audit 2024-03-10T02:04:02.480776+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:03.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:03 smithi033 bash[21389]: audit 2024-03-10T02:04:02.517825+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:04:03.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:03 smithi033 bash[21389]: audit 2024-03-10T02:04:02.523640+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:04:03.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:03 smithi033 bash[21389]: audit 2024-03-10T02:04:02.525524+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:04:03.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:03 smithi033 bash[21389]: audit 2024-03-10T02:04:02.535857+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:03.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:03 smithi033 bash[21389]: cephadm 2024-03-10T02:04:02.584076+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-10T02:04:03.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:03 smithi033 bash[21389]: audit 2024-03-10T02:04:02.618628+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:03.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:03 smithi033 bash[21389]: audit 2024-03-10T02:04:02.625938+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:03.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:03 smithi033 bash[21389]: audit 2024-03-10T02:04:02.633321+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-10T02:04:03.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:03 smithi033 bash[21389]: audit 2024-03-10T02:04:02.634150+0000 mgr.a (mgr.14152) 287 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-10T02:04:03.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:03 smithi033 bash[21389]: audit 2024-03-10T02:04:02.641778+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:03.849 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:03 smithi033 bash[21389]: cephadm 2024-03-10T02:04:02.657934+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Deploying daemon grafana.smithi033 on smithi033 2024-03-10T02:04:03.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:03 smithi160 bash[22106]: audit 2024-03-10T02:04:02.459467+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:03.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:03 smithi160 bash[22106]: audit 2024-03-10T02:04:02.468972+0000 mon.a (mon.0) 716 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:03.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:03 smithi160 bash[22106]: audit 2024-03-10T02:04:02.480776+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:03.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:03 smithi160 bash[22106]: audit 2024-03-10T02:04:02.517825+0000 mon.a (mon.0) 718 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:04:03.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:03 smithi160 bash[22106]: audit 2024-03-10T02:04:02.523640+0000 mon.a (mon.0) 719 : audit [DBG] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:04:03.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:03 smithi160 bash[22106]: audit 2024-03-10T02:04:02.525524+0000 mon.a (mon.0) 720 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:04:03.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:03 smithi160 bash[22106]: audit 2024-03-10T02:04:02.535857+0000 mon.a (mon.0) 721 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:03.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:03 smithi160 bash[22106]: cephadm 2024-03-10T02:04:02.584076+0000 mgr.a (mgr.14152) 286 : cephadm [INF] Regenerating cephadm self-signed grafana TLS certificates 2024-03-10T02:04:03.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:03 smithi160 bash[22106]: audit 2024-03-10T02:04:02.618628+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:03.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:03 smithi160 bash[22106]: audit 2024-03-10T02:04:02.625938+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:03.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:03 smithi160 bash[22106]: audit 2024-03-10T02:04:02.633321+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-10T02:04:03.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:03 smithi160 bash[22106]: audit 2024-03-10T02:04:02.634150+0000 mgr.a (mgr.14152) 287 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-03-10T02:04:03.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:03 smithi160 bash[22106]: audit 2024-03-10T02:04:02.641778+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:03.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:03 smithi160 bash[22106]: cephadm 2024-03-10T02:04:02.657934+0000 mgr.a (mgr.14152) 288 : cephadm [INF] Deploying daemon grafana.smithi033 on smithi033 2024-03-10T02:04:04.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:04 smithi066 bash[22181]: cluster 2024-03-10T02:04:03.459723+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:04.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:04 smithi033 bash[21389]: cluster 2024-03-10T02:04:03.459723+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:04.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:04 smithi160 bash[22106]: cluster 2024-03-10T02:04:03.459723+0000 mgr.a (mgr.14152) 289 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:06.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:06 smithi066 bash[22181]: cluster 2024-03-10T02:04:05.460276+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:06.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:06 smithi033 bash[21389]: cluster 2024-03-10T02:04:05.460276+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:06.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:06 smithi160 bash[22106]: cluster 2024-03-10T02:04:05.460276+0000 mgr.a (mgr.14152) 290 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:08.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:08 smithi066 bash[22181]: cluster 2024-03-10T02:04:07.460845+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:08.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:08 smithi033 bash[21389]: cluster 2024-03-10T02:04:07.460845+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:08.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:08 smithi160 bash[22106]: cluster 2024-03-10T02:04:07.460845+0000 mgr.a (mgr.14152) 291 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:10.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:10 smithi066 bash[22181]: cluster 2024-03-10T02:04:09.461371+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:10.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:10 smithi033 bash[21389]: cluster 2024-03-10T02:04:09.461371+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:10.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:10 smithi160 bash[22106]: cluster 2024-03-10T02:04:09.461371+0000 mgr.a (mgr.14152) 292 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:12.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:12 smithi066 bash[22181]: cluster 2024-03-10T02:04:11.461808+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:12.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:12 smithi033 bash[21389]: cluster 2024-03-10T02:04:11.461808+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:12.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:12 smithi160 bash[22106]: cluster 2024-03-10T02:04:11.461808+0000 mgr.a (mgr.14152) 293 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:14.552 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:14 smithi160 bash[22106]: cluster 2024-03-10T02:04:13.462253+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:14.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:14 smithi066 bash[22181]: cluster 2024-03-10T02:04:13.462253+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:14.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:14 smithi033 bash[21389]: cluster 2024-03-10T02:04:13.462253+0000 mgr.a (mgr.14152) 294 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:16.758 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:16 smithi066 bash[22181]: cluster 2024-03-10T02:04:15.462673+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:16.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:16 smithi033 bash[21389]: cluster 2024-03-10T02:04:15.462673+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:16.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:16 smithi160 bash[22106]: cluster 2024-03-10T02:04:15.462673+0000 mgr.a (mgr.14152) 295 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:18.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:18 smithi066 bash[22181]: cluster 2024-03-10T02:04:17.463068+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:18.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:18 smithi033 bash[21389]: cluster 2024-03-10T02:04:17.463068+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:18.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:18 smithi160 bash[22106]: cluster 2024-03-10T02:04:17.463068+0000 mgr.a (mgr.14152) 296 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:21.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:20 smithi066 bash[22181]: cluster 2024-03-10T02:04:19.463583+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:21.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:20 smithi066 bash[22181]: audit 2024-03-10T02:04:19.864551+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:21.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:20 smithi066 bash[22181]: audit 2024-03-10T02:04:19.871779+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:21.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:20 smithi066 bash[22181]: audit 2024-03-10T02:04:19.880764+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:21.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:20 smithi066 bash[22181]: audit 2024-03-10T02:04:20.084545+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:21.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:20 smithi066 bash[22181]: audit 2024-03-10T02:04:20.094385+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:21.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:20 smithi066 bash[22181]: audit 2024-03-10T02:04:20.105414+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:21.329 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:20 smithi033 bash[21389]: cluster 2024-03-10T02:04:19.463583+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:21.329 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:20 smithi033 bash[21389]: audit 2024-03-10T02:04:19.864551+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:21.329 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:20 smithi033 bash[21389]: audit 2024-03-10T02:04:19.871779+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:21.329 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:20 smithi033 bash[21389]: audit 2024-03-10T02:04:19.880764+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:21.329 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:20 smithi033 bash[21389]: audit 2024-03-10T02:04:20.084545+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:21.330 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:20 smithi033 bash[21389]: audit 2024-03-10T02:04:20.094385+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:21.330 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:20 smithi033 bash[21389]: audit 2024-03-10T02:04:20.105414+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:21.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:20 smithi160 bash[22106]: cluster 2024-03-10T02:04:19.463583+0000 mgr.a (mgr.14152) 297 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:21.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:20 smithi160 bash[22106]: audit 2024-03-10T02:04:19.864551+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:21.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:20 smithi160 bash[22106]: audit 2024-03-10T02:04:19.871779+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:21.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:20 smithi160 bash[22106]: audit 2024-03-10T02:04:19.880764+0000 mon.a (mon.0) 728 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:21.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:20 smithi160 bash[22106]: audit 2024-03-10T02:04:20.084545+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:21.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:20 smithi160 bash[22106]: audit 2024-03-10T02:04:20.094385+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:21.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:20 smithi160 bash[22106]: audit 2024-03-10T02:04:20.105414+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:22.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:22 smithi160 bash[22106]: cluster 2024-03-10T02:04:21.464155+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:22.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:22 smithi160 bash[22106]: audit 2024-03-10T02:04:21.593434+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:22.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:22 smithi160 bash[22106]: audit 2024-03-10T02:04:21.602419+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:22.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:22 smithi160 bash[22106]: audit 2024-03-10T02:04:21.614603+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:22.989 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:22 smithi033 bash[21389]: cluster 2024-03-10T02:04:21.464155+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:22.989 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:22 smithi033 bash[21389]: audit 2024-03-10T02:04:21.593434+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:22.989 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:22 smithi033 bash[21389]: audit 2024-03-10T02:04:21.602419+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:22.989 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:22 smithi033 bash[21389]: audit 2024-03-10T02:04:21.614603+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:23.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:22 smithi066 bash[22181]: cluster 2024-03-10T02:04:21.464155+0000 mgr.a (mgr.14152) 298 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:23.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:22 smithi066 bash[22181]: audit 2024-03-10T02:04:21.593434+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:23.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:22 smithi066 bash[22181]: audit 2024-03-10T02:04:21.602419+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:23.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:22 smithi066 bash[22181]: audit 2024-03-10T02:04:21.614603+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:24.814 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:24 smithi033 bash[21389]: cluster 2024-03-10T02:04:23.464715+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:24.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:24 smithi160 bash[22106]: cluster 2024-03-10T02:04:23.464715+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:25.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:24 smithi066 bash[22181]: cluster 2024-03-10T02:04:23.464715+0000 mgr.a (mgr.14152) 299 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:25.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:25 smithi033 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:04:25.597 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:25 smithi033 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:04:25.597 INFO:journalctl@ceph.osd.0.smithi033.stdout:Mar 10 02:04:25 smithi033 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:04:26.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:25 smithi033 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:04:26.097 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:25 smithi033 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:04:26.097 INFO:journalctl@ceph.osd.0.smithi033.stdout:Mar 10 02:04:25 smithi033 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:04:26.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:26 smithi160 bash[22106]: cluster 2024-03-10T02:04:25.465107+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:26.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:26 smithi160 bash[22106]: audit 2024-03-10T02:04:25.831209+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:26.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:26 smithi160 bash[22106]: audit 2024-03-10T02:04:25.837382+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:26.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:26 smithi160 bash[22106]: audit 2024-03-10T02:04:25.879279+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:26.853 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:26 smithi160 bash[22106]: audit 2024-03-10T02:04:25.885286+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:27.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:26 smithi033 bash[21389]: cluster 2024-03-10T02:04:25.465107+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:27.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:26 smithi033 bash[21389]: audit 2024-03-10T02:04:25.831209+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:27.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:26 smithi033 bash[21389]: audit 2024-03-10T02:04:25.837382+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:27.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:26 smithi033 bash[21389]: audit 2024-03-10T02:04:25.879279+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:27.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:26 smithi033 bash[21389]: audit 2024-03-10T02:04:25.885286+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:27.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:26 smithi066 bash[22181]: cluster 2024-03-10T02:04:25.465107+0000 mgr.a (mgr.14152) 300 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:27.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:26 smithi066 bash[22181]: audit 2024-03-10T02:04:25.831209+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:27.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:26 smithi066 bash[22181]: audit 2024-03-10T02:04:25.837382+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:27.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:26 smithi066 bash[22181]: audit 2024-03-10T02:04:25.879279+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:27.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:26 smithi066 bash[22181]: audit 2024-03-10T02:04:25.885286+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:27.948 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:27 smithi033 bash[21389]: cephadm 2024-03-10T02:04:26.169508+0000 mgr.a (mgr.14152) 301 : cephadm [INF] Deploying daemon alertmanager.smithi160 on smithi160 2024-03-10T02:04:28.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:27 smithi160 bash[22106]: cephadm 2024-03-10T02:04:26.169508+0000 mgr.a (mgr.14152) 301 : cephadm [INF] Deploying daemon alertmanager.smithi160 on smithi160 2024-03-10T02:04:28.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:27 smithi066 bash[22181]: cephadm 2024-03-10T02:04:26.169508+0000 mgr.a (mgr.14152) 301 : cephadm [INF] Deploying daemon alertmanager.smithi160 on smithi160 2024-03-10T02:04:28.961 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:28 smithi033 bash[21389]: cluster 2024-03-10T02:04:27.465374+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:29.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:28 smithi160 bash[22106]: cluster 2024-03-10T02:04:27.465374+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:29.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:28 smithi066 bash[22181]: cluster 2024-03-10T02:04:27.465374+0000 mgr.a (mgr.14152) 302 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:31.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:30 smithi033 bash[21389]: cluster 2024-03-10T02:04:29.465860+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:31.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:30 smithi033 bash[21389]: audit 2024-03-10T02:04:30.365123+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:31.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:30 smithi160 bash[22106]: cluster 2024-03-10T02:04:29.465860+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:31.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:30 smithi160 bash[22106]: audit 2024-03-10T02:04:30.365123+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:31.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:30 smithi066 bash[22181]: cluster 2024-03-10T02:04:29.465860+0000 mgr.a (mgr.14152) 303 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:31.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:30 smithi066 bash[22181]: audit 2024-03-10T02:04:30.365123+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:32.920 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:32 smithi033 bash[21389]: cluster 2024-03-10T02:04:31.466258+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:33.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:32 smithi160 bash[22106]: cluster 2024-03-10T02:04:31.466258+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:33.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:32 smithi066 bash[22181]: cluster 2024-03-10T02:04:31.466258+0000 mgr.a (mgr.14152) 304 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:34.455 INFO:journalctl@ceph.osd.2.smithi160.stdout:Mar 10 02:04:34 smithi160 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:04:34.455 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:34 smithi160 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:04:34.707 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:34 smithi160 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:04:34.708 INFO:journalctl@ceph.osd.2.smithi160.stdout:Mar 10 02:04:34 smithi160 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:04:34.968 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:34 smithi033 bash[21389]: cluster 2024-03-10T02:04:33.466827+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:34.968 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:34 smithi033 bash[21389]: audit 2024-03-10T02:04:34.755033+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:34.968 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:34 smithi033 bash[21389]: audit 2024-03-10T02:04:34.761347+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:34.969 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:34 smithi033 bash[21389]: audit 2024-03-10T02:04:34.810820+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:34.969 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:34 smithi033 bash[21389]: audit 2024-03-10T02:04:34.818490+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:35.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:34 smithi160 bash[22106]: cluster 2024-03-10T02:04:33.466827+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:35.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:34 smithi160 bash[22106]: audit 2024-03-10T02:04:34.755033+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:35.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:34 smithi160 bash[22106]: audit 2024-03-10T02:04:34.761347+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:35.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:34 smithi160 bash[22106]: audit 2024-03-10T02:04:34.810820+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:35.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:34 smithi160 bash[22106]: audit 2024-03-10T02:04:34.818490+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:35.176 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:34 smithi066 bash[22181]: cluster 2024-03-10T02:04:33.466827+0000 mgr.a (mgr.14152) 305 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:35.176 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:34 smithi066 bash[22181]: audit 2024-03-10T02:04:34.755033+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:35.176 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:34 smithi066 bash[22181]: audit 2024-03-10T02:04:34.761347+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:35.176 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:34 smithi066 bash[22181]: audit 2024-03-10T02:04:34.810820+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:35.176 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:34 smithi066 bash[22181]: audit 2024-03-10T02:04:34.818490+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:36.072 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:35 smithi033 bash[21389]: audit 2024-03-10T02:04:34.867501+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:36.072 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:35 smithi033 bash[21389]: audit 2024-03-10T02:04:35.369940+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:36.072 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:35 smithi033 bash[21389]: audit 2024-03-10T02:04:35.801567+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:36.072 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:35 smithi033 bash[21389]: audit 2024-03-10T02:04:35.809053+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:36.072 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:35 smithi033 bash[21389]: audit 2024-03-10T02:04:35.816668+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:36.141 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:35 smithi066 bash[22181]: audit 2024-03-10T02:04:34.867501+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:36.141 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:35 smithi066 bash[22181]: audit 2024-03-10T02:04:35.369940+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:36.142 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:35 smithi066 bash[22181]: audit 2024-03-10T02:04:35.801567+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:36.142 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:35 smithi066 bash[22181]: audit 2024-03-10T02:04:35.809053+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:36.142 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:35 smithi066 bash[22181]: audit 2024-03-10T02:04:35.816668+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:36.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:35 smithi160 bash[22106]: audit 2024-03-10T02:04:34.867501+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:36.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:35 smithi160 bash[22106]: audit 2024-03-10T02:04:35.369940+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:36.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:35 smithi160 bash[22106]: audit 2024-03-10T02:04:35.801567+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:36.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:35 smithi160 bash[22106]: audit 2024-03-10T02:04:35.809053+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:36.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:35 smithi160 bash[22106]: audit 2024-03-10T02:04:35.816668+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:37.132 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:36 smithi033 bash[21389]: cephadm 2024-03-10T02:04:35.092827+0000 mgr.a (mgr.14152) 306 : cephadm [INF] Deploying daemon prometheus.smithi066 on smithi066 2024-03-10T02:04:37.132 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:36 smithi033 bash[21389]: cluster 2024-03-10T02:04:35.467176+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:37.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:36 smithi066 bash[22181]: cephadm 2024-03-10T02:04:35.092827+0000 mgr.a (mgr.14152) 306 : cephadm [INF] Deploying daemon prometheus.smithi066 on smithi066 2024-03-10T02:04:37.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:36 smithi066 bash[22181]: cluster 2024-03-10T02:04:35.467176+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:37.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:36 smithi160 bash[22106]: cephadm 2024-03-10T02:04:35.092827+0000 mgr.a (mgr.14152) 306 : cephadm [INF] Deploying daemon prometheus.smithi066 on smithi066 2024-03-10T02:04:37.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:36 smithi160 bash[22106]: cluster 2024-03-10T02:04:35.467176+0000 mgr.a (mgr.14152) 307 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:38.942 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:38 smithi033 bash[21389]: cluster 2024-03-10T02:04:37.467622+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:39.254 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:38 smithi160 bash[22106]: cluster 2024-03-10T02:04:37.467622+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:39.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:38 smithi066 bash[22181]: cluster 2024-03-10T02:04:37.467622+0000 mgr.a (mgr.14152) 308 : cluster [DBG] pgmap v233: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:41.028 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:40 smithi033 bash[21389]: cluster 2024-03-10T02:04:39.468144+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:41.029 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:40 smithi033 bash[21389]: audit 2024-03-10T02:04:40.273393+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:41.029 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:40 smithi033 bash[21389]: audit 2024-03-10T02:04:40.283167+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:41.029 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:40 smithi033 bash[21389]: audit 2024-03-10T02:04:40.294586+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:41.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:40 smithi160 bash[22106]: cluster 2024-03-10T02:04:39.468144+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:41.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:40 smithi160 bash[22106]: audit 2024-03-10T02:04:40.273393+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:41.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:40 smithi160 bash[22106]: audit 2024-03-10T02:04:40.283167+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:41.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:40 smithi160 bash[22106]: audit 2024-03-10T02:04:40.294586+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:41.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:40 smithi066 bash[22181]: cluster 2024-03-10T02:04:39.468144+0000 mgr.a (mgr.14152) 309 : cluster [DBG] pgmap v234: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:41.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:40 smithi066 bash[22181]: audit 2024-03-10T02:04:40.273393+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:41.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:40 smithi066 bash[22181]: audit 2024-03-10T02:04:40.283167+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:41.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:40 smithi066 bash[22181]: audit 2024-03-10T02:04:40.294586+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:42.922 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:42 smithi033 bash[21389]: cluster 2024-03-10T02:04:41.468696+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:42.922 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:42 smithi033 bash[21389]: audit 2024-03-10T02:04:41.755689+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:42.922 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:42 smithi033 bash[21389]: audit 2024-03-10T02:04:42.265014+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:43.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:42 smithi066 bash[22181]: cluster 2024-03-10T02:04:41.468696+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:43.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:42 smithi066 bash[22181]: audit 2024-03-10T02:04:41.755689+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:43.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:42 smithi066 bash[22181]: audit 2024-03-10T02:04:42.265014+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:43.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:42 smithi160 bash[22106]: cluster 2024-03-10T02:04:41.468696+0000 mgr.a (mgr.14152) 310 : cluster [DBG] pgmap v235: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:43.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:42 smithi160 bash[22106]: audit 2024-03-10T02:04:41.755689+0000 mon.a (mon.0) 752 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:43.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:42 smithi160 bash[22106]: audit 2024-03-10T02:04:42.265014+0000 mon.a (mon.0) 753 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:45.008 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:44 smithi066 bash[22181]: cluster 2024-03-10T02:04:43.469257+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:45.009 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:44 smithi066 bash[22181]: audit 2024-03-10T02:04:44.184827+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:45.009 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:44 smithi066 bash[22181]: audit 2024-03-10T02:04:44.194586+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:45.009 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:44 smithi066 bash[22181]: audit 2024-03-10T02:04:44.206035+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:45.009 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:44 smithi033 bash[21389]: cluster 2024-03-10T02:04:43.469257+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:45.009 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:44 smithi033 bash[21389]: audit 2024-03-10T02:04:44.184827+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:45.009 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:44 smithi033 bash[21389]: audit 2024-03-10T02:04:44.194586+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:45.009 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:44 smithi033 bash[21389]: audit 2024-03-10T02:04:44.206035+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:45.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:44 smithi160 bash[22106]: cluster 2024-03-10T02:04:43.469257+0000 mgr.a (mgr.14152) 311 : cluster [DBG] pgmap v236: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:45.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:44 smithi160 bash[22106]: audit 2024-03-10T02:04:44.184827+0000 mon.a (mon.0) 754 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:45.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:44 smithi160 bash[22106]: audit 2024-03-10T02:04:44.194586+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:45.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:44 smithi160 bash[22106]: audit 2024-03-10T02:04:44.206035+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:47.039 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:46 smithi033 bash[21389]: cluster 2024-03-10T02:04:45.469766+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:47.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:46 smithi066 bash[22181]: cluster 2024-03-10T02:04:45.469766+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:47.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:46 smithi160 bash[22106]: cluster 2024-03-10T02:04:45.469766+0000 mgr.a (mgr.14152) 312 : cluster [DBG] pgmap v237: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:47.430 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 10 02:04:47 smithi066 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:04:47.430 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:47 smithi066 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:04:47.430 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:47 smithi066 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:04:47.782 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:47 smithi066 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:04:47.783 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 10 02:04:47 smithi066 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:04:47.783 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:47 smithi066 systemd[1]: /etc/systemd/system/ceph-1bb78214-de81-11ee-95c7-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-10T02:04:48.974 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:48 smithi066 bash[22181]: cluster 2024-03-10T02:04:47.470357+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:48.975 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:48 smithi066 bash[22181]: audit 2024-03-10T02:04:47.723031+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:48.975 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:48 smithi066 bash[22181]: audit 2024-03-10T02:04:47.734538+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:48.975 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:48 smithi066 bash[22181]: audit 2024-03-10T02:04:47.749753+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:48.975 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:48 smithi066 bash[22181]: audit 2024-03-10T02:04:47.757436+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-10T02:04:48.975 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:48 smithi066 bash[23272]: ignoring --setuser ceph since I am not root 2024-03-10T02:04:48.975 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:48 smithi066 bash[23272]: ignoring --setgroup ceph since I am not root 2024-03-10T02:04:48.975 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:48 smithi066 bash[23272]: debug 2024-03-10T02:04:48.970+0000 7f2ec80d7200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-10T02:04:48.977 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:48 smithi033 bash[21673]: ignoring --setuser ceph since I am not root 2024-03-10T02:04:48.977 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:48 smithi033 bash[21673]: ignoring --setgroup ceph since I am not root 2024-03-10T02:04:48.977 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:48 smithi033 bash[21389]: cluster 2024-03-10T02:04:47.470357+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:48.977 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:48 smithi033 bash[21389]: audit 2024-03-10T02:04:47.723031+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:48.977 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:48 smithi033 bash[21389]: audit 2024-03-10T02:04:47.734538+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:48.977 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:48 smithi033 bash[21389]: audit 2024-03-10T02:04:47.749753+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:48.977 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:48 smithi033 bash[21389]: audit 2024-03-10T02:04:47.757436+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-10T02:04:49.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:48 smithi160 bash[22106]: cluster 2024-03-10T02:04:47.470357+0000 mgr.a (mgr.14152) 313 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:49.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:48 smithi160 bash[22106]: audit 2024-03-10T02:04:47.723031+0000 mon.a (mon.0) 757 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:49.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:48 smithi160 bash[22106]: audit 2024-03-10T02:04:47.734538+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:49.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:48 smithi160 bash[22106]: audit 2024-03-10T02:04:47.749753+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' 2024-03-10T02:04:49.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:48 smithi160 bash[22106]: audit 2024-03-10T02:04:47.757436+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-03-10T02:04:49.346 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:48 smithi033 bash[21673]: debug 2024-03-10T02:04:48.977+0000 7fe73bf29200 -1 mgr[py] Module devicehealth has missing NOTIFY_TYPES member 2024-03-10T02:04:50.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:49 smithi066 bash[22181]: audit 2024-03-10T02:04:48.751698+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-10T02:04:50.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:49 smithi066 bash[22181]: cluster 2024-03-10T02:04:48.761128+0000 mon.a (mon.0) 762 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-03-10T02:04:50.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:49 smithi033 bash[21389]: audit 2024-03-10T02:04:48.751698+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-10T02:04:50.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:49 smithi033 bash[21389]: cluster 2024-03-10T02:04:48.761128+0000 mon.a (mon.0) 762 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-03-10T02:04:50.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:49 smithi160 bash[22106]: audit 2024-03-10T02:04:48.751698+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14152 172.21.15.33:0/74601514' entity='mgr.a' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-03-10T02:04:50.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:49 smithi160 bash[22106]: cluster 2024-03-10T02:04:48.761128+0000 mon.a (mon.0) 762 : cluster [DBG] mgrmap e16: a(active, since 7m), standbys: b 2024-03-10T02:04:50.965 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:50 smithi066 bash[23272]: debug 2024-03-10T02:04:50.602+0000 7f2ec80d7200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-10T02:04:50.965 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:50 smithi066 bash[23272]: debug 2024-03-10T02:04:50.706+0000 7f2ec80d7200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-10T02:04:50.965 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:50 smithi066 bash[23272]: debug 2024-03-10T02:04:50.958+0000 7f2ec80d7200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-10T02:04:51.026 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:50 smithi033 bash[21673]: debug 2024-03-10T02:04:50.657+0000 7fe73bf29200 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-03-10T02:04:51.026 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:50 smithi033 bash[21673]: debug 2024-03-10T02:04:50.761+0000 7fe73bf29200 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-03-10T02:04:51.346 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:51 smithi033 bash[21673]: debug 2024-03-10T02:04:51.025+0000 7fe73bf29200 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-03-10T02:04:52.053 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:51 smithi066 bash[23272]: debug 2024-03-10T02:04:51.798+0000 7f2ec80d7200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-10T02:04:52.054 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:51 smithi066 bash[23272]: debug 2024-03-10T02:04:51.914+0000 7f2ec80d7200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-10T02:04:52.054 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:52 smithi066 bash[23272]: debug 2024-03-10T02:04:52.018+0000 7f2ec80d7200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-10T02:04:52.271 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:51 smithi033 bash[21673]: debug 2024-03-10T02:04:51.853+0000 7fe73bf29200 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-03-10T02:04:52.271 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:51 smithi033 bash[21673]: debug 2024-03-10T02:04:51.969+0000 7fe73bf29200 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-03-10T02:04:52.271 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:52 smithi033 bash[21673]: debug 2024-03-10T02:04:52.081+0000 7fe73bf29200 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-03-10T02:04:52.568 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:52 smithi033 bash[21673]: debug 2024-03-10T02:04:52.445+0000 7fe73bf29200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-10T02:04:52.803 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:52 smithi066 bash[23272]: debug 2024-03-10T02:04:52.382+0000 7f2ec80d7200 -1 mgr[py] Module rgw has missing NOTIFY_TYPES member 2024-03-10T02:04:52.804 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:52 smithi066 bash[23272]: debug 2024-03-10T02:04:52.502+0000 7f2ec80d7200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-10T02:04:52.804 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:52 smithi066 bash[23272]: debug 2024-03-10T02:04:52.610+0000 7f2ec80d7200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-10T02:04:52.846 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:52 smithi033 bash[21673]: debug 2024-03-10T02:04:52.565+0000 7fe73bf29200 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-03-10T02:04:52.846 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:52 smithi033 bash[21673]: debug 2024-03-10T02:04:52.677+0000 7fe73bf29200 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-03-10T02:04:53.303 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:52 smithi066 bash[23272]: debug 2024-03-10T02:04:52.982+0000 7f2ec80d7200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-10T02:04:53.304 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:53 smithi066 bash[23272]: debug 2024-03-10T02:04:53.226+0000 7f2ec80d7200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-10T02:04:53.346 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:53 smithi033 bash[21673]: debug 2024-03-10T02:04:53.049+0000 7fe73bf29200 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-03-10T02:04:53.346 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:53 smithi033 bash[21673]: debug 2024-03-10T02:04:53.297+0000 7fe73bf29200 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-03-10T02:04:53.803 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:53 smithi066 bash[23272]: debug 2024-03-10T02:04:53.502+0000 7f2ec80d7200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-10T02:04:53.803 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:53 smithi066 bash[23272]: debug 2024-03-10T02:04:53.618+0000 7f2ec80d7200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-10T02:04:53.846 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:53 smithi033 bash[21673]: debug 2024-03-10T02:04:53.573+0000 7fe73bf29200 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-03-10T02:04:53.846 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:53 smithi033 bash[21673]: debug 2024-03-10T02:04:53.689+0000 7fe73bf29200 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-03-10T02:04:54.164 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:53 smithi066 bash[23272]: debug 2024-03-10T02:04:53.906+0000 7f2ec80d7200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-10T02:04:54.239 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:53 smithi033 bash[21673]: debug 2024-03-10T02:04:53.981+0000 7fe73bf29200 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-03-10T02:04:54.553 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:54 smithi066 bash[23272]: debug 2024-03-10T02:04:54.158+0000 7f2ec80d7200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-10T02:04:54.596 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:54 smithi033 bash[21673]: debug 2024-03-10T02:04:54.237+0000 7fe73bf29200 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-03-10T02:04:54.961 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:54 smithi066 bash[23272]: debug 2024-03-10T02:04:54.578+0000 7f2ec80d7200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-10T02:04:55.004 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:54 smithi066 bash[23272]: debug 2024-03-10T02:04:54.698+0000 7f2ec80d7200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-10T02:04:55.046 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:54 smithi033 bash[21673]: debug 2024-03-10T02:04:54.661+0000 7fe73bf29200 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-03-10T02:04:55.046 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:54 smithi033 bash[21673]: debug 2024-03-10T02:04:54.785+0000 7fe73bf29200 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-03-10T02:04:55.046 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:55 smithi033 bash[21673]: debug 2024-03-10T02:04:55.045+0000 7fe73bf29200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-10T02:04:55.303 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:54 smithi066 bash[23272]: debug 2024-03-10T02:04:54.958+0000 7f2ec80d7200 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-03-10T02:04:56.290 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:56 smithi066 bash[23272]: debug 2024-03-10T02:04:55.998+0000 7f2ec80d7200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-10T02:04:56.290 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:56 smithi066 bash[23272]: debug 2024-03-10T02:04:56.118+0000 7f2ec80d7200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-10T02:04:56.346 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:56 smithi033 bash[21673]: debug 2024-03-10T02:04:56.093+0000 7fe73bf29200 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-03-10T02:04:56.346 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:56 smithi033 bash[21673]: debug 2024-03-10T02:04:56.213+0000 7fe73bf29200 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-03-10T02:04:56.545 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:56 smithi066 bash[23272]: debug 2024-03-10T02:04:56.422+0000 7f2ec80d7200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-10T02:04:56.803 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:56 smithi066 bash[23272]: debug 2024-03-10T02:04:56.542+0000 7f2ec80d7200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-10T02:04:56.846 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:56 smithi033 bash[21673]: debug 2024-03-10T02:04:56.525+0000 7fe73bf29200 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-03-10T02:04:56.846 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:56 smithi033 bash[21673]: debug 2024-03-10T02:04:56.645+0000 7fe73bf29200 -1 mgr[py] Module osd_perf_query has missing NOTIFY_TYPES member 2024-03-10T02:04:57.274 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:57 smithi066 bash[23272]: debug 2024-03-10T02:04:57.010+0000 7f2ec80d7200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-10T02:04:57.274 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:57 smithi066 bash[23272]: debug 2024-03-10T02:04:57.134+0000 7f2ec80d7200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-10T02:04:57.274 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:57 smithi066 bash[23272]: [10/Mar/2024:02:04:57] ENGINE Bus STARTING 2024-03-10T02:04:57.274 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:57 smithi066 bash[23272]: CherryPy Checker: 2024-03-10T02:04:57.275 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:57 smithi066 bash[22181]: cluster 2024-03-10T02:04:57.166034+0000 mon.a (mon.0) 763 : cluster [DBG] Standby manager daemon b restarted 2024-03-10T02:04:57.275 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:57 smithi066 bash[22181]: cluster 2024-03-10T02:04:57.166177+0000 mon.a (mon.0) 764 : cluster [DBG] Standby manager daemon b started 2024-03-10T02:04:57.275 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:57 smithi066 bash[22181]: audit 2024-03-10T02:04:57.169728+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.66:0/2094386439' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-10T02:04:57.275 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:57 smithi066 bash[22181]: audit 2024-03-10T02:04:57.170779+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.66:0/2094386439' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-10T02:04:57.275 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:57 smithi066 bash[22181]: audit 2024-03-10T02:04:57.173843+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.66:0/2094386439' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-10T02:04:57.275 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:57 smithi066 bash[22181]: audit 2024-03-10T02:04:57.174302+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.66:0/2094386439' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-10T02:04:57.420 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:57 smithi033 bash[21673]: debug 2024-03-10T02:04:57.121+0000 7fe73bf29200 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-03-10T02:04:57.420 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:57 smithi033 bash[21673]: debug 2024-03-10T02:04:57.253+0000 7fe73bf29200 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-03-10T02:04:57.421 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:57 smithi033 bash[21389]: cluster 2024-03-10T02:04:57.166034+0000 mon.a (mon.0) 763 : cluster [DBG] Standby manager daemon b restarted 2024-03-10T02:04:57.421 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:57 smithi033 bash[21389]: cluster 2024-03-10T02:04:57.166177+0000 mon.a (mon.0) 764 : cluster [DBG] Standby manager daemon b started 2024-03-10T02:04:57.421 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:57 smithi033 bash[21389]: audit 2024-03-10T02:04:57.169728+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.66:0/2094386439' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-10T02:04:57.421 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:57 smithi033 bash[21389]: audit 2024-03-10T02:04:57.170779+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.66:0/2094386439' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-10T02:04:57.421 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:57 smithi033 bash[21389]: audit 2024-03-10T02:04:57.173843+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.66:0/2094386439' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-10T02:04:57.421 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:57 smithi033 bash[21389]: audit 2024-03-10T02:04:57.174302+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.66:0/2094386439' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-10T02:04:57.507 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:57 smithi160 bash[22106]: cluster 2024-03-10T02:04:57.166034+0000 mon.a (mon.0) 763 : cluster [DBG] Standby manager daemon b restarted 2024-03-10T02:04:57.507 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:57 smithi160 bash[22106]: cluster 2024-03-10T02:04:57.166177+0000 mon.a (mon.0) 764 : cluster [DBG] Standby manager daemon b started 2024-03-10T02:04:57.507 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:57 smithi160 bash[22106]: audit 2024-03-10T02:04:57.169728+0000 mon.b (mon.2) 13 : audit [DBG] from='mgr.? 172.21.15.66:0/2094386439' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/crt"}]: dispatch 2024-03-10T02:04:57.508 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:57 smithi160 bash[22106]: audit 2024-03-10T02:04:57.170779+0000 mon.b (mon.2) 14 : audit [DBG] from='mgr.? 172.21.15.66:0/2094386439' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-03-10T02:04:57.508 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:57 smithi160 bash[22106]: audit 2024-03-10T02:04:57.173843+0000 mon.b (mon.2) 15 : audit [DBG] from='mgr.? 172.21.15.66:0/2094386439' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/b/key"}]: dispatch 2024-03-10T02:04:57.508 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:57 smithi160 bash[22106]: audit 2024-03-10T02:04:57.174302+0000 mon.b (mon.2) 16 : audit [DBG] from='mgr.? 172.21.15.66:0/2094386439' entity='mgr.b' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-03-10T02:04:57.549 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:57 smithi066 bash[23272]: The Application mounted at '' has an empty config. 2024-03-10T02:04:57.549 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:57 smithi066 bash[23272]: [10/Mar/2024:02:04:57] ENGINE Serving on http://:::9283 2024-03-10T02:04:57.550 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:04:57 smithi066 bash[23272]: [10/Mar/2024:02:04:57] ENGINE Bus STARTED 2024-03-10T02:04:57.846 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:57 smithi033 bash[21673]: [10/Mar/2024:02:04:57] ENGINE Bus STARTING 2024-03-10T02:04:57.846 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:57 smithi033 bash[21673]: CherryPy Checker: 2024-03-10T02:04:57.846 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:57 smithi033 bash[21673]: The Application mounted at '' has an empty config. 2024-03-10T02:04:57.846 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:57 smithi033 bash[21673]: [10/Mar/2024:02:04:57] ENGINE Serving on http://:::9283 2024-03-10T02:04:57.846 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:04:57 smithi033 bash[21673]: [10/Mar/2024:02:04:57] ENGINE Bus STARTED 2024-03-10T02:04:58.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: cluster 2024-03-10T02:04:57.227957+0000 mon.a (mon.0) 765 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-03-10T02:04:58.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: cluster 2024-03-10T02:04:57.276859+0000 mon.a (mon.0) 766 : cluster [INF] Active manager daemon a restarted 2024-03-10T02:04:58.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: cluster 2024-03-10T02:04:57.277142+0000 mon.a (mon.0) 767 : cluster [INF] Activating manager daemon a 2024-03-10T02:04:58.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: audit 2024-03-10T02:04:57.288956+0000 mon.b (mon.2) 17 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T02:04:58.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: cluster 2024-03-10T02:04:57.288959+0000 mon.a (mon.0) 768 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-10T02:04:58.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: audit 2024-03-10T02:04:57.289330+0000 mon.b (mon.2) 18 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T02:04:58.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: audit 2024-03-10T02:04:57.289703+0000 mon.b (mon.2) 19 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T02:04:58.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: cluster 2024-03-10T02:04:57.289756+0000 mon.a (mon.0) 769 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0127066s), standbys: b 2024-03-10T02:04:58.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: audit 2024-03-10T02:04:57.292584+0000 mon.b (mon.2) 20 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-10T02:04:58.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: audit 2024-03-10T02:04:57.293232+0000 mon.b (mon.2) 21 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-10T02:04:58.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: audit 2024-03-10T02:04:57.293864+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T02:04:58.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: audit 2024-03-10T02:04:57.294647+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T02:04:58.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: audit 2024-03-10T02:04:57.295388+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T02:04:58.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: audit 2024-03-10T02:04:57.296244+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-10T02:04:58.354 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: audit 2024-03-10T02:04:57.296888+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-10T02:04:58.354 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: audit 2024-03-10T02:04:57.297843+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-10T02:04:58.354 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: cluster 2024-03-10T02:04:57.331419+0000 mon.a (mon.0) 770 : cluster [INF] Manager daemon a is now available 2024-03-10T02:04:58.354 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: audit 2024-03-10T02:04:57.372377+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:04:58.354 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: audit 2024-03-10T02:04:57.374527+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:04:58.354 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: audit 2024-03-10T02:04:57.377173+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:04:58.354 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: audit 2024-03-10T02:04:57.383401+0000 mon.b (mon.2) 30 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi033", "name": "osd_memory_target"}]: dispatch 2024-03-10T02:04:58.354 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: audit 2024-03-10T02:04:57.384100+0000 mon.b (mon.2) 31 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2024-03-10T02:04:58.354 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: audit 2024-03-10T02:04:57.384950+0000 mon.b (mon.2) 32 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi066", "name": "osd_memory_target"}]: dispatch 2024-03-10T02:04:58.354 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: audit 2024-03-10T02:04:57.387065+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14379 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi033", "name": "osd_memory_target"}]: dispatch 2024-03-10T02:04:58.354 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: audit 2024-03-10T02:04:57.387644+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14379 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2024-03-10T02:04:58.354 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: audit 2024-03-10T02:04:57.388494+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14379 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi066", "name": "osd_memory_target"}]: dispatch 2024-03-10T02:04:58.354 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: audit 2024-03-10T02:04:57.393583+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14379 ' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]': finished 2024-03-10T02:04:58.355 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: audit 2024-03-10T02:04:57.399983+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14379 ' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi066", "name": "osd_memory_target"}]': finished 2024-03-10T02:04:58.355 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: audit 2024-03-10T02:04:57.402734+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:04:58.355 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: audit 2024-03-10T02:04:57.409420+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:04:58.355 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: audit 2024-03-10T02:04:57.411457+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:04:58.355 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: audit 2024-03-10T02:04:57.417013+0000 mon.b (mon.2) 35 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:04:58.355 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: cephadm 2024-03-10T02:04:57.423512+0000 mgr.a (mgr.14379) 1 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-03-10T02:04:58.355 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: audit 2024-03-10T02:04:57.425585+0000 mon.b (mon.2) 36 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-10T02:04:58.355 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: cephadm 2024-03-10T02:04:57.427093+0000 mgr.a (mgr.14379) 2 : cephadm [INF] Updating smithi066:/etc/ceph/ceph.conf 2024-03-10T02:04:58.355 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: cephadm 2024-03-10T02:04:57.428223+0000 mgr.a (mgr.14379) 3 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-03-10T02:04:58.355 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: audit 2024-03-10T02:04:57.429151+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14379 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-10T02:04:58.355 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: audit 2024-03-10T02:04:57.439639+0000 mon.b (mon.2) 37 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-10T02:04:58.355 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:58 smithi160 bash[22106]: audit 2024-03-10T02:04:57.443205+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14379 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-10T02:04:58.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: cluster 2024-03-10T02:04:57.227957+0000 mon.a (mon.0) 765 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-03-10T02:04:58.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: cluster 2024-03-10T02:04:57.276859+0000 mon.a (mon.0) 766 : cluster [INF] Active manager daemon a restarted 2024-03-10T02:04:58.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: cluster 2024-03-10T02:04:57.277142+0000 mon.a (mon.0) 767 : cluster [INF] Activating manager daemon a 2024-03-10T02:04:58.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: audit 2024-03-10T02:04:57.288956+0000 mon.b (mon.2) 17 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T02:04:58.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: cluster 2024-03-10T02:04:57.288959+0000 mon.a (mon.0) 768 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-10T02:04:58.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: audit 2024-03-10T02:04:57.289330+0000 mon.b (mon.2) 18 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T02:04:58.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: audit 2024-03-10T02:04:57.289703+0000 mon.b (mon.2) 19 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T02:04:58.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: cluster 2024-03-10T02:04:57.289756+0000 mon.a (mon.0) 769 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0127066s), standbys: b 2024-03-10T02:04:58.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: audit 2024-03-10T02:04:57.292584+0000 mon.b (mon.2) 20 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-10T02:04:58.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: audit 2024-03-10T02:04:57.293232+0000 mon.b (mon.2) 21 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-10T02:04:58.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: audit 2024-03-10T02:04:57.293864+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T02:04:58.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: audit 2024-03-10T02:04:57.294647+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T02:04:58.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: audit 2024-03-10T02:04:57.295388+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T02:04:58.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: audit 2024-03-10T02:04:57.296244+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-10T02:04:58.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: audit 2024-03-10T02:04:57.296888+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-10T02:04:58.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: audit 2024-03-10T02:04:57.297843+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-10T02:04:58.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: cluster 2024-03-10T02:04:57.331419+0000 mon.a (mon.0) 770 : cluster [INF] Manager daemon a is now available 2024-03-10T02:04:58.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: audit 2024-03-10T02:04:57.372377+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:04:58.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: audit 2024-03-10T02:04:57.374527+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:04:58.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: audit 2024-03-10T02:04:57.377173+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:04:58.556 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: audit 2024-03-10T02:04:57.383401+0000 mon.b (mon.2) 30 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi033", "name": "osd_memory_target"}]: dispatch 2024-03-10T02:04:58.556 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: audit 2024-03-10T02:04:57.384100+0000 mon.b (mon.2) 31 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2024-03-10T02:04:58.556 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: audit 2024-03-10T02:04:57.384950+0000 mon.b (mon.2) 32 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi066", "name": "osd_memory_target"}]: dispatch 2024-03-10T02:04:58.556 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: audit 2024-03-10T02:04:57.387065+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14379 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi033", "name": "osd_memory_target"}]: dispatch 2024-03-10T02:04:58.556 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: audit 2024-03-10T02:04:57.387644+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14379 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2024-03-10T02:04:58.556 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: audit 2024-03-10T02:04:57.388494+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14379 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi066", "name": "osd_memory_target"}]: dispatch 2024-03-10T02:04:58.556 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: audit 2024-03-10T02:04:57.393583+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14379 ' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]': finished 2024-03-10T02:04:58.556 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: audit 2024-03-10T02:04:57.399983+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14379 ' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi066", "name": "osd_memory_target"}]': finished 2024-03-10T02:04:58.556 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: audit 2024-03-10T02:04:57.402734+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:04:58.556 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: audit 2024-03-10T02:04:57.409420+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:04:58.556 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: audit 2024-03-10T02:04:57.411457+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:04:58.556 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: audit 2024-03-10T02:04:57.417013+0000 mon.b (mon.2) 35 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:04:58.556 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: cephadm 2024-03-10T02:04:57.423512+0000 mgr.a (mgr.14379) 1 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-03-10T02:04:58.556 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: audit 2024-03-10T02:04:57.425585+0000 mon.b (mon.2) 36 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-10T02:04:58.557 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: cephadm 2024-03-10T02:04:57.427093+0000 mgr.a (mgr.14379) 2 : cephadm [INF] Updating smithi066:/etc/ceph/ceph.conf 2024-03-10T02:04:58.557 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: cephadm 2024-03-10T02:04:57.428223+0000 mgr.a (mgr.14379) 3 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-03-10T02:04:58.557 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: audit 2024-03-10T02:04:57.429151+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14379 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-10T02:04:58.557 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: audit 2024-03-10T02:04:57.439639+0000 mon.b (mon.2) 37 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-10T02:04:58.557 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:58 smithi066 bash[22181]: audit 2024-03-10T02:04:57.443205+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14379 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-10T02:04:58.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: cluster 2024-03-10T02:04:57.227957+0000 mon.a (mon.0) 765 : cluster [DBG] mgrmap e17: a(active, since 7m), standbys: b 2024-03-10T02:04:58.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: cluster 2024-03-10T02:04:57.276859+0000 mon.a (mon.0) 766 : cluster [INF] Active manager daemon a restarted 2024-03-10T02:04:58.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: cluster 2024-03-10T02:04:57.277142+0000 mon.a (mon.0) 767 : cluster [INF] Activating manager daemon a 2024-03-10T02:04:58.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: audit 2024-03-10T02:04:57.288956+0000 mon.b (mon.2) 17 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-03-10T02:04:58.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: cluster 2024-03-10T02:04:57.288959+0000 mon.a (mon.0) 768 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-10T02:04:58.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: audit 2024-03-10T02:04:57.289330+0000 mon.b (mon.2) 18 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-03-10T02:04:58.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: audit 2024-03-10T02:04:57.289703+0000 mon.b (mon.2) 19 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-03-10T02:04:58.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: cluster 2024-03-10T02:04:57.289756+0000 mon.a (mon.0) 769 : cluster [DBG] mgrmap e18: a(active, starting, since 0.0127066s), standbys: b 2024-03-10T02:04:58.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: audit 2024-03-10T02:04:57.292584+0000 mon.b (mon.2) 20 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "a", "id": "a"}]: dispatch 2024-03-10T02:04:58.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: audit 2024-03-10T02:04:57.293232+0000 mon.b (mon.2) 21 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "mgr metadata", "who": "b", "id": "b"}]: dispatch 2024-03-10T02:04:58.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: audit 2024-03-10T02:04:57.293864+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-03-10T02:04:58.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: audit 2024-03-10T02:04:57.294647+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-03-10T02:04:58.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: audit 2024-03-10T02:04:57.295388+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-03-10T02:04:58.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: audit 2024-03-10T02:04:57.296244+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-03-10T02:04:58.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: audit 2024-03-10T02:04:57.296888+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-03-10T02:04:58.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: audit 2024-03-10T02:04:57.297843+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-03-10T02:04:58.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: cluster 2024-03-10T02:04:57.331419+0000 mon.a (mon.0) 770 : cluster [INF] Manager daemon a is now available 2024-03-10T02:04:58.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: audit 2024-03-10T02:04:57.372377+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:04:58.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: audit 2024-03-10T02:04:57.374527+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:04:58.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: audit 2024-03-10T02:04:57.377173+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:04:58.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: audit 2024-03-10T02:04:57.383401+0000 mon.b (mon.2) 30 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi033", "name": "osd_memory_target"}]: dispatch 2024-03-10T02:04:58.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: audit 2024-03-10T02:04:57.384100+0000 mon.b (mon.2) 31 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2024-03-10T02:04:58.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: audit 2024-03-10T02:04:57.384950+0000 mon.b (mon.2) 32 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi066", "name": "osd_memory_target"}]: dispatch 2024-03-10T02:04:58.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: audit 2024-03-10T02:04:57.387065+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14379 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi033", "name": "osd_memory_target"}]: dispatch 2024-03-10T02:04:58.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: audit 2024-03-10T02:04:57.387644+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14379 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]: dispatch 2024-03-10T02:04:58.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: audit 2024-03-10T02:04:57.388494+0000 mon.a (mon.0) 774 : audit [INF] from='mgr.14379 ' entity='mgr.a' cmd=[{"prefix": "config rm", "who": "osd/host:smithi066", "name": "osd_memory_target"}]: dispatch 2024-03-10T02:04:58.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: audit 2024-03-10T02:04:57.393583+0000 mon.a (mon.0) 775 : audit [INF] from='mgr.14379 ' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi160", "name": "osd_memory_target"}]': finished 2024-03-10T02:04:58.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: audit 2024-03-10T02:04:57.399983+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14379 ' entity='mgr.a' cmd='[{"prefix": "config rm", "who": "osd/host:smithi066", "name": "osd_memory_target"}]': finished 2024-03-10T02:04:58.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: audit 2024-03-10T02:04:57.402734+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:04:58.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: audit 2024-03-10T02:04:57.409420+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:04:58.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: audit 2024-03-10T02:04:57.411457+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:04:58.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: audit 2024-03-10T02:04:57.417013+0000 mon.b (mon.2) 35 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:04:58.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: cephadm 2024-03-10T02:04:57.423512+0000 mgr.a (mgr.14379) 1 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.conf 2024-03-10T02:04:58.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: audit 2024-03-10T02:04:57.425585+0000 mon.b (mon.2) 36 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-10T02:04:58.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: cephadm 2024-03-10T02:04:57.427093+0000 mgr.a (mgr.14379) 2 : cephadm [INF] Updating smithi066:/etc/ceph/ceph.conf 2024-03-10T02:04:58.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: cephadm 2024-03-10T02:04:57.428223+0000 mgr.a (mgr.14379) 3 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.conf 2024-03-10T02:04:58.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: audit 2024-03-10T02:04:57.429151+0000 mon.a (mon.0) 778 : audit [INF] from='mgr.14379 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"}]: dispatch 2024-03-10T02:04:58.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: audit 2024-03-10T02:04:57.439639+0000 mon.b (mon.2) 37 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-10T02:04:58.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:58 smithi033 bash[21389]: audit 2024-03-10T02:04:57.443205+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14379 ' entity='mgr.a' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"}]: dispatch 2024-03-10T02:04:59.497 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:59 smithi160 bash[22106]: cephadm 2024-03-10T02:04:57.866301+0000 mgr.a (mgr.14379) 4 : cephadm [INF] [10/Mar/2024:02:04:57] ENGINE Bus STARTING 2024-03-10T02:04:59.498 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:59 smithi160 bash[22106]: cephadm 2024-03-10T02:04:57.971472+0000 mgr.a (mgr.14379) 5 : cephadm [INF] [10/Mar/2024:02:04:57] ENGINE Serving on http://172.21.15.33:8765 2024-03-10T02:04:59.498 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:59 smithi160 bash[22106]: cephadm 2024-03-10T02:04:58.023019+0000 mgr.a (mgr.14379) 6 : cephadm [INF] Updating smithi160:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T02:04:59.498 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:59 smithi160 bash[22106]: cephadm 2024-03-10T02:04:58.037853+0000 mgr.a (mgr.14379) 7 : cephadm [INF] Updating smithi033:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T02:04:59.498 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:59 smithi160 bash[22106]: cephadm 2024-03-10T02:04:58.050751+0000 mgr.a (mgr.14379) 8 : cephadm [INF] Updating smithi066:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T02:04:59.498 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:59 smithi160 bash[22106]: cephadm 2024-03-10T02:04:58.093775+0000 mgr.a (mgr.14379) 9 : cephadm [INF] [10/Mar/2024:02:04:58] ENGINE Serving on https://172.21.15.33:7151 2024-03-10T02:04:59.498 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:59 smithi160 bash[22106]: cephadm 2024-03-10T02:04:58.093940+0000 mgr.a (mgr.14379) 10 : cephadm [INF] [10/Mar/2024:02:04:58] ENGINE Bus STARTED 2024-03-10T02:04:59.498 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:59 smithi160 bash[22106]: cephadm 2024-03-10T02:04:58.202525+0000 mgr.a (mgr.14379) 11 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.client.admin.keyring 2024-03-10T02:04:59.498 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:59 smithi160 bash[22106]: cephadm 2024-03-10T02:04:58.237683+0000 mgr.a (mgr.14379) 12 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-03-10T02:04:59.498 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:59 smithi160 bash[22106]: cephadm 2024-03-10T02:04:58.265891+0000 mgr.a (mgr.14379) 13 : cephadm [INF] Updating smithi066:/etc/ceph/ceph.client.admin.keyring 2024-03-10T02:04:59.498 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:59 smithi160 bash[22106]: cluster 2024-03-10T02:04:58.291353+0000 mon.a (mon.0) 780 : cluster [DBG] mgrmap e19: a(active, since 1.01431s), standbys: b 2024-03-10T02:04:59.498 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:59 smithi160 bash[22106]: cluster 2024-03-10T02:04:58.295884+0000 mgr.a (mgr.14379) 14 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:59.499 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:59 smithi160 bash[22106]: cephadm 2024-03-10T02:04:58.367350+0000 mgr.a (mgr.14379) 15 : cephadm [INF] Updating smithi033:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-10T02:04:59.499 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:59 smithi160 bash[22106]: cephadm 2024-03-10T02:04:58.430501+0000 mgr.a (mgr.14379) 16 : cephadm [INF] Updating smithi066:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-10T02:04:59.499 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:59 smithi160 bash[22106]: cephadm 2024-03-10T02:04:58.503227+0000 mgr.a (mgr.14379) 17 : cephadm [INF] Updating smithi160:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-10T02:04:59.499 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:59 smithi160 bash[22106]: audit 2024-03-10T02:04:58.540303+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:04:59.499 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:59 smithi160 bash[22106]: audit 2024-03-10T02:04:58.548891+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:04:59.499 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:59 smithi160 bash[22106]: audit 2024-03-10T02:04:58.601437+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:04:59.499 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:59 smithi160 bash[22106]: audit 2024-03-10T02:04:58.610526+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:04:59.499 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:59 smithi160 bash[22106]: audit 2024-03-10T02:04:58.727681+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:04:59.499 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:59 smithi160 bash[22106]: audit 2024-03-10T02:04:58.739760+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:04:59.499 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:59 smithi160 bash[22106]: audit 2024-03-10T02:04:58.751405+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:04:59.499 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:59 smithi160 bash[22106]: cephadm 2024-03-10T02:04:58.754601+0000 mgr.a (mgr.14379) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-10T02:04:59.499 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:59 smithi160 bash[22106]: audit 2024-03-10T02:04:58.762887+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:04:59.499 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:59 smithi160 bash[22106]: audit 2024-03-10T02:04:58.860389+0000 mon.b (mon.2) 38 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi033", "caps": []}]: dispatch 2024-03-10T02:04:59.500 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:04:59 smithi160 bash[22106]: audit 2024-03-10T02:04:58.864358+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14379 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi033", "caps": []}]: dispatch 2024-03-10T02:04:59.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:59 smithi066 bash[22181]: cephadm 2024-03-10T02:04:57.866301+0000 mgr.a (mgr.14379) 4 : cephadm [INF] [10/Mar/2024:02:04:57] ENGINE Bus STARTING 2024-03-10T02:04:59.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:59 smithi066 bash[22181]: cephadm 2024-03-10T02:04:57.971472+0000 mgr.a (mgr.14379) 5 : cephadm [INF] [10/Mar/2024:02:04:57] ENGINE Serving on http://172.21.15.33:8765 2024-03-10T02:04:59.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:59 smithi066 bash[22181]: cephadm 2024-03-10T02:04:58.023019+0000 mgr.a (mgr.14379) 6 : cephadm [INF] Updating smithi160:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T02:04:59.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:59 smithi066 bash[22181]: cephadm 2024-03-10T02:04:58.037853+0000 mgr.a (mgr.14379) 7 : cephadm [INF] Updating smithi033:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T02:04:59.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:59 smithi066 bash[22181]: cephadm 2024-03-10T02:04:58.050751+0000 mgr.a (mgr.14379) 8 : cephadm [INF] Updating smithi066:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T02:04:59.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:59 smithi066 bash[22181]: cephadm 2024-03-10T02:04:58.093775+0000 mgr.a (mgr.14379) 9 : cephadm [INF] [10/Mar/2024:02:04:58] ENGINE Serving on https://172.21.15.33:7151 2024-03-10T02:04:59.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:59 smithi066 bash[22181]: cephadm 2024-03-10T02:04:58.093940+0000 mgr.a (mgr.14379) 10 : cephadm [INF] [10/Mar/2024:02:04:58] ENGINE Bus STARTED 2024-03-10T02:04:59.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:59 smithi066 bash[22181]: cephadm 2024-03-10T02:04:58.202525+0000 mgr.a (mgr.14379) 11 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.client.admin.keyring 2024-03-10T02:04:59.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:59 smithi066 bash[22181]: cephadm 2024-03-10T02:04:58.237683+0000 mgr.a (mgr.14379) 12 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-03-10T02:04:59.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:59 smithi066 bash[22181]: cephadm 2024-03-10T02:04:58.265891+0000 mgr.a (mgr.14379) 13 : cephadm [INF] Updating smithi066:/etc/ceph/ceph.client.admin.keyring 2024-03-10T02:04:59.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:59 smithi066 bash[22181]: cluster 2024-03-10T02:04:58.291353+0000 mon.a (mon.0) 780 : cluster [DBG] mgrmap e19: a(active, since 1.01431s), standbys: b 2024-03-10T02:04:59.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:59 smithi066 bash[22181]: cluster 2024-03-10T02:04:58.295884+0000 mgr.a (mgr.14379) 14 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:59.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:59 smithi066 bash[22181]: cephadm 2024-03-10T02:04:58.367350+0000 mgr.a (mgr.14379) 15 : cephadm [INF] Updating smithi033:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-10T02:04:59.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:59 smithi066 bash[22181]: cephadm 2024-03-10T02:04:58.430501+0000 mgr.a (mgr.14379) 16 : cephadm [INF] Updating smithi066:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-10T02:04:59.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:59 smithi066 bash[22181]: cephadm 2024-03-10T02:04:58.503227+0000 mgr.a (mgr.14379) 17 : cephadm [INF] Updating smithi160:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-10T02:04:59.556 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:59 smithi066 bash[22181]: audit 2024-03-10T02:04:58.540303+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:04:59.556 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:59 smithi066 bash[22181]: audit 2024-03-10T02:04:58.548891+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:04:59.556 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:59 smithi066 bash[22181]: audit 2024-03-10T02:04:58.601437+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:04:59.556 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:59 smithi066 bash[22181]: audit 2024-03-10T02:04:58.610526+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:04:59.556 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:59 smithi066 bash[22181]: audit 2024-03-10T02:04:58.727681+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:04:59.556 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:59 smithi066 bash[22181]: audit 2024-03-10T02:04:58.739760+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:04:59.556 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:59 smithi066 bash[22181]: audit 2024-03-10T02:04:58.751405+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:04:59.556 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:59 smithi066 bash[22181]: cephadm 2024-03-10T02:04:58.754601+0000 mgr.a (mgr.14379) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-10T02:04:59.556 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:59 smithi066 bash[22181]: audit 2024-03-10T02:04:58.762887+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:04:59.556 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:59 smithi066 bash[22181]: audit 2024-03-10T02:04:58.860389+0000 mon.b (mon.2) 38 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi033", "caps": []}]: dispatch 2024-03-10T02:04:59.556 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:04:59 smithi066 bash[22181]: audit 2024-03-10T02:04:58.864358+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14379 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi033", "caps": []}]: dispatch 2024-03-10T02:04:59.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:59 smithi033 bash[21389]: cephadm 2024-03-10T02:04:57.866301+0000 mgr.a (mgr.14379) 4 : cephadm [INF] [10/Mar/2024:02:04:57] ENGINE Bus STARTING 2024-03-10T02:04:59.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:59 smithi033 bash[21389]: cephadm 2024-03-10T02:04:57.971472+0000 mgr.a (mgr.14379) 5 : cephadm [INF] [10/Mar/2024:02:04:57] ENGINE Serving on http://172.21.15.33:8765 2024-03-10T02:04:59.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:59 smithi033 bash[21389]: cephadm 2024-03-10T02:04:58.023019+0000 mgr.a (mgr.14379) 6 : cephadm [INF] Updating smithi160:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T02:04:59.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:59 smithi033 bash[21389]: cephadm 2024-03-10T02:04:58.037853+0000 mgr.a (mgr.14379) 7 : cephadm [INF] Updating smithi033:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T02:04:59.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:59 smithi033 bash[21389]: cephadm 2024-03-10T02:04:58.050751+0000 mgr.a (mgr.14379) 8 : cephadm [INF] Updating smithi066:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.conf 2024-03-10T02:04:59.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:59 smithi033 bash[21389]: cephadm 2024-03-10T02:04:58.093775+0000 mgr.a (mgr.14379) 9 : cephadm [INF] [10/Mar/2024:02:04:58] ENGINE Serving on https://172.21.15.33:7151 2024-03-10T02:04:59.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:59 smithi033 bash[21389]: cephadm 2024-03-10T02:04:58.093940+0000 mgr.a (mgr.14379) 10 : cephadm [INF] [10/Mar/2024:02:04:58] ENGINE Bus STARTED 2024-03-10T02:04:59.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:59 smithi033 bash[21389]: cephadm 2024-03-10T02:04:58.202525+0000 mgr.a (mgr.14379) 11 : cephadm [INF] Updating smithi033:/etc/ceph/ceph.client.admin.keyring 2024-03-10T02:04:59.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:59 smithi033 bash[21389]: cephadm 2024-03-10T02:04:58.237683+0000 mgr.a (mgr.14379) 12 : cephadm [INF] Updating smithi160:/etc/ceph/ceph.client.admin.keyring 2024-03-10T02:04:59.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:59 smithi033 bash[21389]: cephadm 2024-03-10T02:04:58.265891+0000 mgr.a (mgr.14379) 13 : cephadm [INF] Updating smithi066:/etc/ceph/ceph.client.admin.keyring 2024-03-10T02:04:59.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:59 smithi033 bash[21389]: cluster 2024-03-10T02:04:58.291353+0000 mon.a (mon.0) 780 : cluster [DBG] mgrmap e19: a(active, since 1.01431s), standbys: b 2024-03-10T02:04:59.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:59 smithi033 bash[21389]: cluster 2024-03-10T02:04:58.295884+0000 mgr.a (mgr.14379) 14 : cluster [DBG] pgmap v3: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:04:59.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:59 smithi033 bash[21389]: cephadm 2024-03-10T02:04:58.367350+0000 mgr.a (mgr.14379) 15 : cephadm [INF] Updating smithi033:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-10T02:04:59.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:59 smithi033 bash[21389]: cephadm 2024-03-10T02:04:58.430501+0000 mgr.a (mgr.14379) 16 : cephadm [INF] Updating smithi066:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-10T02:04:59.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:59 smithi033 bash[21389]: cephadm 2024-03-10T02:04:58.503227+0000 mgr.a (mgr.14379) 17 : cephadm [INF] Updating smithi160:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/config/ceph.client.admin.keyring 2024-03-10T02:04:59.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:59 smithi033 bash[21389]: audit 2024-03-10T02:04:58.540303+0000 mon.a (mon.0) 781 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:04:59.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:59 smithi033 bash[21389]: audit 2024-03-10T02:04:58.548891+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:04:59.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:59 smithi033 bash[21389]: audit 2024-03-10T02:04:58.601437+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:04:59.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:59 smithi033 bash[21389]: audit 2024-03-10T02:04:58.610526+0000 mon.a (mon.0) 784 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:04:59.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:59 smithi033 bash[21389]: audit 2024-03-10T02:04:58.727681+0000 mon.a (mon.0) 785 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:04:59.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:59 smithi033 bash[21389]: audit 2024-03-10T02:04:58.739760+0000 mon.a (mon.0) 786 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:04:59.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:59 smithi033 bash[21389]: audit 2024-03-10T02:04:58.751405+0000 mon.a (mon.0) 787 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:04:59.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:59 smithi033 bash[21389]: cephadm 2024-03-10T02:04:58.754601+0000 mgr.a (mgr.14379) 18 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-10T02:04:59.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:59 smithi033 bash[21389]: audit 2024-03-10T02:04:58.762887+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:04:59.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:59 smithi033 bash[21389]: audit 2024-03-10T02:04:58.860389+0000 mon.b (mon.2) 38 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi033", "caps": []}]: dispatch 2024-03-10T02:04:59.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:04:59 smithi033 bash[21389]: audit 2024-03-10T02:04:58.864358+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14379 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi033", "caps": []}]: dispatch 2024-03-10T02:05:00.553 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:00 smithi066 bash[22181]: cluster 2024-03-10T02:04:59.297110+0000 mgr.a (mgr.14379) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:00.553 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:00 smithi066 bash[22181]: cephadm 2024-03-10T02:04:59.370903+0000 mgr.a (mgr.14379) 20 : cephadm [INF] Reconfiguring grafana.smithi033 (dependencies changed)... 2024-03-10T02:05:00.553 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:00 smithi066 bash[22181]: cephadm 2024-03-10T02:04:59.391265+0000 mgr.a (mgr.14379) 21 : cephadm [INF] Reconfiguring daemon grafana.smithi033 on smithi033 2024-03-10T02:05:00.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:00 smithi033 bash[21389]: cluster 2024-03-10T02:04:59.297110+0000 mgr.a (mgr.14379) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:00.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:00 smithi033 bash[21389]: cephadm 2024-03-10T02:04:59.370903+0000 mgr.a (mgr.14379) 20 : cephadm [INF] Reconfiguring grafana.smithi033 (dependencies changed)... 2024-03-10T02:05:00.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:00 smithi033 bash[21389]: cephadm 2024-03-10T02:04:59.391265+0000 mgr.a (mgr.14379) 21 : cephadm [INF] Reconfiguring daemon grafana.smithi033 on smithi033 2024-03-10T02:05:00.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:00 smithi160 bash[22106]: cluster 2024-03-10T02:04:59.297110+0000 mgr.a (mgr.14379) 19 : cluster [DBG] pgmap v4: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:00.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:00 smithi160 bash[22106]: cephadm 2024-03-10T02:04:59.370903+0000 mgr.a (mgr.14379) 20 : cephadm [INF] Reconfiguring grafana.smithi033 (dependencies changed)... 2024-03-10T02:05:00.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:00 smithi160 bash[22106]: cephadm 2024-03-10T02:04:59.391265+0000 mgr.a (mgr.14379) 21 : cephadm [INF] Reconfiguring daemon grafana.smithi033 on smithi033 2024-03-10T02:05:01.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:01 smithi033 bash[21389]: cluster 2024-03-10T02:05:00.314478+0000 mon.a (mon.0) 790 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-03-10T02:05:01.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:01 smithi033 bash[21389]: audit 2024-03-10T02:05:01.044465+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:01.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:01 smithi033 bash[21389]: audit 2024-03-10T02:05:01.124988+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:01.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:01 smithi160 bash[22106]: cluster 2024-03-10T02:05:00.314478+0000 mon.a (mon.0) 790 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-03-10T02:05:01.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:01 smithi160 bash[22106]: audit 2024-03-10T02:05:01.044465+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:01.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:01 smithi160 bash[22106]: audit 2024-03-10T02:05:01.124988+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:01.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:01 smithi066 bash[22181]: cluster 2024-03-10T02:05:00.314478+0000 mon.a (mon.0) 790 : cluster [DBG] mgrmap e20: a(active, since 3s), standbys: b 2024-03-10T02:05:01.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:01 smithi066 bash[22181]: audit 2024-03-10T02:05:01.044465+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:01.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:01 smithi066 bash[22181]: audit 2024-03-10T02:05:01.124988+0000 mon.a (mon.0) 792 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:02.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:02 smithi033 bash[21389]: cluster 2024-03-10T02:05:01.297585+0000 mgr.a (mgr.14379) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:02.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:02 smithi160 bash[22106]: cluster 2024-03-10T02:05:01.297585+0000 mgr.a (mgr.14379) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:02.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:02 smithi066 bash[22181]: cluster 2024-03-10T02:05:01.297585+0000 mgr.a (mgr.14379) 22 : cluster [DBG] pgmap v5: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:03.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:03 smithi033 bash[21389]: cluster 2024-03-10T02:05:02.317228+0000 mon.a (mon.0) 793 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-03-10T02:05:03.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:03 smithi160 bash[22106]: cluster 2024-03-10T02:05:02.317228+0000 mon.a (mon.0) 793 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-03-10T02:05:03.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:03 smithi066 bash[22181]: cluster 2024-03-10T02:05:02.317228+0000 mon.a (mon.0) 793 : cluster [DBG] mgrmap e21: a(active, since 5s), standbys: b 2024-03-10T02:05:04.539 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:04 smithi066 bash[22181]: cluster 2024-03-10T02:05:03.298095+0000 mgr.a (mgr.14379) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-03-10T02:05:04.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:04 smithi033 bash[21389]: cluster 2024-03-10T02:05:03.298095+0000 mgr.a (mgr.14379) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-03-10T02:05:04.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:04 smithi160 bash[22106]: cluster 2024-03-10T02:05:03.298095+0000 mgr.a (mgr.14379) 23 : cluster [DBG] pgmap v6: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 41 KiB/s rd, 0 B/s wr, 23 op/s 2024-03-10T02:05:06.336 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:06 smithi033 bash[21389]: audit 2024-03-10T02:05:05.067287+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:06.337 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:06 smithi033 bash[21389]: audit 2024-03-10T02:05:05.146328+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:06.337 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:06 smithi033 bash[21389]: audit 2024-03-10T02:05:05.160272+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:06.337 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:06 smithi033 bash[21389]: audit 2024-03-10T02:05:05.166656+0000 mon.b (mon.2) 39 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi066", "caps": []}]: dispatch 2024-03-10T02:05:06.337 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:06 smithi033 bash[21389]: audit 2024-03-10T02:05:05.170302+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14379 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi066", "caps": []}]: dispatch 2024-03-10T02:05:06.337 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:06 smithi033 bash[21389]: cluster 2024-03-10T02:05:05.298615+0000 mgr.a (mgr.14379) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-10T02:05:06.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:06 smithi160 bash[22106]: audit 2024-03-10T02:05:05.067287+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:06.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:06 smithi160 bash[22106]: audit 2024-03-10T02:05:05.146328+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:06.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:06 smithi160 bash[22106]: audit 2024-03-10T02:05:05.160272+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:06.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:06 smithi160 bash[22106]: audit 2024-03-10T02:05:05.166656+0000 mon.b (mon.2) 39 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi066", "caps": []}]: dispatch 2024-03-10T02:05:06.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:06 smithi160 bash[22106]: audit 2024-03-10T02:05:05.170302+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14379 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi066", "caps": []}]: dispatch 2024-03-10T02:05:06.353 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:06 smithi160 bash[22106]: cluster 2024-03-10T02:05:05.298615+0000 mgr.a (mgr.14379) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-10T02:05:06.459 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:06 smithi066 bash[22181]: audit 2024-03-10T02:05:05.067287+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:06.459 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:06 smithi066 bash[22181]: audit 2024-03-10T02:05:05.146328+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:06.459 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:06 smithi066 bash[22181]: audit 2024-03-10T02:05:05.160272+0000 mon.a (mon.0) 796 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:06.459 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:06 smithi066 bash[22181]: audit 2024-03-10T02:05:05.166656+0000 mon.b (mon.2) 39 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi066", "caps": []}]: dispatch 2024-03-10T02:05:06.460 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:06 smithi066 bash[22181]: audit 2024-03-10T02:05:05.170302+0000 mon.a (mon.0) 797 : audit [INF] from='mgr.14379 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi066", "caps": []}]: dispatch 2024-03-10T02:05:06.460 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:06 smithi066 bash[22181]: cluster 2024-03-10T02:05:05.298615+0000 mgr.a (mgr.14379) 24 : cluster [DBG] pgmap v7: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 29 KiB/s rd, 0 B/s wr, 16 op/s 2024-03-10T02:05:07.553 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:07 smithi066 bash[22181]: audit 2024-03-10T02:05:06.279737+0000 mon.b (mon.2) 40 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]: dispatch 2024-03-10T02:05:07.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:07 smithi066 bash[22181]: audit 2024-03-10T02:05:06.283636+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14379 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]: dispatch 2024-03-10T02:05:07.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:07 smithi066 bash[22181]: audit 2024-03-10T02:05:06.711013+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:07.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:07 smithi066 bash[22181]: audit 2024-03-10T02:05:06.819662+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:07.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:07 smithi066 bash[22181]: audit 2024-03-10T02:05:06.931700+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:07.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:07 smithi033 bash[21389]: audit 2024-03-10T02:05:06.279737+0000 mon.b (mon.2) 40 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]: dispatch 2024-03-10T02:05:07.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:07 smithi033 bash[21389]: audit 2024-03-10T02:05:06.283636+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14379 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]: dispatch 2024-03-10T02:05:07.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:07 smithi033 bash[21389]: audit 2024-03-10T02:05:06.711013+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:07.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:07 smithi033 bash[21389]: audit 2024-03-10T02:05:06.819662+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:07.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:07 smithi033 bash[21389]: audit 2024-03-10T02:05:06.931700+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:07.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:07 smithi160 bash[22106]: audit 2024-03-10T02:05:06.279737+0000 mon.b (mon.2) 40 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]: dispatch 2024-03-10T02:05:07.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:07 smithi160 bash[22106]: audit 2024-03-10T02:05:06.283636+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14379 ' entity='mgr.a' cmd=[{"prefix": "auth get-or-create", "entity": "client.agent.smithi160", "caps": []}]: dispatch 2024-03-10T02:05:07.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:07 smithi160 bash[22106]: audit 2024-03-10T02:05:06.711013+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:07.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:07 smithi160 bash[22106]: audit 2024-03-10T02:05:06.819662+0000 mon.a (mon.0) 800 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:07.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:07 smithi160 bash[22106]: audit 2024-03-10T02:05:06.931700+0000 mon.a (mon.0) 801 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:08.213 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:08 smithi066 bash[22181]: cluster 2024-03-10T02:05:07.299086+0000 mgr.a (mgr.14379) 25 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-10T02:05:08.213 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:08 smithi066 bash[22181]: cephadm 2024-03-10T02:05:07.725344+0000 mgr.a (mgr.14379) 26 : cephadm [INF] Reconfiguring alertmanager.smithi160 (dependencies changed)... 2024-03-10T02:05:08.213 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:08 smithi066 bash[22181]: cephadm 2024-03-10T02:05:07.734286+0000 mgr.a (mgr.14379) 27 : cephadm [INF] Reconfiguring daemon alertmanager.smithi160 on smithi160 2024-03-10T02:05:08.213 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:08 smithi066 bash[22181]: audit 2024-03-10T02:05:07.989041+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:08.507 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:08 smithi160 bash[22106]: cluster 2024-03-10T02:05:07.299086+0000 mgr.a (mgr.14379) 25 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-10T02:05:08.507 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:08 smithi160 bash[22106]: cephadm 2024-03-10T02:05:07.725344+0000 mgr.a (mgr.14379) 26 : cephadm [INF] Reconfiguring alertmanager.smithi160 (dependencies changed)... 2024-03-10T02:05:08.507 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:08 smithi160 bash[22106]: cephadm 2024-03-10T02:05:07.734286+0000 mgr.a (mgr.14379) 27 : cephadm [INF] Reconfiguring daemon alertmanager.smithi160 on smithi160 2024-03-10T02:05:08.508 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:08 smithi160 bash[22106]: audit 2024-03-10T02:05:07.989041+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:08.527 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:08 smithi033 bash[21389]: cluster 2024-03-10T02:05:07.299086+0000 mgr.a (mgr.14379) 25 : cluster [DBG] pgmap v8: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 23 KiB/s rd, 0 B/s wr, 12 op/s 2024-03-10T02:05:08.527 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:08 smithi033 bash[21389]: cephadm 2024-03-10T02:05:07.725344+0000 mgr.a (mgr.14379) 26 : cephadm [INF] Reconfiguring alertmanager.smithi160 (dependencies changed)... 2024-03-10T02:05:08.527 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:08 smithi033 bash[21389]: cephadm 2024-03-10T02:05:07.734286+0000 mgr.a (mgr.14379) 27 : cephadm [INF] Reconfiguring daemon alertmanager.smithi160 on smithi160 2024-03-10T02:05:08.528 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:08 smithi033 bash[21389]: audit 2024-03-10T02:05:07.989041+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:09.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:09 smithi033 bash[21389]: audit 2024-03-10T02:05:08.226105+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:09.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:09 smithi033 bash[21389]: audit 2024-03-10T02:05:08.360118+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:09.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:09 smithi033 bash[21389]: audit 2024-03-10T02:05:08.506260+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:09.474 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:09 smithi066 bash[22181]: audit 2024-03-10T02:05:08.226105+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:09.475 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:09 smithi066 bash[22181]: audit 2024-03-10T02:05:08.360118+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:09.475 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:09 smithi066 bash[22181]: audit 2024-03-10T02:05:08.506260+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:09.592 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:09 smithi160 bash[22106]: audit 2024-03-10T02:05:08.226105+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:09.593 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:09 smithi160 bash[22106]: audit 2024-03-10T02:05:08.360118+0000 mon.a (mon.0) 804 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:09.593 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:09 smithi160 bash[22106]: audit 2024-03-10T02:05:08.506260+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:10.792 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:10 smithi066 bash[22181]: cluster 2024-03-10T02:05:09.299370+0000 mgr.a (mgr.14379) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-10T02:05:10.793 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:10 smithi066 bash[22181]: audit 2024-03-10T02:05:09.474931+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:10.817 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:10 smithi160 bash[22106]: cluster 2024-03-10T02:05:09.299370+0000 mgr.a (mgr.14379) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-10T02:05:10.817 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:10 smithi160 bash[22106]: audit 2024-03-10T02:05:09.474931+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:10.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:10 smithi033 bash[21389]: cluster 2024-03-10T02:05:09.299370+0000 mgr.a (mgr.14379) 28 : cluster [DBG] pgmap v9: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 19 KiB/s rd, 0 B/s wr, 10 op/s 2024-03-10T02:05:10.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:10 smithi033 bash[21389]: audit 2024-03-10T02:05:09.474931+0000 mon.a (mon.0) 806 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:12.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:11 smithi066 bash[22181]: audit 2024-03-10T02:05:10.791580+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:12.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:11 smithi066 bash[22181]: audit 2024-03-10T02:05:11.488890+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:12.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:11 smithi066 bash[22181]: audit 2024-03-10T02:05:11.501870+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:12.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:11 smithi066 bash[22181]: audit 2024-03-10T02:05:11.514155+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:12.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:11 smithi066 bash[22181]: audit 2024-03-10T02:05:11.521405+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:12.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:11 smithi033 bash[21389]: audit 2024-03-10T02:05:10.791580+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:12.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:11 smithi033 bash[21389]: audit 2024-03-10T02:05:11.488890+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:12.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:11 smithi033 bash[21389]: audit 2024-03-10T02:05:11.501870+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:12.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:11 smithi033 bash[21389]: audit 2024-03-10T02:05:11.514155+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:12.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:11 smithi033 bash[21389]: audit 2024-03-10T02:05:11.521405+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:12.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:11 smithi160 bash[22106]: audit 2024-03-10T02:05:10.791580+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:12.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:11 smithi160 bash[22106]: audit 2024-03-10T02:05:11.488890+0000 mon.a (mon.0) 808 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:12.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:11 smithi160 bash[22106]: audit 2024-03-10T02:05:11.501870+0000 mon.a (mon.0) 809 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:12.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:11 smithi160 bash[22106]: audit 2024-03-10T02:05:11.514155+0000 mon.a (mon.0) 810 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:12.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:11 smithi160 bash[22106]: audit 2024-03-10T02:05:11.521405+0000 mon.a (mon.0) 811 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:12.885 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:12 smithi160 bash[22106]: cluster 2024-03-10T02:05:11.299877+0000 mgr.a (mgr.14379) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-10T02:05:12.885 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:12 smithi160 bash[22106]: audit 2024-03-10T02:05:12.143345+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:12.885 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:12 smithi160 bash[22106]: audit 2024-03-10T02:05:12.412523+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:05:13.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:12 smithi066 bash[22181]: cluster 2024-03-10T02:05:11.299877+0000 mgr.a (mgr.14379) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-10T02:05:13.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:12 smithi066 bash[22181]: audit 2024-03-10T02:05:12.143345+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:13.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:12 smithi066 bash[22181]: audit 2024-03-10T02:05:12.412523+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:05:13.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:12 smithi033 bash[21389]: cluster 2024-03-10T02:05:11.299877+0000 mgr.a (mgr.14379) 29 : cluster [DBG] pgmap v10: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-10T02:05:13.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:12 smithi033 bash[21389]: audit 2024-03-10T02:05:12.143345+0000 mon.a (mon.0) 812 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:13.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:12 smithi033 bash[21389]: audit 2024-03-10T02:05:12.412523+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:05:13.596 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:05:13 smithi033 bash[21673]: [10/Mar/2024:02:05:13] ENGINE Bus STOPPING 2024-03-10T02:05:13.596 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:05:13 smithi033 bash[21673]: [10/Mar/2024:02:05:13] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-10T02:05:13.596 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:05:13 smithi033 bash[21673]: [10/Mar/2024:02:05:13] ENGINE Bus STOPPED 2024-03-10T02:05:13.596 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:05:13 smithi033 bash[21673]: [10/Mar/2024:02:05:13] ENGINE Bus STARTING 2024-03-10T02:05:13.596 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:05:13 smithi033 bash[21673]: [10/Mar/2024:02:05:13] ENGINE Serving on http://:::9283 2024-03-10T02:05:13.597 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:05:13 smithi033 bash[21673]: [10/Mar/2024:02:05:13] ENGINE Bus STARTED 2024-03-10T02:05:13.597 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:05:13 smithi033 bash[21673]: [10/Mar/2024:02:05:13] ENGINE Bus STOPPING 2024-03-10T02:05:13.597 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:05:13 smithi033 bash[21673]: [10/Mar/2024:02:05:13] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('::', 9283)) shut down 2024-03-10T02:05:13.597 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:05:13 smithi033 bash[21673]: [10/Mar/2024:02:05:13] ENGINE Bus STOPPED 2024-03-10T02:05:13.597 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:05:13 smithi033 bash[21673]: [10/Mar/2024:02:05:13] ENGINE Bus STARTING 2024-03-10T02:05:14.096 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:05:13 smithi033 bash[21673]: [10/Mar/2024:02:05:13] ENGINE Serving on http://:::9283 2024-03-10T02:05:14.097 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:05:13 smithi033 bash[21673]: [10/Mar/2024:02:05:13] ENGINE Bus STARTED 2024-03-10T02:05:14.282 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:14 smithi160 bash[22106]: audit 2024-03-10T02:05:13.168813+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:14.283 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:14 smithi160 bash[22106]: audit 2024-03-10T02:05:13.180736+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:14.283 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:14 smithi160 bash[22106]: audit 2024-03-10T02:05:13.215892+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-10T02:05:14.283 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:14 smithi160 bash[22106]: audit 2024-03-10T02:05:13.218632+0000 mon.b (mon.2) 43 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi033.front.sepia.ceph.com:3000"}]: dispatch 2024-03-10T02:05:14.283 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:14 smithi160 bash[22106]: audit 2024-03-10T02:05:13.220005+0000 mgr.a (mgr.14379) 30 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-10T02:05:14.283 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:14 smithi160 bash[22106]: audit 2024-03-10T02:05:13.222606+0000 mgr.a (mgr.14379) 31 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi033.front.sepia.ceph.com:3000"}]: dispatch 2024-03-10T02:05:14.283 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:14 smithi160 bash[22106]: audit 2024-03-10T02:05:13.227850+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:14.283 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:14 smithi160 bash[22106]: audit 2024-03-10T02:05:13.242741+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-10T02:05:14.283 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:14 smithi160 bash[22106]: audit 2024-03-10T02:05:13.245605+0000 mon.b (mon.2) 45 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi160.front.sepia.ceph.com:9093"}]: dispatch 2024-03-10T02:05:14.283 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:14 smithi160 bash[22106]: audit 2024-03-10T02:05:13.246425+0000 mgr.a (mgr.14379) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-10T02:05:14.284 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:14 smithi160 bash[22106]: audit 2024-03-10T02:05:13.249201+0000 mgr.a (mgr.14379) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi160.front.sepia.ceph.com:9093"}]: dispatch 2024-03-10T02:05:14.284 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:14 smithi160 bash[22106]: audit 2024-03-10T02:05:13.256111+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:14.284 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:14 smithi160 bash[22106]: audit 2024-03-10T02:05:13.270735+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:05:14.284 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:14 smithi160 bash[22106]: audit 2024-03-10T02:05:13.274088+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:05:14.284 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:14 smithi160 bash[22106]: audit 2024-03-10T02:05:13.275258+0000 mon.b (mon.2) 48 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:05:14.284 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:14 smithi160 bash[22106]: audit 2024-03-10T02:05:13.284490+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:14.284 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:14 smithi160 bash[22106]: cephadm 2024-03-10T02:05:13.287294+0000 mgr.a (mgr.14379) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-10T02:05:14.284 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:14 smithi160 bash[22106]: cluster 2024-03-10T02:05:13.300310+0000 mgr.a (mgr.14379) 35 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-10T02:05:14.284 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:14 smithi160 bash[22106]: audit 2024-03-10T02:05:13.370453+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:14.284 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:14 smithi160 bash[22106]: audit 2024-03-10T02:05:13.660142+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:14.284 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:14 smithi160 bash[22106]: audit 2024-03-10T02:05:13.674023+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:14.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:14 smithi066 bash[22181]: audit 2024-03-10T02:05:13.168813+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:14.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:14 smithi066 bash[22181]: audit 2024-03-10T02:05:13.180736+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:14.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:14 smithi066 bash[22181]: audit 2024-03-10T02:05:13.215892+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-10T02:05:14.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:14 smithi066 bash[22181]: audit 2024-03-10T02:05:13.218632+0000 mon.b (mon.2) 43 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi033.front.sepia.ceph.com:3000"}]: dispatch 2024-03-10T02:05:14.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:14 smithi066 bash[22181]: audit 2024-03-10T02:05:13.220005+0000 mgr.a (mgr.14379) 30 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-10T02:05:14.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:14 smithi066 bash[22181]: audit 2024-03-10T02:05:13.222606+0000 mgr.a (mgr.14379) 31 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi033.front.sepia.ceph.com:3000"}]: dispatch 2024-03-10T02:05:14.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:14 smithi066 bash[22181]: audit 2024-03-10T02:05:13.227850+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:14.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:14 smithi066 bash[22181]: audit 2024-03-10T02:05:13.242741+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-10T02:05:14.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:14 smithi066 bash[22181]: audit 2024-03-10T02:05:13.245605+0000 mon.b (mon.2) 45 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi160.front.sepia.ceph.com:9093"}]: dispatch 2024-03-10T02:05:14.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:14 smithi066 bash[22181]: audit 2024-03-10T02:05:13.246425+0000 mgr.a (mgr.14379) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-10T02:05:14.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:14 smithi066 bash[22181]: audit 2024-03-10T02:05:13.249201+0000 mgr.a (mgr.14379) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi160.front.sepia.ceph.com:9093"}]: dispatch 2024-03-10T02:05:14.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:14 smithi066 bash[22181]: audit 2024-03-10T02:05:13.256111+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:14.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:14 smithi066 bash[22181]: audit 2024-03-10T02:05:13.270735+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:05:14.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:14 smithi066 bash[22181]: audit 2024-03-10T02:05:13.274088+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:05:14.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:14 smithi066 bash[22181]: audit 2024-03-10T02:05:13.275258+0000 mon.b (mon.2) 48 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:05:14.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:14 smithi066 bash[22181]: audit 2024-03-10T02:05:13.284490+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:14.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:14 smithi066 bash[22181]: cephadm 2024-03-10T02:05:13.287294+0000 mgr.a (mgr.14379) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-10T02:05:14.555 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:14 smithi066 bash[22181]: cluster 2024-03-10T02:05:13.300310+0000 mgr.a (mgr.14379) 35 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-10T02:05:14.556 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:14 smithi066 bash[22181]: audit 2024-03-10T02:05:13.370453+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:14.556 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:14 smithi066 bash[22181]: audit 2024-03-10T02:05:13.660142+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:14.556 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:14 smithi066 bash[22181]: audit 2024-03-10T02:05:13.674023+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:14.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:14 smithi033 bash[21389]: audit 2024-03-10T02:05:13.168813+0000 mon.a (mon.0) 813 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:14.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:14 smithi033 bash[21389]: audit 2024-03-10T02:05:13.180736+0000 mon.a (mon.0) 814 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:14.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:14 smithi033 bash[21389]: audit 2024-03-10T02:05:13.215892+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-10T02:05:14.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:14 smithi033 bash[21389]: audit 2024-03-10T02:05:13.218632+0000 mon.b (mon.2) 43 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi033.front.sepia.ceph.com:3000"}]: dispatch 2024-03-10T02:05:14.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:14 smithi033 bash[21389]: audit 2024-03-10T02:05:13.220005+0000 mgr.a (mgr.14379) 30 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-03-10T02:05:14.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:14 smithi033 bash[21389]: audit 2024-03-10T02:05:13.222606+0000 mgr.a (mgr.14379) 31 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi033.front.sepia.ceph.com:3000"}]: dispatch 2024-03-10T02:05:14.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:14 smithi033 bash[21389]: audit 2024-03-10T02:05:13.227850+0000 mon.a (mon.0) 815 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:14.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:14 smithi033 bash[21389]: audit 2024-03-10T02:05:13.242741+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-10T02:05:14.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:14 smithi033 bash[21389]: audit 2024-03-10T02:05:13.245605+0000 mon.b (mon.2) 45 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi160.front.sepia.ceph.com:9093"}]: dispatch 2024-03-10T02:05:14.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:14 smithi033 bash[21389]: audit 2024-03-10T02:05:13.246425+0000 mgr.a (mgr.14379) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-03-10T02:05:14.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:14 smithi033 bash[21389]: audit 2024-03-10T02:05:13.249201+0000 mgr.a (mgr.14379) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi160.front.sepia.ceph.com:9093"}]: dispatch 2024-03-10T02:05:14.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:14 smithi033 bash[21389]: audit 2024-03-10T02:05:13.256111+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:14.598 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:14 smithi033 bash[21389]: audit 2024-03-10T02:05:13.270735+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:05:14.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:14 smithi033 bash[21389]: audit 2024-03-10T02:05:13.274088+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:05:14.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:14 smithi033 bash[21389]: audit 2024-03-10T02:05:13.275258+0000 mon.b (mon.2) 48 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:05:14.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:14 smithi033 bash[21389]: audit 2024-03-10T02:05:13.284490+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:14.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:14 smithi033 bash[21389]: cephadm 2024-03-10T02:05:13.287294+0000 mgr.a (mgr.14379) 34 : cephadm [INF] Metadata not up to date on all hosts. Skipping non agent specs 2024-03-10T02:05:14.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:14 smithi033 bash[21389]: cluster 2024-03-10T02:05:13.300310+0000 mgr.a (mgr.14379) 35 : cluster [DBG] pgmap v11: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail; 17 KiB/s rd, 0 B/s wr, 9 op/s 2024-03-10T02:05:14.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:14 smithi033 bash[21389]: audit 2024-03-10T02:05:13.370453+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:14.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:14 smithi033 bash[21389]: audit 2024-03-10T02:05:13.660142+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:14.599 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:14 smithi033 bash[21389]: audit 2024-03-10T02:05:13.674023+0000 mon.a (mon.0) 820 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:15.918 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:15 smithi160 bash[22106]: audit 2024-03-10T02:05:14.629397+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:15.918 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:15 smithi160 bash[22106]: audit 2024-03-10T02:05:14.642486+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:15.918 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:15 smithi160 bash[22106]: audit 2024-03-10T02:05:14.656007+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:16.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:15 smithi066 bash[22181]: audit 2024-03-10T02:05:14.629397+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:16.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:15 smithi066 bash[22181]: audit 2024-03-10T02:05:14.642486+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:16.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:15 smithi066 bash[22181]: audit 2024-03-10T02:05:14.656007+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:16.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:15 smithi033 bash[21389]: audit 2024-03-10T02:05:14.629397+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:16.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:15 smithi033 bash[21389]: audit 2024-03-10T02:05:14.642486+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:16.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:15 smithi033 bash[21389]: audit 2024-03-10T02:05:14.656007+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:16.943 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:16 smithi160 bash[22106]: cluster 2024-03-10T02:05:15.300979+0000 mgr.a (mgr.14379) 36 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:16.944 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:16 smithi160 bash[22106]: audit 2024-03-10T02:05:15.916539+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:17.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:16 smithi066 bash[22181]: cluster 2024-03-10T02:05:15.300979+0000 mgr.a (mgr.14379) 36 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:17.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:16 smithi066 bash[22181]: audit 2024-03-10T02:05:15.916539+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:17.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:16 smithi033 bash[21389]: cluster 2024-03-10T02:05:15.300979+0000 mgr.a (mgr.14379) 36 : cluster [DBG] pgmap v12: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:17.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:16 smithi033 bash[21389]: audit 2024-03-10T02:05:15.916539+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:19.010 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:18 smithi160 bash[22106]: cluster 2024-03-10T02:05:17.301669+0000 mgr.a (mgr.14379) 37 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:19.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:18 smithi066 bash[22181]: cluster 2024-03-10T02:05:17.301669+0000 mgr.a (mgr.14379) 37 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:19.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:18 smithi033 bash[21389]: cluster 2024-03-10T02:05:17.301669+0000 mgr.a (mgr.14379) 37 : cluster [DBG] pgmap v13: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:20.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:19 smithi160 bash[22106]: audit 2024-03-10T02:05:18.855834+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:20.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:19 smithi160 bash[22106]: audit 2024-03-10T02:05:18.868853+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:20.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:19 smithi160 bash[22106]: audit 2024-03-10T02:05:18.882374+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:20.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:19 smithi160 bash[22106]: audit 2024-03-10T02:05:18.914479+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:05:20.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:19 smithi160 bash[22106]: audit 2024-03-10T02:05:18.920684+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:05:20.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:19 smithi160 bash[22106]: audit 2024-03-10T02:05:18.922883+0000 mon.b (mon.2) 51 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:05:20.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:19 smithi160 bash[22106]: audit 2024-03-10T02:05:18.938089+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:20.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:19 smithi160 bash[22106]: audit 2024-03-10T02:05:18.963129+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:20.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:19 smithi160 bash[22106]: cluster 2024-03-10T02:05:19.302284+0000 mgr.a (mgr.14379) 38 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:20.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:19 smithi160 bash[22106]: audit 2024-03-10T02:05:19.642803+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:20.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:19 smithi160 bash[22106]: audit 2024-03-10T02:05:19.655182+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:20.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:19 smithi160 bash[22106]: audit 2024-03-10T02:05:19.668711+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:20.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:19 smithi066 bash[22181]: audit 2024-03-10T02:05:18.855834+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:20.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:19 smithi066 bash[22181]: audit 2024-03-10T02:05:18.868853+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:20.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:19 smithi066 bash[22181]: audit 2024-03-10T02:05:18.882374+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:20.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:19 smithi066 bash[22181]: audit 2024-03-10T02:05:18.914479+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:05:20.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:19 smithi066 bash[22181]: audit 2024-03-10T02:05:18.920684+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:05:20.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:19 smithi066 bash[22181]: audit 2024-03-10T02:05:18.922883+0000 mon.b (mon.2) 51 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:05:20.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:19 smithi066 bash[22181]: audit 2024-03-10T02:05:18.938089+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:20.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:19 smithi066 bash[22181]: audit 2024-03-10T02:05:18.963129+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:20.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:19 smithi066 bash[22181]: cluster 2024-03-10T02:05:19.302284+0000 mgr.a (mgr.14379) 38 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:20.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:19 smithi066 bash[22181]: audit 2024-03-10T02:05:19.642803+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:20.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:19 smithi066 bash[22181]: audit 2024-03-10T02:05:19.655182+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:20.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:19 smithi066 bash[22181]: audit 2024-03-10T02:05:19.668711+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:20.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:19 smithi033 bash[21389]: audit 2024-03-10T02:05:18.855834+0000 mon.a (mon.0) 825 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:20.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:19 smithi033 bash[21389]: audit 2024-03-10T02:05:18.868853+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:20.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:19 smithi033 bash[21389]: audit 2024-03-10T02:05:18.882374+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:20.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:19 smithi033 bash[21389]: audit 2024-03-10T02:05:18.914479+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:05:20.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:19 smithi033 bash[21389]: audit 2024-03-10T02:05:18.920684+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:05:20.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:19 smithi033 bash[21389]: audit 2024-03-10T02:05:18.922883+0000 mon.b (mon.2) 51 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:05:20.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:19 smithi033 bash[21389]: audit 2024-03-10T02:05:18.938089+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:20.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:19 smithi033 bash[21389]: audit 2024-03-10T02:05:18.963129+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:20.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:19 smithi033 bash[21389]: cluster 2024-03-10T02:05:19.302284+0000 mgr.a (mgr.14379) 38 : cluster [DBG] pgmap v14: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:20.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:19 smithi033 bash[21389]: audit 2024-03-10T02:05:19.642803+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:20.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:19 smithi033 bash[21389]: audit 2024-03-10T02:05:19.655182+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:20.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:19 smithi033 bash[21389]: audit 2024-03-10T02:05:19.668711+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:22.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:22 smithi066 bash[22181]: cluster 2024-03-10T02:05:21.302861+0000 mgr.a (mgr.14379) 39 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:22.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:22 smithi033 bash[21389]: cluster 2024-03-10T02:05:21.302861+0000 mgr.a (mgr.14379) 39 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:22.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:22 smithi160 bash[22106]: cluster 2024-03-10T02:05:21.302861+0000 mgr.a (mgr.14379) 39 : cluster [DBG] pgmap v15: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:24.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:24 smithi066 bash[22181]: cluster 2024-03-10T02:05:23.303361+0000 mgr.a (mgr.14379) 40 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:24.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:24 smithi033 bash[21389]: cluster 2024-03-10T02:05:23.303361+0000 mgr.a (mgr.14379) 40 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:24.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:24 smithi160 bash[22106]: cluster 2024-03-10T02:05:23.303361+0000 mgr.a (mgr.14379) 40 : cluster [DBG] pgmap v16: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:26.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:26 smithi066 bash[22181]: cluster 2024-03-10T02:05:25.303872+0000 mgr.a (mgr.14379) 41 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:26.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:26 smithi033 bash[21389]: cluster 2024-03-10T02:05:25.303872+0000 mgr.a (mgr.14379) 41 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:26.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:26 smithi160 bash[22106]: cluster 2024-03-10T02:05:25.303872+0000 mgr.a (mgr.14379) 41 : cluster [DBG] pgmap v17: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:28.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:28 smithi066 bash[22181]: cluster 2024-03-10T02:05:27.304422+0000 mgr.a (mgr.14379) 42 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:28.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:28 smithi066 bash[22181]: audit 2024-03-10T02:05:27.413129+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:05:28.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:28 smithi033 bash[21389]: cluster 2024-03-10T02:05:27.304422+0000 mgr.a (mgr.14379) 42 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:28.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:28 smithi033 bash[21389]: audit 2024-03-10T02:05:27.413129+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:05:28.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:28 smithi160 bash[22106]: cluster 2024-03-10T02:05:27.304422+0000 mgr.a (mgr.14379) 42 : cluster [DBG] pgmap v18: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:28.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:28 smithi160 bash[22106]: audit 2024-03-10T02:05:27.413129+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:05:30.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:30 smithi066 bash[22181]: cluster 2024-03-10T02:05:29.304969+0000 mgr.a (mgr.14379) 43 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:30.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:30 smithi033 bash[21389]: cluster 2024-03-10T02:05:29.304969+0000 mgr.a (mgr.14379) 43 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:30.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:30 smithi160 bash[22106]: cluster 2024-03-10T02:05:29.304969+0000 mgr.a (mgr.14379) 43 : cluster [DBG] pgmap v19: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:32.466 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:32 smithi066 bash[22181]: cluster 2024-03-10T02:05:31.305519+0000 mgr.a (mgr.14379) 44 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:32.466 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:32 smithi066 bash[22181]: audit 2024-03-10T02:05:32.289999+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:32.466 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:32 smithi066 bash[22181]: audit 2024-03-10T02:05:32.300415+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:32.466 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:32 smithi066 bash[22181]: audit 2024-03-10T02:05:32.310616+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:32.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:32 smithi033 bash[21389]: cluster 2024-03-10T02:05:31.305519+0000 mgr.a (mgr.14379) 44 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:32.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:32 smithi033 bash[21389]: audit 2024-03-10T02:05:32.289999+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:32.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:32 smithi033 bash[21389]: audit 2024-03-10T02:05:32.300415+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:32.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:32 smithi033 bash[21389]: audit 2024-03-10T02:05:32.310616+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:32.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:32 smithi160 bash[22106]: cluster 2024-03-10T02:05:31.305519+0000 mgr.a (mgr.14379) 44 : cluster [DBG] pgmap v20: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:32.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:32 smithi160 bash[22106]: audit 2024-03-10T02:05:32.289999+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:32.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:32 smithi160 bash[22106]: audit 2024-03-10T02:05:32.300415+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:32.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:32 smithi160 bash[22106]: audit 2024-03-10T02:05:32.310616+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:34.706 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:34 smithi066 bash[22181]: cluster 2024-03-10T02:05:33.306059+0000 mgr.a (mgr.14379) 45 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:34.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:34 smithi033 bash[21389]: cluster 2024-03-10T02:05:33.306059+0000 mgr.a (mgr.14379) 45 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:34.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:34 smithi160 bash[22106]: cluster 2024-03-10T02:05:33.306059+0000 mgr.a (mgr.14379) 45 : cluster [DBG] pgmap v21: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:36.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:35 smithi033 bash[21389]: audit 2024-03-10T02:05:34.810515+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:36.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:35 smithi033 bash[21389]: audit 2024-03-10T02:05:34.823635+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:36.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:35 smithi033 bash[21389]: audit 2024-03-10T02:05:34.838436+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:36.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:35 smithi160 bash[22106]: audit 2024-03-10T02:05:34.810515+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:36.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:35 smithi160 bash[22106]: audit 2024-03-10T02:05:34.823635+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:36.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:35 smithi160 bash[22106]: audit 2024-03-10T02:05:34.838436+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:36.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:35 smithi066 bash[22181]: audit 2024-03-10T02:05:34.810515+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:36.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:35 smithi066 bash[22181]: audit 2024-03-10T02:05:34.823635+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:36.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:35 smithi066 bash[22181]: audit 2024-03-10T02:05:34.838436+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:37.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:36 smithi033 bash[21389]: cluster 2024-03-10T02:05:35.306572+0000 mgr.a (mgr.14379) 46 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:37.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:36 smithi160 bash[22106]: cluster 2024-03-10T02:05:35.306572+0000 mgr.a (mgr.14379) 46 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:37.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:36 smithi066 bash[22181]: cluster 2024-03-10T02:05:35.306572+0000 mgr.a (mgr.14379) 46 : cluster [DBG] pgmap v22: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:39.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:38 smithi033 bash[21389]: cluster 2024-03-10T02:05:37.307123+0000 mgr.a (mgr.14379) 47 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:39.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:38 smithi033 bash[21389]: audit 2024-03-10T02:05:38.730754+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:39.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:38 smithi033 bash[21389]: audit 2024-03-10T02:05:38.743547+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:39.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:38 smithi033 bash[21389]: audit 2024-03-10T02:05:38.756929+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:39.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:38 smithi160 bash[22106]: cluster 2024-03-10T02:05:37.307123+0000 mgr.a (mgr.14379) 47 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:39.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:38 smithi160 bash[22106]: audit 2024-03-10T02:05:38.730754+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:39.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:38 smithi160 bash[22106]: audit 2024-03-10T02:05:38.743547+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:39.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:38 smithi160 bash[22106]: audit 2024-03-10T02:05:38.756929+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:39.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:38 smithi066 bash[22181]: cluster 2024-03-10T02:05:37.307123+0000 mgr.a (mgr.14379) 47 : cluster [DBG] pgmap v23: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:39.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:38 smithi066 bash[22181]: audit 2024-03-10T02:05:38.730754+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:39.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:38 smithi066 bash[22181]: audit 2024-03-10T02:05:38.743547+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:39.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:38 smithi066 bash[22181]: audit 2024-03-10T02:05:38.756929+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:41.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:40 smithi033 bash[21389]: cluster 2024-03-10T02:05:39.307654+0000 mgr.a (mgr.14379) 48 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:41.129 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:40 smithi160 bash[22106]: cluster 2024-03-10T02:05:39.307654+0000 mgr.a (mgr.14379) 48 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:41.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:40 smithi066 bash[22181]: cluster 2024-03-10T02:05:39.307654+0000 mgr.a (mgr.14379) 48 : cluster [DBG] pgmap v24: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:43.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:42 smithi033 bash[21389]: cluster 2024-03-10T02:05:41.308204+0000 mgr.a (mgr.14379) 49 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:43.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:42 smithi033 bash[21389]: audit 2024-03-10T02:05:42.413420+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:05:43.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:42 smithi160 bash[22106]: cluster 2024-03-10T02:05:41.308204+0000 mgr.a (mgr.14379) 49 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:43.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:42 smithi160 bash[22106]: audit 2024-03-10T02:05:42.413420+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:05:43.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:42 smithi066 bash[22181]: cluster 2024-03-10T02:05:41.308204+0000 mgr.a (mgr.14379) 49 : cluster [DBG] pgmap v25: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:43.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:42 smithi066 bash[22181]: audit 2024-03-10T02:05:42.413420+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:05:45.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:44 smithi033 bash[21389]: cluster 2024-03-10T02:05:43.308769+0000 mgr.a (mgr.14379) 50 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:45.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:44 smithi160 bash[22106]: cluster 2024-03-10T02:05:43.308769+0000 mgr.a (mgr.14379) 50 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:45.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:44 smithi066 bash[22181]: cluster 2024-03-10T02:05:43.308769+0000 mgr.a (mgr.14379) 50 : cluster [DBG] pgmap v26: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:46.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:46 smithi033 bash[21389]: cluster 2024-03-10T02:05:45.309346+0000 mgr.a (mgr.14379) 51 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:47.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:46 smithi160 bash[22106]: cluster 2024-03-10T02:05:45.309346+0000 mgr.a (mgr.14379) 51 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:47.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:46 smithi066 bash[22181]: cluster 2024-03-10T02:05:45.309346+0000 mgr.a (mgr.14379) 51 : cluster [DBG] pgmap v27: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:48.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:47 smithi033 bash[21389]: cluster 2024-03-10T02:05:47.310032+0000 mgr.a (mgr.14379) 52 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:48.303 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:47 smithi066 bash[22181]: cluster 2024-03-10T02:05:47.310032+0000 mgr.a (mgr.14379) 52 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:48.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:47 smithi160 bash[22106]: cluster 2024-03-10T02:05:47.310032+0000 mgr.a (mgr.14379) 52 : cluster [DBG] pgmap v28: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:50.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:50 smithi066 bash[22181]: cluster 2024-03-10T02:05:49.310721+0000 mgr.a (mgr.14379) 53 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:50.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:50 smithi033 bash[21389]: cluster 2024-03-10T02:05:49.310721+0000 mgr.a (mgr.14379) 53 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:50.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:50 smithi160 bash[22106]: cluster 2024-03-10T02:05:49.310721+0000 mgr.a (mgr.14379) 53 : cluster [DBG] pgmap v29: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:52.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:52 smithi066 bash[22181]: cluster 2024-03-10T02:05:51.311256+0000 mgr.a (mgr.14379) 54 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:52.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:52 smithi033 bash[21389]: cluster 2024-03-10T02:05:51.311256+0000 mgr.a (mgr.14379) 54 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:52.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:52 smithi160 bash[22106]: cluster 2024-03-10T02:05:51.311256+0000 mgr.a (mgr.14379) 54 : cluster [DBG] pgmap v30: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:53.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:53 smithi066 bash[22181]: audit 2024-03-10T02:05:52.524003+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:53.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:53 smithi066 bash[22181]: audit 2024-03-10T02:05:52.537347+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:53.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:53 smithi066 bash[22181]: audit 2024-03-10T02:05:52.549694+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:53.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:53 smithi033 bash[21389]: audit 2024-03-10T02:05:52.524003+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:53.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:53 smithi033 bash[21389]: audit 2024-03-10T02:05:52.537347+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:53.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:53 smithi033 bash[21389]: audit 2024-03-10T02:05:52.549694+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:53.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:53 smithi160 bash[22106]: audit 2024-03-10T02:05:52.524003+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:53.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:53 smithi160 bash[22106]: audit 2024-03-10T02:05:52.537347+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:53.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:53 smithi160 bash[22106]: audit 2024-03-10T02:05:52.549694+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:54.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:54 smithi066 bash[22181]: cluster 2024-03-10T02:05:53.311820+0000 mgr.a (mgr.14379) 55 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:54.821 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:54 smithi160 bash[22106]: cluster 2024-03-10T02:05:53.311820+0000 mgr.a (mgr.14379) 55 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:54.848 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:54 smithi033 bash[21389]: cluster 2024-03-10T02:05:53.311820+0000 mgr.a (mgr.14379) 55 : cluster [DBG] pgmap v31: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:56.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:56 smithi066 bash[22181]: audit 2024-03-10T02:05:55.032190+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:56.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:56 smithi066 bash[22181]: audit 2024-03-10T02:05:55.044846+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:56.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:56 smithi066 bash[22181]: audit 2024-03-10T02:05:55.057922+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:56.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:56 smithi066 bash[22181]: cluster 2024-03-10T02:05:55.312453+0000 mgr.a (mgr.14379) 56 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:56.326 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:56 smithi160 bash[22106]: audit 2024-03-10T02:05:55.032190+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:56.326 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:56 smithi160 bash[22106]: audit 2024-03-10T02:05:55.044846+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:56.326 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:56 smithi160 bash[22106]: audit 2024-03-10T02:05:55.057922+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:56.326 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:56 smithi160 bash[22106]: cluster 2024-03-10T02:05:55.312453+0000 mgr.a (mgr.14379) 56 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:56.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:56 smithi033 bash[21389]: audit 2024-03-10T02:05:55.032190+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:56.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:56 smithi033 bash[21389]: audit 2024-03-10T02:05:55.044846+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:56.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:56 smithi033 bash[21389]: audit 2024-03-10T02:05:55.057922+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:05:56.347 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:56 smithi033 bash[21389]: cluster 2024-03-10T02:05:55.312453+0000 mgr.a (mgr.14379) 56 : cluster [DBG] pgmap v32: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:57.096 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:05:56 smithi033 bash[21673]: ::ffff:172.21.15.66 - - [10/Mar/2024:02:05:56] "GET /metrics HTTP/1.1" 200 21447 "" "Prometheus/2.43.0" 2024-03-10T02:05:58.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:58 smithi066 bash[22181]: cluster 2024-03-10T02:05:57.313035+0000 mgr.a (mgr.14379) 57 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:58.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:58 smithi066 bash[22181]: audit 2024-03-10T02:05:57.413725+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:05:58.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:58 smithi033 bash[21389]: cluster 2024-03-10T02:05:57.313035+0000 mgr.a (mgr.14379) 57 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:58.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:58 smithi033 bash[21389]: audit 2024-03-10T02:05:57.413725+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:05:58.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:58 smithi160 bash[22106]: cluster 2024-03-10T02:05:57.313035+0000 mgr.a (mgr.14379) 57 : cluster [DBG] pgmap v33: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:05:58.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:58 smithi160 bash[22106]: audit 2024-03-10T02:05:57.413725+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:06:00.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:59 smithi066 bash[22181]: audit 2024-03-10T02:05:58.974059+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:00.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:59 smithi066 bash[22181]: audit 2024-03-10T02:05:58.987472+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:00.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:59 smithi066 bash[22181]: audit 2024-03-10T02:05:59.000677+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:00.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:05:59 smithi066 bash[22181]: cluster 2024-03-10T02:05:59.313657+0000 mgr.a (mgr.14379) 58 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:00.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:59 smithi033 bash[21389]: audit 2024-03-10T02:05:58.974059+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:00.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:59 smithi033 bash[21389]: audit 2024-03-10T02:05:58.987472+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:00.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:59 smithi033 bash[21389]: audit 2024-03-10T02:05:59.000677+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:00.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:05:59 smithi033 bash[21389]: cluster 2024-03-10T02:05:59.313657+0000 mgr.a (mgr.14379) 58 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:00.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:59 smithi160 bash[22106]: audit 2024-03-10T02:05:58.974059+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:00.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:59 smithi160 bash[22106]: audit 2024-03-10T02:05:58.987472+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:00.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:59 smithi160 bash[22106]: audit 2024-03-10T02:05:59.000677+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:00.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:05:59 smithi160 bash[22106]: cluster 2024-03-10T02:05:59.313657+0000 mgr.a (mgr.14379) 58 : cluster [DBG] pgmap v34: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:02.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:02 smithi066 bash[22181]: cluster 2024-03-10T02:06:01.314166+0000 mgr.a (mgr.14379) 59 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:02.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:02 smithi033 bash[21389]: cluster 2024-03-10T02:06:01.314166+0000 mgr.a (mgr.14379) 59 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:02.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:02 smithi160 bash[22106]: cluster 2024-03-10T02:06:01.314166+0000 mgr.a (mgr.14379) 59 : cluster [DBG] pgmap v35: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:04.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:04 smithi066 bash[22181]: cluster 2024-03-10T02:06:03.314697+0000 mgr.a (mgr.14379) 60 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:04.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:04 smithi033 bash[21389]: cluster 2024-03-10T02:06:03.314697+0000 mgr.a (mgr.14379) 60 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:04.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:04 smithi160 bash[22106]: cluster 2024-03-10T02:06:03.314697+0000 mgr.a (mgr.14379) 60 : cluster [DBG] pgmap v36: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:06.707 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:06 smithi033 bash[21389]: cluster 2024-03-10T02:06:05.315204+0000 mgr.a (mgr.14379) 61 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:06.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:06 smithi066 bash[22181]: cluster 2024-03-10T02:06:05.315204+0000 mgr.a (mgr.14379) 61 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:06.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:06 smithi160 bash[22106]: cluster 2024-03-10T02:06:05.315204+0000 mgr.a (mgr.14379) 61 : cluster [DBG] pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:07.096 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:06:06 smithi033 bash[21673]: ::ffff:172.21.15.66 - - [10/Mar/2024:02:06:06] "GET /metrics HTTP/1.1" 200 21446 "" "Prometheus/2.43.0" 2024-03-10T02:06:08.546 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:08 smithi033 bash[21389]: cluster 2024-03-10T02:06:07.315752+0000 mgr.a (mgr.14379) 62 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:08.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:08 smithi066 bash[22181]: cluster 2024-03-10T02:06:07.315752+0000 mgr.a (mgr.14379) 62 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:08.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:08 smithi160 bash[22106]: cluster 2024-03-10T02:06:07.315752+0000 mgr.a (mgr.14379) 62 : cluster [DBG] pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:10.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:10 smithi066 bash[22181]: cluster 2024-03-10T02:06:09.316314+0000 mgr.a (mgr.14379) 63 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:10.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:10 smithi033 bash[21389]: cluster 2024-03-10T02:06:09.316314+0000 mgr.a (mgr.14379) 63 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:10.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:10 smithi160 bash[22106]: cluster 2024-03-10T02:06:09.316314+0000 mgr.a (mgr.14379) 63 : cluster [DBG] pgmap v39: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:12.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:12 smithi066 bash[22181]: cluster 2024-03-10T02:06:11.316894+0000 mgr.a (mgr.14379) 64 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:12.782 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:12 smithi033 bash[21389]: cluster 2024-03-10T02:06:11.316894+0000 mgr.a (mgr.14379) 64 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:12.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:12 smithi160 bash[22106]: cluster 2024-03-10T02:06:11.316894+0000 mgr.a (mgr.14379) 64 : cluster [DBG] pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:13.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:13 smithi066 bash[22181]: audit 2024-03-10T02:06:12.414130+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:06:13.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:13 smithi066 bash[22181]: audit 2024-03-10T02:06:12.754442+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:13.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:13 smithi066 bash[22181]: audit 2024-03-10T02:06:12.766975+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:13.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:13 smithi066 bash[22181]: audit 2024-03-10T02:06:12.781540+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:13.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:13 smithi033 bash[21389]: audit 2024-03-10T02:06:12.414130+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:06:13.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:13 smithi033 bash[21389]: audit 2024-03-10T02:06:12.754442+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:13.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:13 smithi033 bash[21389]: audit 2024-03-10T02:06:12.766975+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:13.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:13 smithi033 bash[21389]: audit 2024-03-10T02:06:12.781540+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:13.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:13 smithi160 bash[22106]: audit 2024-03-10T02:06:12.414130+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:06:13.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:13 smithi160 bash[22106]: audit 2024-03-10T02:06:12.754442+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:13.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:13 smithi160 bash[22106]: audit 2024-03-10T02:06:12.766975+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:13.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:13 smithi160 bash[22106]: audit 2024-03-10T02:06:12.781540+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:15.053 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:14 smithi066 bash[22181]: cluster 2024-03-10T02:06:13.317448+0000 mgr.a (mgr.14379) 65 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:15.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:14 smithi033 bash[21389]: cluster 2024-03-10T02:06:13.317448+0000 mgr.a (mgr.14379) 65 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:15.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:14 smithi160 bash[22106]: cluster 2024-03-10T02:06:13.317448+0000 mgr.a (mgr.14379) 65 : cluster [DBG] pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:16.546 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:16 smithi066 bash[22181]: audit 2024-03-10T02:06:15.263438+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:16.547 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:16 smithi066 bash[22181]: audit 2024-03-10T02:06:15.277276+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:16.547 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:16 smithi066 bash[22181]: audit 2024-03-10T02:06:15.290753+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:16.547 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:16 smithi066 bash[22181]: cluster 2024-03-10T02:06:15.317957+0000 mgr.a (mgr.14379) 66 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:16.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:16 smithi033 bash[21389]: audit 2024-03-10T02:06:15.263438+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:16.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:16 smithi033 bash[21389]: audit 2024-03-10T02:06:15.277276+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:16.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:16 smithi033 bash[21389]: audit 2024-03-10T02:06:15.290753+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:16.597 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:16 smithi033 bash[21389]: cluster 2024-03-10T02:06:15.317957+0000 mgr.a (mgr.14379) 66 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:16.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:16 smithi160 bash[22106]: audit 2024-03-10T02:06:15.263438+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:16.604 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:16 smithi160 bash[22106]: audit 2024-03-10T02:06:15.277276+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:16.604 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:16 smithi160 bash[22106]: audit 2024-03-10T02:06:15.290753+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:16.604 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:16 smithi160 bash[22106]: cluster 2024-03-10T02:06:15.317957+0000 mgr.a (mgr.14379) 66 : cluster [DBG] pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:17.096 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:06:16 smithi033 bash[21673]: ::ffff:172.21.15.66 - - [10/Mar/2024:02:06:16] "GET /metrics HTTP/1.1" 200 21443 "" "Prometheus/2.43.0" 2024-03-10T02:06:18.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:18 smithi066 bash[22181]: cluster 2024-03-10T02:06:17.318472+0000 mgr.a (mgr.14379) 67 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:18.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:18 smithi033 bash[21389]: cluster 2024-03-10T02:06:17.318472+0000 mgr.a (mgr.14379) 67 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:18.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:18 smithi160 bash[22106]: cluster 2024-03-10T02:06:17.318472+0000 mgr.a (mgr.14379) 67 : cluster [DBG] pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:19.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:19 smithi160 bash[22106]: audit 2024-03-10T02:06:19.078515+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:06:19.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:19 smithi160 bash[22106]: audit 2024-03-10T02:06:19.085128+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:06:19.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:19 smithi160 bash[22106]: audit 2024-03-10T02:06:19.087614+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:06:19.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:19 smithi160 bash[22106]: audit 2024-03-10T02:06:19.103097+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:19.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:19 smithi160 bash[22106]: audit 2024-03-10T02:06:19.220936+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:19.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:19 smithi160 bash[22106]: audit 2024-03-10T02:06:19.234391+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:19.603 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:19 smithi160 bash[22106]: audit 2024-03-10T02:06:19.249356+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:19.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:19 smithi066 bash[22181]: audit 2024-03-10T02:06:19.078515+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:06:19.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:19 smithi066 bash[22181]: audit 2024-03-10T02:06:19.085128+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:06:19.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:19 smithi066 bash[22181]: audit 2024-03-10T02:06:19.087614+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:06:19.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:19 smithi066 bash[22181]: audit 2024-03-10T02:06:19.103097+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:19.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:19 smithi066 bash[22181]: audit 2024-03-10T02:06:19.220936+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:19.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:19 smithi066 bash[22181]: audit 2024-03-10T02:06:19.234391+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:19.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:19 smithi066 bash[22181]: audit 2024-03-10T02:06:19.249356+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:19.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:19 smithi033 bash[21389]: audit 2024-03-10T02:06:19.078515+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:06:19.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:19 smithi033 bash[21389]: audit 2024-03-10T02:06:19.085128+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:06:19.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:19 smithi033 bash[21389]: audit 2024-03-10T02:06:19.087614+0000 mon.b (mon.2) 58 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:06:19.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:19 smithi033 bash[21389]: audit 2024-03-10T02:06:19.103097+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:19.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:19 smithi033 bash[21389]: audit 2024-03-10T02:06:19.220936+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:19.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:19 smithi033 bash[21389]: audit 2024-03-10T02:06:19.234391+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:19.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:19 smithi033 bash[21389]: audit 2024-03-10T02:06:19.249356+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:20.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:20 smithi066 bash[22181]: cluster 2024-03-10T02:06:19.318998+0000 mgr.a (mgr.14379) 68 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:20.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:20 smithi033 bash[21389]: cluster 2024-03-10T02:06:19.318998+0000 mgr.a (mgr.14379) 68 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:20.854 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:20 smithi160 bash[22106]: cluster 2024-03-10T02:06:19.318998+0000 mgr.a (mgr.14379) 68 : cluster [DBG] pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:22.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:22 smithi066 bash[22181]: cluster 2024-03-10T02:06:21.319534+0000 mgr.a (mgr.14379) 69 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:22.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:22 smithi033 bash[21389]: cluster 2024-03-10T02:06:21.319534+0000 mgr.a (mgr.14379) 69 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:22.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:22 smithi160 bash[22106]: cluster 2024-03-10T02:06:21.319534+0000 mgr.a (mgr.14379) 69 : cluster [DBG] pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:24.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:24 smithi066 bash[22181]: cluster 2024-03-10T02:06:23.320091+0000 mgr.a (mgr.14379) 70 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:24.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:24 smithi033 bash[21389]: cluster 2024-03-10T02:06:23.320091+0000 mgr.a (mgr.14379) 70 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:24.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:24 smithi160 bash[22106]: cluster 2024-03-10T02:06:23.320091+0000 mgr.a (mgr.14379) 70 : cluster [DBG] pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:26.706 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:26 smithi033 bash[21389]: cluster 2024-03-10T02:06:25.320611+0000 mgr.a (mgr.14379) 71 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:26.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:26 smithi066 bash[22181]: cluster 2024-03-10T02:06:25.320611+0000 mgr.a (mgr.14379) 71 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:26.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:26 smithi160 bash[22106]: cluster 2024-03-10T02:06:25.320611+0000 mgr.a (mgr.14379) 71 : cluster [DBG] pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:27.096 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:06:26 smithi033 bash[21673]: ::ffff:172.21.15.66 - - [10/Mar/2024:02:06:26] "GET /metrics HTTP/1.1" 200 21443 "" "Prometheus/2.43.0" 2024-03-10T02:06:28.776 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:28 smithi033 bash[21389]: cluster 2024-03-10T02:06:27.321151+0000 mgr.a (mgr.14379) 72 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:28.776 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:28 smithi033 bash[21389]: audit 2024-03-10T02:06:27.414494+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:06:28.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:28 smithi066 bash[22181]: cluster 2024-03-10T02:06:27.321151+0000 mgr.a (mgr.14379) 72 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:28.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:28 smithi066 bash[22181]: audit 2024-03-10T02:06:27.414494+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:06:28.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:28 smithi160 bash[22106]: cluster 2024-03-10T02:06:27.321151+0000 mgr.a (mgr.14379) 72 : cluster [DBG] pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:28.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:28 smithi160 bash[22106]: audit 2024-03-10T02:06:27.414494+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:06:30.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:30 smithi033 bash[21389]: cluster 2024-03-10T02:06:29.321758+0000 mgr.a (mgr.14379) 73 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:30.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:30 smithi066 bash[22181]: cluster 2024-03-10T02:06:29.321758+0000 mgr.a (mgr.14379) 73 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:30.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:30 smithi160 bash[22106]: cluster 2024-03-10T02:06:29.321758+0000 mgr.a (mgr.14379) 73 : cluster [DBG] pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:32.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:32 smithi066 bash[22181]: cluster 2024-03-10T02:06:31.322272+0000 mgr.a (mgr.14379) 74 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:32.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:32 smithi033 bash[21389]: cluster 2024-03-10T02:06:31.322272+0000 mgr.a (mgr.14379) 74 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:32.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:32 smithi160 bash[22106]: cluster 2024-03-10T02:06:31.322272+0000 mgr.a (mgr.14379) 74 : cluster [DBG] pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:34.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:33 smithi066 bash[22181]: audit 2024-03-10T02:06:32.981304+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:34.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:33 smithi066 bash[22181]: audit 2024-03-10T02:06:32.995819+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:34.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:33 smithi066 bash[22181]: audit 2024-03-10T02:06:33.006432+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:34.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:33 smithi066 bash[22181]: cluster 2024-03-10T02:06:33.322824+0000 mgr.a (mgr.14379) 75 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:34.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:33 smithi033 bash[21389]: audit 2024-03-10T02:06:32.981304+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:34.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:33 smithi033 bash[21389]: audit 2024-03-10T02:06:32.995819+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:34.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:33 smithi033 bash[21389]: audit 2024-03-10T02:06:33.006432+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:34.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:33 smithi033 bash[21389]: cluster 2024-03-10T02:06:33.322824+0000 mgr.a (mgr.14379) 75 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:34.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:33 smithi160 bash[22106]: audit 2024-03-10T02:06:32.981304+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:34.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:33 smithi160 bash[22106]: audit 2024-03-10T02:06:32.995819+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:34.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:33 smithi160 bash[22106]: audit 2024-03-10T02:06:33.006432+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:34.352 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:33 smithi160 bash[22106]: cluster 2024-03-10T02:06:33.322824+0000 mgr.a (mgr.14379) 75 : cluster [DBG] pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:36.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:36 smithi066 bash[22181]: cluster 2024-03-10T02:06:35.323314+0000 mgr.a (mgr.14379) 76 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:36.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:36 smithi066 bash[22181]: audit 2024-03-10T02:06:35.483993+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:36.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:36 smithi066 bash[22181]: audit 2024-03-10T02:06:35.498781+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:36.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:36 smithi066 bash[22181]: audit 2024-03-10T02:06:35.512179+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:36.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:36 smithi160 bash[22106]: cluster 2024-03-10T02:06:35.323314+0000 mgr.a (mgr.14379) 76 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:36.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:36 smithi160 bash[22106]: audit 2024-03-10T02:06:35.483993+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:36.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:36 smithi160 bash[22106]: audit 2024-03-10T02:06:35.498781+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:36.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:36 smithi160 bash[22106]: audit 2024-03-10T02:06:35.512179+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:36.846 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:06:36 smithi033 bash[21673]: ::ffff:172.21.15.66 - - [10/Mar/2024:02:06:36] "GET /metrics HTTP/1.1" 200 21444 "" "Prometheus/2.43.0" 2024-03-10T02:06:36.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:36 smithi033 bash[21389]: cluster 2024-03-10T02:06:35.323314+0000 mgr.a (mgr.14379) 76 : cluster [DBG] pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:36.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:36 smithi033 bash[21389]: audit 2024-03-10T02:06:35.483993+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:36.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:36 smithi033 bash[21389]: audit 2024-03-10T02:06:35.498781+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:36.847 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:36 smithi033 bash[21389]: audit 2024-03-10T02:06:35.512179+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:38.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:38 smithi160 bash[22106]: cluster 2024-03-10T02:06:37.323832+0000 mgr.a (mgr.14379) 77 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:38.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:38 smithi066 bash[22181]: cluster 2024-03-10T02:06:37.323832+0000 mgr.a (mgr.14379) 77 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:38.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:38 smithi033 bash[21389]: cluster 2024-03-10T02:06:37.323832+0000 mgr.a (mgr.14379) 77 : cluster [DBG] pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:40.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:40 smithi066 bash[22181]: cluster 2024-03-10T02:06:39.324413+0000 mgr.a (mgr.14379) 78 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:40.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:40 smithi066 bash[22181]: audit 2024-03-10T02:06:39.460583+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:40.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:40 smithi066 bash[22181]: audit 2024-03-10T02:06:39.473537+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:40.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:40 smithi066 bash[22181]: audit 2024-03-10T02:06:39.487161+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:40.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:40 smithi033 bash[21389]: cluster 2024-03-10T02:06:39.324413+0000 mgr.a (mgr.14379) 78 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:40.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:40 smithi033 bash[21389]: audit 2024-03-10T02:06:39.460583+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:40.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:40 smithi033 bash[21389]: audit 2024-03-10T02:06:39.473537+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:40.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:40 smithi033 bash[21389]: audit 2024-03-10T02:06:39.487161+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:40.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:40 smithi160 bash[22106]: cluster 2024-03-10T02:06:39.324413+0000 mgr.a (mgr.14379) 78 : cluster [DBG] pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:40.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:40 smithi160 bash[22106]: audit 2024-03-10T02:06:39.460583+0000 mon.a (mon.0) 867 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:40.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:40 smithi160 bash[22106]: audit 2024-03-10T02:06:39.473537+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:40.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:40 smithi160 bash[22106]: audit 2024-03-10T02:06:39.487161+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:42.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:42 smithi066 bash[22181]: cluster 2024-03-10T02:06:41.324924+0000 mgr.a (mgr.14379) 79 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:42.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:42 smithi066 bash[22181]: audit 2024-03-10T02:06:42.414927+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:06:42.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:42 smithi033 bash[21389]: cluster 2024-03-10T02:06:41.324924+0000 mgr.a (mgr.14379) 79 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:42.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:42 smithi033 bash[21389]: audit 2024-03-10T02:06:42.414927+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:06:42.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:42 smithi160 bash[22106]: cluster 2024-03-10T02:06:41.324924+0000 mgr.a (mgr.14379) 79 : cluster [DBG] pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:42.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:42 smithi160 bash[22106]: audit 2024-03-10T02:06:42.414927+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:06:44.806 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:44 smithi066 bash[22181]: cluster 2024-03-10T02:06:43.325470+0000 mgr.a (mgr.14379) 80 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:44.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:44 smithi033 bash[21389]: cluster 2024-03-10T02:06:43.325470+0000 mgr.a (mgr.14379) 80 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:44.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:44 smithi160 bash[22106]: cluster 2024-03-10T02:06:43.325470+0000 mgr.a (mgr.14379) 80 : cluster [DBG] pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:46.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:46 smithi066 bash[22181]: cluster 2024-03-10T02:06:45.326083+0000 mgr.a (mgr.14379) 81 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:46.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:46 smithi033 bash[21389]: cluster 2024-03-10T02:06:45.326083+0000 mgr.a (mgr.14379) 81 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:46.846 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:06:46 smithi033 bash[21673]: ::ffff:172.21.15.66 - - [10/Mar/2024:02:06:46] "GET /metrics HTTP/1.1" 200 21442 "" "Prometheus/2.43.0" 2024-03-10T02:06:46.854 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:46 smithi160 bash[22106]: cluster 2024-03-10T02:06:45.326083+0000 mgr.a (mgr.14379) 81 : cluster [DBG] pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:48.760 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:48 smithi033 bash[21389]: cluster 2024-03-10T02:06:47.326587+0000 mgr.a (mgr.14379) 82 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:48.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:48 smithi066 bash[22181]: cluster 2024-03-10T02:06:47.326587+0000 mgr.a (mgr.14379) 82 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:48.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:48 smithi160 bash[22106]: cluster 2024-03-10T02:06:47.326587+0000 mgr.a (mgr.14379) 82 : cluster [DBG] pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:50.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:50 smithi066 bash[22181]: cluster 2024-03-10T02:06:49.327204+0000 mgr.a (mgr.14379) 83 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:50.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:50 smithi033 bash[21389]: cluster 2024-03-10T02:06:49.327204+0000 mgr.a (mgr.14379) 83 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:50.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:50 smithi160 bash[22106]: cluster 2024-03-10T02:06:49.327204+0000 mgr.a (mgr.14379) 83 : cluster [DBG] pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:52.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:52 smithi066 bash[22181]: cluster 2024-03-10T02:06:51.327720+0000 mgr.a (mgr.14379) 84 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:52.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:52 smithi033 bash[21389]: cluster 2024-03-10T02:06:51.327720+0000 mgr.a (mgr.14379) 84 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:52.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:52 smithi160 bash[22106]: cluster 2024-03-10T02:06:51.327720+0000 mgr.a (mgr.14379) 84 : cluster [DBG] pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:54.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:54 smithi066 bash[22181]: audit 2024-03-10T02:06:53.194511+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:54.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:54 smithi066 bash[22181]: audit 2024-03-10T02:06:53.209463+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:54.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:54 smithi066 bash[22181]: audit 2024-03-10T02:06:53.223735+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:54.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:54 smithi066 bash[22181]: cluster 2024-03-10T02:06:53.328236+0000 mgr.a (mgr.14379) 85 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:54.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:54 smithi033 bash[21389]: audit 2024-03-10T02:06:53.194511+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:54.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:54 smithi033 bash[21389]: audit 2024-03-10T02:06:53.209463+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:54.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:54 smithi033 bash[21389]: audit 2024-03-10T02:06:53.223735+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:54.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:54 smithi033 bash[21389]: cluster 2024-03-10T02:06:53.328236+0000 mgr.a (mgr.14379) 85 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:54.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:54 smithi160 bash[22106]: audit 2024-03-10T02:06:53.194511+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:54.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:54 smithi160 bash[22106]: audit 2024-03-10T02:06:53.209463+0000 mon.a (mon.0) 871 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:54.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:54 smithi160 bash[22106]: audit 2024-03-10T02:06:53.223735+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:54.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:54 smithi160 bash[22106]: cluster 2024-03-10T02:06:53.328236+0000 mgr.a (mgr.14379) 85 : cluster [DBG] pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:56.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:56 smithi066 bash[22181]: cluster 2024-03-10T02:06:55.328753+0000 mgr.a (mgr.14379) 86 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:56.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:56 smithi066 bash[22181]: audit 2024-03-10T02:06:55.713166+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:56.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:56 smithi066 bash[22181]: audit 2024-03-10T02:06:55.725999+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:56.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:56 smithi066 bash[22181]: audit 2024-03-10T02:06:55.738365+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:56.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:56 smithi160 bash[22106]: cluster 2024-03-10T02:06:55.328753+0000 mgr.a (mgr.14379) 86 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:56.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:56 smithi160 bash[22106]: audit 2024-03-10T02:06:55.713166+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:56.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:56 smithi160 bash[22106]: audit 2024-03-10T02:06:55.725999+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:56.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:56 smithi160 bash[22106]: audit 2024-03-10T02:06:55.738365+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:57.096 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:06:56 smithi033 bash[21673]: ::ffff:172.21.15.66 - - [10/Mar/2024:02:06:56] "GET /metrics HTTP/1.1" 200 21442 "" "Prometheus/2.43.0" 2024-03-10T02:06:57.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:56 smithi033 bash[21389]: cluster 2024-03-10T02:06:55.328753+0000 mgr.a (mgr.14379) 86 : cluster [DBG] pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:57.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:56 smithi033 bash[21389]: audit 2024-03-10T02:06:55.713166+0000 mon.a (mon.0) 873 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:57.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:56 smithi033 bash[21389]: audit 2024-03-10T02:06:55.725999+0000 mon.a (mon.0) 874 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:57.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:56 smithi033 bash[21389]: audit 2024-03-10T02:06:55.738365+0000 mon.a (mon.0) 875 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:06:57.983 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:57 smithi066 bash[22181]: audit 2024-03-10T02:06:57.415231+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:06:58.050 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:57 smithi160 bash[22106]: audit 2024-03-10T02:06:57.415231+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:06:58.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:57 smithi033 bash[21389]: audit 2024-03-10T02:06:57.415231+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:06:59.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:06:58 smithi066 bash[22181]: cluster 2024-03-10T02:06:57.329262+0000 mgr.a (mgr.14379) 87 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:59.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:06:58 smithi033 bash[21389]: cluster 2024-03-10T02:06:57.329262+0000 mgr.a (mgr.14379) 87 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:06:59.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:06:58 smithi160 bash[22106]: cluster 2024-03-10T02:06:57.329262+0000 mgr.a (mgr.14379) 87 : cluster [DBG] pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:01.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:00 smithi066 bash[22181]: cluster 2024-03-10T02:06:59.329841+0000 mgr.a (mgr.14379) 88 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:01.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:00 smithi066 bash[22181]: audit 2024-03-10T02:06:59.700687+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:01.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:00 smithi066 bash[22181]: audit 2024-03-10T02:06:59.713441+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:01.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:00 smithi066 bash[22181]: audit 2024-03-10T02:06:59.726434+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:01.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:00 smithi033 bash[21389]: cluster 2024-03-10T02:06:59.329841+0000 mgr.a (mgr.14379) 88 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:01.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:00 smithi033 bash[21389]: audit 2024-03-10T02:06:59.700687+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:01.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:00 smithi033 bash[21389]: audit 2024-03-10T02:06:59.713441+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:01.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:00 smithi033 bash[21389]: audit 2024-03-10T02:06:59.726434+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:01.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:00 smithi160 bash[22106]: cluster 2024-03-10T02:06:59.329841+0000 mgr.a (mgr.14379) 88 : cluster [DBG] pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:01.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:00 smithi160 bash[22106]: audit 2024-03-10T02:06:59.700687+0000 mon.a (mon.0) 876 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:01.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:00 smithi160 bash[22106]: audit 2024-03-10T02:06:59.713441+0000 mon.a (mon.0) 877 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:01.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:00 smithi160 bash[22106]: audit 2024-03-10T02:06:59.726434+0000 mon.a (mon.0) 878 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:03.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:02 smithi066 bash[22181]: cluster 2024-03-10T02:07:01.330303+0000 mgr.a (mgr.14379) 89 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:03.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:02 smithi033 bash[21389]: cluster 2024-03-10T02:07:01.330303+0000 mgr.a (mgr.14379) 89 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:03.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:02 smithi160 bash[22106]: cluster 2024-03-10T02:07:01.330303+0000 mgr.a (mgr.14379) 89 : cluster [DBG] pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:05.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:04 smithi066 bash[22181]: cluster 2024-03-10T02:07:03.330867+0000 mgr.a (mgr.14379) 90 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:05.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:04 smithi033 bash[21389]: cluster 2024-03-10T02:07:03.330867+0000 mgr.a (mgr.14379) 90 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:05.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:04 smithi160 bash[22106]: cluster 2024-03-10T02:07:03.330867+0000 mgr.a (mgr.14379) 90 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:07.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:06 smithi066 bash[22181]: cluster 2024-03-10T02:07:05.331323+0000 mgr.a (mgr.14379) 91 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:07.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:06 smithi033 bash[21389]: cluster 2024-03-10T02:07:05.331323+0000 mgr.a (mgr.14379) 91 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:07.096 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:07:06 smithi033 bash[21673]: ::ffff:172.21.15.66 - - [10/Mar/2024:02:07:06] "GET /metrics HTTP/1.1" 200 21446 "" "Prometheus/2.43.0" 2024-03-10T02:07:07.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:06 smithi160 bash[22106]: cluster 2024-03-10T02:07:05.331323+0000 mgr.a (mgr.14379) 91 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:09.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:08 smithi066 bash[22181]: cluster 2024-03-10T02:07:07.331838+0000 mgr.a (mgr.14379) 92 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:09.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:08 smithi033 bash[21389]: cluster 2024-03-10T02:07:07.331838+0000 mgr.a (mgr.14379) 92 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:09.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:08 smithi160 bash[22106]: cluster 2024-03-10T02:07:07.331838+0000 mgr.a (mgr.14379) 92 : cluster [DBG] pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:11.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:10 smithi066 bash[22181]: cluster 2024-03-10T02:07:09.332418+0000 mgr.a (mgr.14379) 93 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:11.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:10 smithi033 bash[21389]: cluster 2024-03-10T02:07:09.332418+0000 mgr.a (mgr.14379) 93 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:11.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:10 smithi160 bash[22106]: cluster 2024-03-10T02:07:09.332418+0000 mgr.a (mgr.14379) 93 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:12.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:12 smithi033 bash[21389]: cluster 2024-03-10T02:07:11.332936+0000 mgr.a (mgr.14379) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:12.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:12 smithi033 bash[21389]: audit 2024-03-10T02:07:12.415348+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:07:13.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:12 smithi066 bash[22181]: cluster 2024-03-10T02:07:11.332936+0000 mgr.a (mgr.14379) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:13.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:12 smithi066 bash[22181]: audit 2024-03-10T02:07:12.415348+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:07:13.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:12 smithi160 bash[22106]: cluster 2024-03-10T02:07:11.332936+0000 mgr.a (mgr.14379) 94 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:13.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:12 smithi160 bash[22106]: audit 2024-03-10T02:07:12.415348+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:07:14.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:14 smithi066 bash[22181]: cluster 2024-03-10T02:07:13.333318+0000 mgr.a (mgr.14379) 95 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:14.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:14 smithi066 bash[22181]: audit 2024-03-10T02:07:13.421308+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:14.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:14 smithi066 bash[22181]: audit 2024-03-10T02:07:13.434560+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:14.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:14 smithi066 bash[22181]: audit 2024-03-10T02:07:13.449001+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:14.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:14 smithi033 bash[21389]: cluster 2024-03-10T02:07:13.333318+0000 mgr.a (mgr.14379) 95 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:14.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:14 smithi033 bash[21389]: audit 2024-03-10T02:07:13.421308+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:14.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:14 smithi033 bash[21389]: audit 2024-03-10T02:07:13.434560+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:14.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:14 smithi033 bash[21389]: audit 2024-03-10T02:07:13.449001+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:14.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:14 smithi160 bash[22106]: cluster 2024-03-10T02:07:13.333318+0000 mgr.a (mgr.14379) 95 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:14.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:14 smithi160 bash[22106]: audit 2024-03-10T02:07:13.421308+0000 mon.a (mon.0) 879 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:14.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:14 smithi160 bash[22106]: audit 2024-03-10T02:07:13.434560+0000 mon.a (mon.0) 880 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:14.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:14 smithi160 bash[22106]: audit 2024-03-10T02:07:13.449001+0000 mon.a (mon.0) 881 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:16.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:16 smithi066 bash[22181]: cluster 2024-03-10T02:07:15.333801+0000 mgr.a (mgr.14379) 96 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:16.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:16 smithi066 bash[22181]: audit 2024-03-10T02:07:15.950365+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:16.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:16 smithi066 bash[22181]: audit 2024-03-10T02:07:15.964648+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:16.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:16 smithi066 bash[22181]: audit 2024-03-10T02:07:15.978464+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:16.706 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:16 smithi033 bash[21389]: cluster 2024-03-10T02:07:15.333801+0000 mgr.a (mgr.14379) 96 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:16.706 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:16 smithi033 bash[21389]: audit 2024-03-10T02:07:15.950365+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:16.706 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:16 smithi033 bash[21389]: audit 2024-03-10T02:07:15.964648+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:16.706 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:16 smithi033 bash[21389]: audit 2024-03-10T02:07:15.978464+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:16.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:16 smithi160 bash[22106]: cluster 2024-03-10T02:07:15.333801+0000 mgr.a (mgr.14379) 96 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:16.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:16 smithi160 bash[22106]: audit 2024-03-10T02:07:15.950365+0000 mon.a (mon.0) 882 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:16.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:16 smithi160 bash[22106]: audit 2024-03-10T02:07:15.964648+0000 mon.a (mon.0) 883 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:16.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:16 smithi160 bash[22106]: audit 2024-03-10T02:07:15.978464+0000 mon.a (mon.0) 884 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:17.096 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:07:16 smithi033 bash[21673]: ::ffff:172.21.15.66 - - [10/Mar/2024:02:07:16] "GET /metrics HTTP/1.1" 200 21452 "" "Prometheus/2.43.0" 2024-03-10T02:07:18.789 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:18 smithi066 bash[22181]: cluster 2024-03-10T02:07:17.334329+0000 mgr.a (mgr.14379) 97 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:18.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:18 smithi033 bash[21389]: cluster 2024-03-10T02:07:17.334329+0000 mgr.a (mgr.14379) 97 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:18.851 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:18 smithi160 bash[22106]: cluster 2024-03-10T02:07:17.334329+0000 mgr.a (mgr.14379) 97 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:19.602 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:19 smithi160 bash[22106]: audit 2024-03-10T02:07:19.259070+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:07:19.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:19 smithi066 bash[22181]: audit 2024-03-10T02:07:19.259070+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:07:19.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:19 smithi033 bash[21389]: audit 2024-03-10T02:07:19.259070+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:07:21.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:20 smithi066 bash[22181]: cluster 2024-03-10T02:07:19.334758+0000 mgr.a (mgr.14379) 98 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:21.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:20 smithi066 bash[22181]: audit 2024-03-10T02:07:19.792593+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:21.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:20 smithi066 bash[22181]: audit 2024-03-10T02:07:19.802884+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:21.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:20 smithi066 bash[22181]: audit 2024-03-10T02:07:19.803693+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:07:21.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:20 smithi066 bash[22181]: audit 2024-03-10T02:07:19.805759+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:07:21.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:20 smithi066 bash[22181]: audit 2024-03-10T02:07:19.817753+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:21.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:20 smithi066 bash[22181]: audit 2024-03-10T02:07:19.939678+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:21.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:20 smithi066 bash[22181]: audit 2024-03-10T02:07:19.954589+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:21.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:20 smithi066 bash[22181]: audit 2024-03-10T02:07:19.969050+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:21.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:20 smithi033 bash[21389]: cluster 2024-03-10T02:07:19.334758+0000 mgr.a (mgr.14379) 98 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:21.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:20 smithi033 bash[21389]: audit 2024-03-10T02:07:19.792593+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:21.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:20 smithi033 bash[21389]: audit 2024-03-10T02:07:19.802884+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:21.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:20 smithi033 bash[21389]: audit 2024-03-10T02:07:19.803693+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:07:21.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:20 smithi033 bash[21389]: audit 2024-03-10T02:07:19.805759+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:07:21.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:20 smithi033 bash[21389]: audit 2024-03-10T02:07:19.817753+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:21.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:20 smithi033 bash[21389]: audit 2024-03-10T02:07:19.939678+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:21.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:20 smithi033 bash[21389]: audit 2024-03-10T02:07:19.954589+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:21.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:20 smithi033 bash[21389]: audit 2024-03-10T02:07:19.969050+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:21.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:20 smithi160 bash[22106]: cluster 2024-03-10T02:07:19.334758+0000 mgr.a (mgr.14379) 98 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:21.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:20 smithi160 bash[22106]: audit 2024-03-10T02:07:19.792593+0000 mon.a (mon.0) 885 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:21.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:20 smithi160 bash[22106]: audit 2024-03-10T02:07:19.802884+0000 mon.a (mon.0) 886 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:21.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:20 smithi160 bash[22106]: audit 2024-03-10T02:07:19.803693+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:07:21.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:20 smithi160 bash[22106]: audit 2024-03-10T02:07:19.805759+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:07:21.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:20 smithi160 bash[22106]: audit 2024-03-10T02:07:19.817753+0000 mon.a (mon.0) 887 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:21.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:20 smithi160 bash[22106]: audit 2024-03-10T02:07:19.939678+0000 mon.a (mon.0) 888 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:21.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:20 smithi160 bash[22106]: audit 2024-03-10T02:07:19.954589+0000 mon.a (mon.0) 889 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:21.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:20 smithi160 bash[22106]: audit 2024-03-10T02:07:19.969050+0000 mon.a (mon.0) 890 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:23.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:22 smithi066 bash[22181]: cluster 2024-03-10T02:07:21.335209+0000 mgr.a (mgr.14379) 99 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:23.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:22 smithi033 bash[21389]: cluster 2024-03-10T02:07:21.335209+0000 mgr.a (mgr.14379) 99 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:23.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:22 smithi160 bash[22106]: cluster 2024-03-10T02:07:21.335209+0000 mgr.a (mgr.14379) 99 : cluster [DBG] pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:25.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:24 smithi066 bash[22181]: cluster 2024-03-10T02:07:23.335700+0000 mgr.a (mgr.14379) 100 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:25.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:24 smithi033 bash[21389]: cluster 2024-03-10T02:07:23.335700+0000 mgr.a (mgr.14379) 100 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:25.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:24 smithi160 bash[22106]: cluster 2024-03-10T02:07:23.335700+0000 mgr.a (mgr.14379) 100 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:27.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:26 smithi066 bash[22181]: cluster 2024-03-10T02:07:25.336212+0000 mgr.a (mgr.14379) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:27.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:26 smithi033 bash[21389]: cluster 2024-03-10T02:07:25.336212+0000 mgr.a (mgr.14379) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:27.096 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:07:26 smithi033 bash[21673]: ::ffff:172.21.15.66 - - [10/Mar/2024:02:07:26] "GET /metrics HTTP/1.1" 200 21452 "" "Prometheus/2.43.0" 2024-03-10T02:07:27.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:26 smithi160 bash[22106]: cluster 2024-03-10T02:07:25.336212+0000 mgr.a (mgr.14379) 101 : cluster [DBG] pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:28.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:27 smithi033 bash[21389]: audit 2024-03-10T02:07:27.416037+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:07:28.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:27 smithi160 bash[22106]: audit 2024-03-10T02:07:27.416037+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:07:28.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:27 smithi066 bash[22181]: audit 2024-03-10T02:07:27.416037+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:07:29.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:28 smithi033 bash[21389]: cluster 2024-03-10T02:07:27.336718+0000 mgr.a (mgr.14379) 102 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:29.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:28 smithi160 bash[22106]: cluster 2024-03-10T02:07:27.336718+0000 mgr.a (mgr.14379) 102 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:29.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:28 smithi066 bash[22181]: cluster 2024-03-10T02:07:27.336718+0000 mgr.a (mgr.14379) 102 : cluster [DBG] pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:31.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:30 smithi033 bash[21389]: cluster 2024-03-10T02:07:29.337262+0000 mgr.a (mgr.14379) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:31.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:30 smithi160 bash[22106]: cluster 2024-03-10T02:07:29.337262+0000 mgr.a (mgr.14379) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:31.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:30 smithi066 bash[22181]: cluster 2024-03-10T02:07:29.337262+0000 mgr.a (mgr.14379) 103 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:33.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:32 smithi033 bash[21389]: cluster 2024-03-10T02:07:31.337780+0000 mgr.a (mgr.14379) 104 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:33.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:32 smithi160 bash[22106]: cluster 2024-03-10T02:07:31.337780+0000 mgr.a (mgr.14379) 104 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:33.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:32 smithi066 bash[22181]: cluster 2024-03-10T02:07:31.337780+0000 mgr.a (mgr.14379) 104 : cluster [DBG] pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:35.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:34 smithi066 bash[22181]: cluster 2024-03-10T02:07:33.338337+0000 mgr.a (mgr.14379) 105 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:35.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:34 smithi066 bash[22181]: audit 2024-03-10T02:07:33.663369+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:35.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:34 smithi066 bash[22181]: audit 2024-03-10T02:07:33.676068+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:35.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:34 smithi066 bash[22181]: audit 2024-03-10T02:07:33.690334+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:35.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:34 smithi033 bash[21389]: cluster 2024-03-10T02:07:33.338337+0000 mgr.a (mgr.14379) 105 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:35.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:34 smithi033 bash[21389]: audit 2024-03-10T02:07:33.663369+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:35.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:34 smithi033 bash[21389]: audit 2024-03-10T02:07:33.676068+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:35.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:34 smithi033 bash[21389]: audit 2024-03-10T02:07:33.690334+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:35.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:34 smithi160 bash[22106]: cluster 2024-03-10T02:07:33.338337+0000 mgr.a (mgr.14379) 105 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:35.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:34 smithi160 bash[22106]: audit 2024-03-10T02:07:33.663369+0000 mon.a (mon.0) 891 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:35.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:34 smithi160 bash[22106]: audit 2024-03-10T02:07:33.676068+0000 mon.a (mon.0) 892 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:35.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:34 smithi160 bash[22106]: audit 2024-03-10T02:07:33.690334+0000 mon.a (mon.0) 893 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:36.932 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:36 smithi066 bash[22181]: cluster 2024-03-10T02:07:35.338899+0000 mgr.a (mgr.14379) 106 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:36.932 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:36 smithi066 bash[22181]: audit 2024-03-10T02:07:36.159238+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:36.933 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:36 smithi066 bash[22181]: audit 2024-03-10T02:07:36.171112+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:36.933 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:36 smithi066 bash[22181]: audit 2024-03-10T02:07:36.184018+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:36.988 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:36 smithi160 bash[22106]: cluster 2024-03-10T02:07:35.338899+0000 mgr.a (mgr.14379) 106 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:36.988 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:36 smithi160 bash[22106]: audit 2024-03-10T02:07:36.159238+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:36.988 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:36 smithi160 bash[22106]: audit 2024-03-10T02:07:36.171112+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:36.988 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:36 smithi160 bash[22106]: audit 2024-03-10T02:07:36.184018+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:37.096 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:07:36 smithi033 bash[21673]: ::ffff:172.21.15.66 - - [10/Mar/2024:02:07:36] "GET /metrics HTTP/1.1" 200 21458 "" "Prometheus/2.43.0" 2024-03-10T02:07:37.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:36 smithi033 bash[21389]: cluster 2024-03-10T02:07:35.338899+0000 mgr.a (mgr.14379) 106 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:37.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:36 smithi033 bash[21389]: audit 2024-03-10T02:07:36.159238+0000 mon.a (mon.0) 894 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:37.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:36 smithi033 bash[21389]: audit 2024-03-10T02:07:36.171112+0000 mon.a (mon.0) 895 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:37.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:36 smithi033 bash[21389]: audit 2024-03-10T02:07:36.184018+0000 mon.a (mon.0) 896 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:38.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:38 smithi160 bash[22106]: cluster 2024-03-10T02:07:37.339368+0000 mgr.a (mgr.14379) 107 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:39.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:38 smithi066 bash[22181]: cluster 2024-03-10T02:07:37.339368+0000 mgr.a (mgr.14379) 107 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:39.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:38 smithi033 bash[21389]: cluster 2024-03-10T02:07:37.339368+0000 mgr.a (mgr.14379) 107 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:41.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:40 smithi066 bash[22181]: cluster 2024-03-10T02:07:39.340025+0000 mgr.a (mgr.14379) 108 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:41.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:40 smithi066 bash[22181]: audit 2024-03-10T02:07:40.156141+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:41.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:40 smithi066 bash[22181]: audit 2024-03-10T02:07:40.168629+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:41.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:40 smithi066 bash[22181]: audit 2024-03-10T02:07:40.181658+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:41.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:40 smithi033 bash[21389]: cluster 2024-03-10T02:07:39.340025+0000 mgr.a (mgr.14379) 108 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:41.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:40 smithi033 bash[21389]: audit 2024-03-10T02:07:40.156141+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:41.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:40 smithi033 bash[21389]: audit 2024-03-10T02:07:40.168629+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:41.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:40 smithi033 bash[21389]: audit 2024-03-10T02:07:40.181658+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:41.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:40 smithi160 bash[22106]: cluster 2024-03-10T02:07:39.340025+0000 mgr.a (mgr.14379) 108 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:41.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:40 smithi160 bash[22106]: audit 2024-03-10T02:07:40.156141+0000 mon.a (mon.0) 897 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:41.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:40 smithi160 bash[22106]: audit 2024-03-10T02:07:40.168629+0000 mon.a (mon.0) 898 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:41.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:40 smithi160 bash[22106]: audit 2024-03-10T02:07:40.181658+0000 mon.a (mon.0) 899 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:43.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:42 smithi066 bash[22181]: cluster 2024-03-10T02:07:41.340575+0000 mgr.a (mgr.14379) 109 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:43.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:42 smithi066 bash[22181]: audit 2024-03-10T02:07:42.416298+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:07:43.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:42 smithi033 bash[21389]: cluster 2024-03-10T02:07:41.340575+0000 mgr.a (mgr.14379) 109 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:43.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:42 smithi033 bash[21389]: audit 2024-03-10T02:07:42.416298+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:07:43.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:42 smithi160 bash[22106]: cluster 2024-03-10T02:07:41.340575+0000 mgr.a (mgr.14379) 109 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:43.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:42 smithi160 bash[22106]: audit 2024-03-10T02:07:42.416298+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:07:45.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:44 smithi066 bash[22181]: cluster 2024-03-10T02:07:43.341206+0000 mgr.a (mgr.14379) 110 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:45.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:44 smithi033 bash[21389]: cluster 2024-03-10T02:07:43.341206+0000 mgr.a (mgr.14379) 110 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:45.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:44 smithi160 bash[22106]: cluster 2024-03-10T02:07:43.341206+0000 mgr.a (mgr.14379) 110 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:47.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:46 smithi066 bash[22181]: cluster 2024-03-10T02:07:45.341881+0000 mgr.a (mgr.14379) 111 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:47.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:46 smithi033 bash[21389]: cluster 2024-03-10T02:07:45.341881+0000 mgr.a (mgr.14379) 111 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:47.096 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:07:46 smithi033 bash[21673]: ::ffff:172.21.15.66 - - [10/Mar/2024:02:07:46] "GET /metrics HTTP/1.1" 200 21454 "" "Prometheus/2.43.0" 2024-03-10T02:07:47.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:46 smithi160 bash[22106]: cluster 2024-03-10T02:07:45.341881+0000 mgr.a (mgr.14379) 111 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:49.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:48 smithi066 bash[22181]: cluster 2024-03-10T02:07:47.342530+0000 mgr.a (mgr.14379) 112 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:49.095 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:48 smithi033 bash[21389]: cluster 2024-03-10T02:07:47.342530+0000 mgr.a (mgr.14379) 112 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:49.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:48 smithi160 bash[22106]: cluster 2024-03-10T02:07:47.342530+0000 mgr.a (mgr.14379) 112 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:49.416 INFO:teuthology.orchestra.run.smithi033.stderr:+ ceph orch ls 2024-03-10T02:07:49.790 INFO:teuthology.orchestra.run.smithi033.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-03-10T02:07:49.791 INFO:teuthology.orchestra.run.smithi033.stdout:agent 3/3 16s ago 2m * 2024-03-10T02:07:49.791 INFO:teuthology.orchestra.run.smithi033.stdout:alertmanager ?:9093,9094 1/1 9s ago 4m count:1 2024-03-10T02:07:49.791 INFO:teuthology.orchestra.run.smithi033.stdout:grafana ?:3000 1/1 16s ago 4m count:1 2024-03-10T02:07:49.791 INFO:teuthology.orchestra.run.smithi033.stdout:mgr 2/2 16s ago 8m smithi033=a;smithi066=b;count:2 2024-03-10T02:07:49.791 INFO:teuthology.orchestra.run.smithi033.stdout:mon 3/3 16s ago 9m smithi033:172.21.15.33=a;smithi066:172.21.15.66=b;smithi160:172.21.15.160=c;count:3 2024-03-10T02:07:49.791 INFO:teuthology.orchestra.run.smithi033.stdout:node-exporter ?:9100 3/3 16s ago 4m * 2024-03-10T02:07:49.791 INFO:teuthology.orchestra.run.smithi033.stdout:osd 3 16s ago - 2024-03-10T02:07:49.791 INFO:teuthology.orchestra.run.smithi033.stdout:prometheus ?:9095 1/1 13s ago 4m count:1 2024-03-10T02:07:49.805 INFO:teuthology.orchestra.run.smithi033.stderr:+ ceph orch ps 2024-03-10T02:07:50.181 INFO:teuthology.orchestra.run.smithi033.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-03-10T02:07:50.181 INFO:teuthology.orchestra.run.smithi033.stdout:agent.smithi033 smithi033 running 16s ago 10m - - 2024-03-10T02:07:50.181 INFO:teuthology.orchestra.run.smithi033.stdout:agent.smithi066 smithi066 running 14s ago 9m - - 2024-03-10T02:07:50.181 INFO:teuthology.orchestra.run.smithi033.stdout:agent.smithi160 smithi160 running 10s ago 9m - - 2024-03-10T02:07:50.182 INFO:teuthology.orchestra.run.smithi033.stdout:alertmanager.smithi160 smithi160 *:9093,9094 running (2m) 10s ago 3m 14.1M - 0.25.0 c8568f914cd2 484062cb10f8 2024-03-10T02:07:50.182 INFO:teuthology.orchestra.run.smithi033.stdout:grafana.smithi033 smithi033 *:3000 running (2m) 16s ago 3m 73.9M - 9.4.12 a0ea5e3c46d9 7ce144b2614f 2024-03-10T02:07:50.182 INFO:teuthology.orchestra.run.smithi033.stdout:mgr.a smithi033 *:9283,8765 running (11m) 16s ago 11m 489M - 19.0.0-1875-g831bc188 01a4f6a6bb3e 27e56e9aa1cd 2024-03-10T02:07:50.182 INFO:teuthology.orchestra.run.smithi033.stdout:mgr.b smithi066 *:8443,8765 running (8m) 14s ago 8m 437M - 19.0.0-1875-g831bc188 01a4f6a6bb3e d2fc7a059439 2024-03-10T02:07:50.182 INFO:teuthology.orchestra.run.smithi033.stdout:mon.a smithi033 running (11m) 16s ago 11m 44.9M 2048M 19.0.0-1875-g831bc188 01a4f6a6bb3e 6bc584e0849c 2024-03-10T02:07:50.182 INFO:teuthology.orchestra.run.smithi033.stdout:mon.b smithi066 running (8m) 14s ago 8m 35.6M 2048M 19.0.0-1875-g831bc188 01a4f6a6bb3e c19c5b18f196 2024-03-10T02:07:50.182 INFO:teuthology.orchestra.run.smithi033.stdout:mon.c smithi160 running (8m) 10s ago 8m 33.7M 2048M 19.0.0-1875-g831bc188 01a4f6a6bb3e c7c9842fc21f 2024-03-10T02:07:50.182 INFO:teuthology.orchestra.run.smithi033.stdout:node-exporter.smithi033 smithi033 *:9100 running (3m) 16s ago 4m 8364k - 1.5.0 0da6a335fe13 7a3273df1d44 2024-03-10T02:07:50.182 INFO:teuthology.orchestra.run.smithi033.stdout:node-exporter.smithi066 smithi066 *:9100 running (3m) 14s ago 3m 8047k - 1.5.0 0da6a335fe13 82c37805a82d 2024-03-10T02:07:50.182 INFO:teuthology.orchestra.run.smithi033.stdout:node-exporter.smithi160 smithi160 *:9100 running (3m) 10s ago 3m 8819k - 1.5.0 0da6a335fe13 013d93ed62c1 2024-03-10T02:07:50.182 INFO:teuthology.orchestra.run.smithi033.stdout:osd.0 smithi033 running (7m) 16s ago 7m 38.1M 4096M 19.0.0-1875-g831bc188 01a4f6a6bb3e 083b981fc010 2024-03-10T02:07:50.182 INFO:teuthology.orchestra.run.smithi033.stdout:osd.1 smithi066 running (6m) 14s ago 6m 38.4M 4096M 19.0.0-1875-g831bc188 01a4f6a6bb3e 3ec3bbc28331 2024-03-10T02:07:50.183 INFO:teuthology.orchestra.run.smithi033.stdout:osd.2 smithi160 running (5m) 10s ago 5m 37.0M 4096M 19.0.0-1875-g831bc188 01a4f6a6bb3e fb9beac2d12e 2024-03-10T02:07:50.183 INFO:teuthology.orchestra.run.smithi033.stdout:prometheus.smithi066 smithi066 *:9095 running (3m) 14s ago 3m 41.5M - 2.43.0 a07b618ecd1d 1848d9449eb6 2024-03-10T02:07:50.195 INFO:teuthology.orchestra.run.smithi033.stderr:+ ceph orch host ls 2024-03-10T02:07:50.536 INFO:teuthology.orchestra.run.smithi033.stdout:HOST ADDR LABELS STATUS 2024-03-10T02:07:50.536 INFO:teuthology.orchestra.run.smithi033.stdout:smithi033 172.21.15.33 2024-03-10T02:07:50.536 INFO:teuthology.orchestra.run.smithi033.stdout:smithi066 172.21.15.66 2024-03-10T02:07:50.537 INFO:teuthology.orchestra.run.smithi033.stdout:smithi160 172.21.15.160 2024-03-10T02:07:50.537 INFO:teuthology.orchestra.run.smithi033.stdout:3 hosts in cluster 2024-03-10T02:07:50.550 INFO:teuthology.orchestra.run.smithi033.stderr:++ ceph orch ps --daemon-type mon -f json 2024-03-10T02:07:50.550 INFO:teuthology.orchestra.run.smithi033.stderr:++ jq -r 'last | .daemon_name' 2024-03-10T02:07:50.927 INFO:teuthology.orchestra.run.smithi033.stderr:+ MON_DAEMON=mon.c 2024-03-10T02:07:50.927 INFO:teuthology.orchestra.run.smithi033.stderr:++ ceph orch ps --daemon-type grafana -f json 2024-03-10T02:07:50.927 INFO:teuthology.orchestra.run.smithi033.stderr:++ jq -e '.[]' 2024-03-10T02:07:50.927 INFO:teuthology.orchestra.run.smithi033.stderr:++ jq -r .hostname 2024-03-10T02:07:51.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:50 smithi066 bash[22181]: cluster 2024-03-10T02:07:49.343228+0000 mgr.a (mgr.14379) 113 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:51.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:50 smithi066 bash[22181]: audit 2024-03-10T02:07:49.779139+0000 mgr.a (mgr.14379) 114 : audit [DBG] from='client.14415 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T02:07:51.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:50 smithi033 bash[21389]: cluster 2024-03-10T02:07:49.343228+0000 mgr.a (mgr.14379) 113 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:51.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:50 smithi033 bash[21389]: audit 2024-03-10T02:07:49.779139+0000 mgr.a (mgr.14379) 114 : audit [DBG] from='client.14415 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T02:07:51.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:50 smithi160 bash[22106]: cluster 2024-03-10T02:07:49.343228+0000 mgr.a (mgr.14379) 113 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:51.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:50 smithi160 bash[22106]: audit 2024-03-10T02:07:49.779139+0000 mgr.a (mgr.14379) 114 : audit [DBG] from='client.14415 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T02:07:51.287 INFO:teuthology.orchestra.run.smithi033.stderr:+ GRAFANA_HOST=smithi033 2024-03-10T02:07:51.287 INFO:teuthology.orchestra.run.smithi033.stderr:++ ceph orch ps --daemon-type prometheus -f json 2024-03-10T02:07:51.287 INFO:teuthology.orchestra.run.smithi033.stderr:++ jq -e '.[]' 2024-03-10T02:07:51.287 INFO:teuthology.orchestra.run.smithi033.stderr:++ jq -r .hostname 2024-03-10T02:07:51.656 INFO:teuthology.orchestra.run.smithi033.stderr:+ PROM_HOST=smithi066 2024-03-10T02:07:51.656 INFO:teuthology.orchestra.run.smithi033.stderr:++ ceph orch ps --daemon-type alertmanager -f json 2024-03-10T02:07:51.656 INFO:teuthology.orchestra.run.smithi033.stderr:++ jq -e '.[]' 2024-03-10T02:07:51.656 INFO:teuthology.orchestra.run.smithi033.stderr:++ jq -r .hostname 2024-03-10T02:07:51.803 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:51 smithi033 bash[21389]: audit 2024-03-10T02:07:50.154642+0000 mgr.a (mgr.14379) 115 : audit [DBG] from='client.14421 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T02:07:51.804 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:51 smithi033 bash[21389]: audit 2024-03-10T02:07:50.537151+0000 mgr.a (mgr.14379) 116 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T02:07:52.017 INFO:teuthology.orchestra.run.smithi033.stderr:+ ALERTM_HOST=smithi160 2024-03-10T02:07:52.018 INFO:teuthology.orchestra.run.smithi033.stderr:++ ceph orch host ls -f json 2024-03-10T02:07:52.018 INFO:teuthology.orchestra.run.smithi033.stderr:++ jq -r --arg GRAFANA_HOST smithi033 '.[] | select(.hostname==$GRAFANA_HOST) | .addr' 2024-03-10T02:07:52.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:51 smithi066 bash[22181]: audit 2024-03-10T02:07:50.154642+0000 mgr.a (mgr.14379) 115 : audit [DBG] from='client.14421 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T02:07:52.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:51 smithi066 bash[22181]: audit 2024-03-10T02:07:50.537151+0000 mgr.a (mgr.14379) 116 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T02:07:52.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:51 smithi160 bash[22106]: audit 2024-03-10T02:07:50.154642+0000 mgr.a (mgr.14379) 115 : audit [DBG] from='client.14421 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T02:07:52.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:51 smithi160 bash[22106]: audit 2024-03-10T02:07:50.537151+0000 mgr.a (mgr.14379) 116 : audit [DBG] from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T02:07:52.363 INFO:teuthology.orchestra.run.smithi033.stderr:+ GRAFANA_IP=172.21.15.33 2024-03-10T02:07:52.364 INFO:teuthology.orchestra.run.smithi033.stderr:++ ceph orch host ls -f json 2024-03-10T02:07:52.364 INFO:teuthology.orchestra.run.smithi033.stderr:++ jq -r --arg PROM_HOST smithi066 '.[] | select(.hostname==$PROM_HOST) | .addr' 2024-03-10T02:07:52.716 INFO:teuthology.orchestra.run.smithi033.stderr:+ PROM_IP=172.21.15.66 2024-03-10T02:07:52.716 INFO:teuthology.orchestra.run.smithi033.stderr:++ ceph orch host ls -f json 2024-03-10T02:07:52.716 INFO:teuthology.orchestra.run.smithi033.stderr:++ jq -r --arg ALERTM_HOST smithi160 '.[] | select(.hostname==$ALERTM_HOST) | .addr' 2024-03-10T02:07:53.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:52 smithi066 bash[22181]: audit 2024-03-10T02:07:50.903619+0000 mgr.a (mgr.14379) 117 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T02:07:53.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:52 smithi066 bash[22181]: audit 2024-03-10T02:07:51.266408+0000 mgr.a (mgr.14379) 118 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T02:07:53.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:52 smithi066 bash[22181]: cluster 2024-03-10T02:07:51.343737+0000 mgr.a (mgr.14379) 119 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:53.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:52 smithi066 bash[22181]: audit 2024-03-10T02:07:51.640204+0000 mgr.a (mgr.14379) 120 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T02:07:53.059 INFO:teuthology.orchestra.run.smithi033.stderr:+ ALERTM_IP=172.21.15.160 2024-03-10T02:07:53.060 INFO:teuthology.orchestra.run.smithi033.stderr:++ ceph orch host ls -f json 2024-03-10T02:07:53.060 INFO:teuthology.orchestra.run.smithi033.stderr:++ jq -r '.[] | .addr' 2024-03-10T02:07:53.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:52 smithi033 bash[21389]: audit 2024-03-10T02:07:50.903619+0000 mgr.a (mgr.14379) 117 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T02:07:53.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:52 smithi033 bash[21389]: audit 2024-03-10T02:07:51.266408+0000 mgr.a (mgr.14379) 118 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T02:07:53.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:52 smithi033 bash[21389]: cluster 2024-03-10T02:07:51.343737+0000 mgr.a (mgr.14379) 119 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:53.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:52 smithi033 bash[21389]: audit 2024-03-10T02:07:51.640204+0000 mgr.a (mgr.14379) 120 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T02:07:53.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:52 smithi160 bash[22106]: audit 2024-03-10T02:07:50.903619+0000 mgr.a (mgr.14379) 117 : audit [DBG] from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "mon", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T02:07:53.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:52 smithi160 bash[22106]: audit 2024-03-10T02:07:51.266408+0000 mgr.a (mgr.14379) 118 : audit [DBG] from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "grafana", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T02:07:53.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:52 smithi160 bash[22106]: cluster 2024-03-10T02:07:51.343737+0000 mgr.a (mgr.14379) 119 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:53.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:52 smithi160 bash[22106]: audit 2024-03-10T02:07:51.640204+0000 mgr.a (mgr.14379) 120 : audit [DBG] from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "prometheus", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T02:07:53.391 INFO:teuthology.orchestra.run.smithi033.stderr:+ ALL_HOST_IPS='172.21.15.33 2024-03-10T02:07:53.391 INFO:teuthology.orchestra.run.smithi033.stderr:172.21.15.66 2024-03-10T02:07:53.391 INFO:teuthology.orchestra.run.smithi033.stderr:172.21.15.160' 2024-03-10T02:07:53.391 INFO:teuthology.orchestra.run.smithi033.stderr:+ for ip in $ALL_HOST_IPS 2024-03-10T02:07:53.391 INFO:teuthology.orchestra.run.smithi033.stderr:+ curl -s http://172.21.15.33:9100/metric 2024-03-10T02:07:53.394 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-03-10T02:07:53.394 INFO:teuthology.orchestra.run.smithi033.stdout: Node Exporter 2024-03-10T02:07:53.395 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-03-10T02:07:53.395 INFO:teuthology.orchestra.run.smithi033.stdout:

Node Exporter

2024-03-10T02:07:53.395 INFO:teuthology.orchestra.run.smithi033.stdout:

Metrics

2024-03-10T02:07:53.395 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-03-10T02:07:53.395 INFO:teuthology.orchestra.run.smithi033.stderr:+ for ip in $ALL_HOST_IPS 2024-03-10T02:07:53.395 INFO:teuthology.orchestra.run.smithi033.stderr:+ curl -s http://172.21.15.66:9100/metric 2024-03-10T02:07:53.399 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-03-10T02:07:53.399 INFO:teuthology.orchestra.run.smithi033.stdout: Node Exporter 2024-03-10T02:07:53.399 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-03-10T02:07:53.400 INFO:teuthology.orchestra.run.smithi033.stdout:

Node Exporter

2024-03-10T02:07:53.400 INFO:teuthology.orchestra.run.smithi033.stdout:

Metrics

2024-03-10T02:07:53.400 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-03-10T02:07:53.400 INFO:teuthology.orchestra.run.smithi033.stderr:+ for ip in $ALL_HOST_IPS 2024-03-10T02:07:53.400 INFO:teuthology.orchestra.run.smithi033.stderr:+ curl -s http://172.21.15.160:9100/metric 2024-03-10T02:07:53.403 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-03-10T02:07:53.403 INFO:teuthology.orchestra.run.smithi033.stdout: Node Exporter 2024-03-10T02:07:53.403 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-03-10T02:07:53.403 INFO:teuthology.orchestra.run.smithi033.stdout:

Node Exporter

2024-03-10T02:07:53.403 INFO:teuthology.orchestra.run.smithi033.stdout:

Metrics

2024-03-10T02:07:53.403 INFO:teuthology.orchestra.run.smithi033.stdout: 2024-03-10T02:07:53.404 INFO:teuthology.orchestra.run.smithi033.stderr:+ curl -k -s https://172.21.15.33:3000/api/health 2024-03-10T02:07:53.415 INFO:teuthology.orchestra.run.smithi033.stdout: { 2024-03-10T02:07:53.415 INFO:teuthology.orchestra.run.smithi033.stdout: "commit": "37ee25ba46", 2024-03-10T02:07:53.415 INFO:teuthology.orchestra.run.smithi033.stdout: "database": "ok", 2024-03-10T02:07:53.415 INFO:teuthology.orchestra.run.smithi033.stdout: "version": "9.4.12" 2024-03-10T02:07:53.416 INFO:teuthology.orchestra.run.smithi033.stderr:+ curl -k -s https://172.21.15.33:3000/api/health 2024-03-10T02:07:53.416 INFO:teuthology.orchestra.run.smithi033.stderr:+ jq -e '.database == "ok"' 2024-03-10T02:07:53.430 INFO:teuthology.orchestra.run.smithi033.stdout:}true 2024-03-10T02:07:53.430 INFO:teuthology.orchestra.run.smithi033.stderr:+ ceph orch daemon stop mon.c 2024-03-10T02:07:53.804 INFO:teuthology.orchestra.run.smithi033.stdout:Scheduled to stop mon.c on host 'smithi160' 2024-03-10T02:07:53.818 INFO:teuthology.orchestra.run.smithi033.stderr:+ sleep 120 2024-03-10T02:07:53.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:53 smithi033 bash[21389]: audit 2024-03-10T02:07:52.001692+0000 mgr.a (mgr.14379) 121 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T02:07:53.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:53 smithi033 bash[21389]: audit 2024-03-10T02:07:52.352554+0000 mgr.a (mgr.14379) 122 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T02:07:53.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:53 smithi033 bash[21389]: audit 2024-03-10T02:07:52.703455+0000 mgr.a (mgr.14379) 123 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T02:07:54.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:53 smithi066 bash[22181]: audit 2024-03-10T02:07:52.001692+0000 mgr.a (mgr.14379) 121 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T02:07:54.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:53 smithi066 bash[22181]: audit 2024-03-10T02:07:52.352554+0000 mgr.a (mgr.14379) 122 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T02:07:54.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:53 smithi066 bash[22181]: audit 2024-03-10T02:07:52.703455+0000 mgr.a (mgr.14379) 123 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T02:07:54.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:53 smithi160 bash[22106]: audit 2024-03-10T02:07:52.001692+0000 mgr.a (mgr.14379) 121 : audit [DBG] from='client.14451 -' entity='client.admin' cmd=[{"prefix": "orch ps", "daemon_type": "alertmanager", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T02:07:54.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:53 smithi160 bash[22106]: audit 2024-03-10T02:07:52.352554+0000 mgr.a (mgr.14379) 122 : audit [DBG] from='client.14457 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T02:07:54.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:53 smithi160 bash[22106]: audit 2024-03-10T02:07:52.703455+0000 mgr.a (mgr.14379) 123 : audit [DBG] from='client.14463 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T02:07:55.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:54 smithi066 bash[22181]: audit 2024-03-10T02:07:53.047671+0000 mgr.a (mgr.14379) 124 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T02:07:55.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:54 smithi066 bash[22181]: cluster 2024-03-10T02:07:53.344096+0000 mgr.a (mgr.14379) 125 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:55.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:54 smithi066 bash[22181]: audit 2024-03-10T02:07:53.380036+0000 mgr.a (mgr.14379) 126 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T02:07:55.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:54 smithi066 bash[22181]: audit 2024-03-10T02:07:53.779997+0000 mgr.a (mgr.14379) 127 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T02:07:55.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:54 smithi066 bash[22181]: cephadm 2024-03-10T02:07:53.780803+0000 mgr.a (mgr.14379) 128 : cephadm [INF] Schedule stop daemon mon.c 2024-03-10T02:07:55.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:54 smithi066 bash[22181]: audit 2024-03-10T02:07:53.787552+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:55.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:54 smithi066 bash[22181]: audit 2024-03-10T02:07:53.794075+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:55.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:54 smithi066 bash[22181]: audit 2024-03-10T02:07:53.800952+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:55.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:54 smithi066 bash[22181]: audit 2024-03-10T02:07:53.812014+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:55.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:54 smithi066 bash[22181]: audit 2024-03-10T02:07:53.824442+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:55.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:54 smithi066 bash[22181]: audit 2024-03-10T02:07:53.847356+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:07:55.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:54 smithi066 bash[22181]: audit 2024-03-10T02:07:53.850942+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:07:55.055 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:54 smithi066 bash[22181]: audit 2024-03-10T02:07:53.852484+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:07:55.056 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:54 smithi066 bash[22181]: audit 2024-03-10T02:07:53.862366+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:55.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:54 smithi033 bash[21389]: audit 2024-03-10T02:07:53.047671+0000 mgr.a (mgr.14379) 124 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T02:07:55.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:54 smithi033 bash[21389]: cluster 2024-03-10T02:07:53.344096+0000 mgr.a (mgr.14379) 125 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:55.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:54 smithi033 bash[21389]: audit 2024-03-10T02:07:53.380036+0000 mgr.a (mgr.14379) 126 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T02:07:55.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:54 smithi033 bash[21389]: audit 2024-03-10T02:07:53.779997+0000 mgr.a (mgr.14379) 127 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T02:07:55.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:54 smithi033 bash[21389]: cephadm 2024-03-10T02:07:53.780803+0000 mgr.a (mgr.14379) 128 : cephadm [INF] Schedule stop daemon mon.c 2024-03-10T02:07:55.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:54 smithi033 bash[21389]: audit 2024-03-10T02:07:53.787552+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:55.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:54 smithi033 bash[21389]: audit 2024-03-10T02:07:53.794075+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:55.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:54 smithi033 bash[21389]: audit 2024-03-10T02:07:53.800952+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:55.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:54 smithi033 bash[21389]: audit 2024-03-10T02:07:53.812014+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:55.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:54 smithi033 bash[21389]: audit 2024-03-10T02:07:53.824442+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:55.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:54 smithi033 bash[21389]: audit 2024-03-10T02:07:53.847356+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:07:55.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:54 smithi033 bash[21389]: audit 2024-03-10T02:07:53.850942+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:07:55.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:54 smithi033 bash[21389]: audit 2024-03-10T02:07:53.852484+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:07:55.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:54 smithi033 bash[21389]: audit 2024-03-10T02:07:53.862366+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:55.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:54 smithi160 bash[22106]: audit 2024-03-10T02:07:53.047671+0000 mgr.a (mgr.14379) 124 : audit [DBG] from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T02:07:55.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:54 smithi160 bash[22106]: cluster 2024-03-10T02:07:53.344096+0000 mgr.a (mgr.14379) 125 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:55.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:54 smithi160 bash[22106]: audit 2024-03-10T02:07:53.380036+0000 mgr.a (mgr.14379) 126 : audit [DBG] from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-03-10T02:07:55.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:54 smithi160 bash[22106]: audit 2024-03-10T02:07:53.779997+0000 mgr.a (mgr.14379) 127 : audit [DBG] from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "mon.c", "target": ["mon-mgr", ""]}]: dispatch 2024-03-10T02:07:55.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:54 smithi160 bash[22106]: cephadm 2024-03-10T02:07:53.780803+0000 mgr.a (mgr.14379) 128 : cephadm [INF] Schedule stop daemon mon.c 2024-03-10T02:07:55.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:54 smithi160 bash[22106]: audit 2024-03-10T02:07:53.787552+0000 mon.a (mon.0) 900 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:55.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:54 smithi160 bash[22106]: audit 2024-03-10T02:07:53.794075+0000 mon.a (mon.0) 901 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:55.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:54 smithi160 bash[22106]: audit 2024-03-10T02:07:53.800952+0000 mon.a (mon.0) 902 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:55.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:54 smithi160 bash[22106]: audit 2024-03-10T02:07:53.812014+0000 mon.a (mon.0) 903 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:55.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:54 smithi160 bash[22106]: audit 2024-03-10T02:07:53.824442+0000 mon.a (mon.0) 904 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:55.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:54 smithi160 bash[22106]: audit 2024-03-10T02:07:53.847356+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:07:55.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:54 smithi160 bash[22106]: audit 2024-03-10T02:07:53.850942+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:07:55.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:54 smithi160 bash[22106]: audit 2024-03-10T02:07:53.852484+0000 mon.b (mon.2) 70 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:07:55.103 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:54 smithi160 bash[22106]: audit 2024-03-10T02:07:53.862366+0000 mon.a (mon.0) 905 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:57.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:56 smithi066 bash[22181]: cluster 2024-03-10T02:07:55.344586+0000 mgr.a (mgr.14379) 129 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:57.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:56 smithi066 bash[22181]: audit 2024-03-10T02:07:56.408883+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:57.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:56 smithi066 bash[22181]: audit 2024-03-10T02:07:56.422327+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:57.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:56 smithi066 bash[22181]: audit 2024-03-10T02:07:56.435722+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:57.096 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:07:56 smithi033 bash[21673]: ::ffff:172.21.15.66 - - [10/Mar/2024:02:07:56] "GET /metrics HTTP/1.1" 200 21454 "" "Prometheus/2.43.0" 2024-03-10T02:07:57.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:56 smithi033 bash[21389]: cluster 2024-03-10T02:07:55.344586+0000 mgr.a (mgr.14379) 129 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:57.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:56 smithi033 bash[21389]: audit 2024-03-10T02:07:56.408883+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:57.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:56 smithi033 bash[21389]: audit 2024-03-10T02:07:56.422327+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:57.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:56 smithi033 bash[21389]: audit 2024-03-10T02:07:56.435722+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:57.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:56 smithi160 bash[22106]: cluster 2024-03-10T02:07:55.344586+0000 mgr.a (mgr.14379) 129 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:57.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:56 smithi160 bash[22106]: audit 2024-03-10T02:07:56.408883+0000 mon.a (mon.0) 906 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:57.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:56 smithi160 bash[22106]: audit 2024-03-10T02:07:56.422327+0000 mon.a (mon.0) 907 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:57.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:56 smithi160 bash[22106]: audit 2024-03-10T02:07:56.435722+0000 mon.a (mon.0) 908 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:07:57.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:57 smithi066 bash[22181]: audit 2024-03-10T02:07:57.416590+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:07:58.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:57 smithi033 bash[21389]: audit 2024-03-10T02:07:57.416590+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:07:58.102 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:57 smithi160 bash[22106]: audit 2024-03-10T02:07:57.416590+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:07:58.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:58 smithi160 bash[22106]: cluster 2024-03-10T02:07:57.345079+0000 mgr.a (mgr.14379) 130 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:59.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:07:58 smithi066 bash[22181]: cluster 2024-03-10T02:07:57.345079+0000 mgr.a (mgr.14379) 130 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:59.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:07:58 smithi033 bash[21389]: cluster 2024-03-10T02:07:57.345079+0000 mgr.a (mgr.14379) 130 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:07:59.222 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:58 smithi160 systemd[1]: Stopping Ceph mon.c for 1bb78214-de81-11ee-95c7-87774f69a715... 2024-03-10T02:07:59.634 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:59 smithi160 bash[22106]: debug 2024-03-10T02:07:59.220+0000 7f16f9c70700 -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-10T02:07:59.635 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:07:59 smithi160 bash[22106]: debug 2024-03-10T02:07:59.220+0000 7f16f9c70700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-03-10T02:08:00.517 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:08:00 smithi160 bash[34906]: ceph-1bb78214-de81-11ee-95c7-87774f69a715-mon-c 2024-03-10T02:08:00.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:08:00 smithi160 bash[34991]: Error response from daemon: No such container: ceph-1bb78214-de81-11ee-95c7-87774f69a715-mon-c 2024-03-10T02:08:00.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:08:00 smithi160 systemd[1]: ceph-1bb78214-de81-11ee-95c7-87774f69a715@mon.c.service: Deactivated successfully. 2024-03-10T02:08:00.852 INFO:journalctl@ceph.mon.c.smithi160.stdout:Mar 10 02:08:00 smithi160 systemd[1]: Stopped Ceph mon.c for 1bb78214-de81-11ee-95c7-87774f69a715. 2024-03-10T02:08:07.096 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:08:06 smithi033 bash[21673]: ::ffff:172.21.15.66 - - [10/Mar/2024:02:08:06] "GET /metrics HTTP/1.1" 200 21456 "" "Prometheus/2.43.0" 2024-03-10T02:08:15.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: cluster 2024-03-10T02:07:59.345600+0000 mgr.a (mgr.14379) 131 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:15.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: cluster 2024-03-10T02:08:01.346103+0000 mgr.a (mgr.14379) 132 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:15.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: cluster 2024-03-10T02:08:03.346610+0000 mgr.a (mgr.14379) 133 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:15.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: cluster 2024-03-10T02:08:05.347101+0000 mgr.a (mgr.14379) 134 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:15.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: cluster 2024-03-10T02:08:07.347570+0000 mgr.a (mgr.14379) 135 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:15.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: cluster 2024-03-10T02:08:08.807251+0000 mon.b (mon.2) 72 : cluster [INF] mon.b calling monitor election 2024-03-10T02:08:15.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: cluster 2024-03-10T02:08:08.812592+0000 mon.a (mon.0) 909 : cluster [INF] mon.a calling monitor election 2024-03-10T02:08:15.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: cluster 2024-03-10T02:08:09.348114+0000 mgr.a (mgr.14379) 136 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:15.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: cluster 2024-03-10T02:08:11.348636+0000 mgr.a (mgr.14379) 137 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:15.097 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: audit 2024-03-10T02:08:12.417262+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:08:15.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: cluster 2024-03-10T02:08:13.349163+0000 mgr.a (mgr.14379) 138 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:15.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: cluster 2024-03-10T02:08:13.832205+0000 mon.a (mon.0) 910 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-03-10T02:08:15.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: cluster 2024-03-10T02:08:13.839464+0000 mon.a (mon.0) 911 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0],b=[v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0],c=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-10T02:08:15.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: cluster 2024-03-10T02:08:13.859297+0000 mon.a (mon.0) 912 : cluster [DBG] fsmap 2024-03-10T02:08:15.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: cluster 2024-03-10T02:08:13.859350+0000 mon.a (mon.0) 913 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-10T02:08:15.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: cluster 2024-03-10T02:08:13.860292+0000 mon.a (mon.0) 914 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-03-10T02:08:15.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: cluster 2024-03-10T02:08:13.860439+0000 mon.a (mon.0) 915 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-03-10T02:08:15.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: audit 2024-03-10T02:08:13.882209+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:15.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: cluster 2024-03-10T02:08:13.882550+0000 mon.a (mon.0) 917 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-03-10T02:08:15.098 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: cluster 2024-03-10T02:08:13.882585+0000 mon.a (mon.0) 918 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-03-10T02:08:15.099 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: cluster 2024-03-10T02:08:13.882601+0000 mon.a (mon.0) 919 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] is down (out of quorum) 2024-03-10T02:08:15.099 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: audit 2024-03-10T02:08:13.888937+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:15.099 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: audit 2024-03-10T02:08:13.902766+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:15.099 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: audit 2024-03-10T02:08:13.908243+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:15.099 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: audit 2024-03-10T02:08:13.917153+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:08:15.099 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: audit 2024-03-10T02:08:13.918660+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:15.099 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: audit 2024-03-10T02:08:13.995649+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:15.099 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: audit 2024-03-10T02:08:14.006687+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:15.099 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: audit 2024-03-10T02:08:14.018529+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:15.099 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: audit 2024-03-10T02:08:14.451229+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:15.099 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: audit 2024-03-10T02:08:14.464799+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:08:15.099 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: audit 2024-03-10T02:08:14.465419+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:15.099 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: audit 2024-03-10T02:08:14.466666+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:08:15.099 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:14 smithi033 bash[21389]: audit 2024-03-10T02:08:14.482783+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:15.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: cluster 2024-03-10T02:07:59.345600+0000 mgr.a (mgr.14379) 131 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:15.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: cluster 2024-03-10T02:08:01.346103+0000 mgr.a (mgr.14379) 132 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:15.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: cluster 2024-03-10T02:08:03.346610+0000 mgr.a (mgr.14379) 133 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:15.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: cluster 2024-03-10T02:08:05.347101+0000 mgr.a (mgr.14379) 134 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:15.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: cluster 2024-03-10T02:08:07.347570+0000 mgr.a (mgr.14379) 135 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:15.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: cluster 2024-03-10T02:08:08.807251+0000 mon.b (mon.2) 72 : cluster [INF] mon.b calling monitor election 2024-03-10T02:08:15.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: cluster 2024-03-10T02:08:08.812592+0000 mon.a (mon.0) 909 : cluster [INF] mon.a calling monitor election 2024-03-10T02:08:15.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: cluster 2024-03-10T02:08:09.348114+0000 mgr.a (mgr.14379) 136 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:15.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: cluster 2024-03-10T02:08:11.348636+0000 mgr.a (mgr.14379) 137 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:15.305 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: audit 2024-03-10T02:08:12.417262+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:08:15.306 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: cluster 2024-03-10T02:08:13.349163+0000 mgr.a (mgr.14379) 138 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:15.306 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: cluster 2024-03-10T02:08:13.832205+0000 mon.a (mon.0) 910 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-03-10T02:08:15.306 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: cluster 2024-03-10T02:08:13.839464+0000 mon.a (mon.0) 911 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.33:3300/0,v1:172.21.15.33:6789/0],b=[v2:172.21.15.66:3300/0,v1:172.21.15.66:6789/0],c=[v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0]} removed_ranks: {} disallowed_leaders: {} 2024-03-10T02:08:15.306 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: cluster 2024-03-10T02:08:13.859297+0000 mon.a (mon.0) 912 : cluster [DBG] fsmap 2024-03-10T02:08:15.306 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: cluster 2024-03-10T02:08:13.859350+0000 mon.a (mon.0) 913 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-03-10T02:08:15.306 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: cluster 2024-03-10T02:08:13.860292+0000 mon.a (mon.0) 914 : cluster [DBG] mgrmap e21: a(active, since 3m), standbys: b 2024-03-10T02:08:15.306 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: cluster 2024-03-10T02:08:13.860439+0000 mon.a (mon.0) 915 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-03-10T02:08:15.306 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: audit 2024-03-10T02:08:13.882209+0000 mon.a (mon.0) 916 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:15.306 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: cluster 2024-03-10T02:08:13.882550+0000 mon.a (mon.0) 917 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-03-10T02:08:15.306 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: cluster 2024-03-10T02:08:13.882585+0000 mon.a (mon.0) 918 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-03-10T02:08:15.306 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: cluster 2024-03-10T02:08:13.882601+0000 mon.a (mon.0) 919 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.160:3300/0,v1:172.21.15.160:6789/0] is down (out of quorum) 2024-03-10T02:08:15.306 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: audit 2024-03-10T02:08:13.888937+0000 mon.a (mon.0) 920 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:15.306 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: audit 2024-03-10T02:08:13.902766+0000 mon.a (mon.0) 921 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:15.307 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: audit 2024-03-10T02:08:13.908243+0000 mon.a (mon.0) 922 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:15.307 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: audit 2024-03-10T02:08:13.917153+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:08:15.307 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: audit 2024-03-10T02:08:13.918660+0000 mon.a (mon.0) 923 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:15.307 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: audit 2024-03-10T02:08:13.995649+0000 mon.a (mon.0) 924 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:15.307 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: audit 2024-03-10T02:08:14.006687+0000 mon.a (mon.0) 925 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:15.307 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: audit 2024-03-10T02:08:14.018529+0000 mon.a (mon.0) 926 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:15.307 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: audit 2024-03-10T02:08:14.451229+0000 mon.a (mon.0) 927 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:15.307 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: audit 2024-03-10T02:08:14.464799+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:08:15.307 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: audit 2024-03-10T02:08:14.465419+0000 mon.a (mon.0) 928 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:15.307 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: audit 2024-03-10T02:08:14.466666+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:08:15.307 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:14 smithi066 bash[22181]: audit 2024-03-10T02:08:14.482783+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:17.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:16 smithi066 bash[22181]: cluster 2024-03-10T02:08:15.349670+0000 mgr.a (mgr.14379) 139 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:17.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:16 smithi066 bash[22181]: audit 2024-03-10T02:08:16.651925+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:17.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:16 smithi066 bash[22181]: audit 2024-03-10T02:08:16.666673+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:17.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:16 smithi066 bash[22181]: audit 2024-03-10T02:08:16.680863+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:17.095 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:08:16 smithi033 bash[21673]: ::ffff:172.21.15.66 - - [10/Mar/2024:02:08:16] "GET /metrics HTTP/1.1" 200 21453 "" "Prometheus/2.43.0" 2024-03-10T02:08:17.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:16 smithi033 bash[21389]: cluster 2024-03-10T02:08:15.349670+0000 mgr.a (mgr.14379) 139 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:17.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:16 smithi033 bash[21389]: audit 2024-03-10T02:08:16.651925+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:17.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:16 smithi033 bash[21389]: audit 2024-03-10T02:08:16.666673+0000 mon.a (mon.0) 931 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:17.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:16 smithi033 bash[21389]: audit 2024-03-10T02:08:16.680863+0000 mon.a (mon.0) 932 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:19.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:18 smithi066 bash[22181]: cluster 2024-03-10T02:08:17.350291+0000 mgr.a (mgr.14379) 140 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:19.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:18 smithi033 bash[21389]: cluster 2024-03-10T02:08:17.350291+0000 mgr.a (mgr.14379) 140 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:20.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:19 smithi066 bash[22181]: cluster 2024-03-10T02:08:19.350897+0000 mgr.a (mgr.14379) 141 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:20.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:19 smithi033 bash[21389]: cluster 2024-03-10T02:08:19.350897+0000 mgr.a (mgr.14379) 141 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:22.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:22 smithi066 bash[22181]: cluster 2024-03-10T02:08:21.351415+0000 mgr.a (mgr.14379) 142 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:22.845 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:22 smithi033 bash[21389]: cluster 2024-03-10T02:08:21.351415+0000 mgr.a (mgr.14379) 142 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:25.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:24 smithi066 bash[22181]: cluster 2024-03-10T02:08:23.351954+0000 mgr.a (mgr.14379) 143 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:25.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:24 smithi066 bash[22181]: audit 2024-03-10T02:08:23.621408+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:25.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:24 smithi066 bash[22181]: audit 2024-03-10T02:08:23.635325+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:25.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:24 smithi066 bash[22181]: audit 2024-03-10T02:08:23.649701+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:25.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:24 smithi033 bash[21389]: cluster 2024-03-10T02:08:23.351954+0000 mgr.a (mgr.14379) 143 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:25.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:24 smithi033 bash[21389]: audit 2024-03-10T02:08:23.621408+0000 mon.a (mon.0) 933 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:25.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:24 smithi033 bash[21389]: audit 2024-03-10T02:08:23.635325+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:25.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:24 smithi033 bash[21389]: audit 2024-03-10T02:08:23.649701+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:27.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:26 smithi066 bash[22181]: cluster 2024-03-10T02:08:25.352434+0000 mgr.a (mgr.14379) 144 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:27.096 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:08:26 smithi033 bash[21673]: ::ffff:172.21.15.66 - - [10/Mar/2024:02:08:26] "GET /metrics HTTP/1.1" 200 21453 "" "Prometheus/2.43.0" 2024-03-10T02:08:27.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:26 smithi033 bash[21389]: cluster 2024-03-10T02:08:25.352434+0000 mgr.a (mgr.14379) 144 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:28.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:28 smithi066 bash[22181]: cluster 2024-03-10T02:08:27.352919+0000 mgr.a (mgr.14379) 145 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:28.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:28 smithi066 bash[22181]: audit 2024-03-10T02:08:27.427756+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:08:28.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:28 smithi066 bash[22181]: audit 2024-03-10T02:08:27.429653+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:28.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:28 smithi033 bash[21389]: cluster 2024-03-10T02:08:27.352919+0000 mgr.a (mgr.14379) 145 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:28.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:28 smithi033 bash[21389]: audit 2024-03-10T02:08:27.427756+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:08:28.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:28 smithi033 bash[21389]: audit 2024-03-10T02:08:27.429653+0000 mon.a (mon.0) 936 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:30.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:30 smithi066 bash[22181]: cluster 2024-03-10T02:08:29.353343+0000 mgr.a (mgr.14379) 146 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:30.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:30 smithi033 bash[21389]: cluster 2024-03-10T02:08:29.353343+0000 mgr.a (mgr.14379) 146 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:32.712 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:32 smithi033 bash[21389]: cluster 2024-03-10T02:08:31.353885+0000 mgr.a (mgr.14379) 147 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:32.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:32 smithi066 bash[22181]: cluster 2024-03-10T02:08:31.353885+0000 mgr.a (mgr.14379) 147 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:34.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:34 smithi033 bash[21389]: cluster 2024-03-10T02:08:33.354448+0000 mgr.a (mgr.14379) 148 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:34.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:34 smithi033 bash[21389]: audit 2024-03-10T02:08:34.212551+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:34.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:34 smithi033 bash[21389]: audit 2024-03-10T02:08:34.225153+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:34.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:34 smithi033 bash[21389]: audit 2024-03-10T02:08:34.237344+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:34.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:34 smithi066 bash[22181]: cluster 2024-03-10T02:08:33.354448+0000 mgr.a (mgr.14379) 148 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:34.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:34 smithi066 bash[22181]: audit 2024-03-10T02:08:34.212551+0000 mon.a (mon.0) 937 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:34.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:34 smithi066 bash[22181]: audit 2024-03-10T02:08:34.225153+0000 mon.a (mon.0) 938 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:34.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:34 smithi066 bash[22181]: audit 2024-03-10T02:08:34.237344+0000 mon.a (mon.0) 939 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:36.706 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:36 smithi033 bash[21389]: cluster 2024-03-10T02:08:35.354961+0000 mgr.a (mgr.14379) 149 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:36.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:36 smithi066 bash[22181]: cluster 2024-03-10T02:08:35.354961+0000 mgr.a (mgr.14379) 149 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:37.096 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:08:36 smithi033 bash[21673]: ::ffff:172.21.15.66 - - [10/Mar/2024:02:08:36] "GET /metrics HTTP/1.1" 200 21516 "" "Prometheus/2.43.0" 2024-03-10T02:08:38.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:37 smithi066 bash[22181]: audit 2024-03-10T02:08:36.897879+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:38.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:37 smithi066 bash[22181]: audit 2024-03-10T02:08:36.911084+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:38.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:37 smithi066 bash[22181]: audit 2024-03-10T02:08:36.924149+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:38.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:37 smithi066 bash[22181]: cluster 2024-03-10T02:08:37.355419+0000 mgr.a (mgr.14379) 150 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:38.345 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:37 smithi033 bash[21389]: audit 2024-03-10T02:08:36.897879+0000 mon.a (mon.0) 940 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:38.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:37 smithi033 bash[21389]: audit 2024-03-10T02:08:36.911084+0000 mon.a (mon.0) 941 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:38.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:37 smithi033 bash[21389]: audit 2024-03-10T02:08:36.924149+0000 mon.a (mon.0) 942 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:38.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:37 smithi033 bash[21389]: cluster 2024-03-10T02:08:37.355419+0000 mgr.a (mgr.14379) 150 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:40.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:40 smithi066 bash[22181]: cluster 2024-03-10T02:08:39.355930+0000 mgr.a (mgr.14379) 151 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:40.845 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:40 smithi033 bash[21389]: cluster 2024-03-10T02:08:39.355930+0000 mgr.a (mgr.14379) 151 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:42.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:41 smithi033 bash[21389]: audit 2024-03-10T02:08:40.814479+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:42.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:41 smithi033 bash[21389]: audit 2024-03-10T02:08:40.825190+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:42.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:41 smithi033 bash[21389]: audit 2024-03-10T02:08:40.836795+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:42.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:41 smithi066 bash[22181]: audit 2024-03-10T02:08:40.814479+0000 mon.a (mon.0) 943 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:42.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:41 smithi066 bash[22181]: audit 2024-03-10T02:08:40.825190+0000 mon.a (mon.0) 944 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:42.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:41 smithi066 bash[22181]: audit 2024-03-10T02:08:40.836795+0000 mon.a (mon.0) 945 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:43.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:42 smithi033 bash[21389]: cluster 2024-03-10T02:08:41.356415+0000 mgr.a (mgr.14379) 152 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:43.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:42 smithi033 bash[21389]: audit 2024-03-10T02:08:42.417910+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:08:43.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:42 smithi066 bash[22181]: cluster 2024-03-10T02:08:41.356415+0000 mgr.a (mgr.14379) 152 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:43.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:42 smithi066 bash[22181]: audit 2024-03-10T02:08:42.417910+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:08:45.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:44 smithi033 bash[21389]: cluster 2024-03-10T02:08:43.356934+0000 mgr.a (mgr.14379) 153 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:45.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:44 smithi033 bash[21389]: audit 2024-03-10T02:08:43.908385+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:45.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:44 smithi033 bash[21389]: audit 2024-03-10T02:08:43.921279+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:45.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:44 smithi033 bash[21389]: audit 2024-03-10T02:08:43.934761+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:45.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:44 smithi066 bash[22181]: cluster 2024-03-10T02:08:43.356934+0000 mgr.a (mgr.14379) 153 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:45.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:44 smithi066 bash[22181]: audit 2024-03-10T02:08:43.908385+0000 mon.a (mon.0) 946 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:45.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:44 smithi066 bash[22181]: audit 2024-03-10T02:08:43.921279+0000 mon.a (mon.0) 947 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:45.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:44 smithi066 bash[22181]: audit 2024-03-10T02:08:43.934761+0000 mon.a (mon.0) 948 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:47.096 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:08:46 smithi033 bash[21673]: ::ffff:172.21.15.66 - - [10/Mar/2024:02:08:46] "GET /metrics HTTP/1.1" 200 21514 "" "Prometheus/2.43.0" 2024-03-10T02:08:47.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:46 smithi033 bash[21389]: cluster 2024-03-10T02:08:45.357430+0000 mgr.a (mgr.14379) 154 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:47.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:46 smithi066 bash[22181]: cluster 2024-03-10T02:08:45.357430+0000 mgr.a (mgr.14379) 154 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:49.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:48 smithi066 bash[22181]: cluster 2024-03-10T02:08:47.357933+0000 mgr.a (mgr.14379) 155 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:49.345 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:48 smithi033 bash[21389]: cluster 2024-03-10T02:08:47.357933+0000 mgr.a (mgr.14379) 155 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:51.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:50 smithi066 bash[22181]: cluster 2024-03-10T02:08:49.358454+0000 mgr.a (mgr.14379) 156 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:51.346 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:50 smithi033 bash[21389]: cluster 2024-03-10T02:08:49.358454+0000 mgr.a (mgr.14379) 156 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:53.095 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:52 smithi033 bash[21389]: cluster 2024-03-10T02:08:51.358990+0000 mgr.a (mgr.14379) 157 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:53.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:52 smithi066 bash[22181]: cluster 2024-03-10T02:08:51.358990+0000 mgr.a (mgr.14379) 157 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:55.187 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:54 smithi033 bash[21389]: cluster 2024-03-10T02:08:53.359483+0000 mgr.a (mgr.14379) 158 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:55.187 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:54 smithi033 bash[21389]: audit 2024-03-10T02:08:54.386143+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:55.187 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:54 smithi033 bash[21389]: audit 2024-03-10T02:08:54.398781+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:55.187 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:54 smithi033 bash[21389]: audit 2024-03-10T02:08:54.410345+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:55.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:54 smithi066 bash[22181]: cluster 2024-03-10T02:08:53.359483+0000 mgr.a (mgr.14379) 158 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:55.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:54 smithi066 bash[22181]: audit 2024-03-10T02:08:54.386143+0000 mon.a (mon.0) 949 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:55.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:54 smithi066 bash[22181]: audit 2024-03-10T02:08:54.398781+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:55.304 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:54 smithi066 bash[22181]: audit 2024-03-10T02:08:54.410345+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:57.095 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:56 smithi033 bash[21389]: cluster 2024-03-10T02:08:55.359820+0000 mgr.a (mgr.14379) 159 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:57.096 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:08:56 smithi033 bash[21673]: ::ffff:172.21.15.66 - - [10/Mar/2024:02:08:56] "GET /metrics HTTP/1.1" 200 21514 "" "Prometheus/2.43.0" 2024-03-10T02:08:57.165 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:56 smithi066 bash[22181]: cluster 2024-03-10T02:08:55.359820+0000 mgr.a (mgr.14379) 159 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:58.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:58 smithi066 bash[22181]: audit 2024-03-10T02:08:57.139359+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:58.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:58 smithi066 bash[22181]: audit 2024-03-10T02:08:57.152440+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:58.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:58 smithi066 bash[22181]: audit 2024-03-10T02:08:57.165350+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:58.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:58 smithi066 bash[22181]: cluster 2024-03-10T02:08:57.360393+0000 mgr.a (mgr.14379) 160 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:58.554 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:08:58 smithi066 bash[22181]: audit 2024-03-10T02:08:57.419167+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:08:58.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:58 smithi033 bash[21389]: audit 2024-03-10T02:08:57.139359+0000 mon.a (mon.0) 952 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:58.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:58 smithi033 bash[21389]: audit 2024-03-10T02:08:57.152440+0000 mon.a (mon.0) 953 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:58.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:58 smithi033 bash[21389]: audit 2024-03-10T02:08:57.165350+0000 mon.a (mon.0) 954 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:08:58.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:58 smithi033 bash[21389]: cluster 2024-03-10T02:08:57.360393+0000 mgr.a (mgr.14379) 160 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:08:58.596 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:08:58 smithi033 bash[21389]: audit 2024-03-10T02:08:57.419167+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:09:00.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:00 smithi066 bash[22181]: cluster 2024-03-10T02:08:59.361050+0000 mgr.a (mgr.14379) 161 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:00.845 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:00 smithi033 bash[21389]: cluster 2024-03-10T02:08:59.361050+0000 mgr.a (mgr.14379) 161 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:02.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:02 smithi066 bash[22181]: cluster 2024-03-10T02:09:01.361704+0000 mgr.a (mgr.14379) 162 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:02.845 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:02 smithi033 bash[21389]: cluster 2024-03-10T02:09:01.361704+0000 mgr.a (mgr.14379) 162 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:04.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:04 smithi066 bash[22181]: cluster 2024-03-10T02:09:03.362300+0000 mgr.a (mgr.14379) 163 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:04.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:04 smithi066 bash[22181]: audit 2024-03-10T02:09:04.120212+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:04.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:04 smithi066 bash[22181]: audit 2024-03-10T02:09:04.132512+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:04.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:04 smithi066 bash[22181]: audit 2024-03-10T02:09:04.145261+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:04.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:04 smithi033 bash[21389]: cluster 2024-03-10T02:09:03.362300+0000 mgr.a (mgr.14379) 163 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:04.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:04 smithi033 bash[21389]: audit 2024-03-10T02:09:04.120212+0000 mon.a (mon.0) 955 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:04.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:04 smithi033 bash[21389]: audit 2024-03-10T02:09:04.132512+0000 mon.a (mon.0) 956 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:04.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:04 smithi033 bash[21389]: audit 2024-03-10T02:09:04.145261+0000 mon.a (mon.0) 957 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:06.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:06 smithi066 bash[22181]: cluster 2024-03-10T02:09:05.362820+0000 mgr.a (mgr.14379) 164 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:06.845 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:06 smithi033 bash[21389]: cluster 2024-03-10T02:09:05.362820+0000 mgr.a (mgr.14379) 164 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:06.846 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:09:06 smithi033 bash[21673]: ::ffff:172.21.15.66 - - [10/Mar/2024:02:09:06] "GET /metrics HTTP/1.1" 200 21516 "" "Prometheus/2.43.0" 2024-03-10T02:09:08.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:08 smithi066 bash[22181]: cluster 2024-03-10T02:09:07.363370+0000 mgr.a (mgr.14379) 165 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:08.845 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:08 smithi033 bash[21389]: cluster 2024-03-10T02:09:07.363370+0000 mgr.a (mgr.14379) 165 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:10.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:10 smithi066 bash[22181]: cluster 2024-03-10T02:09:09.363859+0000 mgr.a (mgr.14379) 166 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:10.845 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:10 smithi033 bash[21389]: cluster 2024-03-10T02:09:09.363859+0000 mgr.a (mgr.14379) 166 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:12.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:12 smithi066 bash[22181]: cluster 2024-03-10T02:09:11.364503+0000 mgr.a (mgr.14379) 167 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:12.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:12 smithi066 bash[22181]: audit 2024-03-10T02:09:12.419619+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:09:12.845 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:12 smithi033 bash[21389]: cluster 2024-03-10T02:09:11.364503+0000 mgr.a (mgr.14379) 167 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:12.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:12 smithi033 bash[21389]: audit 2024-03-10T02:09:12.419619+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:09:14.758 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:14 smithi033 bash[21389]: cluster 2024-03-10T02:09:13.365125+0000 mgr.a (mgr.14379) 168 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:14.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:14 smithi066 bash[22181]: cluster 2024-03-10T02:09:13.365125+0000 mgr.a (mgr.14379) 168 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:15.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:15 smithi066 bash[22181]: audit 2024-03-10T02:09:14.533450+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:15.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:15 smithi066 bash[22181]: audit 2024-03-10T02:09:14.542888+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:15.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:15 smithi066 bash[22181]: audit 2024-03-10T02:09:14.553922+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:15.805 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:15 smithi066 bash[22181]: audit 2024-03-10T02:09:14.607295+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:09:15.805 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:15 smithi066 bash[22181]: audit 2024-03-10T02:09:15.089960+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:15.805 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:15 smithi066 bash[22181]: audit 2024-03-10T02:09:15.103712+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:09:15.805 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:15 smithi066 bash[22181]: audit 2024-03-10T02:09:15.104304+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:15.805 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:15 smithi066 bash[22181]: audit 2024-03-10T02:09:15.105689+0000 mon.b (mon.2) 83 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:09:15.805 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:15 smithi066 bash[22181]: audit 2024-03-10T02:09:15.120419+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:15.845 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:15 smithi033 bash[21389]: audit 2024-03-10T02:09:14.533450+0000 mon.a (mon.0) 958 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:15.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:15 smithi033 bash[21389]: audit 2024-03-10T02:09:14.542888+0000 mon.a (mon.0) 959 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:15.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:15 smithi033 bash[21389]: audit 2024-03-10T02:09:14.553922+0000 mon.a (mon.0) 960 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:15.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:15 smithi033 bash[21389]: audit 2024-03-10T02:09:14.607295+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-03-10T02:09:15.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:15 smithi033 bash[21389]: audit 2024-03-10T02:09:15.089960+0000 mon.a (mon.0) 961 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:15.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:15 smithi033 bash[21389]: audit 2024-03-10T02:09:15.103712+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-03-10T02:09:15.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:15 smithi033 bash[21389]: audit 2024-03-10T02:09:15.104304+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:15.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:15 smithi033 bash[21389]: audit 2024-03-10T02:09:15.105689+0000 mon.b (mon.2) 83 : audit [INF] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-03-10T02:09:15.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:15 smithi033 bash[21389]: audit 2024-03-10T02:09:15.120419+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:16.785 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:16 smithi033 bash[21389]: cluster 2024-03-10T02:09:15.365620+0000 mgr.a (mgr.14379) 169 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:16.785 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:09:16 smithi033 bash[21673]: ::ffff:172.21.15.66 - - [10/Mar/2024:02:09:16] "GET /metrics HTTP/1.1" 200 21513 "" "Prometheus/2.43.0" 2024-03-10T02:09:16.803 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:16 smithi066 bash[22181]: cluster 2024-03-10T02:09:15.365620+0000 mgr.a (mgr.14379) 169 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:18.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:18 smithi066 bash[22181]: cluster 2024-03-10T02:09:17.366121+0000 mgr.a (mgr.14379) 170 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:18.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:18 smithi066 bash[22181]: audit 2024-03-10T02:09:17.385683+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:18.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:18 smithi066 bash[22181]: audit 2024-03-10T02:09:17.399109+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:18.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:18 smithi066 bash[22181]: audit 2024-03-10T02:09:17.412499+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:18.845 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:18 smithi033 bash[21389]: cluster 2024-03-10T02:09:17.366121+0000 mgr.a (mgr.14379) 170 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:18.845 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:18 smithi033 bash[21389]: audit 2024-03-10T02:09:17.385683+0000 mon.a (mon.0) 964 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:18.845 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:18 smithi033 bash[21389]: audit 2024-03-10T02:09:17.399109+0000 mon.a (mon.0) 965 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:18.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:18 smithi033 bash[21389]: audit 2024-03-10T02:09:17.412499+0000 mon.a (mon.0) 966 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:20.674 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:20 smithi066 bash[22181]: cluster 2024-03-10T02:09:19.366672+0000 mgr.a (mgr.14379) 171 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:20.845 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:20 smithi033 bash[21389]: cluster 2024-03-10T02:09:19.366672+0000 mgr.a (mgr.14379) 171 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:22.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:22 smithi066 bash[22181]: cluster 2024-03-10T02:09:21.367225+0000 mgr.a (mgr.14379) 172 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:22.845 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:22 smithi033 bash[21389]: cluster 2024-03-10T02:09:21.367225+0000 mgr.a (mgr.14379) 172 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:24.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:24 smithi066 bash[22181]: cluster 2024-03-10T02:09:23.367768+0000 mgr.a (mgr.14379) 173 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:24.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:24 smithi066 bash[22181]: audit 2024-03-10T02:09:24.335658+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:24.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:24 smithi066 bash[22181]: audit 2024-03-10T02:09:24.349410+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:24.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:24 smithi066 bash[22181]: audit 2024-03-10T02:09:24.363957+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:24.845 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:24 smithi033 bash[21389]: cluster 2024-03-10T02:09:23.367768+0000 mgr.a (mgr.14379) 173 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:24.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:24 smithi033 bash[21389]: audit 2024-03-10T02:09:24.335658+0000 mon.a (mon.0) 967 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:24.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:24 smithi033 bash[21389]: audit 2024-03-10T02:09:24.349410+0000 mon.a (mon.0) 968 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:24.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:24 smithi033 bash[21389]: audit 2024-03-10T02:09:24.363957+0000 mon.a (mon.0) 969 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:26.707 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:26 smithi033 bash[21389]: cluster 2024-03-10T02:09:25.368289+0000 mgr.a (mgr.14379) 174 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:26.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:26 smithi066 bash[22181]: cluster 2024-03-10T02:09:25.368289+0000 mgr.a (mgr.14379) 174 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:27.095 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:09:26 smithi033 bash[21673]: ::ffff:172.21.15.66 - - [10/Mar/2024:02:09:26] "GET /metrics HTTP/1.1" 200 21513 "" "Prometheus/2.43.0" 2024-03-10T02:09:28.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:28 smithi066 bash[22181]: cluster 2024-03-10T02:09:27.368815+0000 mgr.a (mgr.14379) 175 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:28.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:28 smithi066 bash[22181]: audit 2024-03-10T02:09:27.420024+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:09:28.845 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:28 smithi033 bash[21389]: cluster 2024-03-10T02:09:27.368815+0000 mgr.a (mgr.14379) 175 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:28.846 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:28 smithi033 bash[21389]: audit 2024-03-10T02:09:27.420024+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:09:30.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:30 smithi066 bash[22181]: cluster 2024-03-10T02:09:29.369376+0000 mgr.a (mgr.14379) 176 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:30.845 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:30 smithi033 bash[21389]: cluster 2024-03-10T02:09:29.369376+0000 mgr.a (mgr.14379) 176 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:32.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:32 smithi066 bash[22181]: cluster 2024-03-10T02:09:31.369915+0000 mgr.a (mgr.14379) 177 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:32.845 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:32 smithi033 bash[21389]: cluster 2024-03-10T02:09:31.369915+0000 mgr.a (mgr.14379) 177 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:34.737 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:34 smithi033 bash[21389]: cluster 2024-03-10T02:09:33.370450+0000 mgr.a (mgr.14379) 178 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:34.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:34 smithi066 bash[22181]: cluster 2024-03-10T02:09:33.370450+0000 mgr.a (mgr.14379) 178 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:36.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:35 smithi066 bash[22181]: audit 2024-03-10T02:09:34.714868+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:36.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:35 smithi066 bash[22181]: audit 2024-03-10T02:09:34.726434+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:36.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:35 smithi066 bash[22181]: audit 2024-03-10T02:09:34.736826+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:36.095 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:35 smithi033 bash[21389]: audit 2024-03-10T02:09:34.714868+0000 mon.a (mon.0) 970 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:36.095 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:35 smithi033 bash[21389]: audit 2024-03-10T02:09:34.726434+0000 mon.a (mon.0) 971 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:36.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:35 smithi033 bash[21389]: audit 2024-03-10T02:09:34.736826+0000 mon.a (mon.0) 972 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:37.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:36 smithi066 bash[22181]: cluster 2024-03-10T02:09:35.370860+0000 mgr.a (mgr.14379) 179 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:37.095 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:36 smithi033 bash[21389]: cluster 2024-03-10T02:09:35.370860+0000 mgr.a (mgr.14379) 179 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:37.095 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:09:36 smithi033 bash[21673]: ::ffff:172.21.15.66 - - [10/Mar/2024:02:09:36] "GET /metrics HTTP/1.1" 200 21513 "" "Prometheus/2.43.0" 2024-03-10T02:09:38.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:38 smithi066 bash[22181]: cluster 2024-03-10T02:09:37.371430+0000 mgr.a (mgr.14379) 180 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:38.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:38 smithi066 bash[22181]: audit 2024-03-10T02:09:37.615744+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:38.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:38 smithi066 bash[22181]: audit 2024-03-10T02:09:37.630333+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:38.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:38 smithi066 bash[22181]: audit 2024-03-10T02:09:37.644231+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:39.095 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:38 smithi033 bash[21389]: cluster 2024-03-10T02:09:37.371430+0000 mgr.a (mgr.14379) 180 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:39.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:38 smithi033 bash[21389]: audit 2024-03-10T02:09:37.615744+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:39.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:38 smithi033 bash[21389]: audit 2024-03-10T02:09:37.630333+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:39.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:38 smithi033 bash[21389]: audit 2024-03-10T02:09:37.644231+0000 mon.a (mon.0) 975 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:41.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:40 smithi066 bash[22181]: cluster 2024-03-10T02:09:39.372009+0000 mgr.a (mgr.14379) 181 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:41.095 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:40 smithi033 bash[21389]: cluster 2024-03-10T02:09:39.372009+0000 mgr.a (mgr.14379) 181 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:42.951 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:42 smithi066 bash[22181]: cluster 2024-03-10T02:09:41.372520+0000 mgr.a (mgr.14379) 182 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:42.951 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:42 smithi066 bash[22181]: audit 2024-03-10T02:09:42.420465+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:09:43.095 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:42 smithi033 bash[21389]: cluster 2024-03-10T02:09:41.372520+0000 mgr.a (mgr.14379) 182 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:43.095 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:42 smithi033 bash[21389]: audit 2024-03-10T02:09:42.420465+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.14379 172.21.15.33:0/3865264987' entity='mgr.a' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2024-03-10T02:09:45.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:44 smithi066 bash[22181]: cluster 2024-03-10T02:09:43.373055+0000 mgr.a (mgr.14379) 183 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:45.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:44 smithi066 bash[22181]: audit 2024-03-10T02:09:44.520971+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:45.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:44 smithi066 bash[22181]: audit 2024-03-10T02:09:44.533686+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:45.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:44 smithi066 bash[22181]: audit 2024-03-10T02:09:44.547646+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:45.095 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:44 smithi033 bash[21389]: cluster 2024-03-10T02:09:43.373055+0000 mgr.a (mgr.14379) 183 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:45.095 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:44 smithi033 bash[21389]: audit 2024-03-10T02:09:44.520971+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:45.095 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:44 smithi033 bash[21389]: audit 2024-03-10T02:09:44.533686+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:45.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:44 smithi033 bash[21389]: audit 2024-03-10T02:09:44.547646+0000 mon.a (mon.0) 978 : audit [INF] from='mgr.14379 ' entity='mgr.a' 2024-03-10T02:09:47.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:46 smithi066 bash[22181]: cluster 2024-03-10T02:09:45.373588+0000 mgr.a (mgr.14379) 184 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:47.095 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:46 smithi033 bash[21389]: cluster 2024-03-10T02:09:45.373588+0000 mgr.a (mgr.14379) 184 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:47.096 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:09:46 smithi033 bash[21673]: ::ffff:172.21.15.66 - - [10/Mar/2024:02:09:46] "GET /metrics HTTP/1.1" 200 21512 "" "Prometheus/2.43.0" 2024-03-10T02:09:49.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:48 smithi066 bash[22181]: cluster 2024-03-10T02:09:47.374115+0000 mgr.a (mgr.14379) 185 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:49.095 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:48 smithi033 bash[21389]: cluster 2024-03-10T02:09:47.374115+0000 mgr.a (mgr.14379) 185 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:51.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:50 smithi066 bash[22181]: cluster 2024-03-10T02:09:49.374650+0000 mgr.a (mgr.14379) 186 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:51.095 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:50 smithi033 bash[21389]: cluster 2024-03-10T02:09:49.374650+0000 mgr.a (mgr.14379) 186 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:53.054 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:52 smithi066 bash[22181]: cluster 2024-03-10T02:09:51.375211+0000 mgr.a (mgr.14379) 187 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:53.095 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:52 smithi033 bash[21389]: cluster 2024-03-10T02:09:51.375211+0000 mgr.a (mgr.14379) 187 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:53.820 INFO:teuthology.orchestra.run.smithi033.stderr:+ curl -s http://172.21.15.66:9095/api/v1/status/config 2024-03-10T02:09:53.829 INFO:teuthology.orchestra.run.smithi033.stderr:+ curl -s http://172.21.15.66:9095/api/v1/status/config 2024-03-10T02:09:53.829 INFO:teuthology.orchestra.run.smithi033.stderr:+ jq -e '.status == "success"' 2024-03-10T02:09:53.837 INFO:teuthology.orchestra.run.smithi033.stdout:{"status":"success","data":{"yaml":"global:\n scrape_interval: 10s\n scrape_timeout: 10s\n evaluation_interval: 10s\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.33: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 http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.33: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 http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.33: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 http_sd_configs:\n - follow_redirects: true\n enable_http2: true\n refresh_interval: 1m\n url: http://172.21.15.33: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.33:8765/sd/prometheus/sd-config?service=nvmeof\n"}}true 2024-03-10T02:09:53.837 INFO:teuthology.orchestra.run.smithi033.stderr:+ curl -s http://172.21.15.66:9095/api/v1/alerts 2024-03-10T02:09:53.843 INFO:teuthology.orchestra.run.smithi033.stderr:+ curl -s http://172.21.15.66:9095/api/v1/alerts 2024-03-10T02:09:53.844 INFO:teuthology.orchestra.run.smithi033.stderr:+ jq -e '.data | .alerts | .[] | select(.labels | .alertname == "CephMonDown") | .state == "firing"' 2024-03-10T02:09:53.849 INFO:teuthology.orchestra.run.smithi033.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 smithi160","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"state":"firing","activeAt":"2024-03-10T02:08:40.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 smithi160\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-10T02:08:40.084118673Z","value":"1e+00"},{"labels":{"alertname":"CephHealthWarning","instance":"smithi033: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-10T02:08:40.13866993Z","value":"1e+00"}]}}true 2024-03-10T02:09:53.849 INFO:teuthology.orchestra.run.smithi033.stderr:+ curl -s http://172.21.15.160:9093/api/v1/status 2024-03-10T02:09:53.858 INFO:teuthology.orchestra.run.smithi033.stderr:+ curl -s http://172.21.15.160:9093/api/v1/alerts 2024-03-10T02:09:53.864 INFO:teuthology.orchestra.run.smithi033.stderr:+ curl -s http://172.21.15.160:9093/api/v1/alerts 2024-03-10T02:09:53.864 INFO:teuthology.orchestra.run.smithi033.stderr:+ jq -e '.data | .[] | select(.labels | .alertname == "CephMonDown") | .status | .state == "active"' 2024-03-10T02:09:53.870 INFO:teuthology.orchestra.run.smithi033.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://smithi033.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://smithi066.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://smithi033.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://smithi066.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-10T02:05:14.36530208Z","clusterStatus":{"name":"01HRK1PT7WJ5BG1TBBAVE0X30D","status":"ready","peers":[{"name":"01HRK1PT7WJ5BG1TBBAVE0X30D","address":"172.21.15.160:9094"}]}}}{"status":"success","data":[{"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 smithi160","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"Monitor quorum is at risk"},"startsAt":"2024-03-10T02:09:10.084Z","endsAt":"2024-03-10T02:13:10.084Z","generatorURL":"http://smithi066.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":"037d5510ed49d01e"},{"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 smithi160\n","documentation":"https://docs.ceph.com/en/latest/rados/operations/health-checks#mon-down","summary":"One or more monitors down"},"startsAt":"2024-03-10T02:09:10.084Z","endsAt":"2024-03-10T02:13:10.084Z","generatorURL":"http://smithi066.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":"b219e5f1afd3ccbd"}]}true 2024-03-10T02:09:54.464 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-03-10T02:09:54.474 INFO:tasks.cephadm:Teardown begin 2024-03-10T02:09:54.474 DEBUG:teuthology.orchestra.run.smithi033:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-10T02:09:54.484 DEBUG:teuthology.orchestra.run.smithi066:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-10T02:09:54.498 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-10T02:09:54.513 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-03-10T02:09:54.513 DEBUG:teuthology.orchestra.run.smithi033:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-10T02:09:54.532 DEBUG:teuthology.orchestra.run.smithi066:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-10T02:09:54.545 DEBUG:teuthology.orchestra.run.smithi160:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-03-10T02:09:54.560 INFO:tasks.cephadm:Stopping all daemons... 2024-03-10T02:09:54.560 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-03-10T02:09:54.560 DEBUG:teuthology.orchestra.run.smithi033:> sudo systemctl stop ceph-1bb78214-de81-11ee-95c7-87774f69a715@mon.a 2024-03-10T02:09:54.726 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:54 smithi033 systemd[1]: Stopping Ceph mon.a for 1bb78214-de81-11ee-95c7-87774f69a715... 2024-03-10T02:09:54.727 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:54 smithi033 bash[21389]: cluster 2024-03-10T02:09:53.375765+0000 mgr.a (mgr.14379) 188 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:54.804 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:54 smithi066 bash[22181]: cluster 2024-03-10T02:09:53.375765+0000 mgr.a (mgr.14379) 188 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 577 KiB data, 81 MiB used, 268 GiB / 268 GiB avail 2024-03-10T02:09:55.095 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:54 smithi033 bash[21389]: debug 2024-03-10T02:09:54.725+0000 7f5571bbc700 -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-10T02:09:55.096 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:54 smithi033 bash[21389]: debug 2024-03-10T02:09:54.725+0000 7f5571bbc700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-03-10T02:09:55.595 INFO:journalctl@ceph.mon.a.smithi033.stdout:Mar 10 02:09:55 smithi033 bash[45567]: ceph-1bb78214-de81-11ee-95c7-87774f69a715-mon-a 2024-03-10T02:09:55.722 DEBUG:teuthology.orchestra.run.smithi033:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1bb78214-de81-11ee-95c7-87774f69a715@mon.a.service' 2024-03-10T02:09:55.796 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-10T02:09:55.796 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-03-10T02:09:55.796 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2024-03-10T02:09:55.796 DEBUG:teuthology.orchestra.run.smithi066:> sudo systemctl stop ceph-1bb78214-de81-11ee-95c7-87774f69a715@mon.b 2024-03-10T02:09:56.074 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:55 smithi066 systemd[1]: Stopping Ceph mon.b for 1bb78214-de81-11ee-95c7-87774f69a715... 2024-03-10T02:09:56.075 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:55 smithi066 bash[22181]: debug 2024-03-10T02:09:55.932+0000 7f3b4b1e2700 -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-10T02:09:56.075 INFO:journalctl@ceph.mon.b.smithi066.stdout:Mar 10 02:09:55 smithi066 bash[22181]: debug 2024-03-10T02:09:55.932+0000 7f3b4b1e2700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-03-10T02:09:56.659 DEBUG:teuthology.orchestra.run.smithi066:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1bb78214-de81-11ee-95c7-87774f69a715@mon.b.service' 2024-03-10T02:09:56.690 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-10T02:09:56.690 INFO:tasks.cephadm.mon.c:Stopped mon.b 2024-03-10T02:09:56.690 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-03-10T02:09:56.690 DEBUG:teuthology.orchestra.run.smithi160:> sudo systemctl stop ceph-1bb78214-de81-11ee-95c7-87774f69a715@mon.c 2024-03-10T02:09:56.709 DEBUG:teuthology.orchestra.run.smithi160:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1bb78214-de81-11ee-95c7-87774f69a715@mon.c.service' 2024-03-10T02:09:56.792 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-10T02:09:56.792 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-03-10T02:09:56.792 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2024-03-10T02:09:56.792 DEBUG:teuthology.orchestra.run.smithi033:> sudo systemctl stop ceph-1bb78214-de81-11ee-95c7-87774f69a715@mgr.a 2024-03-10T02:09:56.967 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:09:56 smithi033 bash[21673]: ::ffff:172.21.15.66 - - [10/Mar/2024:02:09:56] "GET /metrics HTTP/1.1" 200 21512 "" "Prometheus/2.43.0" 2024-03-10T02:09:56.968 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:09:56 smithi033 systemd[1]: Stopping Ceph mgr.a for 1bb78214-de81-11ee-95c7-87774f69a715... 2024-03-10T02:09:57.076 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:09:56 smithi033 bash[21673]: debug 2024-03-10T02:09:56.965+0000 7fe730942700 -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-10T02:09:57.076 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:09:56 smithi033 bash[21673]: debug 2024-03-10T02:09:56.965+0000 7fe730942700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-03-10T02:09:57.845 INFO:journalctl@ceph.mgr.a.smithi033.stdout:Mar 10 02:09:57 smithi033 bash[45751]: ceph-1bb78214-de81-11ee-95c7-87774f69a715-mgr-a 2024-03-10T02:09:58.006 DEBUG:teuthology.orchestra.run.smithi033:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1bb78214-de81-11ee-95c7-87774f69a715@mgr.a.service' 2024-03-10T02:09:58.030 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-10T02:09:58.030 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2024-03-10T02:09:58.030 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2024-03-10T02:09:58.030 DEBUG:teuthology.orchestra.run.smithi066:> sudo systemctl stop ceph-1bb78214-de81-11ee-95c7-87774f69a715@mgr.b 2024-03-10T02:09:58.232 INFO:journalctl@ceph.mgr.b.smithi066.stdout:Mar 10 02:09:58 smithi066 systemd[1]: Stopping Ceph mgr.b for 1bb78214-de81-11ee-95c7-87774f69a715... 2024-03-10T02:09:58.951 DEBUG:teuthology.orchestra.run.smithi066:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1bb78214-de81-11ee-95c7-87774f69a715@mgr.b.service' 2024-03-10T02:09:58.972 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-10T02:09:58.973 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2024-03-10T02:09:58.973 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-03-10T02:09:58.973 DEBUG:teuthology.orchestra.run.smithi033:> sudo systemctl stop ceph-1bb78214-de81-11ee-95c7-87774f69a715@osd.0 2024-03-10T02:09:59.276 INFO:journalctl@ceph.osd.0.smithi033.stdout:Mar 10 02:09:58 smithi033 systemd[1]: Stopping Ceph osd.0 for 1bb78214-de81-11ee-95c7-87774f69a715... 2024-03-10T02:09:59.276 INFO:journalctl@ceph.osd.0.smithi033.stdout:Mar 10 02:09:59 smithi033 bash[31725]: debug 2024-03-10T02:09:59.105+0000 7f0cba276700 -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-10T02:09:59.276 INFO:journalctl@ceph.osd.0.smithi033.stdout:Mar 10 02:09:59 smithi033 bash[31725]: debug 2024-03-10T02:09:59.105+0000 7f0cba276700 -1 osd.0 22 *** Got signal Terminated *** 2024-03-10T02:09:59.276 INFO:journalctl@ceph.osd.0.smithi033.stdout:Mar 10 02:09:59 smithi033 bash[31725]: debug 2024-03-10T02:09:59.105+0000 7f0cba276700 -1 osd.0 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-10T02:10:05.346 INFO:journalctl@ceph.osd.0.smithi033.stdout:Mar 10 02:10:04 smithi033 bash[45936]: ceph-1bb78214-de81-11ee-95c7-87774f69a715-osd-0 2024-03-10T02:10:05.346 INFO:journalctl@ceph.osd.0.smithi033.stdout:Mar 10 02:10:05 smithi033 bash[46020]: Error response from daemon: No such container: ceph-1bb78214-de81-11ee-95c7-87774f69a715-osd-0 2024-03-10T02:10:06.803 DEBUG:teuthology.orchestra.run.smithi033:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1bb78214-de81-11ee-95c7-87774f69a715@osd.0.service' 2024-03-10T02:10:06.845 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-10T02:10:06.845 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-03-10T02:10:06.845 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-03-10T02:10:06.845 DEBUG:teuthology.orchestra.run.smithi066:> sudo systemctl stop ceph-1bb78214-de81-11ee-95c7-87774f69a715@osd.1 2024-03-10T02:10:07.304 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 10 02:10:06 smithi066 systemd[1]: Stopping Ceph osd.1 for 1bb78214-de81-11ee-95c7-87774f69a715... 2024-03-10T02:10:07.304 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 10 02:10:07 smithi066 bash[27107]: debug 2024-03-10T02:10:07.007+0000 7f0cb2927700 -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-10T02:10:07.304 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 10 02:10:07 smithi066 bash[27107]: debug 2024-03-10T02:10:07.007+0000 7f0cb2927700 -1 osd.1 22 *** Got signal Terminated *** 2024-03-10T02:10:07.304 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 10 02:10:07 smithi066 bash[27107]: debug 2024-03-10T02:10:07.007+0000 7f0cb2927700 -1 osd.1 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-10T02:10:13.304 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 10 02:10:12 smithi066 bash[36609]: ceph-1bb78214-de81-11ee-95c7-87774f69a715-osd-1 2024-03-10T02:10:13.304 INFO:journalctl@ceph.osd.1.smithi066.stdout:Mar 10 02:10:13 smithi066 bash[36674]: Error response from daemon: No such container: ceph-1bb78214-de81-11ee-95c7-87774f69a715-osd-1 2024-03-10T02:10:14.668 DEBUG:teuthology.orchestra.run.smithi066:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1bb78214-de81-11ee-95c7-87774f69a715@osd.1.service' 2024-03-10T02:10:14.710 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-10T02:10:14.710 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-03-10T02:10:14.710 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-03-10T02:10:14.711 DEBUG:teuthology.orchestra.run.smithi160:> sudo systemctl stop ceph-1bb78214-de81-11ee-95c7-87774f69a715@osd.2 2024-03-10T02:10:15.102 INFO:journalctl@ceph.osd.2.smithi160.stdout:Mar 10 02:10:14 smithi160 systemd[1]: Stopping Ceph osd.2 for 1bb78214-de81-11ee-95c7-87774f69a715... 2024-03-10T02:10:15.102 INFO:journalctl@ceph.osd.2.smithi160.stdout:Mar 10 02:10:14 smithi160 bash[27456]: debug 2024-03-10T02:10:14.862+0000 7f5fee08f700 -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-10T02:10:15.102 INFO:journalctl@ceph.osd.2.smithi160.stdout:Mar 10 02:10:14 smithi160 bash[27456]: debug 2024-03-10T02:10:14.862+0000 7f5fee08f700 -1 osd.2 22 *** Got signal Terminated *** 2024-03-10T02:10:15.102 INFO:journalctl@ceph.osd.2.smithi160.stdout:Mar 10 02:10:14 smithi160 bash[27456]: debug 2024-03-10T02:10:14.862+0000 7f5fee08f700 -1 osd.2 22 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-03-10T02:10:21.352 INFO:journalctl@ceph.osd.2.smithi160.stdout:Mar 10 02:10:21 smithi160 bash[36873]: ceph-1bb78214-de81-11ee-95c7-87774f69a715-osd-2 2024-03-10T02:10:21.353 INFO:journalctl@ceph.osd.2.smithi160.stdout:Mar 10 02:10:21 smithi160 bash[36953]: Error response from daemon: No such container: ceph-1bb78214-de81-11ee-95c7-87774f69a715-osd-2 2024-03-10T02:10:22.909 DEBUG:teuthology.orchestra.run.smithi160:> sudo pkill -f 'journalctl -f -n 0 -u ceph-1bb78214-de81-11ee-95c7-87774f69a715@osd.2.service' 2024-03-10T02:10:22.941 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-03-10T02:10:22.941 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-03-10T02:10:22.942 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1bb78214-de81-11ee-95c7-87774f69a715 --force --keep-logs 2024-03-10T02:10:23.111 INFO:teuthology.orchestra.run.smithi033.stdout:Deleting cluster with fsid: 1bb78214-de81-11ee-95c7-87774f69a715 2024-03-10T02:10:31.145 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1bb78214-de81-11ee-95c7-87774f69a715 --force --keep-logs 2024-03-10T02:10:31.317 INFO:teuthology.orchestra.run.smithi066.stdout:Deleting cluster with fsid: 1bb78214-de81-11ee-95c7-87774f69a715 2024-03-10T02:10:39.454 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1bb78214-de81-11ee-95c7-87774f69a715 --force --keep-logs 2024-03-10T02:10:39.620 INFO:teuthology.orchestra.run.smithi160.stdout:Deleting cluster with fsid: 1bb78214-de81-11ee-95c7-87774f69a715 2024-03-10T02:10:47.618 DEBUG:teuthology.orchestra.run.smithi033:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-10T02:10:47.633 DEBUG:teuthology.orchestra.run.smithi066:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-10T02:10:47.647 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-03-10T02:10:47.659 INFO:tasks.cephadm:Archiving crash dumps... 2024-03-10T02:10:47.661 DEBUG:teuthology.misc:Transferring archived files from smithi033:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587779/remote/smithi033/crash 2024-03-10T02:10:47.662 DEBUG:teuthology.orchestra.run.smithi033:> sudo tar c -f - -C /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/crash -- . 2024-03-10T02:10:47.687 INFO:teuthology.orchestra.run.smithi033.stderr:tar: /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/crash: Cannot open: No such file or directory 2024-03-10T02:10:47.687 INFO:teuthology.orchestra.run.smithi033.stderr:tar: Error is not recoverable: exiting now 2024-03-10T02:10:47.689 DEBUG:teuthology.misc:Transferring archived files from smithi066:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587779/remote/smithi066/crash 2024-03-10T02:10:47.690 DEBUG:teuthology.orchestra.run.smithi066:> sudo tar c -f - -C /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/crash -- . 2024-03-10T02:10:47.702 INFO:teuthology.orchestra.run.smithi066.stderr:tar: /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/crash: Cannot open: No such file or directory 2024-03-10T02:10:47.702 INFO:teuthology.orchestra.run.smithi066.stderr:tar: Error is not recoverable: exiting now 2024-03-10T02:10:47.704 DEBUG:teuthology.misc:Transferring archived files from smithi160:/var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587779/remote/smithi160/crash 2024-03-10T02:10:47.705 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/crash -- . 2024-03-10T02:10:47.716 INFO:teuthology.orchestra.run.smithi160.stderr:tar: /var/lib/ceph/1bb78214-de81-11ee-95c7-87774f69a715/crash: Cannot open: No such file or directory 2024-03-10T02:10:47.716 INFO:teuthology.orchestra.run.smithi160.stderr:tar: Error is not recoverable: exiting now 2024-03-10T02:10:47.717 INFO:tasks.cephadm:Checking cluster log for badness... 2024-03-10T02:10:47.717 DEBUG:teuthology.orchestra.run.smithi033:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-10T02:10:47.745 INFO:teuthology.orchestra.run.smithi033.stdout:2024-03-10T01:59:06.907964+0000 mon.a (mon.0) 275 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-10T02:10:47.746 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-03-10T02:10:47.746 DEBUG:teuthology.orchestra.run.smithi033:> sudo egrep '\[SEC\]' /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-10T02:10:47.804 DEBUG:teuthology.orchestra.run.smithi033:> sudo egrep '\[ERR\]' /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-10T02:10:47.859 DEBUG:teuthology.orchestra.run.smithi033:> sudo egrep '\[WRN\]' /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | head -n 1 2024-03-10T02:10:47.915 INFO:teuthology.orchestra.run.smithi033.stdout:2024-03-10T01:59:06.907964+0000 mon.a (mon.0) 275 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-03-10T02:10:47.916 INFO:tasks.cephadm:Compressing logs... 2024-03-10T02:10:47.916 DEBUG:teuthology.orchestra.run.smithi033:> 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-10T02:10:47.961 DEBUG:teuthology.orchestra.run.smithi066:> 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-10T02:10:47.964 DEBUG:teuthology.orchestra.run.smithi160:> 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-10T02:10:47.970 INFO:teuthology.orchestra.run.smithi033.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-10T02:10:47.975 INFO:teuthology.orchestra.run.smithi066.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-10T02:10:47.977 INFO:teuthology.orchestra.run.smithi160.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-03-10T02:10:47.978 INFO:teuthology.orchestra.run.smithi033.stderr:gzip -5 --verbose -- /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-osd.0.log 2024-03-10T02:10:47.978 INFO:teuthology.orchestra.run.smithi033.stderr:gzip -5 --verbose -- /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-mon.a.log 2024-03-10T02:10:47.978 INFO:teuthology.orchestra.run.smithi033.stderr:/var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph.cephadm.log 2024-03-10T02:10:47.979 INFO:teuthology.orchestra.run.smithi033.stderr:/var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph.log 2024-03-10T02:10:47.979 INFO:teuthology.orchestra.run.smithi033.stderr:gzip -5 --verbose -- /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-volume.log 2024-03-10T02:10:47.980 INFO:teuthology.orchestra.run.smithi033.stderr:/var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph.cephadm.log: /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph.log: gzip -5 --verbose -- /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph.audit.log 2024-03-10T02:10:47.981 INFO:teuthology.orchestra.run.smithi033.stderr:/var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-mgr.a.log 2024-03-10T02:10:47.981 INFO:teuthology.orchestra.run.smithi033.stderr: 83.7% -- replaced with /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph.cephadm.log.gz 2024-03-10T02:10:47.981 INFO:teuthology.orchestra.run.smithi033.stderr:/var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-10T02:10:47.981 INFO:teuthology.orchestra.run.smithi033.stderr: 87.8% -- replaced with /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph.log.gz 2024-03-10T02:10:47.983 INFO:teuthology.orchestra.run.smithi033.stderr:/var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-mgr.a.log: /var/log/ceph/cephadm.log: 90.0% -- replaced with /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph.audit.log.gz 2024-03-10T02:10:47.985 INFO:teuthology.orchestra.run.smithi066.stderr:gzip -5 --verbose -- /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph.cephadm.log 2024-03-10T02:10:47.985 INFO:teuthology.orchestra.run.smithi033.stderr: 86.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-10T02:10:47.986 INFO:teuthology.orchestra.run.smithi066.stderr:gzip -5 --verbose -- /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-osd.1.log 2024-03-10T02:10:47.986 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph.log 2024-03-10T02:10:47.986 INFO:teuthology.orchestra.run.smithi066.stderr: 82.8% -- replaced with /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph.cephadm.log.gz 2024-03-10T02:10:47.986 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-volume.log 2024-03-10T02:10:47.987 INFO:teuthology.orchestra.run.smithi066.stderr:gzip -5 --verbose -- /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-mgr.b.log 2024-03-10T02:10:47.987 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph.log: /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph.audit.log 2024-03-10T02:10:47.987 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-mgr.b.log: gzip -5 --verbose -- /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-mon.b.log 2024-03-10T02:10:47.988 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-10T02:10:47.989 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-osd.2.log 2024-03-10T02:10:47.989 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph.cephadm.log 2024-03-10T02:10:47.989 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph.log 2024-03-10T02:10:47.989 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-volume.log 2024-03-10T02:10:47.990 INFO:teuthology.orchestra.run.smithi160.stderr: 82.8% -- replaced with /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph.cephadm.log.gz 2024-03-10T02:10:47.990 INFO:teuthology.orchestra.run.smithi160.stderr:gzip -5 --verbose -- /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-mon.c.log 2024-03-10T02:10:47.991 INFO:teuthology.orchestra.run.smithi066.stderr:/var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-mon.b.log: /var/log/ceph/cephadm.log: 87.9% -- replaced with /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph.log.gz 2024-03-10T02:10:47.991 INFO:teuthology.orchestra.run.smithi066.stderr: 90.1% -- replaced with /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph.audit.log.gz 2024-03-10T02:10:47.992 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph.log: /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph.audit.log 2024-03-10T02:10:47.992 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-03-10T02:10:47.992 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph.audit.log: 87.8% -- replaced with /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph.log.gz 2024-03-10T02:10:47.992 INFO:teuthology.orchestra.run.smithi160.stderr:/var/log/ceph/cephadm.log: 90.1% -- replaced with /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph.audit.log.gz 2024-03-10T02:10:47.993 INFO:teuthology.orchestra.run.smithi066.stderr: 91.1% -- replaced with /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-mgr.b.log.gz 2024-03-10T02:10:47.994 INFO:teuthology.orchestra.run.smithi066.stderr: 83.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-10T02:10:47.995 INFO:teuthology.orchestra.run.smithi160.stderr: 83.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-03-10T02:10:48.010 INFO:teuthology.orchestra.run.smithi160.stderr: 91.9% -- replaced with /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-volume.log.gz 2024-03-10T02:10:48.019 INFO:teuthology.orchestra.run.smithi066.stderr: 91.8% -- replaced with /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-volume.log.gz 2024-03-10T02:10:48.022 INFO:teuthology.orchestra.run.smithi033.stderr: 91.8% -- replaced with /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-volume.log.gz 2024-03-10T02:10:48.038 INFO:teuthology.orchestra.run.smithi160.stderr: 93.6% -- replaced with /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-osd.2.log.gz 2024-03-10T02:10:48.046 INFO:teuthology.orchestra.run.smithi033.stderr: 93.6% -- replaced with /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-osd.0.log.gz 2024-03-10T02:10:48.075 INFO:teuthology.orchestra.run.smithi066.stderr: 93.8% -- replaced with /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-osd.1.log.gz 2024-03-10T02:10:48.112 INFO:teuthology.orchestra.run.smithi160.stderr: 93.2% -- replaced with /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-mon.c.log.gz 2024-03-10T02:10:48.113 INFO:teuthology.orchestra.run.smithi160.stderr: 2024-03-10T02:10:48.113 INFO:teuthology.orchestra.run.smithi160.stderr:real 0m0.145s 2024-03-10T02:10:48.113 INFO:teuthology.orchestra.run.smithi160.stderr:user 0m0.205s 2024-03-10T02:10:48.113 INFO:teuthology.orchestra.run.smithi160.stderr:sys 0m0.024s 2024-03-10T02:10:48.131 INFO:teuthology.orchestra.run.smithi033.stderr: 87.3% -- replaced with /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-mgr.a.log.gz 2024-03-10T02:10:48.171 INFO:teuthology.orchestra.run.smithi066.stderr: 92.7% -- replaced with /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-mon.b.log.gz 2024-03-10T02:10:48.173 INFO:teuthology.orchestra.run.smithi066.stderr: 2024-03-10T02:10:48.173 INFO:teuthology.orchestra.run.smithi066.stderr:real 0m0.207s 2024-03-10T02:10:48.173 INFO:teuthology.orchestra.run.smithi066.stderr:user 0m0.327s 2024-03-10T02:10:48.173 INFO:teuthology.orchestra.run.smithi066.stderr:sys 0m0.024s 2024-03-10T02:10:48.381 INFO:teuthology.orchestra.run.smithi033.stderr: 91.4% -- replaced with /var/log/ceph/1bb78214-de81-11ee-95c7-87774f69a715/ceph-mon.a.log.gz 2024-03-10T02:10:48.382 INFO:teuthology.orchestra.run.smithi033.stderr: 2024-03-10T02:10:48.382 INFO:teuthology.orchestra.run.smithi033.stderr:real 0m0.419s 2024-03-10T02:10:48.382 INFO:teuthology.orchestra.run.smithi033.stderr:user 0m0.668s 2024-03-10T02:10:48.382 INFO:teuthology.orchestra.run.smithi033.stderr:sys 0m0.027s 2024-03-10T02:10:48.383 INFO:tasks.cephadm:Archiving logs... 2024-03-10T02:10:48.383 DEBUG:teuthology.misc:Transferring archived files from smithi033:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587779/remote/smithi033/log 2024-03-10T02:10:48.384 DEBUG:teuthology.orchestra.run.smithi033:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-10T02:10:48.539 DEBUG:teuthology.misc:Transferring archived files from smithi066:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587779/remote/smithi066/log 2024-03-10T02:10:48.540 DEBUG:teuthology.orchestra.run.smithi066:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-10T02:10:48.597 DEBUG:teuthology.misc:Transferring archived files from smithi160:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587779/remote/smithi160/log 2024-03-10T02:10:48.598 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /var/log/ceph -- . 2024-03-10T02:10:48.639 INFO:tasks.cephadm:Removing cluster... 2024-03-10T02:10:48.639 DEBUG:teuthology.orchestra.run.smithi033:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1bb78214-de81-11ee-95c7-87774f69a715 --force 2024-03-10T02:10:48.807 INFO:teuthology.orchestra.run.smithi033.stdout:Deleting cluster with fsid: 1bb78214-de81-11ee-95c7-87774f69a715 2024-03-10T02:10:50.164 DEBUG:teuthology.orchestra.run.smithi066:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1bb78214-de81-11ee-95c7-87774f69a715 --force 2024-03-10T02:10:50.335 INFO:teuthology.orchestra.run.smithi066.stdout:Deleting cluster with fsid: 1bb78214-de81-11ee-95c7-87774f69a715 2024-03-10T02:10:51.672 DEBUG:teuthology.orchestra.run.smithi160:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 1bb78214-de81-11ee-95c7-87774f69a715 --force 2024-03-10T02:10:51.843 INFO:teuthology.orchestra.run.smithi160.stdout:Deleting cluster with fsid: 1bb78214-de81-11ee-95c7-87774f69a715 2024-03-10T02:10:53.177 INFO:tasks.cephadm:Removing cephadm ... 2024-03-10T02:10:53.178 DEBUG:teuthology.orchestra.run.smithi033:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-10T02:10:53.184 DEBUG:teuthology.orchestra.run.smithi066:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-10T02:10:53.190 DEBUG:teuthology.orchestra.run.smithi160:> rm -rf /home/ubuntu/cephtest/cephadm 2024-03-10T02:10:53.196 INFO:tasks.cephadm:Teardown complete 2024-03-10T02:10:53.196 DEBUG:teuthology.run_tasks:Unwinding manager install 2024-03-10T02:10:53.206 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-10T02:10:53.206 DEBUG:teuthology.orchestra.run.smithi033:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-10T02:10:53.233 DEBUG:teuthology.orchestra.run.smithi066:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-10T02:10:53.235 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2024-03-10T02:10:53.322 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-03-10T02:10:53.331 INFO:teuthology.task.clock:Checking final clock skew... 2024-03-10T02:10:53.331 DEBUG:teuthology.orchestra.run.smithi033:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-10T02:10:53.334 DEBUG:teuthology.orchestra.run.smithi066:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-10T02:10:53.336 DEBUG:teuthology.orchestra.run.smithi160:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-03-10T02:10:53.344 INFO:teuthology.orchestra.run.smithi033.stdout: remote refid st t when poll reach delay offset jitter 2024-03-10T02:10:53.344 INFO:teuthology.orchestra.run.smithi033.stdout:============================================================================== 2024-03-10T02:10:53.344 INFO:teuthology.orchestra.run.smithi033.stdout:*hv01.front.sepi 44.4.53.2 2 u 9 64 377 0.100 -5.114 0.919 2024-03-10T02:10:53.344 INFO:teuthology.orchestra.run.smithi033.stdout:+hv02.front.sepi 63.231.80.2 3 u 16 64 377 0.118 -2.803 0.920 2024-03-10T02:10:53.344 INFO:teuthology.orchestra.run.smithi033.stdout:+hv03.front.sepi 74.6.168.72 3 u 21 64 377 0.087 -2.518 0.881 2024-03-10T02:10:53.344 INFO:teuthology.orchestra.run.smithi033.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-03-10T02:10:53.347 INFO:teuthology.orchestra.run.smithi160.stdout: remote refid st t when poll reach delay offset jitter 2024-03-10T02:10:53.347 INFO:teuthology.orchestra.run.smithi160.stdout:============================================================================== 2024-03-10T02:10:53.347 INFO:teuthology.orchestra.run.smithi160.stdout:*hv01.front.sepi 44.4.53.2 2 u 16 64 377 0.068 -3.080 0.516 2024-03-10T02:10:53.347 INFO:teuthology.orchestra.run.smithi160.stdout:+hv02.front.sepi 63.231.80.2 3 u 17 64 377 0.094 -1.541 0.953 2024-03-10T02:10:53.347 INFO:teuthology.orchestra.run.smithi160.stdout:+hv03.front.sepi 74.6.168.72 3 u 18 64 377 0.094 -0.984 0.838 2024-03-10T02:10:53.347 INFO:teuthology.orchestra.run.smithi160.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-03-10T02:10:53.348 INFO:teuthology.orchestra.run.smithi066.stdout: remote refid st t when poll reach delay offset jitter 2024-03-10T02:10:53.348 INFO:teuthology.orchestra.run.smithi066.stdout:============================================================================== 2024-03-10T02:10:53.348 INFO:teuthology.orchestra.run.smithi066.stdout:*hv01.front.sepi 44.4.53.2 2 u 11 64 377 0.087 -0.883 0.191 2024-03-10T02:10:53.348 INFO:teuthology.orchestra.run.smithi066.stdout:+hv02.front.sepi 63.231.80.2 3 u 6 64 377 0.097 +1.213 0.179 2024-03-10T02:10:53.348 INFO:teuthology.orchestra.run.smithi066.stdout:+hv03.front.sepi 74.6.168.72 3 u 13 64 377 0.091 +0.325 0.276 2024-03-10T02:10:53.348 INFO:teuthology.orchestra.run.smithi066.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 +0.000 0.000 2024-03-10T02:10:53.349 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-03-10T02:10:53.358 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-03-10T02:10:53.359 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-03-10T02:10:53.367 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-03-10T02:10:53.376 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-03-10T02:10:53.385 INFO:teuthology.task.internal:Duration was 1564.664400 seconds 2024-03-10T02:10:53.385 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-03-10T02:10:53.394 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-03-10T02:10:53.394 DEBUG:teuthology.orchestra.run.smithi033:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-10T02:10:53.397 DEBUG:teuthology.orchestra.run.smithi066:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-10T02:10:53.399 DEBUG:teuthology.orchestra.run.smithi160:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-03-10T02:10:53.437 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-03-10T02:10:53.437 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi033.front.sepia.ceph.com 2024-03-10T02:10:53.437 DEBUG:teuthology.orchestra.run.smithi033:> 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-10T02:10:53.485 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi066.front.sepia.ceph.com 2024-03-10T02:10:53.486 DEBUG:teuthology.orchestra.run.smithi066:> 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-10T02:10:53.496 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi160.front.sepia.ceph.com 2024-03-10T02:10:53.496 DEBUG:teuthology.orchestra.run.smithi160:> 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-10T02:10:53.507 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-03-10T02:10:53.507 DEBUG:teuthology.orchestra.run.smithi033:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-10T02:10:53.529 DEBUG:teuthology.orchestra.run.smithi066:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-10T02:10:53.541 DEBUG:teuthology.orchestra.run.smithi160:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-03-10T02:10:53.583 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-03-10T02:10:53.583 DEBUG:teuthology.orchestra.run.smithi033:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-10T02:10:53.613 DEBUG:teuthology.orchestra.run.smithi066:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-10T02:10:53.618 DEBUG:teuthology.orchestra.run.smithi160:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-03-10T02:10:53.709 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-03-10T02:10:53.719 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-03-10T02:10:53.719 DEBUG:teuthology.orchestra.run.smithi033:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-10T02:10:53.733 DEBUG:teuthology.orchestra.run.smithi066:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-10T02:10:53.746 DEBUG:teuthology.orchestra.run.smithi160:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-03-10T02:10:53.757 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-03-10T02:10:53.768 DEBUG:teuthology.orchestra.run.smithi033:> 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-10T02:10:53.777 DEBUG:teuthology.orchestra.run.smithi066:> 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-10T02:10:53.786 INFO:teuthology.orchestra.run.smithi033.stdout:kernel.core_pattern = core 2024-03-10T02:10:53.790 DEBUG:teuthology.orchestra.run.smithi160:> 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-10T02:10:53.799 INFO:teuthology.orchestra.run.smithi066.stdout:kernel.core_pattern = core 2024-03-10T02:10:53.814 INFO:teuthology.orchestra.run.smithi160.stdout:kernel.core_pattern = core 2024-03-10T02:10:53.832 DEBUG:teuthology.orchestra.run.smithi033:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-10T02:10:53.868 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-10T02:10:53.869 DEBUG:teuthology.orchestra.run.smithi066:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-10T02:10:53.873 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-10T02:10:53.873 DEBUG:teuthology.orchestra.run.smithi160:> test -e /home/ubuntu/cephtest/archive/coredump 2024-03-10T02:10:53.879 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-03-10T02:10:53.880 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-03-10T02:10:53.890 INFO:teuthology.task.internal:Transferring archived files... 2024-03-10T02:10:53.891 DEBUG:teuthology.misc:Transferring archived files from smithi033:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587779/remote/smithi033 2024-03-10T02:10:53.891 DEBUG:teuthology.orchestra.run.smithi033:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-10T02:10:53.935 DEBUG:teuthology.misc:Transferring archived files from smithi066:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587779/remote/smithi066 2024-03-10T02:10:53.935 DEBUG:teuthology.orchestra.run.smithi066:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-10T02:10:53.955 DEBUG:teuthology.misc:Transferring archived files from smithi160:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587779/remote/smithi160 2024-03-10T02:10:53.956 DEBUG:teuthology.orchestra.run.smithi160:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-03-10T02:10:53.979 INFO:teuthology.task.internal:Removing archive directory... 2024-03-10T02:10:53.980 DEBUG:teuthology.orchestra.run.smithi033:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-10T02:10:53.982 DEBUG:teuthology.orchestra.run.smithi066:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-10T02:10:53.994 DEBUG:teuthology.orchestra.run.smithi160:> rm -rf -- /home/ubuntu/cephtest/archive 2024-03-10T02:10:54.027 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-03-10T02:10:54.038 INFO:teuthology.task.internal:Not uploading archives. 2024-03-10T02:10:54.038 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-03-10T02:10:54.048 INFO:teuthology.task.internal:Tidying up after the test... 2024-03-10T02:10:54.048 DEBUG:teuthology.orchestra.run.smithi033:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-10T02:10:54.050 DEBUG:teuthology.orchestra.run.smithi066:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-10T02:10:54.052 DEBUG:teuthology.orchestra.run.smithi160:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-03-10T02:10:54.053 INFO:teuthology.orchestra.run.smithi033.stdout: 658436 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 10 02:10 /home/ubuntu/cephtest 2024-03-10T02:10:54.055 INFO:teuthology.orchestra.run.smithi066.stdout: 658640 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 10 02:10 /home/ubuntu/cephtest 2024-03-10T02:10:54.072 INFO:teuthology.orchestra.run.smithi160.stdout: 658637 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Mar 10 02:10 /home/ubuntu/cephtest 2024-03-10T02:10:54.074 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-03-10T02:10:54.084 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-03-10T02:10:54.106 INFO:teuthology.nuke:Checking targets against current locks 2024-03-10T02:10:54.132 DEBUG:teuthology.nuke:shortname: smithi033 2024-03-10T02:10:54.132 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-10T02:10:54.154 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi033.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587779', '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-10 01:33:33.949129', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIrGEm+uu5WY93vaOi87+xGDf1b2msUJ5Uj/SJwh19BucWr1gQ81GJ63ZJl4SERfpTySEU5iJhO+dDedUkwEjG0='} 2024-03-10T02:10:54.158 DEBUG:teuthology.nuke:shortname: smithi066 2024-03-10T02:10:54.158 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-10T02:10:54.183 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi066.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587779', '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-10 01:33:33.950421', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMLJdDU2hB++am9opyuVUcV+4wzW5HhfyDYfZk+NBKjIwszPV85McY1rU0qFGGdrHNkFGyvdMRJ5vDysbXHSg74='} 2024-03-10T02:10:54.184 DEBUG:teuthology.nuke:shortname: smithi160 2024-03-10T02:10:54.184 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-03-10T02:10:54.206 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi160.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-03-08_16:20:46-rados-wip-yuri4-testing-2024-03-05-0854-distro-default-smithi/7587779', '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-10 01:33:33.947643', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBKdgFybKxDLQ1jmO4j1xkFdw9uD+pNwMjJ1bDtU45IoxH1wGxwWM/bmmxD2eaEqlC3vlfzOS1iaSeNaDQQOW3FE='} 2024-03-10T02:10:54.216 INFO:teuthology.orchestra.console.smithi033:Power off 2024-03-10T02:10:54.216 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-10T02:10:54.241 DEBUG:teuthology.orchestra.console.smithi033:power off output: Chassis Power Control: Down/Off 2024-03-10T02:10:54.241 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-10T02:10:54.255 INFO:teuthology.orchestra.console.smithi066:Power off 2024-03-10T02:10:54.256 DEBUG:teuthology.orchestra.console.smithi066:pexpect command: ipmitool -H smithi066.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-10T02:10:54.268 DEBUG:teuthology.orchestra.console.smithi033:check power output: Chassis Power is on 2024-03-10T02:10:54.277 DEBUG:teuthology.orchestra.console.smithi066:power off output: Chassis Power Control: Down/Off 2024-03-10T02:10:54.278 DEBUG:teuthology.orchestra.console.smithi066:pexpect command: ipmitool -H smithi066.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-10T02:10:54.295 INFO:teuthology.orchestra.console.smithi160:Power off 2024-03-10T02:10:54.295 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-03-10T02:10:54.303 DEBUG:teuthology.orchestra.console.smithi066:check power output: Chassis Power is on 2024-03-10T02:10:54.318 DEBUG:teuthology.orchestra.console.smithi160:power off output: Chassis Power Control: Down/Off 2024-03-10T02:10:54.318 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-10T02:10:54.341 DEBUG:teuthology.orchestra.console.smithi160:check power output: Chassis Power is on 2024-03-10T02:10:58.269 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-10T02:10:58.304 DEBUG:teuthology.orchestra.console.smithi066:pexpect command: ipmitool -H smithi066.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-10T02:10:58.342 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-10T02:10:58.380 DEBUG:teuthology.orchestra.console.smithi033:check power output: Chassis Power is on 2024-03-10T02:10:58.413 DEBUG:teuthology.orchestra.console.smithi066:check power output: Chassis Power is on 2024-03-10T02:10:58.452 DEBUG:teuthology.orchestra.console.smithi160:check power output: Chassis Power is on 2024-03-10T02:11:02.382 DEBUG:teuthology.orchestra.console.smithi033:pexpect command: ipmitool -H smithi033.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-10T02:11:02.415 DEBUG:teuthology.orchestra.console.smithi066:pexpect command: ipmitool -H smithi066.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-10T02:11:02.453 DEBUG:teuthology.orchestra.console.smithi160:pexpect command: ipmitool -H smithi160.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-10T02:11:02.494 DEBUG:teuthology.orchestra.console.smithi033:check power output: Chassis Power is off 2024-03-10T02:11:02.524 DEBUG:teuthology.orchestra.console.smithi066:check power output: Chassis Power is on 2024-03-10T02:11:02.564 DEBUG:teuthology.orchestra.console.smithi160:check power output: Chassis Power is off 2024-03-10T02:11:02.595 INFO:teuthology.orchestra.console.smithi033:Power off completed 2024-03-10T02:11:02.664 INFO:teuthology.orchestra.console.smithi160:Power off completed 2024-03-10T02:11:06.526 DEBUG:teuthology.orchestra.console.smithi066:pexpect command: ipmitool -H smithi066.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-03-10T02:11:06.637 DEBUG:teuthology.orchestra.console.smithi066:check power output: Chassis Power is off 2024-03-10T02:11:06.738 INFO:teuthology.orchestra.console.smithi066:Power off completed 2024-03-10T02:11:06.842 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: 1564.6643996238708 failure_reason: '"2024-03-10T01:59:06.907964+0000 mon.a (mon.0) 275 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c" in cluster log' flavor: default owner: scheduled_yuriw@teuthology success: false 2024-03-10T02:11:06.842 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-03-10T02:11:06.923 INFO:teuthology.run:FAIL